If you make a tag system and want to make a tag cloud page which will writes tags in different sizes accoring to use time refer to Tag Cloud document. That’s an easy and practical way for you. (Document Mirror on Focus on Code (186KB))
If you want to learn CSS Positioning or need a manual in your pocket you can refer to Learn CSS Positioning in Ten Steps article. That’s a very good and simple article including most of positioning styles. (Document Mirror on Focus on Code (88KB))
If you want to read and write to TWebBrowser component on Delphi you can refer to How to read and write form elements article. Article contains most wishes while using TWebBrowser. Before using these just insert Microsoft HTML Object Library to your project and add MSHTML_TLB class to your uses block.(Document Mirror on Focus on Code (52KB))
Published by admin April 13, 2007
in Php.
Sometimes working with sessions can be hard. But in fact all of those hardness comes from an unproper php.ini setup.
In this entry i’ll discuss about common session problems and of course the solutions.
Continue reading ‘Common PHP Session Problems and Solutions’
Published by admin April 9, 2007
in Php.
While working with PHP-ODBC you may encounter some errors with long texts. You may think that how you can encounter problems with strings using PHP, because PHP can handle strings with size of memory we have.
But in fact that’s not like that.
Continue reading ‘ODBC Long Text Problem with PHP ODBC’
Published by admin April 7, 2007
in Php.
If you’re trying to get the contents of a page which has an utf-8 encoding using PHP’s socket functions (fsockopen, fgets, etc) may be you take some strange text which is parted or sliced into unknown parts like this :
Continue reading ‘Utf-8 Problem Using Php Sockets’
Latest Comments