Recent Comments
- Pig themed smiley pack | Freebies | Web Designer Tutorials on Animal themed smiley pack
- Gordon Zurasky on CSS keyframe animation basics
- Luciano on CSS Quick-Tip: Positioning checkbox/label
- toxemia on Neon Wallpaper pack
- Taner on Blue login box [.PSD + HTML/CSS]
Polls
Loading ...Facebook
Archives
- April 2012 (15)
- March 2012 (1)
- November 2011 (1)
- September 2011 (2)
- August 2011 (3)
- July 2011 (3)
- June 2011 (2)
- May 2011 (5)
- April 2011 (11)
- March 2011 (2)
- February 2011 (17)
- January 2011 (3)
Tags
16x16 24x24 32x32 48x48 64x64 128x128 256x256 512x512 1440x900 aesthetica animation asl blue color theory CSS CSS3 CSS3 animation design green HTML & CSS HTML5 ico if-else jpg jQuery keyframe neon outline photoshop php png icons psd psd icons ps styles purple rank redirect smiley pack template user-agent user ranks vector vector icons wallpaper webkitCalendar
May 2012 M T W T F S S « Apr 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31
Category Archives: Tutorials
PHP Ternary Operator (if-else shortCode)
The ternary operator a shortcut comparison operator that replaces an if-else statement. This can be implemented to reduce number of lines and time costs in your projects if you need to use a lot of comparison operators. The ternary operator is really very simple so use, but it might confuse newbie PHP programmers. Continue
Leave a comment
PHP IMDb information grabber
There was a plenty of these “IMDb info grabbers” or so called APIs. It’s quite a shame that IMDb in fact doesn’t have an actual API. And all of these “grabbers” now does not work, because IMDb has changed it’s design.
I thought it would be a good idea to write and publish working script since one of WDT blog readers have asked for it (and because I needed one myself
). Continue
PHP sessions: video tutorial
A PHP session allows you to store user information on the server for later use. However, session information is temporary and is usually deleted very quickly after the user has left the website that uses sessions. Continue
Concatenating PHP strings
In this tutorials I’ll show you how to manipulate strings via concatenating several strings together. It should help PHP rookies and become a great time-saver. Continue
Start using HTML5 Placeholders today!
Still not using HTML5 because of partial support? We are comming with good news for you – you are probably using javascript mess to achieve placeholder effect on your form inputs. HTML5 offers built-in placeholder attribute. And for those evil browsers without HTML5 support we have jQuery fix. Great, isn’t it? Continue
Sexy Sharp buttons
Web 2.0 is a great thing. But together with conseption of content, buildable by users comes stereotype of round web. When CSS3 was introduced, it looked cool to round everything we want without any javascript, but nowadays every button, every website is rounded. Border-radius made webmasters mad.
You may improve your designs by using old-fashion square corners.
Combining borders with outline you may generate some great looking web elements without any CSS3!
Snippet: adding suffix to the number
It is so simple to add suffix to any number in english and ir provides a lot better user experience. Continue
CSS keyframe animation basics
CSS3 offers us almost unlimited posibilities to make user experience much richer by using pure CSS animations. In this tutorial basic usage of @-webkit-keyframes will be reviewed. Continue











Follow us
Register
Log in