33 JavaScript Solutions for Sorting Tables

Development

Here is a list of 33 JavaScript table sorting scripts and their sources. Enjoy it! 1. jQuery tablesorter http://tablesorter.com/docs/ 2. Table sorting with Prototype http://tetlaw.id.au/view/blog/table-sorting-with... read more

October 3, 2009 by Mary Lou 4 Comments »

Google API Showcase: The Live Translator

Development

The API of Google has a lot of useful usage examples. This showcase demonstrates how we can use the Google AJAX Language API to build a live translator that allows us to translate text from one language into the other - and th... read more

September 30, 2009 by Mary Lou 3 Comments »

Styling Forms with CSS: Sophisticated Registration Form

Web Design

Here is a pretty complete registration form, nicely juiced up with some neat CSS. Here you can see a DEMO Download the ZIP file from here: CSS Registration ZIP Enjoy it! ... read more

September 28, 2009 by Mary Lou 3 Comments »

21 Free CAPTCHA Sources

Development

Here is a collection of free CAPTCHA scripts and services than you can easily integrate into your website using PHP or JavaScript: 1. PHP CAPTCHA Library for reCAPTCHA http://recaptcha.net/plugins/php 2. Ajax Fancy Capt... read more

September 22, 2009 by Mary Lou 5 Comments »

42 Famous Login and Registration Forms

Web Design

Today, I want to showcase some of the most famous login and registration forms on the web. As a web developer you might be interested in having a compact overview of the different designs of these essential website elements. Fo... read more

September 20, 2009 by Mary Lou 5 Comments »

PHP Login System Reloaded v1.1

Development

Here's an updated version of the PHP Login System. You can check the old version here. The following was added: 1. Registration fields: email confirmation password confirmation country recaptcha Email ... read more

September 16, 2009 by chadking 170 Comments »

How To Play Looping Sound In Your iPhone App

Tutorials

Here is a very useful code snippet for playing your own sound file continuously in your iPhone application. The example uses a .caf file and is based on the AVAudioPlayer Class. You can find the class reference of Apple here: ... read more

September 15, 2009 by Mary Lou No Comments »