Published March 13, 2009 04:03 pm in Development
2 comments
I had a little time this week, so I decided to rewrite my WordPress template. I liked the overall look of it, but I just customized somebody else’s work, and things were just a little off.
I’d never written a template for WordPress from scratch before, but it turns out to be pretty easy. I used the Blueprint CSS framework because I’ve really come to love using it, and I added a graphical logo to the header instead of plain text.
I also made changes to the categories. I felt there were way to many, so I consolidated them into 5 areas. After that, I think that it’s important to utilize tags instead of categories. As a result, those of you who subscribe to my RSS feed probably saw a lot of old posts show up. Sorry about that. Wordpress automatically adds an edited post to the feed.
So, let me know what you think works, or doesn’t work. If there’s a problem in a particular browser/OS, let me know that too.
Tags:
blueprint,
css,
Web Design,
wordpress
Published December 12, 2008 04:12 pm in Development
2 comments
I finally finished a personal development project that I’ve been meaning to do for quite a while now. I made a Lifestream. A lifestream is an aggregate of online activity. I have accounts at Twitter, Delicious, Digg, YouTube, Last.fm, and Flickr. These sites all track my activity for social networking purposes, and make them available via RSS.
What I’ve done is aggregate these sources into one stream of information…a lifestream. I got the idea from Sean McGrath a few months ago, and he even gave me use of his code, although in the end, I decided to write my own and avoid the use of a database.
To write the site, I used CodeIgniter, Blueprint CSS, SimplePie, and Yahoo! Pipes. I think I had to write about 300 lines of code in total to get this to work. I have a little polishing up to do, but then I’ll be able to release it under the GPL.
Tags:
blueprint,
codeigniter,
delicious,
digg,
flickr,
last.fm,
lifestream,
RSS,
simplepie,
twitter,
yahoopipes,
youtube
Published December 03, 2008 09:12 pm in Development
No comments
Even though I’ve been really busy with consulting work these last few months, I always seem to find time to start a new personal project. It doesn’t seem to matter how busy I get actually. There’s always so much to learn. So many new technologies, methodologies, frameworks, platforms, you name it. It never stops.
I think that the best way to learn these new things is by working on personal projects. Especially, if you’re going to learn a few new things at once. Otherwise, you may dig yourself into a hole that will take weeks to get out of.
So, my new project. I’m writing a web-based bit-torrent interface for linux servers. I haven’t quite decided which torrent client to wrap it around yet though. It’s meant as a replacement for Torrentflux which I find a bit too cumbersom. My vision is to build something more streamlined, both functionally and visually using PHP with CodeIgniter, Blueprint, and JQuery.
I’m sure this is going to take forever because I’m so busy, but it’s meant as a learning project as much as anything. I’ll post updates as it progresses, and eventually the source code.
Tags:
blueprint,
codeigniter,
css,
Development,
framework,
javascript,
jquery,
php,
torrents,
Web Design