Weekend Link Roundup: Week 10

by Mark Sanborn on May 31, 2008

The Web Developer’s SEO Cheat Sheet – Pretty much all the major SEO topics combined in one sheet. How to build a maintainable site using Cushy CMS and Twitter – This is a great tutorial that builds a personal bio page from scratch that can be updated with twitter and Cushy CMS.

Validating Telephone Numbers With PHP

by Mark Sanborn on May 30, 2008

There are many different ways a user might input a phone number. Sometimes they may choose to input it as, (555) 555-5555. Other times they will use 555-555-5555. As a developer we never really know how they might input the number. Often times we can give our users an example and they will still enter (…)

“Rick Rolling” Your Hard Drive

by Mark Sanborn on May 29, 2008

If you remember back to my article about dd you will remember that it is a very powerful utility for writing to hard drives. In this post we are going to use it to “rick roll” the hard drive. I will show you two different “rick rolling” methods as well as describe what a “rick (…)

Using wget to Download Youtube Videos

by Mark Sanborn on May 27, 2008

Today I am going to show you a neat way of downloading Youtube videos using wget. Most Linux distros will come with wget. If you don’t have it, check with your distro for instructions on how to install it. Windows users can get wget here.

Weekend Link Roundup: Week 9

by Mark Sanborn on May 24, 2008

Design Pattern Library – Yahoo has made a collection of web design patterns that they see. This is very interesting. Check it out. New Order – One of my favorite security resources. Special ALT Characters – Here is a list of ascii characters and how you type one. These are great to add to your (…)

Rotate Ads with PHP

by Mark Sanborn on May 23, 2008

There comes a point where a site can have too many advertisements or there simply isn’t enough space for another ad. We also don’t want to distract our users from the content too much. This is where ad rotating can come in handy. With rotating you can have two ads displayed in the same space.

One-Time Use Credit Cards

by Mark Sanborn on May 22, 2008

A new era of credit card protection is here! Paypal is offering disposable one-time use credit cards free of charge. You don’t even need to even own a credit card to use them. A simple Paypal membership will suffice.

50 Reasons Why I Love Linux

by Mark Sanborn on May 21, 2008

I love Linux so much I made a list of 50 reasons why I love it so. 1. I can extract something with one command without opening a separate program. 2. I can print a document without opening it. 3. I can update all applications with two magical words, apt-get upgrade. 4. Its free