In this tutorial we will see how to catch the fatal errors in PHP. Normally we can’t cache FATAL Error because those are FATAL. This will be useful when you want to show specific well formatted error page rather than PHP Error, when your program ends unexpectedly due to some fatal errors.

Read More...

We all know disabling login feature in MediaWiki is very odd thing. But recently I had to work for such feature. I want to make MediaWiki available to all user, there should not be login/logout feature at all. After some finding I have got the solution for the same, what we need to do is [...]

Read More...

Its a post after so long time, actually very busy schedule. But today I got something to learn to I have managed spare some time for the same and consider sharing with all my readers. The problem was something link this. I have to fetch data from the table grouped by one column and ordered [...]

Read More...

Today I am in discussion with one of the designer we have and we have found one strange thing about Cufon fonts. If you are not sure what cufon is, then I would recommended you to have read this article about cufon fonts. Problem Problem is with line-height CSS attribute. Line height works perfectly but [...]

Read More...