Viral Patel

Handling Session timeout & other server http errors in AJAX

Handling Session timeout & other server http errors in AJAX
AJAX has really changed the way we build web applications.When I surf internet today, I find almost all the websites Ajaxified in some way. Writing an AJAX application is as simple as writing simple JavaScript methods and some server side code. I have been writing AJAX codes since a long time now and believe me tge most ...

Gmail launched “Multiple Inbox”

Gmail launched
Gmail has launched yet another fantastic feature in Labs yesterday called the Multiple Inbox. This feature was developed by Octavian "Vivi" Costache of Google in his 20% time.When I first heard about this feature Multiple Inboxes, I thought of a page where you can do logins with multiple accounts and access all accounts simultaneously. ...

Compress PHP, CSS, JavaScript(JS) & Optimize website performance.

Compress PHP, CSS, JavaScript(JS) & Optimize website performance.
Since few days we have been registering heavy traffic spikes on our website. This lead to performance issues. As this site is currently hosted on a shared hosting server, it is very difficult to optimize the performance of the site.We are using Wordpress as CMS for this blog, hence we decided to ...

Convert Jar file to EXE executable.

Convert Jar file to EXE executable.
I remember the day when I created a Tic Tac Toe game using Java Swing and packed it in an executable JAR file to distribute it among my friends. As few of my friends were not from computer background, they were unable to execute the JAR file. Hence I converted the ...

Google Maps and Twitter mashup show UK snowfall !!

Google Maps and Twitter mashup show UK snowfall !!
A wonderful map created by Ben Marsh combines Google Maps with tagged Twitter messages. A twitter user has to send a hash tweet with her postal code and a number between 0 to 10 representing snowfall in her area. This data will then automatically displayed on Ben Marsh's Google Map, ...

Introduction to Google Maps.

Introduction to Google Maps.
Google Maps API have been in tech world since quite a long period. Recently I had a chance to try my hands on Google Maps API. If you like JavaScript believe me you will gonna love Google Maps API. Thousand of APIs are available to paint a lot of things on Google Map. You can describe ...

How to take screen shots in Java

How to take screen shots in Java
While surfing through internet, I came to this amazing piece of code in Java that takes the screen shot of your desktop and save it in a PNG file.This example uses java.awt.Robot class to capture the screen pixels and returns a BufferedImage. Java.awt.Robot class is used to take the control ...

FadeIn FadeOut html text div effect using jQuery.

Web 2.0 applications have became pervasive today. Lots of new features using AJAX, JavaScript, DHTML etc have been incorporated in web applications to make them rich in user appeal. One of the framework that has changed the way we write client side code is jQuery.Let us see a simple trick to FadeIn and FadeOut a text ...

Struts Validation Framework Tutorial with example.

Struts Validation Framework Tutorial with example.
Apache Struts has changed the way we develop a Web application. Since its inception as an MVC architecture, Struts has been extensively used in J2EE world to develop robust, extendable and effective web applications. Introduction to Struts Validation Framework One of the important features of Struts framework is Struts Validation framework that performs validation on ...

Dynamically add button, textbox, input, radio elements in html form using JavaScript.

Dynamically add button, textbox, input, radio elements in html form using JavaScript.
Adding Elements like textbox, button, radio button etc in a html form using JavaScript is very simple. JavaScript's document object has a method called createElement() which can be used to create html elements dynamically.We had used this function in our tutorial: Dynamic combobox-listbox-drop-down using javascript to add dynamic options to ...
Page 22 of 27« First...10...2021222324...Last »
Copyright © 2012 ViralPatel.net. All rights reserved.