Category CSS ~ August 30th, 2008

Title: Css Hover Effect
Skill Level:
Basic
Author:
Garo Krikorian
Demo:
Look Below (Bottom)
Authors Note:
Like many other coders here i always have been stressed (mostly pissed) by load time. Load time is something everyone fights over the web, and one place you always get load time is while you are hovering a button.

Continue reading »

  Category CSS ~ August 28th, 2008

Title: Always Show Scrollbars
Skill Level: Basic
Author:
Garo Krikorian
Demo:
N/A
Authors Note:
For a while ‘like many of you i am sure’ I always wondered why, when my content is to short and when the scrollbar on the right side disappears my content is being moved to the left ?

Continue reading »

  Category PHP ~ August 13th, 2008

Title: Counter Script
Skill Level: Intermediate
Author: Sazzad Hossain
Demo: http://jorsek.info/tcounter/
Authors Note: In this tutorial, we will learn how to create a very simplified counter script. Unlike the general counter scripts, here we will also have a general page view counter, unique view counter, total users online and users viewing current page.

Continue reading »

  Category PHP ~ August 13th, 2008

Title: php Includes
Skill Level: Basic
Author: Sazzad Hossain & RIT webDEV club
Demo: This site uses includes
Authors Note: PHP is perhaps one of the simplest language you can earn that can grant you much freedom with your site. In addition, it can also make your life a lot easier. If you are a web-designer you will see why. First of all, php has many functions that allow you to substitute for a long list of codes. For example, in this tutorial I will talk about php include. What php include basically does is takes an entire page of coding from one location and brings it to the page where you requested it. So if I have a head section located in “/include/head.php” and I want it to show up in my index.php file; all I have to do is call for it using php include.

Continue reading »