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
Tag Archives: php
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 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
Bracketless VS traditional if-else statement
There is no secret that some developers are using traditional statements, some – bracket-less. But witch one is better to use?
I’ve dived directly into testing. 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
Replacing text into clickable links
Ever wondered how these PHP magicians converts text urls into clickabe links? There are several ways to do this, but probably the best one to use is ereg_replace. Continue
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
Redirecting via PHP/HTML
There is a lot ways to redirect your users e.g. from old domain to the new one or refresh site automatically when you are working on the design. I’ll review HTML, PHP and apache mod_rewrite ways to do this. Continue











Follow us
Register
Log in