HOT CSS

Free Beautiful Css templates, Web designer tricks from expert

Pages

▼
Wednesday, April 9, 2014

CSS parser in PHP

›
<?php include("cssparser.php"); $css = new cssparser(); $css->ParseStr("b {font-weight: bold; color: #777777 ;} b.tes...
Sunday, April 6, 2014

PHP function detect utf8 string

›
It's working on PHP4, PHP5 function is_utf8($str) { $c=0; $b=0; $bits=0; $len=strlen($str); for($i=0; $i 128){ ...

Function php convert string to UTF-8

›
conver string to Utf8 if String is not equals to 'UTF-8' /* *QQ: 290359552 * conver to Utf8 if $str is not equals to 'UTF-8...

Get sub array in PHP

›
array_slice() $subArray = array_slice ( $arr , 0 , 4 );

function detect Unicode UTF-8 string PHP

›
Based upon that snippet below using preg_match() I needed something faster and less specific.  That function works and is brilliant but it...
Friday, April 4, 2014

Tooltips In only CSS3 And HTML5, Without JavaScript

›
Tooltips in HTML pages general do not need any effort from a developer’s side, as long as they put proper title attributes to their elemen...

HTML5 Jquery tooltip

›
Tooltips are a square deal. They allow for the placement of important information just in the very location this information is needed, re...
‹
›
Home
View web version
Powered by Blogger.