Category Archives: Tips And Tricks



TortoiseSVN Shows Icons On Network Drives Posted by in Tips And Tricks | Leave a comment

By default, TortoiseSVN’s icons only visible on local drives, in order to show TortoiseSVN’s icons on Network Drives, follow simple steps below. Continue reading

Create VBScript VBS To Run An EXE File Or Windows Applicaion Posted by in Tips And Tricks | Leave a comment

Below is a VBScipt (.vbs) that calls an executable file (.exe) or a Windows application. In this example, I create a .vbs file that will call SVN.exe (in TortoiseSVN) command to update source code from my SVN server Continue reading

Create A Strong Password With Rules And Recommendations Posted by in Tips And Tricks | Leave a comment

In order to create a strong password that is hard to guess or be cracked/hacked, there are some rules and recommendations you should always follow. Continue reading

How To Group Related Options In A Drop Down List Posted by in Tips And Tricks | Leave a comment

Grouping related options in a drop down list is a easiest way to display a group of parent categories and child categories in a drop down list. And all parent categories (group headers) will be Bold. Continue reading

Display Technorati Media Ads In Iframe Posted by in Tips And Tricks | Leave a comment

I’ve just realized that Technorati Media Banner Ads load very slow compare to Google AdSense Ads and all pages are not rendered properly until Technorati Media Banner Ads appear. Meaning users have to wait few seconds to see a complete page with all style sheets and assets. Continue reading

Godaddy Cancel Domain, Hosting, VPS, Dedicated Server Or Virtual Data Center Posted by in Tips And Tricks | Leave a comment

With Godaddy, if you’re no longer happy with a particular service (Domain Name, Hosting, VPS, Dedicated Server, Virtual Data Server, Cloud, etc) and would like to cancel it from your account, let’s use the following instructions. Continue reading

Export Google Analytics Report To PDF In New Version Posted by in Tips And Tricks | Leave a comment

A short note that now we can export or email your Google Analytics report data to PDF verion. You may already know that we can easily Export Google Analytics Report To PDF in old version but this feature was not available with new version last few months. Continue reading

MacBook Remote Desktop To A Windows Based Computer Posted by in Tips And Tricks | Leave a comment

We need to download and install Microsoft Remote Desktop Connection Client for Mac that allow us be able to connect from a MacBook to a Windows based computer which you must have network access and permissions to connect to. And the computer have to run Terminal Services or Remote Desktop Services. Continue reading

Create Free SSL Certificate For Testing On Windows Server 2003 IIS 6 Posted by in Tips And Tricks | Leave a comment

On Windows Server 2003, IIS 6, there is a simple way to setup a free SSL Certificate (Self-Signed Certificate SSL Certificate) in order to test your web application (Facebook apps, secure e-commerce site or posting across HTTP/HTTPS, etc) on development environment instead registering or buying a valid SSL Certificate. Continue reading

Visual Studio Set default web browser and change size of browser window Posted by in Tips And Tricks | Leave a comment

Some developers prefer to pop up web site in Internet Explorer browser when hit F5 because you do not have to manually click “Stop” button every time they finished debugging.Other developers prefer to run web site in Firefox browser because it supports Firebug Add-InContinue reading