Learning to make the hard things easy

Using Python to replace spaces with underscores in filenames.

Posted by on Feb 25, 2009 in Python | 0 comments

Python can be used on Window, Linux and Mac. It just a simple install. download code #!/usr/bin/python import string import os import...

Read More

Microsoft Certified Professional Developer (MCPD)

Posted by on Feb 24, 2009 in Coding | 0 comments

How to earn your MCPD certification on Visual Studio 2008 Each MCPD certification on Visual Studio 2008 requires that you pass two to four...

Read More

Sony PRS505SC Over Amazon’s Kindle

Posted by on Feb 23, 2009 in Chatter | 0 comments

<div><object width="420" height="339"><param name="movie" value="http://www.dailymotion.com/swf/x7rd79" /><param...

Read More

Displaying Child Page Links in A Template

Posted by on Feb 22, 2009 in PHP, Wordpress | 0 comments

<?php /* Template Name: Child Page List */ ?><?php get_header(); ?> <div class="narrow_column"> <?php...

Read More

Linux and Apache commands

Posted by on Feb 16, 2009 in Linux | 0 comments

Here are some commands that we use at the Gazette on our Linux web server.  It is running Red Hat Enterprise Linux 5.2. Reload Apache...

Read More