Posted by Rasti | Feb 13th, 2010
Ruby on Rails is an interesting open source framework system designed to create web applications based on the new programming language – Ruby. The system designed intends to be used by the web developers looking for faster web application developing methods. The system allows you to design complex web applications in just a few days time that previously took several weeks or even months to be created and...
Posted by Rasti | Jun 3rd, 2009
Shopify is a full-stack e-commerce package. Everything you need is already included. It comes with full SEO, inventory, and content management. Shopify’s “killer” feature is its design flexibility. If you want to sell your products, you have to sell in style. Poor design begets poor customers.
Shopify’s Main Features
A professional-looking site up and running in minutes
Standards-compliant,...
Posted by Rasti | May 18th, 2009
XHTML Abstraction Markup Language (Haml) is a markup language that‘s used to cleanly and simply describe the XHTML of any web document, without the use of inline code. Haml functions as a replacement for inline page templating systems such as PHP, ERB, and ASP. However, Haml avoids the need for explicitly coding XHTML into the template, because it is actually an abstract description of the XHTML, with some...
Posted by Rasti | May 17th, 2009
Syntactically Awesome StyleSheets (Sass) is a meta-language on top of CSS that‘s used to describe the style of a document cleanly and structurally, with more power than flat CSS allows. Sass both provides a simpler, more elegant syntax for CSS and implements various features that are useful for creating manageable stylesheets.
Sass Features
Whitespace active
Well-formatted output
Elegant input
Feature-rich
Sass...
Posted by Rasti | May 16th, 2009
Compass is a real stylesheet framework — not just a collection of classes. With Compass, you still use the best of breed css frameworks (blueprint, yui, 960); ported to Sass to make them easier to configure and apply to your semantic markup.
Compass is a CSS Meta-Framework that provides ports of the best of breed CSS frameworks to Sass and ready to use in your ruby-based web application or stand-alone via...