32 free arrow icons for your web page
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 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)....
In Playground, by Manoela Ilic
Here is some very useful javascript for detecting the browser that is accessing a page: (more…)
In Playground, by Manoela Ilic
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 = gmstrftime("%m"); $d = gmstrftime("%d");...
In Tutorials, by Manoela Ilic
Ever wondered how to generate some cool gmail labels in css?...
In Tutorials, by Manoela Ilic
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 contribution to the community. I hope you can use it!
The result looks like this:
In Tutorials, by Manoela Ilic
This is an example of a very simple CSS + one tiny image chart....
In Tutorials, by Manoela Ilic
Let's create a simple and clean box that shows the updates in a category (or anything you might like it to use for)....
In Articles, by Manoela Ilic
Developing web applications for mobile phones sometimes brings the need to just create separate content for different devices.