Fireworks have always held a captivating charm, and incorporating them into web design can make your website stand out on special occasions like a new website launch, festive offers, birthday celebrations, or any page that needs a touch of magic. In this guide, we'll show you how to create a mesmerizing firework animation effect using a jQuery plugin. Your site visitors are bound to be captivated by this dazzling display.
Showing posts with label Javascript. Show all posts
Showing posts with label Javascript. Show all posts
23 November, 2016
17 November, 2015
08 September, 2015
Remove row from table with fadeOut effect using jquery and php
In this post i have explain about How to Remove row from table with fadeOut effect using jquery and php. Here i have used ajax to delete the database record. It will work without refresh page and row table data delete with fadeOut effect.
18 August, 2015
Convert PHP data to JSON API url
Today I have discussed Convert PHP result array to JSON API URL. JSON is a lightweight data-interchange format. The current trend to develop the app and web app server side exchanging data between their servers XML or JSON format. JSON is the easiest way to translate a JavaScript object into a PHP associative array.
23 June, 2015
Make seo trick for title tag using javascript
Today we will discuss SEO related some tricks. Nowadays all internet website marketing focusing on website SEO development they need to increase website traffic and revenue. So would suggest some SEO trick on this tutorial.
14 April, 2015
Jquery on click image effect
The jquery library provides several techniques for adding animation to a web page. all effects animation make my website very attractive. it's very simple code, We can use frequently all animation effect. In this tutorial i have created Jquery on click effect.
09 January, 2015
Export html table data to csv file using JavaScript
Recently i have posted Import CSV File Data Into Database Using PHP article this concept based import excel sheet data into database.Similar like i have posted this topic, here i am using JavaScript for converting html table data into excel (CSV) document. this concept best helpful for shopping cart, school management web sites. Just take a quick look this live demo.
05 September, 2013
03 June, 2013
Typing animation text using Javascript
This post makes an create News feed mode animation text basic animation text on marquee text only and using some long jquery so the page will be delay sometimes merge in coding so we need javascript text animation script this mode type using our website top bar watch below demo.
Just call the javascrtipt function code newsText[0] = "some text" output will be show javascript in text area or call <span wrap=virtual></span>
Just call the javascrtipt function code newsText[0] = "some text" output will be show javascript in text area or call <span wrap=virtual></span>
31 May, 2013
select box disabled and pass the value concept
In this post I have explained how to select box hide concept like e-commerce website just choose an checkbox value change as select box value using java script coding and select box value disabled concept this post most help to classified and e-commerce website developers try this simple script take a look this live demo.
14 May, 2013
Share links to social network sites with Yoursite
This concept share web your page link to social medias. just include below script in your webpage its share to social media in your link. most of them used social media plugins that plugin make to delay on website. so try this code easy to share web page link. [ NEW UPDATED ]
13 May, 2013
javascript check retype password
Password Recheck script just call the values in get id to check the password matching or wrong. make this get password and retype password values simple method watch also have live demo.
26 April, 2013
website Popup Ads script
This Script have simply make to Popup windows Ads through your website. just try this coding put on <head> tag after refresh page the pop windows automatically open your website.
1.Change the Width and Height to match that of your Adspage. Note that the width and height appears in two locations. In the example the width and height are both 250.
2.Alter the Image URL for your Domin.
ex:http://www.google.com
Most website developer using this script because this simply make an advertising script give page link in Animated gif, website,flash file.
<script language="JavaScript"> window.open('http://www.yourdomain.com/youradspage.html','popupad','width=200,height=150') </script>
1.Change the Width and Height to match that of your Adspage. Note that the width and height appears in two locations. In the example the width and height are both 250.
2.Alter the Image URL for your Domin.
ex:http://www.google.com
09 January, 2013
On-click Select Box Link using Javascript
This concept based on select box given link just using below java script function on select box option value. choose the option values link will be load automatically without using submit action link will be loaded on the page follow the below coding avoid to <a> link tag on select box.
1.Give the select box option values
<option value="">Select our search </option>
2.Give the link in Option Value
<option onclick="window.location='www.google.com' " value="Home">
3.Run the Coding Watch live Demo
<select>
<option value="">Select our search </option>
<option onclick="window.location = 'http://www.google.com'">Google</option>
<option onclick="window.location = 'http://www.yahoo.com'">Yahoo</option>
<option onclick="window.location = 'http://www.gmail.com'">Gmail</option>
</select>
4.This Live Demo work Firefox,Opera Browsers Only