I was trying to learn Adobe AIR and was looking for some good set of learning resources. I found the book "Adobe AIR for Javascript Developers" from Oreilly by and started reading it online. A cool book, the authors have done great job on presenting the topics as an easilit readable pocket guide. Soon after reading this book, i felt i got the right resource i want for now.
(more...)
Filed under Ajax, CSS, Flex, Javascript, XML | No Comments »
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 »