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 the quantity of posts and number of authors that will be on the blog, this may change the number of Index Templates used. I'm gonna explain the using a single Index Template.
Read the rest of this entry »
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 yet, but it looks great!
[kdlb note – updated link to match new forum order!]
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 text. On skins 2 and 3 of geek-chick.net I use this to alternate the colors of table rows, but in this example I'm showing you how to use it in a <p> tag.
This should be a quickie to implement, no matter what CMS you're using.
Read the rest of this entry »
24 May, 2002
Posted by: Jennifer In: Scripts
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 to the Hivelogic JavaScript Email Address Encoder. For more information on stopping spam, head on over and read A List Apart: Win the Spam Arms Race.
24 May, 2002
Posted by: Christine In: How to's
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…
Read the rest of this entry »
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:
Read the rest of this entry »
22 May, 2002
Posted by: Jennifer In: Bookmarks