I faced a serious problem during deploying one of my CodeIgniter application to a windows server running on IIS. After installing CodeIgniter the index.php page was not visible at all. I tried many ways to configure it but it does not show anything. A problem with SEF (search engine friendly) URL CodeIgniter follows. I searched [...]
Archive for November, 2007
Installing CodeIgniter on IIS
Posted in Code Igniter on November 29, 2007 | 5 Comments »
Bangla Currency (Taka) Formatting
Posted in PHP on November 28, 2007 | 1 Comment »
Today i wrote a simple code to convert a number to Bangladeshi currency (taka) format. the php format_number puts a comma (“,”) after every 3 digits which is not same for Bangladeshi currency. here is the simple function to do the job for yo. it can handle integer and decimal numbers.
function taka_format($amount = 0)
{
$tmp = [...]
Downloading PHP 6.0 from CVS :)
Posted in Uncategorized on November 27, 2007 | Leave a Comment »
just downloaded the php 6.0 files from php.net cvs . i am really curious to see what’s going on with the new development. It is expected that the unicode support will be improved a lot in this version of php. Going to build it and have a look with the new version.
updates to be followed.
Code Igniter & maani.us
Posted in Code Igniter, PHP on November 17, 2007 | 7 Comments »
Many of us feels that a report without a graph is totally incomplete. I also agree with it completely. We need to represent the data in reports to be meaningful and also representable. A table with rows of data does not give the reader a clear idea about what is actually happening. So it [...]
GMAIL new version is painfully slow!!!
Posted in PHP on November 13, 2007 | Leave a Comment »
Recently GMAIL released its new version and using for few days i found it really annoying as the system is very slow compared to the previous version. So, I have shift back to the old version. Few of the problems of the new GMAIL:
1. very slow in loading in both IE and Firefox.
2. worst with [...]






