CSS3 Styled jQuery Dropdown
In Articles, by Manoela Ilic
I found a really nice and simple jQuery dropdown menu on CSS Tricks and I thought, let's add some neat style to it....
In Articles, by Manoela Ilic
I found a really nice and simple jQuery dropdown menu on CSS Tricks and I thought, let's add some neat style to it....
In Playground, by cody
Here's a jQuery script for changing the stylesheet of an html page....
In Playground, by cody
Here is a jQuery example for a captcha in a registration form....
In Playground, by cody
A list of 42 jQuery image galleries, sliders, plugins and tutorials built using jQuery
In Playground, by cody
This is a sliding menu plugin for jQuery which fires on mouseover and mouseout events....
In Tutorials, by Manoela Ilic
Inspired by Tamsin Baker's beautiful Photoshop brushes "Urban Scrawl" 1 and 2, I was trying to create some shadowed banners using some CSS3 properties....
In Playground, by chadking
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....
In Playground, by chadking
Update: There's a new version of this Login Script....
In Playground, by Manoela Ilic
Here is a list of some highly valueable and functioning iPhone programming tutorials (list is open): iPhone View Switching Tutorial iPhone Coding – Learning About UIWebViews by Creating a Web Browser iPhone Dev Sessions: Create a Navigation-Based Application Tutorial: JSON Over HTTP On The iPhone iPhone Programming Tutorial – Creating a ToDo List Using SQLite Part 4 iPhone Programming Tutorial {Part 7}: Adding Pictures into your table using Interface builder iPhone Tutorial for Creating a Splash Screen Send in your suggestions!...
In Articles, by Manoela Ilic and Community
Here is a very neat set of arrow icons in 8 colors and png format (18 x 18 px): (more…)
In Tutorials, by Manoela Ilic
Here is the result of an experiment with fonts and css3 properties like text-shadow and box-shadow: [caption id="attachment_194" align="alignnone" width="607" caption="Click on this image to see a DEMO"][/caption] Click here...
In Tutorials, by Manoela Ilic
Experimenting with CSS3, I created a big style registration form with rounded borders and shadow effects....
In Playground, by cody
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)){ echo $row, "<BR>n"; } if($error){ echo "Error...
In Playground, by cody
Here's a simple function that calculates the number of days between two dates....
In Playground, by chadking
The following is an example of using the transactional support in MySQL....
In Playground, by Manoela Ilic
Heres a list of actions you should do in order to get PHP + MySQL working with UTF-8: 1....
In Tutorials, by Manoela Ilic
Inspired by the nice download button on the jquery homepage I created this button with a hover effect....
In Articles, by Manoela Ilic
Here is a set of some colorful glossy web 2.0 style buttons in png format (size: 203 px wide, 71 px high)....