Sashidhar Kokku's blog

Browse by Tags

All Tags » Web-design (RSS)
Let go of the pixel
Rather than using exact pixel sizes while defining font-size in your CSS files, use CSS compliant sizes like small , medium , large . Remember that you should let your user change the size if he/she wants to, and the user has the browser (and nothing...
Website metrics : Quick links
The business guys at my work place were complaining about my application being slow most of the time.While it was curious to me that it was not the case...coz....where-ever I tested, it was fine..with respect to the speed of the web-app....and all the...
Definition lists
So far, all I knew was about UL and OL. Now while reading  Bulletproof Web Design , I discovered DefinitionLists (DL,DT and DD) and I think it provides me with a nicer perspective on organizing data. Not that it's something new...but its certainly...
Fake Ajax
Place inside the <head> tag to ensure smooth transition. Simulating ajax like effects without the real deal <META http-equiv="Page-Enter" content="blendTrans(Duration=0.2)"> <META http-equiv="Page-Exit" content...
So you want to develop a web-application
I have been developing web-applications in one form or the other over the past 4-5 years at various capacities. And over the years of developing, learning, failing and rebounding, I have compiled a list of tips that I found were very useful for any developer...