Hi this is javascript code to disable ctrl + key combinations, onkeydown is the event used for if user press keys on the body then disable...
PHP code send email
<?php $from_mail = "manikantak49@gmail.com Manikanta"; $to = "somebody@example.com"; $ccmail_ids = "manikant...
Generate Route Map Easily Using Google MAPs
http://maps.google.com/maps?saddr=delhi&daddr=mumbai In PHP <?php $start_address = "Hyderabad"; $destination_addre...
Display functions in javascript
<p id="myId">Text will display by javascript here</p> <script> alert("string"); console.log(...
Javascript String Methods with Usage examples
A JavaScript string stores a series of characters like "John Doe". A string can be any text inside double or single quotes: ...
Meter Tag In HTML5
Use the meter element to measure data within a given range (a gauge): <!DOCTYPE html> <html> <head> <...
Javascript Function to print Webpage
self.print() is one of the java script function to print the current webpage The below is an example to print webpage <input type=...
content.get(...).style.removeAttribute is not a function [Solved]
I used the 1.3.6 version of fancybox with jquery 2.0.3, and had a JS error (and the close button stays hidden) TypeError: content.get(...
List of examples for HTML Text Formating Tags
<!DOCTYPE html> <html> <head> <title>HTML Typography</title> <meta name="revised" content=...
How to play background audio for a website
Use this tag to play background audio in html <audio loop autoplay > <source src =" http://raisingsuns.com/public/images/...
Web Service to get the facebook likes and share and total click count
Hi this is the web service code to fetch facebook likes and shares count, By using the below web service replace with your url for the blue...
Hint.css CSS framework for easy tool tips
Pure CSS library for adding tooltips to HTML elements. Hint is very compact in size, while still managing to offer lots of options for cus...
Detecting a mobile browser
<script> function detectmob() { if( navigator.userAgent.match(/Android/i) || navigator.userAgent.match(/webOS/i) || navigator....
Popular Posts
- Professional Angular JS Pdf download
- Text Inside Circle in css
- Pincode find API
- Mutliple business hours in full calendar with two shifts each day
- Unable to access an error message corresponding to your field name Username.(xss_clean)
- Remove all special characters from a string
- codeigniter .htaccess in amazon ec2 removal of index.php not working
- Solution for the internal server Error 500 for website cpanel
- Get the Country, State, City API in PHP
- How to do error logging in CodeIgniter (PHP)