Sunday, February 27, 2011

Dissasembling and Repairing a Remington S2014 Hair Straightener


Yeah, this beauty ^^^ is my new toy.. a Remington S1051 Sleek and Curl :D

The old one.. which has broken, a Remington S2014 is now under my command and ready to be dissasembled, tweaked, twisted, etc..


Stay tuned for a DIY (do it yourself) guide for dissasembling this device and how to repair it. 

Cheers

Saturday, February 26, 2011

Problem ? No Solution :)

Stupid Blogger Templates


Mmyeah,


Yesterday I oughta' change the way my blog looks and tipically went searching for Blogger Templates. Aham, found some pretty ones, ok, and tought to upload them in the design tab. But wait, of course it's not that simple... Google had fu*ked up the system for a brief history of time :)) and got that paranoid error 'javascript:void(0)' not allowing me to change the themes.


After screaming and yelling on their support tech-forum alongside with other blogger crew-members all around the world, so yea, the problem was not locally it was fu*kin' globally :))


Well, this morning I woke up with no errors. Happily ever after I was going to upload my ubercool templates, the result ---> a totally mess ! These templates are awfull, you cannot modify the width, the layout, the colors, nothing :|


Of course, I am locked up with Google's default themes. Do you like it ? Haha, no. I don't.


Cheers

Tuesday, February 22, 2011

How to: Boot Windows 7 from usb memory stick

Step 1: Format the Drive
Plug in your USB Flash Drive
  1. Press Start/ Run/ type ''cmd''
  2. In the Command Prompt window type:
    diskpart
    list disk

    The number of your USB drive will listed. I’ll assume that the USB flash drive is disk 1.
  3. Replace the number “1” with the number of your disk below.. and then type:
    select disk 1
    clean
    create partition primary
    select partition 1
    active
    format fs=NTFS
    assign
    exit
  4. When that is done you’ll have a formatted USB flash drive ready to be made bootable.
Step 2: Copy the installation DVD to the USB drive. 
The easiest way is to use Windows explorer to copy all of the files on your DVD on to the formatted flash drive.  After you’ve copied all of the files the disk you are ready to go.