Home | Profile | Portfolio | Blog | Contact Me | Hotspots

Blog

Force Enabling Windows 7 Aero on Parallels for Mac

Tuesday, 16 March 2010 13:51

Tweet me!

In case your Windows 7 Aero doesn't run on Parallels (for Mac) even if your Mac have enough power juice and passed the Windows Experience Index, here's a little tweak to enable it thru registry hack.

  1. On your Windows, click on Start and type regedit on the search box. Press enter.
  2. Navigate or find this registry key: 
    HKEY_CURRENT_USER\Software\Microsoft\Windows\DWM 
  3. Right click on the right details pane, then click on New -> DWORD (32-bit) Word Value
  4. Type in enter UseMachineCheck as the key word value
  5. Set its data value to 0 by double clicking it.
  6. Create the following key words:
    • Blur and set its data value to 0
    • Animations and set its data value to 0
  7. Close regedit
  8. Run the command prompt with administrative privileges by clicking on Start -> All Programs -> Accessories -> right click on Command prompt then click on Run as administrator
  9. Run the following command: 
    Net Stop uxsms
    Net Start uxsms
    
  10. These will restart Window's Desktop Window Manager Session Manager
  11. Enable Aero by right clicking on Windows Desktop -> Personalize and choose one of your favorite Aero themes.
The hack also works on Bootcamp and Parallels in Coherence view. It's just a small taste of best of both worlds.

 

 

Installing iPhone 3.0 SDK on G4 PowerPC

Tuesday, 18 August 2009 15:51

Tweet me!

I still can't afford a $2k Mac Book Pro or an Intel-based Mac for a hardcore iPhone development so a little hack on the SDK's installation wouldn't hurt a G4 PowerBook to run the SDK. 

Here’s how you can install the iPhone SDK for 3.0 on a Mac running on Leopard OSX 10.5.8:

Read more: Installing iPhone 3.0 SDK on G4 PowerPC

 

Talking to nerdy developers effectively

Tuesday, 18 August 2009 14:24

Tweet me!

For most of the web designers, communicating with developers sometimes could be a bleak in the butt. Ryan Scherf of Smashing Magazine wrote some tips on how to talk to your nerdy developers effectively without hurting their egos.

Read more: Talking to nerdy developers effectively

   

iPhone Cheatsheet: Manipulating image size with UIImage and UIImageView

Wednesday, 15 July 2009 09:59

Tweet me!

Simplest method to resize or manipulate image is to use UIImageView that could draw the image passed to its frame:

Read more: iPhone Cheatsheet: Manipulating image size with UIImage and UIImageView

 

Notes on Usability and Human Interface

Sunday, 21 June 2009 19:58

Tweet me!

By: Matteo Bicocchi

 | The most common mistake made on software products usability is to overlook the user mental model that describes the task your software is enabling. That model is a combination of real world experienceother software experienceand general computer experience.

Read more: Notes on Usability and Human Interface

   

Page 1 of 3