Responsive Web Design with Twitter Bootstrap

Fluid-layout example

Twitter Bootstrap 2.0 layout becomes fluid and this is a good news for developers. The Responsive Web Design is the practice to use fluid layouts and media queries to create designs able to adapt according to the user’s screen resolution. It allows to eliminate the need to create different designs (read templates) for each...

Read more »

Phox wants to retire the upload forms

Phox wants to retire the upload forms

I don’t use photo sharing platforms, but I like making photos. Few weeks ago I was thinking about why I don’t like using photo sharing platforms like Flickr or Picasa (I have an account on both). Then I understood…I don’t like upload the photos....

Read more »

A twitter like navigation topbar with Bootstrap

twitter

I want to show you how to create a twitter like navigation topbar in few minutes using Bootstrap. “Bootstrap is a toolkit from Twitter designed to kickstart development of webapps and sites. It includes base CSS and HTML for typography, forms, buttons, tables, grids,...

Read more »

Non-Blocking JavaScript with Clumpy

Non-Blocking JavaScript with Clumpy

Some months ago I worked on an experimental interface (I’d like to publish a post regarding it soon). I had a problem acting with javascript on a big number of dom elements. To solve that problem I used Clumpy. “Clumpy emulates for, for…in, while,...

Read more »

How to avoid a js action if the mouse is over an element

How to avoid a js action if the mouse is over an element

Working with javascript you can have a problem like that: you want to call an action after few milliseconds from the onready event. To do that you can use the setTimeout function at the domready event. For example we want to show the alert...

Read more »