Justyn can't wait to get home and see his sexy baby. 12 hrs ago
Jun22nd2008

Official date

Chell and I have officially set a date for our wedding which is Saturday May 23, 2009, which is 334 days away. We decided on that date since it will be our two year anniversary.

We are going to try save up some money and pay for Mum & Dad to fly up for the weekend, hopefully they will be able to make it. Now all we need to do is look at all the possible locations for the wedding, design the inites and write up the guest list.

I can’t wait until next year to be wed to my lovely fiancĂ©e (I love you Chell), I always get so excited when we talk about it, it’s amazing.

Jun18th2008

Firefox 3 is here

The much awaited and anticipated web browser is here. Firefox 3 has been awhile in the making, and just for the people that like reading over the release notes, they are also available.

To become part of the Guiness World Records, please go ahead and download Firefox 3, you have roughly until 04:00 on the 19th, as it only lasts for 24 hours, c’mon people, set a world record!

Enjoy this release, and remember to download Firefox 3 - The best Firefox yet.

Jun12th2008

Firefox 3.0 RC3 Released

The Mozilla Foundation have recently released Firefox 3.0 RC3, which is one step closer to the final release. You can check out the release notes for Firefox 3.0 RC3, or go straight to the download page. Now remember that these builds are for testing purposes only, so enjoy.

Firefox 3 is based on the Gecko 1.9 Web rendering platform, which has been under development for the past 34 months. Building on the previous release, Gecko 1.9 has more than 15,000 updates including some major re-architecting to provide improved performance, stability, rendering correctness, and code simplification and sustainability. Firefox 3 has been built on top of this new platform resulting in a more secure, easier to use, more personal product with a lot more under the hood to offer website and Firefox add-on developers.

Jun11th2008

Sickness, Movies, Rest

I started getting sick on Sunday, which was quite bad. I couldn’t sleep properly, coughing all the time, nausea e.t.c. It has worked in my favour though, as I am still sick, I have pretty much quit smoking which is good.

I have Tue/Wed off work, so Chell and I decided to hire some movies and be lazy / let me rest for the two days which has been great.

I was feeling a bit better yesterday, so Chell and I decided to get some prawns for dinner, and we got some garlic and made garlic prawns for dinner, they were delicious.

We dropped the magna off at the mechanic’s this morning to get the brakes done on it, so hopefully they will be all fixed. We then bought some doritos for snacks to night for when we watch the state of origin, c’mon maroons!

That’s all for now, I hope I feel better by tomorrow, this is four days now I’ve felt like crap!

Update: I awoke this morning, feeling a lot better, which is great. My throat is still a little sore. The might maroon’s dominated the field last night, winning state of origin II, the end result - QLD: 30, NSW: 0. Now all we have to do is win the 3rd and final game in 3 weeks, I know we can do it!

Jun6th2008

Windows Live Writer 14 (Technical Preview)

Well, I just downloaded and installed the new WLW 14 Preview (Build 14.0.3913.522), and it has some nice changes. Some of the changes, as posted on the Writer Zone are:

Video and Image Publishing Enhancements

  • Upload videos to Soapbox
  • Image cropping and tilting
  • Additional border styles
  • Support for LightBox and other image previewing effects (like Slimbox, Smoothbox, and others)
  • Support for centering images

Editing Enhancements

  • Auto Linking
  • Smart quotes/typographic characters
  • Word count

UI Improvements

  • Revised main toolbar
  • Tabs for view switching
  • Improved category control with search/filtering

Jun1st2008

Where did hibernation go, Vista?

I was going through all the Vista power options, trying to get my Hibernation mode back on, which seemed to have disappeared.

I found out the hibernate option will disappear if you have recently run Disk Cleanup, which I did. By running this it removes the hiberfil.sys file resulting in no hibernation. See Microsoft article KB928897.

After googling around, I found a simple method to enable / disable hibernation:

1. Click start, type "command" in the Start Search box (without quotes)
2. Right-click Command Prompt in the Programs list, and click "Run as Administrator"
3. If User Account Control prompts you to allow the action, click on Continue.
4. In the Command Prompt, type "powercfg –h off" (or "on" without the quotes), then press enter.
5. Close the Command Prompt window and you’re done :)

You should now have hibernate and hybrid sleep options for your power profiles.

