Tried out Smarty Templates
Mar 30, 2009 3:50 pm
Just about every PHP programmer has heard of or used Smarty Templates.
I had heard of it a long time ago, but only just recently started using it. For the longest time, I have been using good old phpLib's Template.inc. It is simple and suits most of my needs. But it's quite old. I've been using it for like 7 years.
A colleague of mine convinced me to try out Smarty. I used it to create a new RSS feature for PaperDemon.com's blogs (and also added an RSS feed for my blog on BogusRed.net as well, subscribe to me!). I did it using Smarty because it seamed like a good thing to templatize and also because Smarty has a really good caching system. So if people's RSS readers are constantly pinging the RSS feed pages, the PHP won't have to pull from the database every time. +1 for performance!
Tag Cloud
Mar 1, 2009 4:18 pm
I've been wanting to redo my keyword system on PaperDemon for a while. There were a couple things I wanted to change about it. One was to change it from storing the text of each keyword everytime it's used. The other, is I wanted to change it to a tag cloud where it makes the common words larger and less common words smaller. I love this type of visualization of data.
So I decided today was going to be the day that I build my tag cloud class. And it only took me a day's work to finish it! So far I have only integrated it into the Blogs system. This is because PaperDemon's blog system did not have a keyword/tag system yet so it was easy to plop one in. You can see the start of our very own blogging tag cloud here:
http://www.paperdemon.com/blogs/
I will migrate artwork and comics to it eventually. However, I'd have to first migrate any existing data into the tag cloud which is not going to be an easy feat. Especially considering artwork has +75,000 keyword entries.
Archive
- November 2011
- October 2011
- August 2011
- July 2011
- June 2011
- May 2011
- May 2010
- June 2009
- March 2009
- February 2009
- January 2009
- November 2008
- October 2008
- September 2008
- July 2008
- June 2008
- May 2008
- April 2008
- March 2008
- February 2008
- January 2008
- December 2007
- October 2007
- September 2007
- August 2007
- July 2007
- May 2007
- April 2007
- March 2007
- September 2006
- August 2006
- June 2006
- May 2006
- January 2006
- September 2005
