I will provide a VB Script that will check and start an application (or process) if it is not running. And I will show How to create a Windows Task Scheduler that automatically calls the VB script every few minutes. Continue reading
I will provide a VB Script that will check and start an application (or process) if it is not running. And I will show How to create a Windows Task Scheduler that automatically calls the VB script every few minutes. Continue reading
Thunderbird will check for new emails in every 10 minutes by default. However, if you’re receiving a lot of emails per minute/hour, 10 minutes may become a delay as you want to receive your emails as quickly as possible. Continue reading
A simply function that return a limited words of an input string content based on a max length input parameter. You also can configure the “Read more” text as well as the view detail link. Plus, it automatically detects the closest white space with the max length to avoid cutting your word. Continue reading
Yeah, that’s a good question especially when you try to check the differences between 2 files (one on development and another on production environment) or revisions of a working file. Continue reading
Compare Text Plugin in Notepad ++ is a very useful plugin to show the difference between 2 files (side by side). In Notepad ++ download page (version 5.9.3), it seems that the Compare Plugin 1.5.5 should be available after installed. Unfortunately, it’s not be installed automatically for me. Continue reading
Another half of hour to find the database configuration in a very popular CMS: CakePHP but I don’t know, unfortunately. What’s a beautiful day when I have change to configure 2 new (with me) CMS: Drupal and CakePHP. Continue reading
I usually use Telnet command in the Command Prompt to check if a particular port is open on a remote computer. However, when I try the command on Windows 7 and Windows Server 2008, it raises an error message: ‘telnet’ is not recognized as an internal or external command, operable program or batch file. Continue reading
I usually check my websites to see what visitors from other countries (ex: United States, United Kingdom, Canada, etc) will see especial on how my advertising banners are displayed. Also, in my country, some social sites (Facebook) are blocked by some reason so I have to utilize the internet connections from my oversea servers to access. Continue reading
This tutorial will show you How to retrieve your password which are stored in Google Chrome. Normally, Google Chrome will auto fill in your username and password if they were stored from you last log in to a certain website. Continue reading
This tip will help to check How many websites are being hosted on a Web server base on its IP Address. You need to give IP Address of a certain web server, it will show a list of domains/websites are on the same web server. Continue reading