PHP Date Function

Title: PHP Date Function Author: Sazzad Hossain Language: PHP Summary: Many people began sending me pm’s on how to do certain things in php. Instead of answering all of them, I thought why not create a thread where people can post the basic functions of php. Here I am talking about a very important php function: php date. I use this function for many purpose, but here I’ll just...
read more

Text Over Image

Title: Text Over Image Author: Sazzad Hossain & 2-Job. Language: PHP Demo: http://2-job.com/email/ Summary: In this tutorial, we will learn how to create a script that will place text on an image (kind of like a watermark). In this tutorial, we will be using a form which we will use to submit our text. This technique is often used for adding copyright to images and or creating cool image...
read more

Tutorial Survival Guide

Guide to Writing Good Tutorials By: Sazzad Hossain & Shrud Studios What is a tutorial? We all know that the computer presents new concepts and skills through interactive text, illustrations, descriptions, questions and problems. Information is sequenced to build on previously learned concepts, and often provides feedback and guidance. So to keep others upto par and help them understand...
read more

Simple Counter

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. Step 1: db.sql Lets write our database...
read more

qTip Effect

Title: qTip Effect Language: Javascript, CSS, XHTML Author: Craig Erskine, Sazzad Hossain Demo: http://solardreamstudios.com/_img/learn/css/qtip/qTip.html Authors Note: This effect will allow you to have a very cool hover effect using javascript and css. The javascript is the core file that causes the hover effect while the css file controls the layout of it. The credit goes out mostly to Craig...
read more

PHP Include

Title: php Includes Language: php, XHTML, CSS Skill Level: Basic Author: Sazzad Hossain & RIT webDEV club Demo: http://webdev.netnub.com/template.php 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...
read more