August 4th, 2009
Hi, my name is Pavel and I want to quit my day job.
Where am I now
At the moment I’m working full time as software developer.
Where do I want to go
I have had an idea of starting my own business for quite some time. I decided to build my business on the side. I’m going to work on it part-time. My goal is to grow my business to the level where it could support me and my family. At that stage I’ll be able to quit my day job.
I have a lot of distance to cover. I need at least $5,000 per month to quit my day job:
- $1,900 – home mortgage
- $2,000 – living expenses (food, electricity, gas etc)
- $1,000 – just in case (buffer)
Fortunately we don’t have any credit card debt.
I definitely don’t want to take any investments. I want to bootstrap my way up. My business should pay for itself.
I will post updates about my actions here, on this blog. Hopefully this will prevent somebody from making the same stupid mistakes as I do.
With this blog I’ll try to answer this question: “Is it possible to start home-based business on the side, without quitting day job?”.
Onward!
Posted in Business | Comments Off
March 27th, 2008
When I work with WiX source code I need to create lots of GUIDs. In my Visual Studio 2005 editor all I need to do is to press Alt+G and new GUID magically appears at the cursor. Achieving this is very easy:
- Open Macros IDE by selecting Tools | Macros | Macros IDE.
- Create new macro:
Public Sub InsertGuid()
DTE.ActiveDocument.Selection.Text = Guid.NewGuid().ToString()
End Sub
- Bind new macro to Alt+G keyboard shortcut. Open Options dialog, select Environment, then Keyboard on the left. Type “InsertGuid” to locate the macro you just created. Assign Alt+G to it.

Fortunately, no standard command is assigned to Alt+G by default.
Posted in Develop | Comments Off
March 17th, 2008
I use classic Windows Messenger. The latest Windows Live Messenger (version 2008) is way too fancy for me. Compare:

