Author: admin

Javascript Code to Scrolling Page Title

Here I am going to share the Javascript code for scrolling the page title of any web page. You can change the page title by simply set document title property using javascript Scrolling Page Title Code You can change the scroll speed by changing the value of variable “speed”. Above it is 150, which means

Create Interactive Charts with Google Chart API

Last post, we have discussed about Create image charts using Google Chart Tool. Here, we are going talk about how to create interactive charts using Google chart API. Google’s Javascript library allow you to create the charts and throws the events which can be handled by your code. Interactive charts and diagrams will give the

Create Charts Online with Google Chart Tool

Google chart API is a free tool to create the charts online very easily. If you want to create and add the chart or graph to your webpage, then the Google Chart Tool is very useful. You just need to choose the type of the chart you want, enter the data values and choose the

jQuery Show and Hide Div Element

Here’s a simple tutorial on how to show and hide the div content based on the click event using jQuery. Example1: Click on the below “item” link to display the content and click again to hide. Item Content Example2: This example shows multiple links and content. Click on “item1” to show and hide the content

Best Free Online File Storage Services

Storing files online gives you the ability to access from anywhere, secure data and share easily with friends and family. There are lot of things you need to consider when storing data online, some are: – Security of data – Reliability of the service provider – Storage limitations – Restrictions on file size There are

How to Change Country in Google Adsense Account

Recently, I have changed my Google Adsense Address from US to India. Here, I am going to give the instructions to change the country. You can change the country information by using new Adsense interface for the most of the countries, but some are not allowed directly from your account, instead you have to start

Change Font Size with JavaScript

Here is the javascript code to increase or decrease the font size on the fly, you can give control to the user to change the text size for better readability. function resizeFont(multiply) { var sz = document.body.style.fontSize; if (sz =='') sz = 14; //default font size var size = parseFloat(sz) + (multiply * 0.2) +
Close Bitnami banner