Feeds:
Posts
Comments

See it here How to change default desktop folder location on Windows Vista – Super User

In brief steps:

  1. Open user folder (C:\Users\<user name>).
  2. Open Properties page for ‘Desktop’ folder.
  3. Choose tab Location.
  4. Enter the new location for your Desktop.
  5. (your Desktop folder now no longer resides inside the user folder, it lies in the new path you’ve entered)
  6. Done.

source: http://www.aspisdrift.com/2007/04/creating-gmail-like-conversations-with.html

Summary:

  1. Create a new Search Folder, e.g. named as Gbox, and choose Inbox, Outbox, Sent Items, Draft.
  2. Open Gbox
  3. Customize the view: add column Conversation, then group by Conversation.
    Do not select any fields for sorting.
  4. Done

Enjoy!

See it here How to rename or move a User Profile folder?

[WARNING: Changing the Windows user's folder may stop your current application from working properly!!!]

Summary:

  1. Log in as another administrator user other than the one need to rename.
  2. Go to C:\Users\<Your current user name>, rename it to the new name.
  3. Start – Right click “My Computer” – Manage – User and Group.
  4. Select you username and change it to the new name.
  5. Open registry (Start – Run – regedit)
  6. Go to HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\ProfileList
  7. Go to the SID which has the “ProfileImagePath” value as your current user name.
  8. Change it to the new name.
  9. Done

(Be sure to back up your registry first)

Well, it’s so funny that there’s no clue to install it in the package downloaded from their homepage. As one guy felt angry with it here AngryPets.com :: Blog, I felt angry too ^_^!

So, very simple, the solution is just “Just copy everything in the NantContrib\bin directory into Nant\bin“.

Another way is to add some below script to the beginning of your NAnt script, says that you installed NAntContrib to “C:/Program Files/NAntContrib“.

<loadtasks>
	<fileset>
		<include name="C:/Program Files/NAntContrib/bin/**/*.dll" />
	</fileset>
</loadtasks>

D… it NAntContrib :D .

If you ever have a project or simply just a folder that you wanna share with your partners so as any of you can get/update the files and sync them with other members in the group? Normally we need to set up an SVN server for that.

Well, lately, one of my colleages tell me that we can use Google’s Project Hosting service called Project Hosting on Google Code at http://code.google.com/hosting!

Now I can have an svn-synced folder whenever I want for free! It’s just so cool! ^_^

If you love the music from Amazon MP3 as me but do not have a valid credit card (like me again :D ), then here is a small tip to get through it:

  1. Get the name/artist/album of the  music from mp3.amazon.com
  2. Go to www.nhaccuatui.com to download it ^_^

That’s just that! Enjoy!

Follow

Get every new post delivered to your Inbox.