Tag Archives: How To

How To Check And Start An Application If It Is Not Running In Windows Posted by in Tips And Tricks | 1 Comment

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

How To Reduce Delay Time Checking New Emails In Thunderbird Posted by in Tips And Tricks | Leave a comment

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

PHP Show Limited Words Of A String Content Based On Max Length Posted by in PHP | 1 Comment

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

How To Compare The Differences Between 2 Files (Text File) Posted by in Tips And Tricks | Leave a comment

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

How To Install Compare Text Plugin In Notepad Plus Plus Posted by in Resources | 3 Comments

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

Change Database Configuration Settings In CakePHP Posted by in Resources | Leave a comment

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

How To Enable Telnet Command In Windows 7 And Server 2008 Posted by in Tips And Tricks | 2 Comments

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

Accessing Websites Via Another Country Internet Connection Posted by in Tips And Tricks | 3 Comments

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

View Saved Passwords In Google Chrome Posted by in Tips And Tricks | 8 Comments

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

Websites Hosted On A Web Server With IP Address Posted by in Tips And Tricks | Leave a comment

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