I don’t like anything moving on the screen and I don’t like screen space to be wasted.
The only problem with classic Windows Messenger 5.1 (you can download it here) is that links are non-clickable. They are blue, when you type them (http://www.google.com) but they become black in the main chat window:

To fix this problem, open regedit and create HKLM\Software\Policies\Microsoft\Messenger\Client key (it might be already there). Create DWORD value EnableURL under that key. Set it to 1. Restart Windows Messenger.
Posted in Software | Comments Off
March 14th, 2008
Sometimes I need find address on Melway site. Most of the time, I already have address in electronic form. I don’t need to type, just copy and paste.
The problem is I need to enter address parts separately on Melways site: street number, street name and suburb:

For example, if I have 235 Russell St Melbourne I need to copy and paste 235 first (click-Ctrl+C-switch-click-Ctrl+V), then Russell St (switch-click-Ctrl+C-switch-click-Ctrl+V) and finally Melbourne (switch-click-Ctrl+C-switch-click-Ctrl+V-down-down-Enter).
If I can save 30 seconds of my time why not to do it? Introducing:
Melway address lookup
It has just one field for address. Now all I need to do is to copy address (click-Ctrl+C), paste it (switch-click-Ctrl+V) and press Ctrl+Enter. Done.
Posted in General | Comments Off
March 6th, 2008
I can’t bear having something moving on a web page. It just distracts my attention while I’m reading. Here’s how to disable most of animations in Firefox:
- Open about:config page, set image.animation_mode to none. This will disable gif animation.
- Disable blinking. On about:config page, set browser.blink_allowed to false. Now <blink> tag doesn’t blink anymore.
- Disable Flash but not completely. Flash animations seldom carry useful information but most often are used for ads. I installed Adblock and added .swf to filter list. If some site doesn’t work without Flash I add it to white list.
- Some sites use JavaScript to display animation. For example: xe.com. In these cases NoScript extension might help but more and more sites now rely heavily on Ajax and hence on JavaScript so it’s too much trouble to white-list sites as you surf the Web.
Posted in Software | Comments Off
March 5th, 2008
Here’s how I configure Windows XP:
- Remove Internet and E-mail from Start menu. Right click on Start menu, select Properties | Start Menu tab | click Customize button, uncheck Internet and E-mail. I use keyboard to start web browser and email client.
- In Customize Start Menu dialog select Advanced tab. Turn off My Music, My Network Places, My Pictures, Set Program Access and Defaults. I use Far Manager for file navigation so these items just clutter start menu.
- Add Administrator to Welcome screen. In Registry Editor, open
HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon\SpecialAccounts\UserList. Create DWORD entry Administrator, set value 1. Normally I’m running as normal user; to install new programs I log in as Administrator.
- Turn off search with the dog. Open Explorer, click Search button. Select Turn off animated character. Whee! The dog is gone.

Click Change Preferences, then Change files and folders search behavior. Select Advanced and click OK.
- Use Windows classic folders. Common tasks pane is too fancy for me.
- Set List view as default mode in Explorer. Select View | List menu. Then go to Tools | Folder Options | View tab and click “Apply to All Folders” button.
- Set advanced Explorer settings:
- Display the contents of system folders – on
- Hide extensions for known file types – off
- Use simple file sharing (Recommended) – off. I know how to share folders, thank you very much.
Posted in Software | Comments Off
March 4th, 2008

Far Manager is console-based file manager. I like it very much. Here’s how I configure it to get the maximum out of it:
- Set raster font, 10 x 18. Set window size 80 x 26. Turn off selection with mouse (QuickEdit mode).
- Turn on “Clear R/O attribute from CD files”: go to Options | System Settings. I never need files to be read-only when I copy them from CD or DVD to hard drive.
- Turn on displaying hidden ($) shares: Options | Plugins configuration | Network browser | Show hidden shares. Now I can type net:computername and see C$, D$, etc.
- Options | Confirmations. Turn off confirmations for:
- Delete non-empty folders
- Exit
- Copy these command line archivers to C:\Program Files\Far folder:
- pkzipc.exe
- rar.exe
- MsCab.exe
- tar.exe
Unfortunately Far Manager is not bundled with any archiver so you need to get them manually, from various web sites. Update: see below.
- Options | Panel Settings | turn on “Select folders”. This allows using NumPad Star to select folders.
- Go to Options | Interface Settings. Turn off “Clock in panels”. I already have a clock in lower right corner. There is no need for extra clock.Turn on “Show total copy progress indicator”. Otherwise I have absolutely no clue when operation is going to finish when I have lots of files to copy.
- Go to Options | Editor Settings. Check “Del removes blocks”. Set tab size to 3. Default 8 is way to much.
- Switch to Wide Mode. Press Left Ctrl + 4. I prefer this mode because I can see long file names and file sizes. Go to Options | File panel modes | Wide mode. Set Column Types to N,SC and Status line column types to NR,SC,D,T. This adds comma to file sizes:

- Install EMenu plugin. Go to C:\Program Files\Far\Plugins\EMenu folder and execute Hotkey.reg. Now I can press Context Menu key to get Explorer menu for selected file or folder.
- Can you read gray text on green background? I can’t.

Go to Options | Colors | Dialogs | Unchanged text input. Set Foreground to black.
Update: Download pkzipc.exe, Rar.exe, MsCab.exe, gzip32.exe and tar.exe:
Extract far_archivers.zip to C:\Program Files\Far folder.
Posted in Software | Tags: far-manager | Comments Off
March 3rd, 2008
New Post Charges Booklet is online on Australia Post web site.
Oddly enough, postage rates for parcels inside Australia didn’t change at all.
International rates have increased by about 3%. It used to cost you $58.50 to send 2 kg parcel to United Kingdom by Air Mail before. Now it costs $60.35.
Summary
Local rates didn’t change. International rates increased insignificantly.
Posted in General | Comments Off
February 28th, 2008
1. Locate Resources for Visual Basic.tlb in C:\Documents and Settings\All Users\Application Data\Adobe\InDesign\Version 5.0\Scripting Support\5.0 folder.
2. Open command prompt and execute:
TlbImp.exe "Resources for Visual Basic.tlb" /out:Interop.InDesign.dll
TlbImp.exe is located in C:\Program Files\Microsoft Visual Studio 8\SDK\v2.0\Bin folder on my machine. This will generate Interop.InDesign.dll file. This is an interop assembly.
3. Add reference to Interop.InDesign.dll to your project.
4. Use this code:
using System;
using InDesign;
namespace HelloInDesign
{
class Program
{
static void Main(string[] args)
{
object missing = Type.Missing;
Type type = Type.GetTypeFromProgID("InDesign.Application.CS3");
if (type == null)
{
throw new Exception("Adobe InDesign CS3 is not installed");
}
_Application app = (_Application)Activator.CreateInstance(type);
Document document = (Document)app.Documents.Add(true, missing);
Page page = (Page)document.Pages[1];
TextFrame textFrame = page.TextFrames.Add(missing,
idLocationOptions.idUnknown, missing);
textFrame.GeometricBounds = new string[] { "6p", "6p", "24p", "24p" };
textFrame.Contents = "Hello from .Net!";
}
}
}
Posted in Develop | Comments Off
September 3rd, 2007
Australia Post has increased its rates in September 2007. If you open Post Charges Booklet (pdf) you can see these changes:
| |
Previous rate |
New rate |
| Regular post |
|
|
| Small parcels up to 250 g |
$3.85 |
$4.00 |
| Over 250g up to 500g |
$5.00 |
$5.20 |
| Basic charge for destinations in the same state |
$6.70 |
$6.95 |
| Basic charge for interstate destination |
$8.45 |
$8.75 |
| Express post |
|
|
| Parcels up to 500g |
$7.20 |
$7.40 |
| Registered Post |
$2.60 |
$2.70 |
Distance charge has increased for most destinations by 5 or 10 cents per kilogram. International rates for parcels didn’t change.
Summary: rates have increased slightly. Next rate increase will be in March 2008.
Posted in General | Comments Off