Skip to content


A beginners guide to programming

I read a lot of tutorials on the Internet. One thing that always fascinates me is the large amounts of tutorials for programmers in the intermediate and advanced stages. Some are on the border of bad programming and I believe this has to do with the poor programming methods learned in the beginning. Simple things like code structure, even though it doesn’t seem like it at first, can drastically improve programming skills.
Continued…

Posted in PHP, Programming.

Tagged with , , , , , , .


Safari Tip: Open targeted links in a new tab

Before I got my Mac I was a die hard firefox user. I used firefox for almost 99% of my web browsing. Even before I was a firefox user I was a die hard keyboarder (I hate slowing myself down by using a mouse). When I got my Mac Book Pro in 2007 for the Webmaster Jam Session, I soon found that maybe safari was a better choice for my keyboarding habbits. While firefox (in many ways) works the same on all operating systems, one little thing drives me crazy about it on the mac. It skips over several form elements while using the tab key (Drop Downs, checkboxes, radio buttons). This is what drove me to use Safari.

Continued…

Posted in OS X Leopard.

Tagged with , , , .


Calendar Math

Calendars are sometimes the most difficult thing to design. I think the main reason is the complex set of variables that are needed to be handled. With each month comes a different number of days, a different starting day is always an obstacle too. Another difficult situation to some is the previous days in the first week (prior month) and then the days that are in the remaining days in the last week (next month’s days). Sometimes we tend to over think certain programming tasks. We think about how difficult it will be to figure all of these things out at once to make the perfect calendar. This leads me to the creation of this article, a simple way to use math to develop a calendar.
Continued…

Posted in PHP, Programming.

Tagged with , , .


Website Update

Ok so I updated to wordpress 2.7 …

Posted in General.