27 Oct 2015 0 Create an attractive timeline Create an attractive timeline in css/html .An attractive timeline is created under jsfiddle a live example. have a look to...
26 Oct 2015 0 Get you tube channel XML videos in php get_youtube_videos($user){ $str = ‘https://www.youtube.com/feeds/videos.xml?user=’.$user; $videos = $this->xml2array1($str); return $videos; } function xml2array1($url, $get_attributes = 1, $priority...
26 Oct 2015 0 XML to PHP array convert function xml2array1($url, $get_attributes = 1, $priority = ‘tag’) { $contents = “”; if (!function_exists(‘xml_parser_create’)) { return array (); } $parser...
21 Oct 2015 0 How to detect a mobile device in php How to detect a mobile device in php?? is you ever got this problem during the development to know your...
19 Sep 2015 0 Detect mobile devices in php So many challenges you can face during developing a project. I was working on a project with a video at...
13 Aug 2015 0 Installing WordPress beginner WordPress is used wordwide for the instant blogging websites and portfolios, which is very easy to install and maintain. Its...