<?xml version="1.0" encoding="iso-8859-1"?>
<rss version="2.0">
  <channel>
    <title>Technology</title>
    <link></link>
    <description>All Things Technology Related</description>
    <language>en-us</language>           
    <generator>Nucleus CMS v3.41</generator>
    <copyright>?</copyright>             
    <category>Weblog</category>
    <docs>http://backend.userland.com/rss</docs>
    <image>
      <url>/nucleus/nucleus2.gif</url>
      <title>Technology</title>
      <link></link>
    </image>
    <item>
 <title>Samsung Sway &amp; Vista 64</title>
 <link>index.php?itemid=82</link>
<description><![CDATA[<p>Thanks to this forum:<br /><br /><a href="http://www.howardforums.com/showthread.php?t=1456857">http://www.howardforums.com/showthread.php?t=1456857</a><br /><br />I was able to add custom ringtones to a Verizon Samsung Sway.&nbsp; My approach was a little different and straight forward.</p><p>First off, when plugging to USB cable&nbsp;in for the first time (I have a Samsung Omnia i910, so cable works with Sway), Vista tries to install drivers.&nbsp; I forget which screen but after clicking so many times for online search, the last page lead me to a link that enabled me to download and install this file:</p><p><a href="http://mrhop.com/pub/20070813082717640_Samsung_USB_Driver_Installer.exe">http://mrhop.com/pub/20070813082717640_Samsung_USB_Driver_Installer.exe</a></p><p>So I removed the phone, install, and rebooted as instructed.&nbsp; Then after reboot, plugged up phone (make sure to keep USB mode on phone to Ask, and don&#39;t select anything when prompted on phone).&nbsp; Vista sees everything and magically a COM8 appeared.</p><p>&nbsp;So I downloaded QPST-2.7 BULD 263 from isohunt cough dot com.&nbsp; Followed instruction from howardforums.com and things work like a champ.</p><p>&nbsp;To reduce the number of phone reboots from two to one, after the initial reboot and edit of file&nbsp;MrInfo.db, you can copy and paste lines to create new entries for every new mp3 copied to /brew/mod/mr folder. &nbsp;Then when done, just copy file over and reboot one time. &nbsp;This way you don&#39;t have to reboot to get new&nbsp;MrInfo.db, and edit, and reboot again to apply changes.<br /><br />Another thing, when USB cable is used, set the phone to ask mode for USB. &nbsp;And when asked, don&#39;t select anything! &nbsp;Very important, as the drivers will do different things depending on your choice when asked.</p>]]></description>
 <category>Vista</category>
<comments>index.php?itemid=82</comments>
 <pubDate>Wed, 25 Feb 2009 21:28:01 -0600</pubDate>
</item><item>
 <title>Missing CDrom Drives in Vista</title>
 <link>index.php?itemid=81</link>
<description><![CDATA[<p>If all your CDROM drives suddenly disappeared and device manager reports &#39;can not install drivers&#39; then try the following:</p><p>&nbsp;<a href="http://support.microsoft.com/kb/314060/EN-US/">http://support.microsoft.com/kb/314060/EN-US/</a></p>]]></description>
 <category>Vista</category>
<comments>index.php?itemid=81</comments>
 <pubDate>Fri, 2 Jan 2009 12:21:04 -0600</pubDate>
</item><item>
 <title>Samsung i910</title>
 <link>index.php?itemid=80</link>
<description><![CDATA[<p><img src="http://www.mrhop.com/media/1/20081128-samsung-omnia-i910-verizon-1.jpg" border="0" alt="Samsung i910" title="Samsung i910" width="234" height="400" align="left" />It was about time to upgrade my brick of a phone, the XV6700.&nbsp; I thought about the new HTC Touch Diamond and Pro, but they cost too much, I didn&#39;t feel the need to shell out 400 dollars plus for a new phone, which I know will be out of date by next year.&nbsp; Just so happen to be doing research when this puppy came up.&nbsp; Nice set of features, slim, and way cheaper.</p><p>After playing around with it, I like it.&nbsp; There is bad, but you get what you pay for.&nbsp; In particular, I just don&#39;t like the way it auto rotates.</p><p>&nbsp;Well it&#39;s late, and I decided to whip out the Visual Studio 2008, created a new project and voila, my own orientation rotation program.</p><p><a href="http://www.mrhop.com/Apps/WinMobileRotate/RotateLeft.exe" title="Rotate Left">Rotate Left</a>&nbsp;</p><p>But if you want to rotate right, there&#39;s a default rotate command you can map, it&#39;s on the top of the list.</p><p>Created a programs folder call Rotate, then copy and paste a shortcut&nbsp;to your&nbsp;Windows\Program folder.&nbsp;&nbsp;And, finally&nbsp;mapped it to hold button on the right of phone.&nbsp; See picture, it&#39;s barely sticking out on the right side of the phone on top.</p><p>Upon launch, the program will run, check orientation, and rotate left, landscape.&nbsp; Do the same again, and it will rotate back to normal portrait.&nbsp; It will auto unload itself.</p><p>For those who are curious, here are&nbsp;the vb codes:<br /><br />Public Class Main<br />Private Sub Main_Load(ByVal sender As Object, ByVal e As System.EventArgs) Handles MyBase.Load<br />Select Case Microsoft.WindowsCE.Forms.SystemSettings.ScreenOrientation<br />Case Microsoft.WindowsCE.Forms.ScreenOrientation.Angle0<br />Microsoft.WindowsCE.Forms.SystemSettings.ScreenOrientation = Microsoft.WindowsCE.Forms.ScreenOrientation.Angle90<br />Case Microsoft.WindowsCE.Forms.ScreenOrientation.Angle90<br />Microsoft.WindowsCE.Forms.SystemSettings.ScreenOrientation = Microsoft.WindowsCE.Forms.ScreenOrientation.Angle0<br />End Select<br />Me.Close()<br />End Sub<br />End Class</p>]]></description>
 <category>Smartphone</category>
<comments>index.php?itemid=80</comments>
 <pubDate>Fri, 28 Nov 2008 04:40:04 -0600</pubDate>
</item><item>
 <title>Virtual PC 2007 with Windows 3.11</title>
 <link>index.php?itemid=79</link>
<description><![CDATA[<p>I brought up my virtual PC Windows 3.11 the other night and was curious to see if there was any new version of IE for windows 3.11.&nbsp; So off to windows update I went.&nbsp; Sigh, sadly, windows update told me to go to another site.&nbsp; See attached image.</p><p><img src="http://www.mrhop.com/media/1/20080425-win3mac.png" border="0" width="670" height="603" /></p>]]></description>
 <category>General</category>
<comments>index.php?itemid=79</comments>
 <pubDate>Fri, 25 Apr 2008 10:42:15 -0500</pubDate>
</item><item>
 <title>Setting your linksys router for Halo 3</title>
 <link>index.php?itemid=78</link>
<description><![CDATA[<p>If you&#39;re experiencing lags and disconnections, chances are your router is not optimized for Halo 3, if you have a linksys router, try the following...</p><p>To start, browse to your router&#39;s management webpage, at <a href="http://192.168.1.1/">http://192.168.1.1/</a>&nbsp;</p><p><img src="http://www.mrhop.com/media/1/20080117-login.jpg" border="0" width="460" height="510" /></p><p>&nbsp;For starter, disable uPnP, this causes alot of lag and disconnection problems.<br /><br /><br /><img src="http://www.mrhop.com/media/1/20080117-upnp.jpg" border="0" width="563" height="806" /></p><p>The next thing to do is make your Xbox 360 your DMZ machine.&nbsp; DMZ basically means all external ports are pointing to the Xbox.&nbsp; First if you do not know your Xbox IP address, use these steps to find the IP address.&nbsp; Make note of the last number (in this case, it&#39;s 100)</p><p><img src="http://www.mrhop.com/media/1/20080117-ipaddress.jpg" border="0" width="660" height="852" /></p><p>&nbsp;From there, click on Application and Gaming, Enable DMZ and put in the address noted in previous step.&nbsp; That&#39;s it.</p><p><img src="http://www.mrhop.com/media/1/20080117-dmz.jpg" border="0" width="492" height="619" />&nbsp;</p><p>Other brand routers should have these settings, they maybe in different menus.</p>]]></description>
 <category>General</category>
<comments>index.php?itemid=78</comments>
 <pubDate>Thu, 17 Jan 2008 01:10:18 -0600</pubDate>
</item><item>
 <title>Installing Windows XP with SP3 on Asus EEE PC 4G</title>
 <link>index.php?itemid=77</link>
<description><![CDATA[<p>Base on response in this poll:<br />http://forum.eeeuser.com/viewpoll.php?id=9029</p><p>There&#39;s plenty of guides out there to Install XP, as well as NLITE, I won&#39;t go into details.&nbsp; In this post, you&#39;ll get my tips and tricks to help your XP install a smooth one.&nbsp; In this guide, you&#39;ll find:</p><hr /><p>1) My take on NLITE, and SP3 integration<br />2) Post install tips<br />3) Move XP Write Process to SDHC Card<br />4) Installing Office 2007<br />5) Cleanup<br />6) Ghost your install</p><p>&nbsp;</p><hr /><p>If you haven&#39;t done so, download the following:</p><p>1) Nlite<br /><a href="http://www.nliteos.com/download.html">http://www.nliteos.com/download.html</a></p><p>2) Windows XP SP3 RC - KB936929 <br /><a href="http://www.microsoft.com/downloads/details.aspx?familyid=75ed934c-8423-4386-ad98-36b124a720aa&amp;displaylang=en">http://www.microsoft.com/downloads/details.aspx?familyid=75ed934c-8423-4386-ad98-36b124a720aa&amp;displaylang=en</a></p><p>3) Universal Audio Architecture (UAA) Hotfix - KB835221<br /><a href="http://couponmeister.com/blog/HD_Audio/KB835221.exe">http://couponmeister.com/blog/HD_Audio/KB835221.exe</a></p><p>4) BIOS Update Utility<br />thanks to aRIf in (<a href="http://forum.eeeuser.com/viewtopic.php?id=6873">http://forum.eeeuser.com/viewtopic.php?id=6873</a>)<br /><a href="http://dlsvr03.asus.com/pub/ASUS/EeePC/EeePC4G(701)/AsusUpdate_XP_071211.zip">http://dlsvr03.asus.com/pub/ASUS/EeePC/EeePC4G(701)/AsusUpdate_XP_071211.zip</a></p><p>5) BIOS versions<br /><a href="http://forum.eeeuser.com/viewtopic.php?id=3485">http://forum.eeeuser.com/viewtopic.php?id=3485</a><br />(I have 0511 installed, works like a champ)</p><p>6) Windows Desktop Search<br /><a href="http://download.microsoft.com/download/9/b/d/9bd9c91f-7a74-4084-9198-49d2cfab7947/WindowsDesktopSearch-KB917013-V301-XP-x86-ENU.MSI">http://download.microsoft.com/download/9/b/d/9bd9c91f-7a74-4084-9198-49d2cfab7947/WindowsDesktopSearch-KB917013-V301-XP-x86-ENU.MSI</a><br />(Because I think some of you will install Outlook 2007)</p><p>7) Optional Office 2007 SP1<br />http://www.microsoft.com/downloads/details.aspx?FamilyId=9EC51594-992C-4165-A997-25DA01F388F5&amp;displaylang=en</p><hr /><p>If you don&#39;t have a USB CDrom drive, it&#39;s ok, you can get one of these for 19.99:</p><p><a href="http://www.newegg.com/Product/Product.aspx?Item=N82E16812232002">http://www.newegg.com/Product/Product.aspx?Item=N82E16812232002</a></p><p>and use any desktop CDrom drive.&nbsp; Very useful, ironically, I had a spare ASUS 52x CDrom drive laying around.&nbsp; :-D</p><a href="http://wiki.eeeuser.com/howto:nlitexp"><hr /><p>http://wiki.eeeuser.com/howto:nlitexp</p></a><p>Use the above guide to NLITE and Slipstream your SP3 in #8 step above.&nbsp; Don&#39;t worry, sp3 will not expire.&nbsp; ;-)</p><p>I would recommend leaving everything in Services alone.&nbsp; As for OS related items you can safely remove most of the black text items, I chose to not remove the following:</p><p>Color Schemes<br />FAT to NTFS converter (if you choose to remove this, you will not be able to format FAT32 during install)<br />Input Method Editor<br />Local Security Settings<br />Shell Media Handler<br />User Account Pictures<br />Zip Folder</p><p>I recommend unattended install, the options in the next sets of screen are pretty straight forward, each has his own preferance, if you want to see what I choose, look at the following NLITE ini, copy and make nlite.ini file and save in preset folder (C:\Program Files\nLite\Presets):</p><p>----------------NLITE.INI---------------------</p><p>[Main]<br />Env = 1.4.1 - 2.0.50727.832.Microsoft Windows NT 5.1.2600 Service Pack 2<br />Target = Windows XP Professional SP3 - 5.1.2600.3264 - English (United States)</p><p>[Tasks]<br />Remove Components<br />Unattended Setup<br />Tweaks<br />Create a Bootable ISO<br />Options</p><p>[Components]<br />;# Compatibility #</p><p>[KeepFiles]<br />msconfig.exe</p><p>[RemoveFiles]<br />clock.avi<br />yahoo.bmp<br />swtchbrd.bmp</p><p>[Options]<br />ProfilesDir = &quot;%SystemDrive%\Users&quot;<br />TargetPath = &quot;WINDOWS&quot;<br />temp_dir = d:\cache</p><p>[Patches]<br />DoSFC</p><p>[Services2]</p><p>[Tweaks]<br />Boot and Shutdown-Ctrl-Alt-Del at logon-Enabled<br />Boot and Shutdown-Do not Parse Autoexec.bat<br />Boot and Shutdown-Logon Page-Classic<br />Boot and Shutdown-Numlock-Off<br />Desktop-Desktop icons size-32<br />Desktop-Internet Explorer icon-Show<br />Desktop-My Computer icon-Show<br />Desktop-My Documents icon-Show<br />Desktop-My Network Places icon-Show<br />Desktop-Recycle Bin icon-Show<br />Explorer-Classic Control Panel<br />Explorer-Disable Prefix: Shortcut to<br />Explorer-Remove Send To on context menu<br />Explorer-Show Drive Letters in front of Drive Names<br />Explorer-Show extensions of known file-types<br />Explorer-Show Map Network Drives buttons in Explorer bar<br />Explorer-Use small icons in Explorer bar<br />Internet Explorer-Disable Download Complete notification<br />Internet Explorer-Disable Market Place bookmark<br />Internet Explorer-Disable Media Player 6.4 created bookmarks<br />Internet Explorer-Disable Password-Caching<br />Internet Explorer-Enable Google URL-Search<br />Internet Explorer-Set Homepage-about:blank<br />Internet Explorer-Set IE-Cache limit to-8 MB<br />Internet Explorer-Set Internet Explorer to accept 10 connects at a time<br />My Computer-Add Administrative Tools<br />My Computer-Add Control Panel<br />My Computer-Add Control Panel to Context Menu<br />My Computer-Add Device Manager to Context Menu<br />My Computer-Add Event Viewer to Context Menu<br />My Computer-Add Folder Options<br />My Computer-Remove Shared Documents<br />Performance-Disable Info Tips on Files and Folders<br />Performance-Disable Last accessed Timestamp on files<br />Performance-Disable Optimize harddisk when idle<br />Performance-Disable Tracking of Broken Shortcut Links<br />Performance-Disable Warn on low disk space<br />Performance-Disable WBEM logging<br />Performance-Do not cache thumbnails<br />Performance-Minimal Power Management<br />Privacy-Remove Alexa<br />Start Menu-Clear most recently opened documents list on logoff<br />Start Menu-Disable and remove Documents list from the Start Menu<br />Start Menu-Disable popup on first boot<br />Start Menu-Remove Search For People from Search<br />Start Menu-Remove Search the Internet from Search<br />Start Menu-Remove Set Program Access and Defaults<br />Start Menu-Remove Windows Catalog shortcut<br />Start Menu-Remove Windows Update shortcut<br />Start Menu-Use small icons in Start Panel<br />Windows Media Player-Accept Privacy Statement<br />Windows Media Player-Disable auto-add music to library<br />Windows Media Player-Disable automatic codec download<br />Windows Media Player-Disable metadata retrieval<br />Windows Media Player-Disable MRU<br />Windows Media Player-Disable silent acqusition<br />Windows Media Player-Disable starting with Media Guide<br />Windows Media Player-Enhanced privacy settings<br />Windows Media Player-Optimize fullscreen mode behavior</p><p>[Unattended]<br />ComputerType = Default<br />HibernationNo<br />FirewallOff<br />CustomLocales<br />DisableSRestore<br />MaximumDataStorePercentOfDisk = 12<br />RestorePointLife = 30<br />DefaultStartPanelOff<br />DesktopTheme = Default||<br />AutoUpdates = 4<br />AutoUDay = 5<br />AutoUHour = 15<br />ProgFilesPath = &quot;\Program Files&quot;</p><p>[NetAdapter1]<br />connname = &quot;&quot;<br />macaddress = &quot;&quot;<br />ipaddress = &quot;192.168.0.1&quot;<br />subnetmask = &quot;255.255.255.0&quot;<br />defaultgateway = &quot;&quot;<br />dnsserver1 = &quot;&quot;<br />dnsserver2 = &quot;&quot;<br />winsserver = &quot;&quot;<br />netbiossetting = &quot;0&quot;<br />ipxnetworknumber = &quot;00000000&quot;<br />ipxnetworkframetype = &quot;0xFF&quot;</p><p>[NetAdapter2]<br />connname = &quot;&quot;<br />macaddress = &quot;&quot;<br />ipaddress = &quot;192.168.0.2&quot;<br />subnetmask = &quot;255.255.255.0&quot;<br />defaultgateway = &quot;&quot;<br />dnsserver1 = &quot;&quot;<br />dnsserver2 = &quot;&quot;<br />winsserver = &quot;&quot;<br />netbiossetting = &quot;0&quot;<br />ipxnetworknumber = &quot;00000000&quot;<br />ipxnetworkframetype = &quot;0xFF&quot;</p><p>[NetAdapter3]<br />connname = &quot;&quot;<br />macaddress = &quot;&quot;<br />ipaddress = &quot;192.168.0.3&quot;<br />subnetmask = &quot;255.255.255.0&quot;<br />defaultgateway = &quot;&quot;<br />dnsserver1 = &quot;&quot;<br />dnsserver2 = &quot;&quot;<br />winsserver = &quot;&quot;<br />netbiossetting = &quot;0&quot;<br />ipxnetworknumber = &quot;00000000&quot;<br />ipxnetworkframetype = &quot;0xFF&quot;</p><p>[GuiRunOnce]</p><p>[Drivers]</p><p>[Hotfixes]</p><p>------------END NLITE.INI---------------------</p><p>You&#39;ll notice I have my temp_dir set to d:\cache, it&#39;s important to format your SDHC card in advance and make that folder prior to installing XP.</p><hr /><p>Whichever method you choose to install XP, CD or USB, make sure to format your drive NTFS.&nbsp; Install away.</p><hr /><p>Once done, perform these steps (presume that my D: drive is my SDHC card):</p><p>1) Make another Admin user, log out, and into this user account (you&#39;ll see why you need to do this soon).</p><p>2) Make folder in D:, then move IE6 Temporary folder to your D: drive, I moved mines to d:\cache, force logout, login again to same user.</p><p>3) Move My Document Folder to D:, mines is D:\Files</p><p>4) Right click My Computer, and goto Advance Tab, click on Environment Variables button and change User and System temp variables to point to D:, mines is d:\cache.&nbsp; Do not Disable Paging file just yet.</p><p>5) Make another folder for Documents and Settings (Mines is D:\Users)</p><p>6) Bring up registry editor and goto these keys:</p><p>[HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\User Shell Folders]</p><p>[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\User Shell Folders]</p><p>In both, change the AppData folder where you want it to be, mines happen to be in:</p><p>D:\Users\USERID\Application Data</p><p>(Change USERID to your user ID, you&#39;ll see this in the above HCU key)</p><p>In HCU, directories to change are:<br />Cookies<br />Favorites (I have this set in my document, makes sense as they are just important as my files d:\files\favorites)<br />History<br />Local AppData<br />Local Settings</p><p>Personal, Pictures, and Cache should have already moved if you perform step 2, 3 above.</p><p>7) Logout of this user ID, and back into Admin ID, copy:</p><p>C:\Documents and Settings\All Users\Application Data<br />C:\Documents and Settings\USERID\Application Data<br />C:\Documents and Settings\USERID\Local Settings</p><p>to your D: drive (Mines is in D:\Users)</p><p>The reason why you need another ID to do this, is because Windows locks files in Local Settings and prevents you from copying them while that USERID is logged in.</p><p>8) Reboot!</p><p>9) Login in as user, and update your BIOS, reboot.&nbsp; Use items 4, 5 download list above</p><p>10) Install item 3 in the download list (required for your sound card drivers to work)</p><p>11) Install your drivers, updated versions would be nice<br />http://forum.eeeuser.com/viewtopic.php?id=7791<br />I normally do not reboot until all drivers are loaded, then I reboot.</p><p>12) Reboot!</p><hr /><p>The rest is optional depends if you plan on install Office 2007.&nbsp; After you perform the above, you will plenty of room to install Office 2007 (though not the entire set of apps)</p><p>1) I install Windows Desktop Search first.<br />2) Install Office (Word, Outlook, OneNote, Excel, Powerpoint)<br />3) Have SP1 on D: or USB key, and update<br />4) http://office.microsoft.com/ Install remaining Outlook update</p><p>I also have Photoshop CS2 installed, I can&#39;t live without Photoshop, even on EEE PC.&nbsp; :-D</p><hr /><p>Time to disable and cleanup</p><p>1) It&#39;s safe now to Disable Paging File, Right click My Computer, and goto Advance Tab, Click Settings under Performance Box.&nbsp; Advance Tab, and Change Button.&nbsp; Set No paging file on C: drive.&nbsp; (I have 2 gigs of memory, and plan not to use no more then two big apps at any given time.)</p><p>2) Services to Disable:<br />Event Log<br />WMI Perfomance Adapter</p><p>as well any other services that writes logs to C:, I use filemon to look for them.</p><hr /><p>If you plan to Ghost your C: drive, on some versions of ghost:</p><p>Ghost.exe -NTIL</p><p>my Ghost version is 7.0 Enterprise, which required the above switch to properly ghost NTFS.</p><hr /><p>You will notice I didn&#39;t change anything with the Administrator Account.&nbsp; Reason is, when you perform driver related updates or BIOS updates, all your settings point to D: will not show up until USB hardware are recognized.&nbsp; the Administrator Account is what I use to perform such updates.&nbsp; ;-)</p><p>I&#39;ll add more to this list as questions are asked and answer or if I remember any details left out.&nbsp; I know I can be doing other things right now, like playing Halo 3, but I thought this would help some of you with your XP install.</p><p>I had a chance to use my EEE with OneNote, and it&#39;s great.&nbsp; Like the EEE very very much.</p>]]></description>
 <category>AsusEEE</category>
<comments>index.php?itemid=77</comments>
 <pubDate>Sat, 12 Jan 2008 04:34:27 -0600</pubDate>
</item><item>
 <title>Fix Vista Flash Problem</title>
 <link>index.php?itemid=76</link>
<description><![CDATA[<strong>C:\Windows\System32\Macromed\Flash</strong><br /><br />Then right clicked over both &#39;Flash9b.ocx&#39; and &#39;FlashUtil9b.exe&#39;, and chose properties.<br /><br />In properties choose the &#39;security&#39; tab &gt; Click on the &#39;everyone&#39; account, and the button called &#39;edit&#39; and then tick the box called &#39;allow full control&#39; and also choose your own Windows local account name.<br /><br />Once you have done this for both files run the FlashUtil9b.exe and it should install and update and tell you to restart. Do so and you should find&nbsp;flash working again.]]></description>
 <category>Vista</category>
<comments>index.php?itemid=76</comments>
 <pubDate>Sun, 4 Nov 2007 20:34:47 -0600</pubDate>
</item><item>
 <title>Discount Domain Names</title>
 <link>index.php?itemid=75</link>
<description><![CDATA[If you&#39;re interested in cheap domain names, try <a href="http://domainpl.us">domainpl.us</a>]]></description>
 <category>Domain</category>
<comments>index.php?itemid=75</comments>
 <pubDate>Wed, 31 Oct 2007 00:25:52 -0500</pubDate>
</item><item>
 <title>Vista</title>
 <link>index.php?itemid=74</link>
<description><![CDATA[<p>After three weeks of Vista Ultimate 64 bit, the things I like and do not like about it:</p><p>Likes:<br />1)&nbsp; It is a new interface, refreshing, Vista is definately eye candy, reminds me of Mac OS?&nbsp; <img src="http://www.mrhop.com/nucleus/plugins/tinymce2/plugins/emotions/images/smiley-laughing.gif" border="0" alt="Laughing" title="Laughing" width="19" height="19" /><br />2)&nbsp; More then 4 gigs of memory.&nbsp; I maxed ram out at 8 gigs<br />3)&nbsp; Better security, lots of prompt where you normally didn&#39;t have prompts before in previous MS OS.<br />4)&nbsp; Ready BOOST!!!!!!!!<br />5)&nbsp;&nbsp;IE 64!!!!! If you do not want activeX controls, use this version of Internet Explorer.&nbsp; But be ready to live without even Flash.<br /><br />Dislikes (but can get use to)<br />1)&nbsp; Limited apps, not everything works on Vista, and definately not everything works on Vista 64<br />2)&nbsp; Changes in where things are located<br />3) Had to buy new software <img src="http://www.mrhop.com/nucleus/plugins/tinymce2/plugins/emotions/images/smiley-cry.gif" border="0" alt="Cry" title="Cry" width="19" height="19" />&nbsp;Adobe CS3 Design Premium was not cheap, and that was only the upgrade.<br /><br />All in all, I really do like Vista, do not know too much about the 32 bit version, but the 64 bit version rocks if you have enough memory on a decent rig.</p>]]></description>
 <category>Vista</category>
<comments>index.php?itemid=74</comments>
 <pubDate>Mon, 17 Sep 2007 00:16:01 -0500</pubDate>
</item>
  </channel>
</rss>