Author Archives: matt

Create new ad content

Posted in Wordpress | Leave a comment

Committees and Board WordPress Plugin

Displaying the Committees View Members Edit Member Update Member Press the “add new member button” Add New Member

Posted in How-to, Wordpress | Leave a comment

Adding Text to the Sidebar

You can add any text,HTML or JavaScript to the sidebar of your WordPress site.  The first thing you need to do after logging into the wp-admin is to select Widgets. Select Widgets It’s possible that you have more than one … Continue reading

Posted in How-to, Wordpress | Leave a comment

After UltraLasik

The day after my surgery I had a follow up visit and my eyes measured 25/20 in my left eye and 15/20 in my right. The Doctor said that my right eye was over corrected, but may clear up in … Continue reading

Posted in Family | Tagged | Leave a comment

USPS Web Tools

I was trying to add the USPS API into osCommerce. I received the following error when adding this shipping module: RateV3 is not a valid API name for this protocol This is because when you create an account for the … Continue reading

Posted in Family, PHP, Python, Z350 | Tagged | Leave a comment

Use Python to Save an FTP Directory List to File

Written for Python 2.6 #!/usr/bin/python   import ftplib   ftp = ftplib.FTP("ftp.server.com") ftp.login("username", "password") ftp.cwd("path/path")   data = []   ftp.dir(data.append)   ftp.quit()   outputFile = open(’dirList.txt’,'wb’)   for line in data: outputFile.write(line + "\n")   outputFile.close()

Posted in Python | Leave a comment

Chicken Fried Lyrics

Zac Brown Band More CMT Shows   More CMT Videos You know I like my chicken fried A cold beer on a Friday night A pair of jeans that fit just right And the radio up Well I was raised … Continue reading

Posted in Music | Leave a comment

Using Python to replace spaces with underscores in filenames.

Python can be used on Window, Linux and Mac. It just a simple install. download code #!/usr/bin/python   import string import os import re   # task: # loop thur input directory # look for .pdf # replace space with … Continue reading

Posted in Python | Leave a comment

Microsoft Certified Professional Developer (MCPD)

How to earn your MCPD certification on Visual Studio 2008 Each MCPD certification on Visual Studio 2008 requires that you pass two to four Microsoft Certified Technology Specialist (MCTS) prerequisite exams and one Professional Series exam, as shown in the … Continue reading

Posted in Coding | Tagged , | Leave a comment

Sony PRS505SC Over Amazon’s Kindle

Sony PRS505/SC Reader Digital Bookby ComputerTV

Posted in Chatter | Leave a comment