" Success is 1% luck and 99% hard work. "  —  Anonymous
 

Remove Uneeded Windows Explorer Context Menu Item

more...
Windows Logo

Windows Logo

Do you recently installing/uninstalling a new program and noticed that the program add some link/shortcut on Explorer context menu that you don’t like? If the program doesn’t have a preferences option to remove the context menu, you can remove it manually using Windows registry editor (regedit.exe).

more...

 

Solving DownThemAll File Access Error on Windows 7

more...

Mozilla FirefoxIf you are using Mozilla Firefox browser on the latest of Microsoft Windows OS, Windows 7, you may encounter File Access Error while downloading files using DownThemAll plugin. I am using Mozilla Firefox v3.5.4 with DownThemAll v1.1.7.

more...

 

Open With Notepad++ Context Menu on Windows 7

more...

I just installed a fresh copy of Windows 7, and almost all of my  previously installed program on Windows Vista is working perfectly. One of them is Notepad++.

But there’s one thing missed: there is no Open with Notepad++ option on Windows Explorer context menu when I try to right-clicking on text files. I guess this is a bug from Notepad++. I am using Notepad++ v5.5.1 Unicode.

more...

 

Greedy and Non-Greedy Matching using Perl Regular Expression

more...

In this article I will show the difference between the default greedy (.+ and .*) and non-greedy matching using Perl-compatible regular expression.

more...

 

Binary String Conversion to Decimal and Hex Using C#

more...

microsoftnet-logoIf you need to convert Binary String to Decimal (Integer) and Hexadecimal, .NET Framework has conversion methods in Convert class to make numeric conversion easier. This class is located in Microsoft.VisualBasic library.

more...

 

Change IP Address Using netsh from Command Prompt

more...

Network interface can be changed manually by using netsh command (netsh.exe) from Command Prompt. To change the IP to static IP, use the following command format:

netsh interface ip set address [Connection Name] [Source] [IP] [Netmask] [Gateway] [Metric]
 more...
 

Simple Dreamy Effect with Adobe Photoshop

more...

To apply a simple dreamy effect by using Adobe Photoshop is really quick and easy.

After applying the effect:

White Orchid with Simple Dreamy Effect

White Orchid with Simple Dreamy Effect

more...