In this post we will create a cool fire work effect on any image of your webpage, we will do it using java script and css. This effect is very simple to implement so you may use it as you want. This effect support almost all web browsers except internet explorer.So here is how to create a…
Continue Reading …
Create A Cool Fire Work Effect On Image Using .Js And .CSS
Tips To Create PDF File In PHP | Tutorials
Do you own a eCommerce website where your website generate invoices ? Do you want to provide invoice or billing details to your customers in form of a PDF file ? If Yes then here is a good step by step guide for you to make a PDF file with those details using PHP. In…
Continue Reading …
Fetch Products Details From Category / Database With AJAX
One day while creating a shoping cart website i felt “instead of fetching data with normal coded, why should not fetch the data with AJAX”, because it is very useful to improve page load speed as it loads only necessary part of the webpage.So i searched a lot on the web and got the solution.I…
Continue Reading …
Create A Peeling Corner Effect On Your Website

Do have special offers for your customers ? Do you want your website users to take attention on your special offers ? If yes then this script is best for you.This script is not created by me, all the credit goes to X team.. This script creates a special peeling corner effect to your web…
Continue Reading …
How To Create “Bookmark” Or “Add To Favorites” Button
Do you want to make a “Bookmark” Or “Add To Favorites” button for your website ? This small line of codes will allow your website user to bookmark your website with just one click. Just put these codes anywhere. Codes : <a href=”javascript:window.external.AddFavorite(‘http://www.yourdomain.com’, ‘Your Site Name’)”>Add to Favorites</a>
Learn How To Disable Right Click Using Java Script
Here is great way to disable right click on your webpage using java script codes.It prevent users to save image from your web page.Disabling right click gives you ability to protect your website images. This script pops up a message whenever someone right click on the web page. Place these codes in <head> section – <script…
Continue Reading …




Recent Comments