Drag/Drop shopping cart using jQuery 25 February 2009 novogeek (6) Most of the AJAX introduction sessions give a demonstration of drag/drop features. I've attended an AJAX session 1 year back and wondered.."Will I ever be able to do such an amazing drag/drop cart?" Hehe..thanks to jQuery UI. Drag/drop isn't a magic anymore! Here is a d... [More]
Twitter initiated war to kill IE6 !! 25 February 2009 novogeek (0) All that started with a simple tweet by a Norwegian developer Erlend Schei. He came up with an idea to display an "Upgrade" message on IE6 browsers for his websites and suddenly, all major websites of Norway adopted it, thereby declaring a war on IE6. According to wired.com, even... [More]
ASP.NET AJAX Accordion postback problem, jQuery's solution!! 20 February 2009 novogeek (1) Hi folks,| I would like to share a bitter experience I faced for one long week and a beautiful solution I found today :) It goes like this: The Requirement: There is a web page contains hundreds of checkboxes, textboxes and dropdowns. All these controls are dynamically built in code behind. O... [More]
Browser compatibility issues? Are you having DOCTYPE in your markup? 14 February 2009 novogeek (0) The markup i.e., (X)HTML of your web page exists in many versions such as: HTML 4.01 Strict, XHTML 1.0 Transitional, XHTML 1.0 Strict etc. A web browser parses your web page and renders the content based on the version in which your markup exists. This information will be available to the browser th... [More]
Tables Vs Divs...what to chose for better UI? 12 February 2009 NovoGeek (0) I was lucky enough in getting a chance to solve certain browser compatibility issues in UI design of a certain web project. The problem is, they are using "div" tags to hold content, but these tags are not styled properly with CSS. As most of the UI designers (who, like me, are addic... [More]
Unobtrusive JavaScript with jQuery 05 February 2009 novogeek (0) Last night my friend Deepak called me from UK(onsite) and asked me how a web application(with javascript) can be made to behave normally even though javascript is disabled in the browser. Though I saw this phrase "Unobtrusive Javascript" many times, I din't bot... [More]
Speed up your web pages with YSlow! 03 February 2009 novogeek (0) Caught this beautiful firefox plugin, YSlow on delicious and thought it's worth mentioning here. From Yahoo Developer Network - YSlow analyzes web pages and tells you why they're slow based on the rules for high performance web sites. YSlow is a Firefox add-on integrated with the popular... [More]