Switching Styles: jQuery CSS Exchanger
by cody in Playground
Here’s a jQuery script for changing the stylesheet of an html page. The styles can be selected from the dropdown on top of the page. There are ten styles to [&
+ moreby cody in Playground
Here’s a jQuery script for changing the stylesheet of an html page. The styles can be selected from the dropdown on top of the page. There are ten styles to [&
+ moreby cody in Playground
Here is a jQuery example for a captcha in a registration form. In order to pass the “Are you human” test, the user has to drag the numbers from 1 [&helli
+ moreby cody in Playground
A list of 42 jQuery image galleries, sliders, plugins and tutorials built using jQuery
+ moreby cody in Playground
This is a sliding menu plugin for jQuery which fires on mouseover and mouseout events.
+ moreby Manoela Ilic 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
+ moreby chadking in Playground
The jQuery Style Slider allows you to change the style of certain html elements in real time and save the style setting to a MySQL database table using PHP. This [&h
+ moreby chadking in Playground
Update: There’s a new version of this Login Script. Here’s a PHP Login System, based on the one developed by jpmaster77: PHP Login System with Admin Feat
+ moreby Manoela Ilic 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
+ moreby Manoela Ilic 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:
+ moreby Manoela Ilic 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
+ moreby cody in Playground
Here’s a simple way to execute the windows dir or the linux ls in PHP Windows: <?php $row = exec('dir',$output,$error); while(list(,$row) = each($output)){
+ moreby cody in Playground
Here’s a simple function that calculates the number of days between two dates. <?php //day's seconds = 86400 function days_between($day_i,$month_i,$year_i,$
+ moreby chadking in Playground
The following is an example of using the transactional support in MySQL. Let’s assume we have two tables, USERTBL and EMAILTBL. Let’s consider the innodb
+ moreby Manoela Ilic 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
+ moreby Manoela Ilic 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!
+ moreby Manoela Ilic in Playground
Here is some very useful javascript for detecting the browser that is accessing a page:
+ moreby Manoela Ilic 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
+ moreby Manoela Ilic 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 [
+ more