
Search In
Marquee is a text which is seen floating from right to left or left to right , top to bottom or bottom to top depending on the code . Before we can created marquee effect by simply using <marquee> tag of html as this html tag is not supported b
Earlier in order to play an audio file in browser Flash was used. But with HTML5 audio element we can play the audio files without the need of the flash.
It supports formats like:
mp3
ogg
wav
The syntax of <audio> element is:
<audi
we can set arrow based seekbar using following trick like this : First of all you have to set a image of scale then below that image set a seekbar with progressDrawable transparent and then set arrow image as a thumb.
<?xml version="1.0&q
Hello Everyone!!
Nowadays, We can use the HTML5 to find the Geo-location of the user. Earlier IP was the source of getting the location of the user so that we used additional scripting and also the calling of the server, but using html 5
Today I am going to write a short note on setImmediate, hope you will understand how setImmediate works in nodejs.
setImmediate
Once the current poll phase is completed, setImmediate will execute. After all the tasks has completed
Production certificate is used to identify the concerned organization with the help of distribution provisioning profile. If you want to upload your application to Apple App Store, production certificate allows you to submit your application in App S
Two files are required to create a template in Joomla. First is the index.php file, in this file we can place php code where the content of site should go and second file is templatedetails.xml which includes all the configuration settings and parame
Data conversion and migration are intertwined. The experienced players of document conversion and outsourcing units often come with many pieces of advices for the best conversion strategy seamlessly from start to finish. They know what best practices
This article demonstrates about some PHP functions which can be used to divide an array into smaller arrays. The list and details of each function are given below :
1. array_chunk() :
array_chunk() splits an array into smaller chunks(arrays) of spe
In one of the project, I needed to create the CSV file from the html using jQuery.
To make this possible, I created the below code to convert the html into csv file using jQuery.
<script type="text/javascript" src="jquery.min.js"></script&