May22nd2008

Another update

It’s been awhile since I last updated the blog, so I thought I should get this thing updated with some new content.

Last week Chell and I got our lips pierced, well Chell’s piercing is technically called a “Madonna”, it’s like where a beauty spot is. Mine is on the bottom left of my lip.

I have just got 4 days off work, which is quite good as it’s been pretty busy lately. Chell and I are going to Airlie Beach tomorrow and spending two nights in a nice resort. It is quite a special occasion as it’s our one year anniversary, it must be fate as it’s when the 4 days off fell on the roster for me :-).

Airlie Beach is just near the Whitsundays, so hopefully we can go snorkeling or something like that in the awesome crystal clear blue ocean.

I’ve put some new photo’s of Chell and I in our gallery, you can see our new piercings :-).

Oh, I almost forgot, Chell bought me a cool Bathing Ape (BAPE) hoodie, which you can see here or also in the gallery.

May15th2008

Replace Notepad with Notepad2, Vista

One of my previous posts was about the text editor Notepad2. Which as I mentioned before is a lightweight editor which also has syntax highlighting.

Now I recently noticed a forum post on MSFN, on how to replace Notepad with Notepad2, so without further ado, here is the code:

takeown /f %Systemroot%\notepad.exe
takeown /f %Systemroot%\System32\notepad.exe
icacls %Systemroot%\notepad.exe /grant “%username%”:f
icacls %Systemroot%\System32\notepad.exe /grant “%username%”:f
IF EXIST %SYSTEMROOT%\SysWOW64 (bcdedit.exe -set loadoptions “DDISABLE_INTEGRITY_CHECKS”)
copy %Systemroot%\notepad.exe %Systemroot%\notepad.original.exe
copy %Systemroot%\System32\notepad.exe %Systemroot%\System32\notepad.original.exe
ECHO.
ECHO Original notepad.exe has been renamed to “notepad.original.exe” in its original folder.
ECHO.
copy notepad2\notepad2.exe %Systemroot%\notepad.exe /y
copy notepad2\notepad2.exe %Systemroot%\System32\notepad.exe /y

Now all you need to do is save this into a bat file, I called mine replacenp2.bat. Then just create a folder called notepad2, with a subfolder the same, and place the notepad2.exe file in it, and run the command, and voiola, Notepad is replaced with Notepad2.

So the directory structure should look something like this:

  • notepad2
  • replacenp2.bat
    • notepad2
      • notepad2.exe

Update: Now, I tried running the command, but for some reason (even ran as admin), it didn’t want to copy it. So I opened up an elevated command prompt, and it seemed to copy & replace fine.

May13th2008

History repeats itself

Well it seems like everyone touted Vista as “the bad OS”, especially when SP1 came out, causing reboot loops. A lot of people seemed to steer clear of SP1, saying that XP was a lot better.

Now, the question is, everyone that put dirt on Vista SP1 for the endless reboot loop, and sticking with XP for the stability, seems like they got what they asked for. Microsoft recently released SP3 for XP, and guess what - it has an endless reboot bug also.

Now, I haven’t noticed many people saying things like “XP is a piece of sh*t”, but why? It has the same bug that Vista SP1 had. I thought everyone would now be saying “I’m sticking with Windows 2000 SP4″, since it seems to be “the stable one” now.

Well there’s my rant for the day. Vista SP1 reboot loop vs XP SP3 reboot look, take your pick.

On a lighter note, the Vista SP1 reboot loop has been fixed for awhile now, so it seems, in light of things, Vista seems to be the stable one for now.

May11th2008

What Happens in Vegas…

Chell and I went to see the new Ashton Kutcher and Cameron Diaz movie, What Happens in Vegas. It was quite a good movie, with lots of laughs. It reminded of Ashton’s other movie he did, with Brittany Murphy, Just Married.

Here is the plot of What Happens in Vegas, taken from IMDb.

Set in Sin City, story revolves around two people who discover they’ve gotten married following a night of debauchery, with one of them winning a huge jackpot after playing the other’s quarter. Unhappy pair try to undermine each other and get their hands on the money — falling in love along the way.

So I guess you could call it one of those sappy, romantic comedies, but I would recommend seeing it, it’s quite funny from the get-go.




Bad Behavior has blocked 150 access attempts in the last 7 days.