- Friday, September 11, 2009, 14:01
- CSS
- 1,610 views
Working with Internet Explorer and creating web pages that behaves same in IE has always been frustrating for many web developers. One way of tackling IE problem is to create
IE-Specific Stylesheet and thus it helps in avoiding breaking of design in IE.
While working on one of the requirement I had to set height of selectboxes on the webpage. Normally for setting up height ...
Full story
- Thursday, September 10, 2009, 12:35
- CSS
- 1,592 views
If you are a web developer you know how painful is to write a webpage that behaves same in all the web browsers. Generally the webpage created for Firefox behaves pretty much the same in Chrome, but Internet Explorer has its own problems. Whether it be problem with
Multiple Selection in IE or the
AJAX ...
Full story
- Wednesday, May 27, 2009, 13:21
- CSS, General
- 1,508 views
Hope you all have heard that behind-the-scene progress of the new version of HTML, is cruising through.
There are some good news for those preachers of web standards who give importance to the semantically correct web.
With the the new version of HTML (HTML 5), still gazing towards the recommendation stage (the specification is not yet complete and ...
Full story
- Saturday, March 21, 2009, 21:41
- JavaScript
- 4,862 views
Last night I came across very weird problem of JavaScript. I wrote a JavaScript code to select all the option of the list. Let's take following example for demonstration.
HTML code:
1
2
3
4
5
6
a
b
c
d
select all numbers
select ...
Full story
- Saturday, December 13, 2008, 11:17
- AJAX
- 4,129 views
Few days back I was working on a requirement where in a webpage one table was getting populated through AJAX. This table was getting refreshed every 5 mins as it was showing some real time data being processed in back end.
To my surprise, the data in the table were not being refreshed and the output that I was getting was not the one that I ...
Full story