04 Oct, 2002
Posted by: Jennifer In: Scripts
UPDATE 10/5: I'm releasing the v2 on this. Lest you thought we disappeared… I have a script for you! This one is not an easy one to implment, but there's lot of instructions to help you along the way. However, I STRONGLY suggest you have some knowledge of PHP before you attempt this one. The […]
17 Sep, 2002
Posted by: amy In: Scripts
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 […]
16 Sep, 2002
Posted by: Jennifer In: Scripts
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 […]
15 Sep, 2002
Posted by: kristine In: Scripts
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. […]
30 Aug, 2002
Posted by: Jennifer In: Scripts
Was reminded of this script by looking through my referrers… had forgotten about it. Wanted to post it here so I don't lose it again. The following script is really designed for a photo log… it will set up your page (MT specific) so that it automatically generates a table with 3 columns (You can […]
16 Aug, 2002
Posted by: Jennifer In: Scripts
I'm using this script on my site, and I just realized I never documented it here. Bascially this script will add whatever code you want to the text box you specify. On my blog, I use it to add smiley icons (you click on a smiley icon, and the code is written for you). There's […]
11 Aug, 2002
Posted by: Jennifer In: Scripts
Once again, Promoguy had a neat request for a script. Based on this script that shows/hides comments. (which is originally based on this script for showing hiding extended entries) This script will let you selectively show the comments for ONE particular post "automatically"… that is, the default for the post(s) you select is SHOWING the […]
05 Aug, 2002
Posted by: Jennifer In: Scripts
PLEASE NOTE: This is NOT my script. REPEAT. NOT my script. I would LOVE to give credit to the originator, but because I'm a DUFUS, I never made a note of it. I linked to a post on the MT boards that described how to do this, but since the MT board changed servers, that […]
02 Aug, 2002
Posted by: Jennifer In: Scripts
(This script was originally written for Promoguy) The idea here is that you "pre-date" an entry. In Promo's case, he wanted to be able to write up his Monday Mission the day before, but not have it show up on his blog until it was actually Monday. Here's what you do: Update 8/3/2002: (I've updated […]
01 Aug, 2002
Posted by: Christine In: Scripts
Thanks to Jason, you can use PHP to parse XML/RDF feeds and display the headlines and descriptions on your site. Visit his site to download the files & see it in action!