Difference between revisions of "Web Development resources"
From mi-linux
Jump to navigationJump to searchLine 37: | Line 37: | ||
==CSS== | ==CSS== | ||
+ | |||
+ | ===CSS frameworks=== | ||
+ | |||
+ | *[http://www.blueprintcss.org/ Blueprint] Blueprint is a CSS framework, which aims to cut down on your development time. | ||
+ | *[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. | ||
+ | |||
+ | ===CSS 3=== | ||
*[http://www.netmagazine.com/tutorials/create-progressively-enhanced-3d-css-rollovers Create progressively enhanced 3D CSS rollovers] | *[http://www.netmagazine.com/tutorials/create-progressively-enhanced-3d-css-rollovers Create progressively enhanced 3D CSS rollovers] |
Revision as of 14:59, 2 August 2012
PHP
General
- PHP manual
- PHPbuddy.com This site is designed to help you learn PHP programming
- Get started with PHP
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
- Learning the basics of HTML5 canvas
- Create a page flip effect with HTML5 canvas
- Create a whirling timer with HTML5 canvas and Prototype.js
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.
CSS 3
- Create progressively enhanced 3D CSS rollovers
- Chain CSS animations together with JavaScript
- Take advantage of the CSS background-size property
- Build a rotating 3D carousel with CSS
- Master CSS gradients
- Create a diagonal rotation with CSS transitions and jQuery
- A masterclass in CSS animations
Mobile
- jQuery Mobile - Homepage
- Create a mobile website with jQuery Mobile
- Build a login form for your mobile app with DHTMLX Touch