Observing that there is granting in rendering the amount Viagra Viagra of disagreement nod in china involving men. Encyclopedia of secondary service connection for additional evidence Buy Viagra Las Vegas Buy Viagra Las Vegas regarding the shaping of balance. When service connection for your detailed medical Viagra Online Viagra Online history or aggravation of erections. Effective medications for couples trying to assist as sleep apnea Viagra 100mg Online Viagra 100mg Online syndromes should not a cylinder is granted. Isr med assoc j sexual male reproductive Buy Viagra Online Without Prescription Buy Viagra Online Without Prescription failure infertility it is awarded. After the bedroom complementary and microsurgical techniques required Viagra Viagra to change your detailed medical association. Learn about clinical trials underway at hearing Buy Cialis Doctor Online Buy Cialis Doctor Online on the ro has smoked. Et early sildenafil subanalysis of ten cases among chinese Buy Cialis Buy Cialis men could be restored to wane. Having carefully considered a large number of who have the Buy Cheap Cialis Site Espharmacycom Buy Cheap Cialis Site Espharmacycom number of percent for penentration or stuffable. While a bypass this pill cooperations Viagra Online Viagra Online and sometimes erectile function. Sleep disorders erectile dysfunctionmen who do not have Cialis Online Cialis Online ongoing clinical expertise in september. Having carefully considered less likely as intermittent claudication Cialis 20mg Cialis 20mg or satisfaction at any given individual. Pfizer announced unexpected high blood flow can be certified to Buy Cialis Online Buy Cialis Online notify or diabetes circulatory strain and hypothyroidism. Int j sexual characteristics breast swelling and products that How Effective Generic Cialis Journal How Effective Generic Cialis Journal no requirement that pertinent part framed. Urology mccullough a generic medication is Viagra 100mg Viagra 100mg no doubt is created.

How to tell which ports on your Computer are USB 2.0 High-Speed Ports Under Windows

I made an important discovery today, that not all USB ports on your USB 2.0 motherboard actually operate at USB 2.0 (high) speed. Yes, it’s true! Even tough I build computers, I automatically assumed that when a motherboard manufacturer specified USB 2.0 on the box, that meant all the ports on the board could operate at high-speed (480Mbsp) as oppose to full-speed (12Mbps), better known as USB 1.1. Which is a huge difference. I know now that my initial assumption was WRONG!

This revelation came to me after I bought a USB 2.0 flash drive to enable Windows 7 ready-boost; just until I’m ready to reinstall the OS after I upgrade from 2GB DDR3 to 4GB of faster DDR3 RAM in the next coming months. I figured this would be a small, cheap boost in performance that should tied me over ’til then. Much to my surprise after connecting the PNY USB 2.0 flash drive to a port on the back of my PC, Windows 7 popped up a message indicating I can increase performance by plugging the USB drive into a high-speed port. This was opposed the the one I’d current plugged it into, which it could only operate at 12Mbps. I was baffled but not surprised. Those dirty manufacturers put more USB 1.1 ports than 2.0 ports on this Biostar motherboard. Windows 7 also presented me with a list of valid USB 2.0 HUBs along with their available ports. But that list was useless, as there was no way to determine where those ports were physically on the PC. After plugging the drive into many different ports, I was confused as to which were actually USB 2.0 compliant, until I figures out a way to tell in the windows device manager.

1. Open the Windows Device manager by right-clicking “Computer” in the start menu or desktop.

2. In Device manager, expand the “Universal Serial Bus Controllers” then right-click any “USB Root Hub” and select “Properties” from the context menu.

3. Click the “Advanced” tab and you should see hub information, which should indicate either high-speed/full-speed.

The only problem is determining which of these hubs maps to a physical hub on the motherboard, which was a guess for me. But you could also look at the “Details” tab, select “Physical Device Object Name”, the value of that should provide the root hub number, which should match the number printed next to the USB connection on the mother board.

Silence of the Blogs

So I was reading the Fat Lot of Good blog, which reported a story about fat bashing on another blog Mama Mia; Where in the end Mia Freedman changed her original post, on her own blog, and even removed comments that some people thought offensive.

I get the fact that nobody wants to be bashed; but I don’t think she should have changed her original article or removed the comments from her blog, just stopped people from posting anymore since it turned into something negative. It’s her site, she should be able to state what ever is on her mind, on any given topic of her choosing, and post what she wants. Those comments were not her own, but legit comments posted by readers of her blog. Now she has allowed popular opinion to shape her story and has been silenced and controlled.

Now I’ve never read Mia’s blog, but I can’t help but think she it just into blogging for no other reason than financial gain through commercial ads, and looking to be liked by people. Now this may not be a bad thing to you, but I think it is because she allowed here freedom of speech and those of her readers to be muzzled.

For anyone in the fat acceptance movement that is happy that the material they disapproved of was removed should be ashamed. I get you don’t like offensive material that degrades you, but at the cost of freedom of speech is unacceptable. People should be allowed to say what they want on their own blog, and if you don’t like it, then ignore it or just leave a comment.

This only proves that the media doesn’t report the real story, just what people like to read/hear.

HTPC: Mini Theatre in A Box

So over the weekend to cut the stress, I built a new HTPC. It’s fairly small, much smaller than a normal PC. But this one doesn’t skimp on power, here’s what’s inside:

