Ultimate Collection Of IE Fixes

By Julia Khusainova • December 11, 2009 • Posted in Development, Tutorials1 Comment »
Ultimate Collection Of IE Fixes

IE is a headache for web developers all over the years. You never know what this browser will come up with next time. I remember those days when IE 6 was nearly 90 % of all web navigators. There was a lot of fixes annd tricks to overcome IE challenges. There was no way to avoid this if you wanted to fetch the web audience as much as possible.
Continue reading Ultimate Collection Of IE Fixes

Perfect Two-Column Layout For Blog using CSS

By Julia Khusainova • December 6, 2009 • Posted in Design, TutorialsComments Off
Perfect Two-Column Layout For Blog using CSS

Two-column layout is very popular nowadays. It’s easy-to-create, clean and extremely customizable. There are many ways to create a two-column page layout. This article covers the best method you can go with using float:left and float:right css properties. Continue reading Perfect Two-Column Layout For Blog using CSS

Get URL Parameters Using Javascript

By Julia Khusainova • November 4, 2009 • Posted in Development, Tutorials2 Comments »
Get URL Parameters Using Javascript

Javascript is a great tool to manage client-side presentation. You can feel a power of it when you turn to jQuery, or willing to implement animation or validation, etc. etc. A lot of cool things can be done with Javascript.
Continue reading Get URL Parameters Using Javascript