08 Oct, 2004
Posted by: Jennifer In: Bookmarks
I was just browsing through some of the other form-related scripts on javscript source. I'm sure I've linked to this in the past, but these types of widgets come up a lot in the work I do. I usually just avoid them, but it would probably be a lot easier for people if I actually […]
Comments Off on Menu Swapper
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
Christine was asking about this, and I pointed her to this post – which points to this post. But looking through the comments, apparently there's a simple plugin which will do the trick: ViewLevel Plugin for WordPress 1.2
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)
(Side note: I hate ASP. I love PHP. But sometimes mean people make me use ASP) ;o) I needed to get the current page name and redirect to a different page if it was a certain name. (ie. 1.asp or 2.asp or… up to any two-digit + .asp) First – to get the page name […]
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