27 May, 2002
Posted by: kristine In: MT hacks
Because Movable Type doesn't (currently) have an automatic by-Author Archives, I've implemented some tricks to make it work on the red kitchen. With group blogs, its really an important form of archiving. I just posted some of this stuff today on the MT forums, and thought I'd outline it over here as well. Depending on […]
27 May, 2002
Posted by: kristine In: Bookmarks
People with multiple blogs who want to list all of the updates between the blogs haven't had a good way to put the updates in order between then. Today, in response to another question about this on the MT Forums, Brenna posted a solution with PHP that looks pretty solid. I haven't tried it out […]
27 May, 2002
Posted by: amy In: Scripts
I feel just a wee bit lazy sharing this, because this snippet is only five lines long. However, these five lines have done more to make one of my sites pleasant to read than just about any other five lines of PHP I've written. The idea: let PHP drop in alternating styles into your comment […]
24 May, 2002
Posted by: Jennifer In: Scripts
Michael over at DrowsyCentral asked me how I set up my title archive list. He also wanted to know how to set up the page so that it showed the posts for just ONE particular month…
24 May, 2002
Posted by: Christine In: How to's
Anyone with a blog that has an e-mail address has probably noticed and increasing amount of spam arriving over time. One way to stop it is by encoding your e-mail address in numerical equivalents and wrapping the results in Javascript. Rather then figuring out all the numerical equivalents yourself, you can just head on over […]
24 May, 2002
Posted by: Christine In: How to's
Thanks to Robyn, I found this site with instructions on how to build a photolog in MT in 5 easy steps. Pretty interesting!
Comments Off on How To Build a Photolog
23 May, 2002
Posted by: kristine In: Bookmarks
There's a thread on the MT forums about making your URL to MT easier to get to. Neato htaccess trick!
23 May, 2002
Posted by: Jennifer In: Scripts
All "styling" has been removed (just so you can get the main idea…) But here is the code to show all posts except those from one category…
23 May, 2002
Posted by: Jennifer In: Scripts
Awhile ago I posted this javascript here that was a count up timer. Many people said if you can do it in PHP why not? So, I wrote the PHP functionality to do the same thing:
22 May, 2002
Posted by: Jennifer In: Bookmarks
There's a lot of reference cards being sold on this site, and they look pretty interesting… one thing I learned by looking at one of the closeups of the cards… a CSS-way to prevent linebreaks – {whitespace:nowrap} Here's the HTML card I got that from Tons of info on this one too. CSS stuff Special […]