July 22, 2010 | In: Coding Tips
Database servers down alarm
This script checks DB server and sends alert emails in case of server problem. Written in PHP by Alexander Selifonov Download
IT errends
July 22, 2010 | In: Coding Tips
This script checks DB server and sends alert emails in case of server problem. Written in PHP by Alexander Selifonov Download
July 20, 2010 | In: Interesting Programs
Today I am going to introduce a program that's quite useful. It's called "Connectify", which is a windows-7 based program to turn your regular laptop into a WIFI access point. Set up is truly simple and wizard helps you build a wifi network in a few...
July 13, 2010 | In: Coding Tips
I have encountered a problem when moving an old website to a newer server. Older website was using 'HTTP_POST_VARS' which is deprecated in PHP5 and there were thousands of files included older version variable. Here's the solution using regular...
July 13, 2010 | In: Interesting Programs
Ascii to UTF8 converter. This program is useful when you're working with foreign websites. Just drag and drop a folder, then you can choose which file extensions to convert. All subdirectories and files are added to work list, so you can save time if you...
July 13, 2010 | In: Coding Tips
PHP supports mysql_escape_string but if you use PHP with MSSQL you need to use your own method. Here's the code snippet to escape characters. A better solution than using addslashes. function ms_escape_string($data) { if ( !isset($data) or...
July 11, 2010 | In: Usuals
Hello world, I just opened up a wordpress so I can talk about things I'm interested into, it's totally going to be a personal site. :) Have a nice day