Needed to write a javascript that would take the values of one select box – and copy it to all the other select boxes on the same page. I found this script which will take all the values from one set of fields – and copy it to another set of fields (kind of like […]
Comments Off on Copy values from one field to another with javascript
07 Oct, 2004
Posted by: Jennifer In: Bookmarks
Just saw this on del.icio.us: BrainJar: Table Sort (using javascript) Click on the header cell, and it will re-sort the data accordingly. Click it again, and it will reverse the sorting. That is just so cool. 🙂 Check out the demo.
Comments Off on Dynamic Table Sorting with Javascript
Uberlink CSS Rollover Tutorial [via (an old post on) Simon Willison]
06 Oct, 2004
Posted by: Jennifer In: Bookmarks
WordPress 1.2.1 is now available – bug and security fixes. details here. Get it while it's hot!
06 Oct, 2004
Posted by: Jennifer In: Bookmarks
I'm starting to get asked about Flash emails (sigh) so just trying to collect a few links that may be helpful ActionScript Tutorials – send a flash (HTML) email via PHP (I'll add more if/when I find them)
05 Oct, 2004
Posted by: Jennifer In: Bookmarks
Someone had emailed me asking for a script that would keep the navigation "with you" as you scrolled down the page. I know I've seen these things many places (although I will add that, while somewhat convenient, I find these menus distracting from the content of the site) I did find it, but thought it […]
Comments Off on Javascripts
04 Oct, 2004
Posted by: Jennifer In: Bookmarks
Living on del.icio.us this morning. Some more finds: Phorm: PHP form processing Can include form data in an acknowledgement page, email it to one or more addresses, validate it, includ it in an autoresponder message, lot it to a text file or mySQL database. Also available is a "jr." version: Phorm Jr is as stated […]
Comments Off on Form Processing
04 Oct, 2004
Posted by: Jennifer In: Bookmarks
Yet more finds on del.icio.us: PHP Login System with Admin Features A script and article (about the script's implementation) of a nice login system. phpOpenTracker As stated on the site: phpOpenTracker is a framework solution for the analysis of website traffic and visitor analysis.
Comments Off on PHP: Login System and Site Traffic Monitoring
04 Oct, 2004
Posted by: Jennifer In: Bookmarks
Another find from del.icio.us: PHP/SWF Charts Give it some data and it can generate SWF charts for you on the fly – with many customizable attributes.
Comments Off on PHP/SWF charts
04 Oct, 2004
Posted by: Jennifer In: Bookmarks
Someone at work sent me the link to this: phpThumb() Looks like an interesting way to handle thumbnail generations on the fly. As described on that page: phpThumb() uses the GD library to create thumbnails from images (JPEG, PNG, GIF, BMP, etc) on the fly. The output size is configurable (can be larger or smaller […]