Styling Forms with CSS: Sophisticated Registration Form
In Articles,
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... read more
In Articles,
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... read more
In Playground,
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 reCAPTC... read more
In Articles,
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 [&... read more
In 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 AVAudioP... read more
In 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 [&helli... read more
In Articles,
I found a really nice and simple jQuery dropdown menu on CSS Tricks and I thought, let’s add some neat style to it. You can find the original here: http://css-... read more
In Tutorials,
Inspired by Tamsin Baker’s beautiful Photoshop brushes “Urban Scrawl” 1 and 2, I was trying to create some shadowed banners using some CSS3 propert... read more
In Playground,
Here is a list of some highly valueable and functioning iPhone programming tutorials (list is open): iPhone View Switching Tutorial iPhone Coding – Learning About ... read more
In Tutorials,
Here is the result of an experiment with fonts and css3 properties like text-shadow and box-shadow: Click here to download the ZIP file with the two overlay images: ... read more
In Tutorials,
Experimenting with CSS3, I created a big style registration form with rounded borders and shadow effects. The only image used is not the button, but the pen that ser... read more
In Playground,
Heres a list of actions you should do in order to get PHP + MySQL working with UTF-8: 1. Database: CREATE DATABASE db_name CHARACTER SET utf8 DEFAULT CHARACTER SET u... read more
In Articles,
Here is a set of some colorful glossy web 2.0 style buttons in png format (size: 203 px wide, 71 px high). You can use them as you like!... read more
In Playground,
Here is some very useful javascript for detecting the browser that is accessing a page:... read more
In Playground,
Here is a simple PHP function that returns the exact age of a person given his/her birthdate: function age($month, $day, $year){ $y = gmstrftime("%Y"); $m = gmstrfti... read more
In Tutorials,
Ever wondered how to generate some cool gmail labels in css? Here is an attempt to imitate the little labels used in gmail. Three tiny colorless images are used to [... read more
In Tutorials,
Here is a very simple and cool registration form. A lot of times I was searching for some registration or login form that is easy to adapt. Here comes my contributio... read more
In Tutorials,
This is an example of a very simple CSS + one tiny image chart. The result will look like this: Insert the follwoing style into the head of your html […]... read more
In Tutorials,
Let’s create a simple and clean box that shows the updates in a category (or anything you might like it to use for). The result looks like this: Starting with ... read more