Header Tutorial
I was looking for a nice tutorial on header() in php . The www.php.net/header is not enough.Actually if i have to learn any thing of php first i search it in http://www.php.net if i fail then some...
View ArticleSubVersion on Windows XP
Version controlling is very important now.Almost all the developers (web app/desktop) have to know it.Subversion is software which helps us in version controlling.Who dont know what is Subversion...
View ArticleBangla Web App
Last day one of my friend came to me.He was facing a problem (he solved later).Here is his problem – The Bangla/Unicode data become ?????? in his page. I’m gonna tell u today step-by-step what u need...
View ArticleImage Resizing with PHP
I was looking for a script that will resize the image automatically . This script resize the image . Here u have to supply a fixed value of width and i’ll resize the image . <? // This is the...
View ArticleFixing position:fixed for IE
Today i was trying to code a fixed footer . It took very small time to code. And that works ok in FireFox but when i open that page in Internet Explorer it looks different . Here is the first code ....
View ArticleRead mp3 tags with php
I was working on music application , so i needed a script that can read the tags from the mp3 file . Tags holds all the necessary information about the mp3 file like the song,artists,year,genre etc...
View Article