bullet

 Theme Modification (Continued)

by Zhuiyang (Dean) Chen

The good folks at http://forum.modrewrite.com/ was able to provide me with a solution for my mod_rewrite problem. I've also changed my header, but it's not exactly what I wanted. Was looking for a bring and colorful header to contrast the relatively dark theme as that's not really what I'm going for. I also changed the colors of the links and title.

November 6th 2007 at 11:30 PM
Tags: Site | HTML | MOD_REWRITE

bullet

 Theme Modification

by Zhuiyang (Dean) Chen

Swapped the two shades of foreground and backgroud color since the white text will better contrast the darker shade of background. That turned out to be more complicated since I had to re-generate the drop shadow on the header and footer. Also changed the mouse overs to change in text color only, the previous background color change with text color change was too flashy. I also changed the font of the posts from san-serif to serif, something that looks a bit prettier(Georgia to be specific)

November 6th 2007 at 11:42 AM
Tags: Site | HTML

bullet

 Posts Linked

by Zhuiyang (Dean) Chen

All the posts now have their own links, a critical requirement for good indexing by search engines. Been trying to get mod_rewrite to reformat the messy php $_GET requests in to nice URLs but the documentation for it is confusing as hell. I've managed to get the nice URLs to wrok when typed in directly. Ex. typeing in the address bay http://ocirs.com/p/25(Updated to http://ocirs.com/blog/25) will bring you to this page. That alone was a pain and browsing through the plentiful of posts at http://forum.modrewrite.com, which contains a lot of good resources for this subject. Hopefully this little problem will be solved tomorrow when I get some sleep.

November 5th 2007 at 10:07 PM
Tags: Site | HTML | SEO | MOD_REWRITE