Posted by: leeotzu on: December 3, 2008
All these years I was wondering, what would be the best practice and configuration to have TYPO3 running huge number records with several connections. I found answers to some of the queries, but still working to get a clean solution. TYPO3 can play havoc if not configured properly. So here are the few tips that [...]
Posted by: leeotzu on: November 7, 2008
Sanitising your code:
Ahm… Ok adding some techie stuff to your php knowledge. Before accepting any thing from web make sure it is a clean input as you can never trust user input, it may be malicious, So you have to always check your php input. To sanitise this you have to check all global arrays [...]
Posted by: leeotzu on: October 6, 2008
I am evaluating the reliability and response time of different website monitoring services that are freely avialable on the internet.
To begin with I have considered the following website:
http://www.siteuptime.com/
http://www.watchmouse.com/
http://www.pingdom.com
I will soon post the results/analysis of services with the alerts received.
Posted by: leeotzu on: August 26, 2008
As per client project requirement, I had to do some string matching …… and behold, Ahm… that too keeping the pattern intact. So googled through the few pages, then suddenly came with an idea to give a try to regular expression [regexp].
Now who is going to help me out. Bingo!! take help from [...]
Posted by: leeotzu on: October 12, 2007
I am always fascinated by the work which involves some challenges and of course which can be passed onto others for a good cause and reason. Recently while working on project for some client, we were required to write an ongoing migration script. Since the source server database is running on MSSQL 2000 and [...]
Recent Comments