Never Forget

Those we love don't go away,

They walk beside us every day,

Unseen, unheard, but always near,

Still loved, still missed, and very dear.


Peacefully sleeping, resting at last,

His weary trials and troubles past,

In silence he suffered, in patience he bore,

Till God called him home to suffer no more.


Although we smile and make no fuss,

No one misses him more than us;

And when old times we often recall,

That's when we miss him most of all.

How to Increase or Decrease the Size of Your BOOTCAMP Partition in Lion.

If you want to increase or decrease the HD space on your Boot Camp partition of Windows, this is how you do it for Mac OS X Lion for free. Below is a an overview of the steps that need to be taken.

  • Clone (Copy) your Window's BOOTCAMP to an external Hard Drive (HD) or to your computer if you have enough space.
  • Delete the Window's partition on your computer.
  • Repartition your computer to have the new size that you want.
  • Restore your old Window's BOOTCAMP data.

In more detail, I walk through the steps here:

1. Download the free software Winclone from Roaring Apps Website (yes Winclone still works for Lion).

http://roaringapps.com/app:904

2. Now you are ready to copy your partition. Install and open Winclone. Under the Image tab, choose the Source BOOTCAMP in the drop down menu. Then click Image… Save your BOOTCAMP Clone to an external HD or your computer if you have enough space.

This will take some time so be patient (between 1-3hrs). You can see your progress percentage by pressing Command-L. 

You should now see a .winclone file in your external HD that is about the same size as your BOOTCAMP HD. If you are confident that you didn't interrupt the copying process turned off your computer halfway through then you can move onto the next step. 

 

3. This step is only applicable if you wish to decrease the size of your bootcamp partition.

Open Winclone, and select Tools -> Shrink Windows (NTFS) Filesystem or image and select the image which you just created in Step 2. This will enable you to downsize the image of your Windows partition.

4. To delete the partition on your computer open Disk Utility (you can search for it in Spotlight). Click the top HD on the left hand side, then click the Partition tab, and highlight the BOOTCAMP partition. 

Click the minus sign and click ok.

5. Download the Free Trial of Paragon NTFS 9.5 (It is for 10 days, but you delete it after you are done) http://www.paragon-software.com/home.../download.html

This will allow you to create NTSF partitions. Before in Snow Leopard, you could get the Boot Camp Assistant app to do this for you. However in Lion the Boot Camp Assistant now does not let you partition your drive without having a Window's disk inserted. So that is why I found this workaround. 

Install the Paragon application. Then go back to Disk Utility. This time click the plus button, and name your partition BOOTCAMP. Resize the partition to be the new size that you want it to be.

5. After the partitioning is completed. Open back up Winclone, click the restore tab. Beside Restore Image: select the .winclone file that you backed up previously, and click restore. This should also take a while (between 1-3hrs). Then you are done!

iPhone 4S - My first thoughts

So, on Sunday I decided it was time to upgrade my contract with O2. I had been on a month to month rolling contract since June 2011. I decided to go for the new iPhone 4S.

I am probably one of the few people that is upgrading from the iPhone 4, I purchased the iPhone 4 when it was first released, replacing my iPhone 3GS which was issued with my contract.

My first impressions are simply Wow! The speed on this thing is unbelievable, and the iPhone 4 wasn't sloppy either, but the 4S blows it out of the water; add to that the all new Siri feature which allows you to control your phone entirely via voice (naughty, but great for sending text messages while driving) and this phone is in a class of its own.

As I said these are my first thoughts, I only got the phone yesterday, I'll post a dedicated write up shortly :)

Using GData API with protected YouTube streams

I am using the GData libraries provided by Google for accessing various Google data sources; in particular in this instance I am attempting to access a number of private YouTube videos from a cooperate account.

I am coming across a problem, whereby I login to YouTube with an authenticated account, and can retrieve the stream, however when I attempt to play one of the video items, I am presented with the error message "This video is private" (Yes, I know it is private, I made it private!).

I am just wondering if anyone has came up against this before, or has any pointers for me when using GData.

A stripped down version of the code is shown below. I have changed the stream URL to the generic 'most watched' stream in order to protect copyright content.

Standard iPhone Element Sizes (Width x Height)

Core Elements:

Carrier Status bar - 320x20
UIView - 320x460
UINavigationBar - 320x44
UITabBar - 320x49
UISearchBar - 320x44
UIToolBar - 320x44

Data Input:

UIPickerView - 320x216
UIDatePicker - 320x216
UIKeyboard - 320x216

Buttons:

UISegmentedControl - 320x44
UIButton xx37

Fields:

UITextField - xx37
UISwitch 94x27
UISlider - xx23

Indicators:

UIProgressView -xx9
UIActivityIndicatorView - 37x37
UIPageControl - 38x36