Archive for the ‘JavaScript and DHTML’ Category
Adding dynamically generated graphs and charts
Friday, March 27th, 2009If you are looking to add a graph or a pie chart on your web based application that will be dynamically generated (more…)
Highlight current link with JavaScript and CSS
Thursday, March 19th, 2009It is always a time consuming issue to highlight current link page, specially if you are thinking of going to each page and set the style for the current link. Which is not a bad idea but the problem is (more…)
Browser detection with javascript
Tuesday, March 17th, 2009Web designers commonly target specific browsers that can support certain design feature, then write code to take advantage of these browsers’ added functionality. Therefore, if you determine which browser is visiting your page (more…)