Archive for the 'Wordpress' Category
My RSS Feed fixed at last
For a few weeks now my rss feed on this blog was not working and it took me a while to track down the problem. When I ran the feed through the feed validator it reported that the feed was being returned as text/html as opposed to text/xml.
After alot of testing and [...]
Since this blog is of a technical nature I plan to be posting more code snippets as time goes on. I obviously want the source code to appear pretty on my blog with all the syntax highlighting that one is used to in modern IDEs (including Visual Studio .NET 2003/2005). I run this [...]
Setting up a CronJob with CPanel
For hosting this site and many others I work with CPanel (hosting control panel). I needed to find out how to set up a Cron Job. A Cron Job is nothing more than a job that runs on a schedule. So you could call a script at a specified time every week or [...]