Commonly used abbreviations in php

JS Pixels December 14, 2013
While working with php or when we talk about php, some abbreviations are more frequently used. I have compiled some most commonly used abb...Read More
Commonly used abbreviations in php Commonly used abbreviations in php Reviewed by JS Pixels on December 14, 2013 Rating: 5
Move list box items from one box to another with jquery Move list box items from one box to another with jquery Reviewed by JS Pixels on December 06, 2013 Rating: 5
Convert currency using google finance calculator in php Convert currency using google finance calculator in php Reviewed by JS Pixels on November 27, 2013 Rating: 5

Get mimetype of an image in php

JS Pixels November 16, 2013
Mime type is an standard identifier of a file which indicates the type of data a file contains. It has two parts divided with a slash(/) l...Read More
Get mimetype of an image in php Get mimetype of an image in php Reviewed by JS Pixels on November 16, 2013 Rating: 5
Validate Latitude and Longitude with regex and php Validate Latitude and Longitude with regex and php Reviewed by JS Pixels on November 15, 2013 Rating: 5

Same as above with jQuery

JS Pixels October 25, 2013
We often see a checkbox on mostly ecommerce websites which serves the purpose to clone billing address as shipping address OR shipping add...Read More
Same as above with jQuery Same as above with jQuery Reviewed by JS Pixels on October 25, 2013 Rating: 5

Convert Hex color to RGB with php

JS Pixels October 24, 2013
Converting hexadecimal colors to its RGB equivalent is not a big task with php built in function hexdec(). The hexdec() function returns d...Read More
Convert Hex color to RGB with php Convert Hex color to RGB with php Reviewed by JS Pixels on October 24, 2013 Rating: 5

Trim array values in php

JS Pixels September 27, 2013
The trim() function of php removes whitespaces or some other character from a string like... $trimmed = trim ($string); In above exam...Read More
Trim array values in php Trim array values in php Reviewed by JS Pixels on September 27, 2013 Rating: 5

Scroll to top with jQuery

JS Pixels August 20, 2013
Today I will tell you about scroll to top method. Earlier it was very difficult and not very fancy like we had used Anchors, I hope you...Read More
Scroll to top with jQuery Scroll to top with jQuery Reviewed by JS Pixels on August 20, 2013 Rating: 5

Download files using Curl

JS Pixels February 27, 2013
Download remote files programatically using curl. A simple and effective function to download files hosted on remote server. In the follo...Read More
Download files using Curl Download files using Curl Reviewed by JS Pixels on February 27, 2013 Rating: 5

Display star ratings with css sprite

JS Pixels February 16, 2013
Sometimes we need to display star ratings on our site. Here css sprite is an easy way to do the same. This example will display ratings ou...Read More
Display star ratings with css sprite Display star ratings with css sprite Reviewed by JS Pixels on February 16, 2013 Rating: 5

Useful HTACCESS Examples

JS Pixels January 26, 2013
htaccess is a common file used by several web servers to control configuration for a directory. Using this file we can change the behaviou...Read More
Useful HTACCESS Examples Useful HTACCESS Examples Reviewed by JS Pixels on January 26, 2013 Rating: 5

Extract all links of a webpage in php

JS Pixels January 12, 2013
Extracting all links of a webpage is quite easy with PHP DOMDocument class. Using this class we can load html file directly or we can loa...Read More
Extract all links of a webpage in php Extract all links of a webpage in php Reviewed by JS Pixels on January 12, 2013 Rating: 5
Altaf Web. Powered by Blogger.