Regarding Themes

I am having a hard time deciding on a theme which I genuinely like. I will try this one for a while and see if I like it.

ID3 Reader

A girl holding a WalkmanLately I’ve been working on a PHP script that is able to parse an ID3 tag. It took some time, but I’ve successfully finished with version 1.0.

I spent some time reading the ID3 spec to figure out what exactly I was parsing. Read more

Comparing Dates with PHP

The White Rabbit Checking the TimeWhen working with dates, time and calendars it becomes a pretty common requirement to compare dates-Testing whether a date occurs after or before one date, whether an event occurs between two specific times, etc. The easiest way to work with dates in PHP is with the DateTime object.

Obviously for us (as humans) it is pretty easy to see that my party is not during my shift. On the other hand for the computer to see this is a whole other issue.

Read more

Switchit Released for iPod

Switchit

Switchit

One of my buddies just released Switchit for the iPod. Everyone should check it out/buy it since it is a great game and it is only $0.99.

The idea of the game is that you move tiles to match a pattern. It’s a very simple idea, but things get complicated with the introduction of rotation tiles, switch tiles, bomb tiles, locked tiles, etc. It features 75 levels and several unlockable tile sets to keep things interesting.

Email to SMS

A picture of a hand holding an old style phone handsetEmail to Short Message Service (SMS) is a topic I’ve been researching for a while and have been disappointed on how disjointed researching can be. It seems that most resources are either extremely basic or advanced. There doesn’t seem to be a happy medium which is where I feel I sit at the moment.

Currently I am trying to put together a database of all known SMS email address for web application use. These can be found randomly strewn about between SMS server services to mobile phone zealots’ sites. I simply want the list so if I ever needed to send a SMS to a phone from a web form I can. I hope the following list will be of help to someone. Also any additional SMS email address would be appreciated.

Read more

Code Canyon

CodeCanyonA lot of my time recently has been devoted to designing and producing code for Code Canyon. I haven’t released anything as of yet, but I hope to in the near future. =D

My first release will be an image gallery that is looking like it should be pretty promising. I’ll post a link when it is released.

Regarding PHP Resources

I’ve been doing some work on the PHP guide and have run into a very common theme among PHP instruction books. Most of them do not delve too deep into the language. Most are for beginners. This has helped me resolve to make the PHP Guide targeted toward a broad audience–from beginners to experts.

PHP Guide – Table of Contents

PHP LogoI’ve started work on my PHP Guide. I have a preliminary table of contents. I’ll add to it slowly as I get things written.

PHP Guide

I’ve started work on a guide to PHP. Mostly to give myself a better understanding of the language. I’m planning on posting it on here as I do it.

Don’t Make Me Think – A Common Sense Approach to Web Usability

Don't Make Me Think

Don't Make Me Think--A Common Sense Approach to Web Usability

This book was one of the best (text) books I’ve ever read. Steve Krug (the author) has had over 20 years work in usability and it shows. This book is a very straight forward explanation of usability dos and don’ts. Reading this book I had several, “I knew that” moments, but I never really connected the dots until reading through this book.

Read more