Category PHP, Tutorials ~ April 20th, 2009

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 explain the general purpose/use.

Continue reading »

  Category PHP, Tutorials ~ April 1st, 2009

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 based signatures. To make it easier for us to understand, I will be focusing this tutorial on creating a script that will help us generate a e-mail signature.

Continue reading »

  Category CSS, Tutorials, XHTML ~ March 16th, 2009

Title: Creating your own wordpress theme (integrating a template / layout into wordpress)
Language: HTML & CSS
Author: Garo Krikorian
Demo: http://www.bluw.net
Time needed: Around 30minutes if your template meets the ‘requirement’

Continue reading »

  Category Tutorials ~ October 14th, 2008

Guide to Writing Good Tutorials
By: Sazzad Hossain & Shrud Studios

Continue reading »

  Category Javascript ~ October 14th, 2008

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 Erskine, who explained the steps/procedures very clearly. Without his help I wouldn’t be able to post this tutorial. You can also do this in CSS. I will work on the CSS tutorial for the same effect later.

Continue reading »