Xrefresh – An automated refresh tool for web developers

On  Mac there is cool tool called CSSEdit, Which can write CSS lively and see the results without refreshing the browser. As I am using PC, I could not use this software. But I really wish if I could get one for PC that would be nice. Couple of weeks back when I browsing through [...]

Popular JavaScripts which makes the web more richer and interactive

Now a days, JavaScript is unavoidable for any website. JavaScript enriches your website in the form of giving more interactivity to your web page and help to dressing up your web page. The use of JavaScript can be listed like this Checking and correcting the form data in the user side Dynamically change the web [...]

Tags: , , , , , , , , ,

Collapsing and expanding footer using JQuery

Footer concept changing day by day. Web2 footer is big and lot of links and information carrying on that. Here you can see different types of footers. Today I am going to discuss about collapsing and expanding footers. Most of the site doesn’t have collapsing and expanding footer. But It would be nice if you [...]

Tags: , , , ,

Free tools to develop a website

Last couple of weeks I was in search of some free tools to develop a web. I found that some alternate softwares instead of buying some professional / costly software. I switched over to Ubuntu operating system. Even though here I am discussing with some free softwares usable for either in windows or linux. I [...]

Tags: , , , , , , , ,

Finding 404 elements inside a page using firefox extensions

If you are website developer and if you are uploading images and other files to your web server, you might face some problems with file upload especially large amount of images through ftp. Or you might forgot to upload some files. It would be easy to find such forgot things through some firefox plugins (extensions). [...]

Tags: , , , , ,

Do we really need to support Internet Explorer(6)?

I started browsing with Internet Explorer. It was in early 2000’s. At that time I thought it is the only browser which I can connect to internet. I continue using Internet Explorer till the end of 2004! Since at that time I never checked any websites in any other browser. Things changed in the beginning [...]

Tags: , , , , ,

Different ways to include jQuery in your website

jQuery is javascript frame work which simplifies HTML document traversing, event handling, animating, and Ajax interactions for rapid web development. You can include jQuery in different ways.  1.Download it from jQuery site and include it into your webpage 2.Include it from Google server google.load(‘jquery’, ’1.3.1′); or 3.Include it from Jquery’s site  These are the different [...]

Tags: , ,

Find the biggest from the unordered list or ordered list

Yesterday I came around the situation to find the biggest li from the list of unordered list (UL). I have done that. And added a class which is the bigger in the list. Same can be apply to the ordered list (OL) too. I think it will be helpful for the others too. It is using [...]

Tags: , , ,

How to create a simple navigation using CSS and XHTML

When I wrote about the Unobstructive image gallery listing using CSS, many people asked me to post some tutorial on this blog. So that will be helpful for others. So I decided to create some tutorials on this blog. This is the first step for that. Here I am trying to make simple navigation, which [...]

Tags: , , ,

Create charts with Google Chart API for your web applications

First of all I am thanking to every one to make my last blog a hit. I got a lot of comments even one guy from Microsoft. Once again thanks to everyone Google is always coming with innovations that make the people life easy. Hope you have remembered my post in google category. That was [...]