05 Aug, 2002
Posted by: Jennifer In: Bookmarks
Some people were having trouble with getting MT-Search to work with the new mySQL version of MT… I and a few other people WERE able to get it to work. It turned out that you needed the BETA 1.3 version of MT-Search which wasn't made widely available… until today! 😀
You can download it from Jay's site here.
05 Aug, 2002
Posted by: Christine In: MT hacks
04 Aug, 2002
Posted by: kristine In: MT hacks
I've always loved the appearance of the calendars to see where I'm at in my blogging history. Before this time, I've always hand coded out tables to point to my archives, or added on to previous tables that I had from Blogger/Greymatter. But now that all of my archives are in Movable Type, I finally got a chance to put the tables together all on one page. Calendar Archives.
Read the rest of this entry »
I really wish that someone had showed me something like this page when I was starting to learn PHP. I could have saved myself from writing a lot of really bad code.
It's also got a really nice explanation of what changes are required of your code when register_globals is turned off. I'm slowly working through some of my old code and converting it to play nice when register_globals is turned off, and I can't be the only one.
(I shall now return to my hidey-hole and crunch on mySQL for another week or so…)
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 the script to a MUCH SIMPLER version thanks to PapaScott! It'll also let you control when the post shows up to the MINUTE!)
update 8/5/02: I've simplified the code further… I had some silly/stupid stuff in there before…
Read the rest of this entry »
01 Aug, 2002
Posted by: Christine In: MT hacks
For MT users, you can download a Related Entries Plugin which will allow you display related entries on your individual archive page.
01 Aug, 2002
Posted by: Christine In: Scripts
01 Aug, 2002
Posted by: Jennifer In: Projects
Ok, I'm just about to go insane here. I'm working on a little mySQL project, and I can't even get as far as having the "application" (such as it is at all of just a few lines at the moment) to select the database.
I've connected to the database fine, but when it comes time to select a database, it dies. I've looked everywhere, but kind figure out why it would be happening.
Anyone run into this problem before? Have any suggestions? I've tried multiple varations on the following code:
Read the rest of this entry »
31 Jul, 2002
Posted by: Jennifer In: Scripts
Well, this just wouldn't be a scripty blog without a little mouseover tutorial. Here's a simple little mouseover script/tutorial:
(I should add, there are many many many different ways to do mouseovers. This is just ONE of them. I'm not saying this is the "best" way.)
Read the rest of this entry »
Comments Off on Simple mouseovers
30 Jul, 2002
Posted by: Jennifer In: Bookmarks
I'm going to be working on a script that sends an email with an attachment, and I don't believe that is something that can be automatically done with the default mail() function… so I found this php mail class which looks like it'll do the job.
Comments Off on PHP mail with attachments