Thursday, September 22, 2011

Mobile Network Speed


What is the difference?

The Droid Bionic finally gets it right, with 4G LTE service, a supersized 4.3-inch display, smooth software integration and all the other features Android fans have been coveting.


I’m not sure what LTE means in the 4G context however here is what it means in the 3G context

Sunday, September 18, 2011

Heroku - Free Cloud time (Facebook apps)

Heroku - Free cloud time for Facebook apps
  1. Cloud platform
    1. http://www.programmableweb.com/api/heroku
  2. Free Time
    1. http://devcenter.heroku.com/categories/billing
  3. Easy Facebook apps
    1. http://devcenter.heroku.com/articles/facebook-ruby
    2. http://blog.programmableweb.com/2011/09/16/facebook-apps-in-the-cloud-made-easy-by-heroku-partnership/

Site: programmableweb.com

What a great site!

For example now that Google + is released you can subscribe to an API and get updates on Mashups, How-to, Developers and Comments as the community registers information!

http://www.programmableweb.com/api/google-plus

Windows 8 Orientation

What am I learning about Windows 8?
(will be updated as new info presents itself...)
  1. (new)WinRT=Windows Runtime
    1. WinRT (the new Windows Run Time) is not a replacement for Silverlight or .NET, it’s a replacement for Win32. And that means that it’s the new native runtime for Windows, and not a managed code layer that sits higher on the stack.
      1. http://www.winsupersite.com/blog/supersite-blog-39/windows8/winrt-replacing-win32-140605
  2. Modes=2
    1. Desktop
    2. Metro Style
  3. BCL=base class libraries 
  4. Lists of Features / Terminology
    1. http://www.winsupersite.com/article/windows8/windows-8-features-terminology-140559
  5. Charms
    1. http://dotnetspeak.com/index.php/2011/09/what-i-learned-at-the-build-conference/?utm_source=feedburner&utm_medium=feed&utm_campaign=Feed%3A+DotNetSpeak+%28DotNetSpeak%29
  6. Samples
    1. Metro
      1. http://code.msdn.microsoft.com/Windows-Developer-Preview-6b53adbb

Best Pre-Release Windows 8 Links

My favorite pre-release windows 8 links

will be updated as I find 'em

2011-08-18
http://www.lhotka.net/weblog/WinRTAndNET.aspx

Thursday, September 15, 2011

Hyper-V - Moving VMs and Getting it Just Right

Hyper-V VM Organization
  1. Desired folder format
    1.  D:\HyperVDriveD\VM1\
      1. .\Virtual Machines\<GUID>
      2. .\Virtual Hard Disks\*.VHD
      3. .\Snapshots
    2. Why?
      1. This is an orderly structure and can occur when the correct details are assigned when creating a new VM. This structure is easy to find the components and then creates consistency.
    3. When?
      1. Sometimes upon creating a new VM. When importing or moving a VM from one disk to another, it is easy to lost this effective directory structure. 
    4. What?
      1. Following this recipe you will understand how to create a consistent and orderly VM directory structure. 
    5. How can you help?
      1. Many questions remain for me about the effective, and when and why of many of the Hyper-V aspects. Your feedback, comments, questions and instruction will be appreciated.
  2. To move a VM, import doesn't work, because it wasn't exported, right?
  3. Move from C:/HyperVDriveC/VM1 to D:/HyperVDriveD/VM1
  4. Copy files
  5. Rename with an underscore to save for now, copy to D:/HyperVDriveD/_VM1
  6. New as to be performed just right to avoid the defaults s or adding another subfolder
  7. New
    1. Before you begin
    2. Specify Name and Location
      1. Name: VM1
      2. Location:
        1. Store in a different location: D:/HyperVDriveD
        2. Note: we don't specify the root folder "\VM1" in the Location step
          1. It probably is correctly placed because of where we put the new virtual hard disk
    3. Memory...
    4. Connection...
    5. Create a new virtual hard disk
      1. even though we already have one
      2. location: D:\HyperVDriveD\VM1\
    6. Installation Options
      1. Install an operating system later
        1. this is no problem it will be there when we swap in the actual .vhd
  8. Now we have the beginning of our desired folder format
  9. Create VHD folder
    1. .\Virtual Hard Disks\
  10. Copy in VHD
    1. .\Virtual Hard Disks\VM1.VHD
  11. Virtual Machine Settings - for your new VM
    1. VHD location
    2. Snapshot location