Firefox Campus Edition

Mozilla released recently a new version bundle of firefox browser: Firefox Campus Edition. Campus edition is not a new version of Firefox. It is just the common firefox browser with some add-ons (extensions) for better music management and social networking. The add-ons that come pre-installed with Campus Edition are: Zotero, FoxyTunes and StumbleUpon. Zotero helps … Continue reading Firefox Campus Edition

Create a simple PHP script and MySQL database for user authentication.

In this tutorial, we will show you how to create a simple script using PHP for user authentication. User data are stored in a MySQL database. So, lets create the database first and one authenticated user called "test": create database auth; use auth; create table authorised_users ( name varchar(20), password varchar(40), primary key (name) ); … Continue reading Create a simple PHP script and MySQL database for user authentication.

Gradients for shiny web 2.0 logos

Here are five shiny gradients to use for your web 2.0 designs. Note that colors used in these gradient are in RGB mode. The color codes are written in the screenshots. We used Adobe Photoshop CS3 to make the gradients, so if you use a different program, colors may be a little bit different due … Continue reading Gradients for shiny web 2.0 logos