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
- Encrypted Email Service
- Fatal error: Call to undefined function base_url()
- Codeigniter: Session: Configured save path '' is not a directory, doesn't exist or cannot be created.
- The Guide to integrate Bootstrap With CodeIgniter
- Create a random Unique ID in javascript
- mysqli function to get the last inserted record or row id
- Uncaught TypeError: Illegal invocation
- Grocery Crud time picker setup code in php codeigniter
- Generate slug url in php codeigniter
- Instead of Multiple A Name Records why should we need to use Load balancers