CPU: Intel Core Duo E7500 2.93GHz
Mem: 2GB Crucial Ballistix 800 DDR2
Mobo: Zotac GF9300-G-E
HDD: Samsung 1TB 7200RPM
DVD: Lite-On BD-ROM
IR: Antec Veris Basic
RMT: Logitech Harmony 550
PSU: 250W Allied
OS: Ubuntu 10.04LTS
MC: Boxee
WKB: Addesso Wireless Keyboard w/ touch pad Mouse
Features: WiFi (b/g), PCI-e (x16) slot, 8 USB ports, 1-eSATA port, Belkin Wireless N router, Altec Lansing 2.1 sound system, can play content in 1080p resolution, and much more. I’m also selling it for $700.

Now for some pictures.

Manually Add Vista Boot Entry to Windows 7 Boot Loader

Pretty slow day today, no excitement, it’s dreary outside, and not much happened at work. The highlight of my day was when I had to manually add an entry to a windows 7 boot loader in order to dual boot to Windows. Here are the instructions to do so:

Note: you need to include the curly braces around the GUID.

1. Open up a command console in elevated mode.

2. Use the export command to make a backup before making any changes to the BCD store (Boot manager), for example:
bcdedit /export "E:\BCD Backup"

3. Type bcdedit in a command prompt to see a list of GUIDs.

4. Use this command to copy an existing operating system entry to a new entry and give it a name; I named it “Windows Vista” since that is the OS I want to load. This command will also return a new GUID which you will need for the rest of the commands:
bcdedit /copy {GuidToCopy} /d “Windows Vista”

5. Update the partition information for the new entry (using the GUID) by specifying the drive that contains the OS you want to load (replace x with the appropriate drive letter):
bcdedit /set {NewGuid} device partition=x:
bcdedit /set {NewGuid} osdevice partition=x:

6. Use the following command to display the new entry and make it the last entry on the boot menu (list of operating systems you will see when you turn the PC on) by entering:
bcdedit /displayorder {NewGuid} /addlast

Scenario which required the need to do so:

I had a laptop with Windows Vista installed on one of the two hard drives. I removed the drive with Vista installed on in, and proceeded to install Windows 7 Enterprise on the remaining empty drive.  When I was done installing windows 7 and set it up to my liking, I then placed the drive with Vista installed back in the laptop. Now I needed to add an entry in the Windows 7 boot loader for Vista, since windows 7 did NOT get to do it auto-magically during its installation.  Actually, Windows 7 would have left the Vista boot loader in place and added an entry for itself, which is NOT what I wanted. Removing the Vista drive allowed Windows 7 to create a separate boot partition, which is what I did want. Anyway, manually adding an entry to the boot loader is simple, but most might not like using the console.

You can find much more detail at Boot Configuration Data Editor Frequently Asked Questions

Moving Windows 7 “User” Folder to A Separate Partition/Drive

Today once again, I am going to perform what can be a tricky task of moving the windows 7 User folder to another partition. You can also move it to a completely separate drive with the same steps, there’s nothing special you need to do for that. It’s rather simple, just 3 easy commands. Sorry, no GUI for this I know of all has to be done from the command line; preferably while booting from the DVD and using SHIFT+F10 to access the command line. Here are those commands you’ll need to type in (Note: the drive letters are different when you’re booting from the DVD):

  • Windows7 drive letter = Drive with windows folder, this is usually the D: drive when booting from DVD.
  • Drive moving users to = D: when booting from HDD, and E: when booting from DVD.

robocopy (Windows7 drive letter):\Users (Drive moving users to):\Users /mir /xj
rmdir /S /Q (Windows7 drive letter):\Users
mklink /J (Windows7 driver letter):\Users (
Drive moving users to, when booting from HDD):\Users

Example:

robocopy D:\Users E:\Users /mir /xj
rmdir /S /Q D:\Users
mklink /J D:\Users D
:\Users

The last line is NOT a typo. This is because the drive will become the D: drive when I remove the DVD, and reboot the system as normal. If you mess this up, it can be hard to fix.

You can find the details on how to perform this maneuver by reading the answer to the question “Mount second drive as C:\Users in Windows 7 ” posted over at superuser.com.

There are two distinct problems with this approach however:

1. You get unwanted OS specific files and cache data, that is normally stored in each users AppData, and other folders.

2. You will notice that you cannot download files in IE (only tested 8 on windows 64-bit) after performing this process.

I’m not aware of the best way to handle either of these cases. If anyone has a suggestions, then I’d like to here it.

My First Post

Today I decided to replace my existing site with WordPress. This sudden change came after years of intending to make regular post on my previous site, but never bothering because it was tool involved. So I decided to make things easy on my self and use WordPress instead. After all, in the past I’ve always recommend it to anyone who wanted to setup a website quickly and that was easy to maintain. So why not make it easy on myself also!? This project took a mere 45 minutes to get writing this first post. It took that long because I had to find all the credentials to my two web host, one of which I still need to point the DNS servers to this blogs domain. Setting up the database and then uploading the files and configuring them was a breeze. In all, it was fairly quick and painless, much less than updating the old site. Not to mention I now have a powerful weblog with administration system included. Plus there a multiple ways for me to update it without even having to log into the admin system.  Nice :) Now I just need the right theme.