1 http://www.ctrlq.org/screenshots – for capturing screenshots of web pages on mobile and desktops.
2 http://www.dictation.io – online voice recognition in the browser itself.
3 http://www.zerodollarmovies.com – find full-length movies on YouTube.
4 http://www.screenr.com – record movies of your desktop and send them straight to YouTube.
5 http://www.goo.gl – shorten long URLs and convert URLs into QR codes.
6 http://www.unfurlr.come – find the original URL that’s hiding behind a short URL.
7 http://www.qClock – find the local time of a city using Google Maps.
8 http://www.copypastecharacter.com – copy special characters that...
Translate
Monday, August 10, 2015
Thursday, February 26, 2015
0 List Grid View using jQuery
List Grid View using jQuery
In almost every e-commerce website that you are designing, the feature
to switch between list and grid view is very essential to facilitate
better display of the huge product catalog. This is very simple to
achieve using jQuery, as you can visualize the very minimal version in
the jsfiddle showcased here.
To make this more complete, I experimented showcasing product catalog
with fade-in and fade-out transitions while switching between grid and
list views. In this post, let us see how to create fading list/grid view
switcher with components to display product catalog using jQuery and
css.
DEMO
DOWNLOAD
1....
Sunday, February 15, 2015
0 Emirates of uae
The United Arab Emirates is consists of seven emirates, which occupy the southeastern corner of the Arabian Peninsula. Each emirate, unique and rich in tradition, is an essential component necessary for making up the whole.
ABU DHABI
Abu Dhabi, by far the largest emirate, is ruled by the Al Nahyan family. It occupies 67,340 square kilometres or 86.7% of the total area of the country. The emirate is primarily a vast desert area with about two dozen islands in the coastal waters, including the island where the city of Abu Dhabi is located, plus six sizeable islands further out in the Arabian Gulf. The population of the emirate is concentrated...
Labels:
Emirates of uae
Saturday, February 14, 2015
0 vodafone-How to check internet balance
Check 2G/3G Balance*111*6# (Then follow instructions) or *111*6*2#
Check 2G/3G BalanceSMS 'DATA BAL' to 144
Check Main Balance & Validity*141#
Check Free seconds and SMS balance*142#
For Paper Recharge*140*16 Digit Secret Code#
Best DealsDial 121
Deactivate VAS services (except Vodafone flash and suspended services)SMS STOP to 321
Activate VAS services(except Vodafone flash)SMS START to 321
Check the Last 5 TransactionsSMS FIVE to 111
Get GPRS settingsSMS ALL to 111
Deactivate the VAS ServiceCall 111 Press 4 option
Check bonus card detailsBC Bonus card denomination to 111
Balance TransferDial *130#
Option 1: Balance Transfer
Option...
Saturday, January 24, 2015
0 Tutorial for windows 7 USB installation
Tutorials for windows-7-usb-installation http://getintopc.com/tutorials/windows-7-usb-installatio...
Wednesday, December 31, 2014
0 Ajax Image Upload using PHP and jQuery
Following steps are pointed under this process :
1. Include jQuery library.
2. HTML page with upload field.
3. jQuery Ajax code.
3. PHP script to store image.
Ajax Code :
$.ajax({
url: "ajax_php_file.php", // Url to which the request is send
type: "POST", // Type of request to be send, called as method
data: new FormData(this), // Data sent to server, a set of key/value pairs (i.e. form fields and values)
contentType: false, // The content type used when sending data to the server.
cache: false, // To unable request pages to be cached
processData:false, // To send...
Subscribe to:
Posts (Atom)