Usually when I'm discussing computers with my parents, it's always me telling them about one thing or another. But since I don't use Macs that often, my mother showed ME something I didn't know about Mac IE (I was pleading with her to use another browser). The one feature she was reluctant to give up […]
Feedback to users about what is happening on the site is always a good thing. Especially if it's to tell them why a comment they just submitted is not appearing on the site. WordPress Hack: Notify Users of Moderation Mark has a hack that will pop up a javascript alert to let users know when […]
Ever want to have the comment link text be customized per post. For example, one post has "Leave a comment". The next post has "What do you think?". etc. Here's the plugin that will let you do it. Weblog Tools Collection – Comment Link Plugin
Comments Off on Comment Link Plugin
Just spotted this on the del.icio.us news blog: Foxylicious Import your del.icio.us bookmarks into firefox. Need I say it? Ok.. so freakin' cool.
26 Oct, 2004
Posted by: Jennifer In: Bookmarks
This is another one I've found and linked to on del.icio.us. Quick Reference Guides There's one for CSS and mySQL among a few others. A two sided cheat-sheat. VERY cool.
(note to self type post) Using "continue" in the middle of a while loop will skip the current iteration and go back to the beginning of the loop (checking the while value again). Using "break" in the middle of a while loop will break the loop entirely. (no more looping) So this code <?php $i […]
Comments Off on Continue vs. Break (in while loops)
Hello, I'd like to take HTML 101. So I was working on a form. Used this method to create the form. Minimal HTML. Simple CSS. Started playing around with the :focus pseudo-class… and that's when I noticed my submit button started looking crummy. (From a usability perspective, I think there are some things that SHOULDN'T […]
Another one I'm linking to on my del.icio.us page, but too cool I had to blog too: ColorZilla Extension for Firefox and Mozilla Gives you a little color picker in firefox so if you hit a page and you just have to know what that color is on the site, you can use the picker […]
Since buying my pocket pc phone, I have struggled with the version of IE that's on it. It's AWFUL. COMPLETELY awful! This morning I started searching for an alternative and found Access Net Front (v 3.1). Downloaded the trial. OMG. This thing ROCKS! Tabbed browsing. Better support for pages that used to force IE to […]
Mark has come up with an innovative way to handle those nasty spam comments that sometimes make it past the spam words list: Snowball Effect Plugin As described on Mark's blog: The plugin works by checking to see if there are any comments in moderation or that have been posted in the last 24 hours […]
Comments Off on Snowball Effect Plugin – Spam Blocker