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 4 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 4 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 7 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 219 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 1 Comment »

Checking Network Reachability on the iPhone

Tutorials

In some iPhone apps you need to check if there is a connection to the outside world. If the application depends on a connection to the internet, we will want to warn the user of the app, if he cannot connect currently. In programm... read more

September 14, 2009 by Mary Lou 5 Comments »

Dynamic jQuery Image Gallery with Uploader

Development

Here's a jQuery Image Gallery script with a multi file Uploader, that was implemented using three resources that I found on the web: uploadify ad-gallery class.upload.php click on the image to see a demo It's ... read more

September 13, 2009 by chadking 26 Comments »