3 awesome CSS Frameworks [UPDATED]
1. BootstrapBootstrap is a CSS Framework created by ex-Twitter Engineers: @mdo and @fat. For me it is the best Open Source CSS Framework that you could find, it includes a 12 columns grid system, base...
View ArticleCreate a JavaScript Framework using Mootools – Part 1: Clone Mootools...
I always wanted to know how to create a JavaScript framework based on Mootools. I decided to create one during an internal contest in my company to show my peers how simple and how valuable it could be...
View ArticleCreate a JavaScript Framework using Mootools – Part 2: Create your Package
Create your PackageNow it is time for you to create your own package.Create your library folder (yourLibrary/)Create a “Source” folder insideCreate an empty package.yml file (explained Part 4)Framework...
View ArticleCreate a JavaScript Framework using Mootools – Part 3: Create your first Class
Create your first ClassLet’s create our first Class named MyFirstClass. For this example I will reuse a code from a previous post: Mootools Tutorial: Create a Class. var MyFirstClass = new Class({ //...
View ArticleCreate a JavaScript Framework using Mootools – Part 4: Use Packager
Use Packager“Packager is a PHP 5.2+ library to concatenate libraries split in multiple files in a single file. It automatically calculates dependancies. Packager requires a yml header syntax in every...
View ArticleCreate a JavaScript Framework using Mootools – Part 5: Compress your Framework
Compress your FrameworkNow that you have your Framework create in yourlibrary.js, you might want to save some space using a compressor. I will present two famous one that I used before. First step is...
View ArticleIntroduction to Twitter’s Bootstrap PPT
Today I presented an introduction to Twitter’s Bootstrap at eBay Shanghai. I was invited by a front end community of practice that wanted me to share my experience on this great Open Source project....
View ArticleWhat’s new in Twitter Bootstrap 3?
We have been waiting for it for a long time, it is now a reality: Bootstrap 3 (BS3) RC1 was released July 27th. Update: August 13th: Bootstrap 3 RC2 released.August 19th: Bootstrap 3 released.BS3 is...
View ArticleIonic Framework features you may have missed
Ionic Framework is one of the best framework for developing hybrid mobile apps with HTML5. Based on AngularJS the set of available features is tremendous. This post presents, with examples, some of the...
View Article