Archive for March 1st, 2009

Cloud computing or the cloud is the next platform for web app development


The cloud is the next applications platform, which adopts the concept of “software as a service”. Meaning a company would not have to maintain server hardware and man power cost such as developers, system administrators and DBAs etc. An application is to outsource certain components, software and backend services to other companies that provide them as online services.

Continue reading ‘Cloud computing or the cloud is the next platform for web app development’

CSS gets Object-Oriented

CSS guru, Nicole Sullivan, has a way to make CSS Object Oriented. To me, CSS would then be possible to be used with useful features found in Object Oriented programming languages, such as Java. So, inheritance, properties overriding should be possible with the OO CSS? Lets look at what the guru has to say:

Continue reading ‘CSS gets Object-Oriented’

CSS to inline styles converter

The previous post I’ve written about that GMail strips CSS (included in <style></style> or included as external CSS) in an HTML-based email. In order to have GMail to display an HTML-based email properly without losing the original CSS formatting, you’ll have to convert the CSS used in the web page or HTML-based email into inline styles.

Continue reading ‘CSS to inline styles converter’