Found this really cool color combo tool. [link thanks to Carla]
Found this really cool color combo tool. [link thanks to Carla]
Unfortunately, I'm spending the majority of my awake time actually working on PHP code, but very little of it I can actually share here, because almost none of it makes sense out of context. However, I wanted to pass along a few bits I've collected that can stand on their own, and might be useful […]
My scriptygoddess crown to the first person that can give me the PHP code to validate a form field so that no special characters are allowed… (well, okay it's not really a crown; more like a plastic tiara… how about lots of plugs here, and the good feeling that you've helped out a friend in […]
This site actually looks pretty nice… they have some cool tools to dl in the "Tools" section as well. www.guistuff.com
Well, for those that know me, its a known fact that I'm an obsessive book reader… so here are a couple scripting books I've been working my way through over the last few weeks: Windows NT/2000 ADSI Scripting for System Administration Ok, its VB & VBScript, but the best for scripting windows domain stuff.. a […]
This is really for Web Admins, but someone may be interested… This is kinda in response to a posting on Jenn's site, but if anyone out there works at all with Apache, do yourself a favor and learn how to use the Virtual Host tags in the httpd.conf file. You can avoid so many "low […]
On request of someone in the MT forums, I put together a small php script that displays a different word (i.e. Today) depending on the date stamp of your server. This could be easily modified for any blogging software – this is pointed towards MT. Here's the basics: If the day is today, display Today. […]
Are you running more than one blog from your copy of MT? Would you like to have a list of the latest entries in the order they've been updated? The solutions in the past have required you to add a new template to each blog and then use PHP to order them [Brenna's PHP ordered […]
Well.. this took me a little while, and I'm somewhat embarrased to admit it… I was writing a script to pull some data from several tables, and the date field looked something like this: 1031849565 Its a Unix Timestamp (representing the number of seconds from Jan, 1 1970 up to sometime in 2037), and luckily […]
I'm a little slow on the uptake with all this CSS stuff, and the longer an article is, the less likely I am to understand it. So when I can, I try to make things simpler. One concept I have been trying to wrap my head around is the difference between class vs ID. I […]