Jqueryphp - jqueryphp.com
General Information:
Latest News:
jQuery Tab by example 12 Sep 2011 | 06:58 pm
jQuery is nice javascript library. I’m posting here how to create tab elements easily via jQuery. Download original file with example – myTab.js First of all we need some javascript functions. functio...
jQuery Tab by example 12 Sep 2011 | 02:58 pm
jQuery is nice javascript library. I’m posting here how to create tab elements easily via jQuery. Download original file with example – myTab.js First of all we need some javascript functions. functio...
Parse links from given html content 4 Jul 2011 | 04:09 am
You can parse a tags (links) using this function. I have published loading remote file content function in previous post. Using the functions together you can crawl links of websites. function getLink...
Parse links from given html content 4 Jul 2011 | 12:09 am
You can parse a tags (links) using this function. I have published loading remote file content function in previous post. Using the functions together you can crawl links of websites. function getLink...
Get remote file content function 3 Jul 2011 | 03:43 pm
The function will return content of given URL. //directly gets its content function loadFile($sFilename, $sCharset = 'UTF-8') { if (floatval(phpversion()) >= 4.3) { $sData = file_get_contents($sFilena...
Get remote file content function 3 Jul 2011 | 11:43 am
The function will return content of given URL. //directly gets its content function loadFile($sFilename, $sCharset = 'UTF-8') { if (floatval(phpversion()) >= 4.3) { $sData = file_get_contents($sFilena...
Speeding Up Your Web Site 26 Jun 2011 | 08:50 pm
Minimize HTTP Requests 80% of the end-user response time is spent on the front-end. Most of this time is tied up in downloading all the components in the page: images, stylesheets, scripts, Flash, etc...
Speeding Up Your Web Site 26 Jun 2011 | 04:50 pm
Minimize HTTP Requests 80% of the end-user response time is spent on the front-end. Most of this time is tied up in downloading all the components in the page: images, stylesheets, scripts, Flash, etc...
cPanel/WHM migration 12 Feb 2011 | 04:44 pm
Yesterday I have moved my dedicated server to VPS. cPanel has a great feature that copies user from another cPanel server. All of my accounts except 1 account have been moved successfully with via the...
cPanel/WHM migration 12 Feb 2011 | 11:44 am
Yesterday I have moved my dedicated server to VPS. cPanel has a great feature that copies user from another cPanel server. All of my accounts except 1 account have been moved successfully with via the...