In web development, Cascading Style Sheets (CSS) is a stylesheet language used to describe the presentation of a document written in a markup language. It has a simple syntax, and uses a number of English keywords to specify the names of various style properties. Its specifications were maintained by W3C. It still hasn't became a standard over all browsers.
Here I want to share some of my experiences( pains I went through
) while developing styles for my previous projects. One of the project is based on div structure and other is based on table and div structure. (more...)
Tags: Cross browser, CSS, HTML
Filed under CSS | 4 Comments »
In recent times Agile methodology have proved its worth by successfully executing the projects. It minimizes the risk by developing software in short amounts of time. With this iterative model it also minimizes the cost of change in requirements, which makes it suitable for current dyanmic market. Two main practices that helps the developer to incorporate the change are refactoring and simple design. But when it comes to doing these two things with a completely new technology, it might be hard to implement.
Tags: Agile
Filed under Agile | 5 Comments »