-
Scriptaculous Lists with PHP
Cool stuff… 🙂 Scriptaculous Lists with PHP Scriptaculous Lists with PHP by Greg Neustaetter Scriptaculous Sortables Scriptaculous is one of many great new JavaScript libraries created to answer the call for well written ‘Web 2.0’ JavaScript libraries. Written by Thomas Fuchs, scriptaculous has many features that can be used in AJAX-ified applications, drag-and-drop effects, and…
-
Behaviour : Using CSS selectors to apply Javascript behaviours
This is a gigantically useful javascript library that does exactly what it says: allows you to keep your HTML code clean and use CSS selectors to attach Javascript behaviors. Behaviour : Using CSS selectors to apply Javascript behaviours Link to share this: https://gabrielserafini.com/blog/2005/09/23/behaviour-using-css-selectors-to-apply-javascript-behaviours/
-
Benchmarking: Apache Flood
Could come in handy… 🙂 Flood – Flood Flood is a profile-driven HTTP load tester. It can be used to gather important performance metrics for your website. Link to share this: https://gabrielserafini.com/blog/2005/09/22/benchmarking-apache-flood/
-
Better javascript debugging through logging
Here’s a more advanced method of doing javascript logging than the javascript debugging technique I suggested before. Check it out! 🙂 This article will introduce fvlogger (available for download here), a library that brings simple logging functionality to JavaScript and the browser. Logging in JavaScript with fvlogger Whereas logging packages in the languages listed above…
-
Typetester – Compare fonts for the screen
Cool resource for looking at screen fonts for the web. Typetester – Compare fonts for the screen Link to share this: https://gabrielserafini.com/blog/2005/09/19/typetester-compare-fonts-for-the-screen/
-
RoundCube Webmail Project
More Delicious linkage. RoundCube Webmail Project RoundCube Webmail is a browser-based multilingual IMAP client with an application-like user interface. It provides full functionality you expect from an e-mail client, including MIME support, address book, folder manipulation and message filters. RoundCube Webmail is written in PHP and requires the MySQL database. The user interface is fully…
-
Emily Chang – eHub – web 2.0 application list
More Web 2.0 goodness. Emily Chang – eHub eHub is a constantly updated list of web applications, services, resources, blogs or sites with a focus on next generation web (web 2.0), social software, blogging, Ajax, Ruby on Rails, location mapping, open source, folksonomy, design and digital media sharing. Found via http://del.icio.us/popular/ Link to share this:…
-
Creating a Star Rater using CSS
This is a really good article about how to create a star rating system where you mouse over the stars to register your vote and they light up using only CSS. Flippin sweet! (5 stars, heh.) 🙂 Creating a Star Rater using CSS – Blog – Komodo Media Creating a Star Rater using CSS This…
-
svn keyword Id expansion
svn propset svn:keywords “Id” * will set the Id property to expand in your source code on everything. Coupled with a little find action and you’ve got a whomper of a property setting command. Properties svn:keywords Subversion has the ability to substitute keywords%u2014pieces of useful, dynamic information about a versioned file%u2014into the contents of the…
-
Fix for WordPress database error: [Can’t open file: ‘wp_stattraq.MYI’. (errno: 145)]
Having this problem or one like it? WordPress database error: [Can’t open file: ‘wp_stattraq.MYI’. (errno: 145)] In case you’re wondering how to fix this situation, just go to your MySQL control panel (in my case, a cPanel), click on MySQL then on the Repair button next to the database’s name. Has worked like a charm…