home

Monthly Archives: August 2009

bowlersjournal.com

Aug 17th

Work directly with writers and in house designer to update site. The existing site was created all in perl and this update converted it all to php. Also created back end administration to post articles, manage subscriptions and moderate site. … Continue reading

read more View Comments

PHP Model View Controller… AHH!

Aug 13th

Well I am not sure how much effort this will take but I am starting to build my own controller (Why? Well for work … mostly and for curiosity also) . I will share some insights here as I progress. … Continue reading

read more View Comments

WordPress built in RSS parser

Aug 12th

A nice wordpress tip. IF you want to add RSS you can do so by just using the built in rss parser.
See the code below. Just add your rss url in the wp_rss function your done. Continue reading

read more View Comments

code post test

Aug 11th

This is a code post test. Testing to see if code will get properly displayed? Pure CSS text gradient (no PNGs) [sourcecode language='css'] h1 { position: relative; font-size: 300px; line-height: 300px; text-shadow: -3px 0 4px #006; } h1 a:link, h1 … Continue reading

read more View Comments