Difference between revisions of "Web Development resources"

From mi-linux
Jump to navigationJump to search
Line 43: Line 43:
 
*[http://yuilibrary.com/yui/docs/cssgrids/ CSS Grids]
 
*[http://yuilibrary.com/yui/docs/cssgrids/ CSS Grids]
 
*[http://960.gs/ The 960 Grid System] is an effort to streamline web development workflow by providing commonly used dimensions, based on a width of 960 pixels.
 
*[http://960.gs/ The 960 Grid System] is an effort to streamline web development workflow by providing commonly used dimensions, based on a width of 960 pixels.
 +
*[http://978.gs/ The 978 Grid System]
 
*[http://lessframework.com/ Less Framework 4] is a CSS grid system for designing adaptive web­sites. It contains 4 layouts and 3 sets of typography presets, all based on a single grid.
 
*[http://lessframework.com/ Less Framework 4] is a CSS grid system for designing adaptive web­sites. It contains 4 layouts and 3 sets of typography presets, all based on a single grid.
 
*[http://www.getskeleton.com/ Skeleton] is a small collection of CSS files that can help you rapidly develop sites that look beautiful at any size, be it a 17" laptop screen or an iPhone.
 
*[http://www.getskeleton.com/ Skeleton] is a small collection of CSS files that can help you rapidly develop sites that look beautiful at any size, be it a 17" laptop screen or an iPhone.

Revision as of 16:02, 2 August 2012

PHP

General

PHP Frameworks

  • CodeIgniter CodeIgniter is a powerful PHP framework with a very small footprint, built for PHP coders who need a simple and elegant toolkit to create full-featured web applications.
  • Yii Yii is a high-performance PHP framework best for developing Web 2.0 applications.
  • CakePHP CakePHP makes building web applications simpler, faster and require less code.
  • Symfony Symfony is a PHP framework for web projects.
  • Zend Framework - based on simplicity, object-oriented best practices, corporate friendly licensing, and a rigorously tested agile codebase.

HTML5

General

Canvas

Web Sockets

Geolocation

CSS

CSS frameworks

  • Blueprint Blueprint is a CSS framework, which aims to cut down on your development time.
  • CSS Grids
  • The 960 Grid System is an effort to streamline web development workflow by providing commonly used dimensions, based on a width of 960 pixels.
  • The 978 Grid System
  • Less Framework 4 is a CSS grid system for designing adaptive web­sites. It contains 4 layouts and 3 sets of typography presets, all based on a single grid.
  • Skeleton is a small collection of CSS files that can help you rapidly develop sites that look beautiful at any size, be it a 17" laptop screen or an iPhone.
  • The 1140 grid fits perfectly into a 1280 monitor. On smaller monitors it becomes fluid and adapts to the width of the browser.

CSS 3

Mobile

APIs