HOT CSS

Free Beautiful Css templates, Web designer tricks from expert

Pages

▼
Monday, March 3, 2014

Tutorial Change Month Number to Month Name

›
$monthNum = 5; $monthName = date("F", mktime(0, 0, 0, $monthNum, 10)); Reference URL

Beautifull HTML5 Love Heart for Valentine, 8 March, Women Gifts

›
I had to prepare this a few days ago, but I hope that it’s not too late. I want to introduce you the pleasant html5 examples for women, es...

Tutorial Change Graphics Based on Season

›
Function <?php function current_season() { // Locate the icons $icons = array( "spring" =...

How to strip white space when grabbing text with jQuery

›
I'm wanting to use jQuery to wrap a mailto: anchor around an email address, but it's also grabbing the whitepace that the CMS is ge...

jQuery unfocus method?

›
How can I unfocus a textarea or input? I couldn't find a $('#my-textarea').unfocus(); method? yes this is the solution: $(...

PHP convert Date from dd/mm/yyyy to yyyy-dd-mm

›
Conversion $date_array = explode("/",$date); // split the array $var_day = $date_array[0]; //day seqment $var_month = $date_arra...

Tutorial Calendar Function

›
<?php function build_calendar($month,$year,$dateArray) { // Create array containing abbreviations of days of week. $daysOf...
‹
›
Home
View web version
Powered by Blogger.