Category Archives: Programming

WordPress 3 and WordPress Plugin Development

Here are the slides from my talk at the PHP meetup on 7.13.2010.

Posted in Blog, Programming, Web | Tagged | View Comments

US Zip Codes and States

So I decided recently to work on getting a list of zip codes for the United States, in case I needed them in the future. I thought that it might be useful. I already had a list of US States, … Continue reading

Posted in Programming | View Comments

jQuery and CodeIgniter Chat

I adapted a Javascript & AJAX tutorial off of sitepoint to work with CodeIgniter. It uses jQuery to the handiwork. It is a simple AJAX chat script, not the most advanced thing in the world. Hopefully it will get better … Continue reading

Posted in Blog, Programming | View Comments

Diggable WordPress Plugin

Diggable is a plugin for WordPress that adds Digg This buttons to websites. This will make it easier for your website visitors to submit content while it also allows them to see the Digg count for content that has already … Continue reading

Posted in Geek, Programming, Web | Tagged , | View Comments

Setting Passwords that Expire in Linux

The /etc/login.defs file controls the parameters we are interested in changing inorder to enable or disable passwords that expire in Linux. It contains a number of other configuration setting for user accounts on your machine. The following are the ones … Continue reading

Posted in Geek, Programming | View Comments

AACS encryption cracked, almost

A hacker posted the source code and a video of new software called BackupHDDVD that he developed that ‘supposedly’ allows people to backup HD-DVD. Source: Electronista, Doom9 What really happened is that the method that Cyberlink uses to decrypt AACS … Continue reading

Posted in Programming | View Comments

Microsoft an Innovator, Yea Right

Slashdot | Is Microsoft An Innovator? – The Winer-Scoble Debate Winer writes, ‘Microsoft isn’t an innovator, and never was. They are always playing catch-up, by design. That’s their M.O. They describe their development approach as “chasing tail lights.” They aren’t … Continue reading

Posted in Blog, Programming | View Comments

CSS Based Forums

Smashing magazine gathered examples of styling forms using CSS. There are a couple of ones listed that actually look pretty nice. I wouldn’t mind using them on my projects in the future.

Posted in Programming, Web | View Comments

Amazon Affiliate Link Generator

I made my own Amazon Affiliate Link Generator using PHP. I think it is the best generator out there because it so simple. You must know what the ASIN of the item is. You also need to have an Amazon … Continue reading

Posted in Programming, Web | View Comments