I was trying to develop a paging in XML with JavaScript and could write this code. It takes a XML file name as Input and gives five records on each page. No of records can be changed on each page. Check recordPerPage and max variable. I was working on this… READ MORE
Do you maintain multiple Google’s accounts. One for work and one for home or One for general stuff and another for very important work like Google cart, payment and other stuff. If you maintain multiple account then you may be using two browser sometimes just for keeping up with multiple… READ MORE
In recent two consecutive months, IE has gained market share whereas Firefox and Chrome browser has lost market share in web browser usage world wide. This seems unrealistic considering Chrome and Firefox hype about fastness, secure and other features among youngsters. For Internet Explorer, June and July, 2010 has been… READ MORE
Very good discussion posted by Stephen Shankland about new HTML specification (HTML5), W3C, WHATWG and few very important persons involved in development of new specification for HTML5. I have found the post very interesting and useful for all those who are related to web development.
He discussed about state of… READ MORE
Here is a rumbling about the Junk characters that appear from time to time on page due to wrong settings on editors or for other reason.
Take this text for example:
Europa im Mietwagen bis zu 15 % GÜNSTIGER
Große Tour – große Ersparnis!
Here is image of the above… READ MORE
Flock web browser who has marketed itself as social web browser has released its beta release based on Chromium. It was using Firefox in core. Flock was dubbed as slow, cluttered by many. So, Flock has tried to market itself as faster Web Browser with social tag. It has also… READ MORE
Here is an article for – How to clear your browser cache? It is not a question for most of you but I am writing it for all those who are reaching at How to Delete Cached File on Client Side ? when they just want to delete his own… READ MORE
Here is another hurriedly written post but have some meaning to share with you. I got a promo mock up and there was a check mark (tick mark) symbol that is generally available in MS word. For that list items, I need image to use with CSS (list-style-image:url();). and that… READ MORE
What to do if image is not available in the source you are reading dynamically. Firefox will not show anything (if alt text not available) and IE will show bad looking cross image.
I was working on a page where some data was coming from outside and based on that… READ MORE
How do you delete the file that is cached on Browser due to future expire header set by your web application? Future expire header is suggested for static content such as image, CSS and JavaScript. These are the contents that rarely change and can be set in future.
If you… READ MORE