March 27, 2007 at 1:07 am · Filed under Software, Windows
Open your registry and find or create the key below.
Create a new DWORD value, or modify the existing value, called “MinToTray” and set it according to the value data below.
Exit your registry, you may need to restart or log out of Windows for the change to take effect.
Registry Settings
User Key: [HKEY_CURRENT_USER\Software\Microsoft\Office\10.0\Outlook\Preferences]
Value Name: MinToTray
Data Type: REG_DWORD (DWORD Value)
Value Data: (1 = System Tray, 0 = Taskbar)
outlook.txt
Permalink
March 22, 2007 at 2:05 pm · Filed under Mobile Phone
I found this out because Orange sucks.
It costs £20 to get your phone unlocked by Orange and the only way to do this is to contact them by phone, and the only way to contact Orange’s Customer Services is to call 150 from your handset or call 07973 100150. What if you’re deaf? What if your handset is broken? What if you cannot call mobile numbers from your landline?
This is why Orange sucks. Naturally, I didn’t pay orange a penny.
Read the rest of this entry »
Permalink
March 16, 2007 at 12:25 am · Filed under Apache, SEO
The idea was to have the ability to create unlimited subdomains simply by creating an appropreate directory for it in your html root directory.
Since most people don’t have direct access to their httpd.conf, the obvious solution was to create a method using mod_rewrite within “.htaccess”. This also allowed it to be setup very easily and quickly.
Read the rest of this entry »
Permalink
March 15, 2007 at 3:16 am · Filed under Rants
Analysis of Supercalifragilisticexpialidocious Read the rest of this entry »
Permalink
March 13, 2007 at 2:21 am · Filed under Software, Windows
For years now, for whatever reason I have used WinZip. I don’t really know why I continued to use it for so long as from WinZip 8 onwards, I was under the impression that it was going down hill.
Over the year’s i’ve used other compression formats other than “.zip”, including “.rar” and “.ace”. The problem I soon discovered with WinZip is its inability to allow me to open some of these types of archives.
Read the rest of this entry »
Permalink
March 7, 2007 at 6:05 pm · Filed under Development, PHP
First of all you need to choose your weapon.
- Code your own
- Pay someone else to code it for you
- Use an already existing open source CMS
Read the rest of this entry »
Permalink
March 6, 2007 at 6:26 pm · Filed under Email, Internet
I have been interested in starting my own free email service for some time now.
Over the years i’ve seen free email services such as hotmail.com, yahoo, and now gmail.com, to name just a few of the many thousands out there.
Read the rest of this entry »
Permalink
March 1, 2007 at 6:27 pm · Filed under Rants, Windows
I added a word to my Mozilla Firefox spell check personal dictionary by mistake the other day, and could not figure out how to remove it. Firefox seriously lacks custom dictionary management.
To open your profile directory do the following or use the “Open Profile Folder Firefox Add-on“…
Simply go to Start -> Run, enter:
%APPDATA%\Mozilla\Firefox\Profiles\
Locate the profile you’re using (usually default.something).
Then, inside the folder you will find a file named “persdict.dat”.
Open that, and there you have it, your custom list of words.
Edit it how you like save, and restart Firefox.
All done!
Permalink