The act of converting content from its original format into a format capable of being displayed on the web
Manage Multiple WordPress Sites

Frameworks

Frameworks Category

25 Responsive CSS Frameworks

Nowadays design a website means also develop for all platforms in order to ensure a correct experience to all users. Luckily media queries allow you to create sites that work simultaneously on PC, tablets and mobile phones.

This article collects 25 CSS Frameworks that will help you in develop responsive web sites. Read more

NegativeGrid – fluid CSS grid

NegativeGrid is a fluid and lightweight CSS grid framework.

NegativeGrid logo e1316167082874 NegativeGrid   fluid CSS grid

The library contains only three classes that you need to keep in mind:

  • colN
  • colNp
  • pushN

where N is the column number.

NegativeGrid also works

fine with media queries and mobile applications.

The website contains an interesting tool that allows you to customize the size and the column numbers of your layout.

Best Lightweight PHP Frameworks of 2010

There are many PHP frameworks available for developers. Certainly the most famous are  CodeIgniter, Symfony, Zend and CakePHP. But the problem with these frameworks is they are very heavy due to the large number of libraries contained and, often, they slow down development for less experienced users.

So once more, we got our investigation hat on and researched what are the best lightweight PHP frameworks out there right now.

We had only two criteria:

  1. Framework size does not exceed 1MB
  2. Framework has been updated at least since 2009

Read on to choose your next PHP framework. Make sure to check the comparison table at the end!

Read more

A skinny PHP framework – Fat-Free Framework

Fat-Free framework is a PHP framework that weighs only 55kb.


//Hello World in Fat-Free

<span style="font-family: monospace; line-height: 18px; font-size: 12px; white-space: pre;">require_once 'path/to/F3.php';</span>
<pre><code>F3::route('GET /','home');
	function home() {
		echo 'Hello, world!';
	}
F3::run();</code><span style="font-family: monospace;">


Its size is pretty remarkable, as there are 10MB+ frameworks that have even lesser functionality.

However, why on earth would you want to use Fat-Free?

The answer is simple: it eases coding to an extent, and has nice features that ease coding even more.

It also has other features, though.

  • Neatly customized URLs
  • Optional plugins for extended functionality
  • Automatic optimization of pages (reduced CSS and JavaScript)
  • XML sitemap generator for SEO

A fast PHP framework: Symfony2

Symfony2 is a promising PHP framework to be released in late 2010.

Symfony2 A fast PHP framework: Symfony2For now, you can see if you like the features of Symfony2 and toy around with the sandbox.

The features include (but are not limited upon the release) those of Django, Spring, and other powerful frameworks; however, the main emphasis here is on speed.

Symfony2 is up to 2 times faster than the last version of Symfony, and three times faster than Zend Framework.

Symfony is easy to learn, and could even become a framework to migrate to–when it’s released, of course.