programming

web

SQLite3, php5 and MAMP

The version of php5 bundled with MAMP doesn't come with sqlite3 support built-in out of the box. Here's how to add it, considering the following setup.

Read
web

Ways of setting a CSS property to an element in Google Web Toolkit [UPDATED]

This post talks about ways to add or modify a CSS property of an element in Google Web Toolkit (GWT).

Read