please read about that Gmail has just launched small but really useful feature in Gmail Labs. Dynamic Favicon showing unread email counts…
create a mobile app in php
How to start? Development of a complex iPFaces application is really simple because the simulation mode can be used. This…
get response after sharing with Facebook feed dialog?
<body> <div id='fb-root'></div> <script src='http://connect.facebook.net/en_US/all.js'></script> <p><a onclick='postToFeed(); return false;'><img src="RANDOM IMAGE.png" alt="IMAGE"/></a></p> <p id='msg'></p> <script> FB.init({appId: "1234567890", status: true, cookie:…
Improve your experience by adding svg graphic editor to your website
This is probably the coolest free add-on you can embed into your website in 120 seconds or less. SVG is…
how to show loader image before loading from ajax data php
<html><body><script language=”javascript”>function loaddata(){ datastring = ‘favour=’+id+’&itemsId=’+chkItem; jQuery.ajax({ type:…
Sliders or Range Selecter and Mobile Price Sliders jQuery
This post is a list of jQuery Mobile Price Sliders. These plugins can be used for numbers, prices or anything…
How to take a screenshot of the current screen of web page and save it as a png image through php
// an example html page<!DOCTYPE html><html><head> <script type="text/javascript" src="//ajax.googleapis.com/ajax/libs/jquery/1.8/jquery.min.js"></script> <script type="text/javascript" src="./javascripts/html2canvas.js"></script> <script type="text/javascript"> $(document).ready(function(){ $('#screenshot').on('click', function(e){ e.preventDefault(); html2canvas($('body'), {…
how to get java script variable in php variable
First way =>——————————- <script>var x = document.write(“”<?php echo $b; ?>) ;alert(x);</script> ————————————– Second way =>————————————– <script> var id = jQuery(this).attr(“id”); var…
how to calculate price on change of item value
<script>$(document).ready(function(){ var x=parseInt($(“#env_amt”).val()); var y1=parseInt(0);// alert(x);//———-envolope price———– $(“.parax”).each(function(){ var y=parseInt($(this).val()); //alert(y); y1=y1+y; }); var z=(x*y1); $(“#para1”).html(z); $(“.parax”).keyup(function(){ var m =parseInt(1);var z1 = parseInt(0); var x=parseInt($(“#env_amt”).val()); var y1=parseInt(0); $(“.parax”).each(function(){…
save and fetch data through jquery / java script and php without data base using push and pop
//———————- SCRIPT PART ———–<script>function addondblclick1(addobj) { if($(‘.her1 .box ‘).size()< 5) { itemcounts++; var cat=$(addobj).attr(‘cat’); var catname=$(addobj).attr(‘catname’); var imagename=$(addobj).attr(‘imagename’); var imagecounter=$(addobj).attr(‘imagecounter’);…

Recent Comments