loading comments

Creating a localhost in Windows (Part 1: Installing Apache)

A localhost is a developers best friend when it comes to testing out server side scripts etc. Much like a web-server, a localhost is a space which is offline but allows you to view/test server side code as if it was a real online server, but infact you will be creating a server which can only be accessed by you. There are many ways to create an localhost but there is one easy newbie friendly way to go about it, and that is by installing Apache web server on your computer. This method is very simple and easy to follow.

Click here to read more…

loading comments

Adding shadow to your divs in CSS2

Posted on: January 16, 2009 Categories: CSS, Effects, Tutorials

Although the W3 (World Wide Web Consortium) have sent out CSS3 (New version of the CSS language) to various browser company’s such as Mozilla and Safari. Support for it is not high enough, so some of the great attributes that CSS3 will be bringing in such as box-shadow which allows you to add shadow (that we will be creating in this tutorial) with one attribute. So we’re going to have stick to CSS2!

Click here to read more…

loading comments

Getting ready for CSS3

This was a topic covered in episode 6 of the FS-Air podcast which I am part of (Episode will go out on Friday), and we all shared our views on the subject and the reason why we’re excited about it. Because the podcast has time a length limit which we generally stick to I didn’t include everything that im looking forward to in CSS3. (As we also covered other points so we generally spend the same time on each section) For anyone who is wondering what the hell CSS3 is, basically it is the new version of the CSS language.

Click here to read more…

loading comments

Creating a PHP File/Image Uploader

Posted on: January 10, 2009 Categories: PHP, Tutorials, Uploaders

Uploaders are scripts that give a user the ability to upload a file/image to a certain space defined in the script that runs the uploader, im sure the websites such as Imageshack and Photobucket are familiar to you, and there many services out there, but wouldn’t it be nice to create your own little uploader service? Well in this tutorial you will create a small uploader that is quick, easy and customizable to your liking. Includes a great little feature that generates embed codes for you.

Click here to read more…

loading comments

Creating a glassy non div navigation bar

Posted on: January 7, 2009 Categories: CSS, Menus/Navigation, Tutorials

I’ve been doing a big of changes to the header of James’ Blog and one of the main changes is the navigation, I’ve used a glassy effect to make them stand out but I’ve also noticed I’ve posted quite a few tutorials on creating a navigation bar, but in each of them I’ve used divs. But it’s time for change! In this tutorial however, no divs will be used, instead you will be forming a navigation bar using a unordered list. This tutorial will show you how to style and control lists in CSS, as well as showing you the valid ways of using lists and where to use them.

Click here to read more…

  1. 1
  2. 2
  3. 3
  4. 4
  5. 5
  6. 6
  7. 7