iMac 24″ Condensation Problem
I recently got back from a trip down south and ran out the door leaving the Mac on sleep mode.
After using it for 20mins i noticed condensation covering about 25% or so of the glass screen in the bottom right.
The weather was very humid as this area just had 4 days of rain and the air conditioner was not running.
I used a hair dryer on cool mode in the vents at the rear of the Mac and turned the air conditioner on. The machine had about 15 apps open and was running pretty hot.
Once the humidity came down a bit it took about 45 mins for the condensation to disappear in full.
I read the Apple Support forum on it and others have had the same issue and leaving the unit on for a few hours will fix the problem.
I assume running your machine day to day it wouldn’t occur too often.
Topics: Uncategorized | No Comments »
Making a USB Bootable Drive for Windows 7 Installation
Recently purchased a netbook with XP on it and needed to load on my copy of Windows 7 upgrade.
To make a bootable USB stick with WIndows 7 on it do the following thanks to www.bootdisk.com.
There are a few methods, but i found method 6 to easy and quick:
Bootable USB guide, here we assume that you are using either Vista or Windows 7 to create a bootable USB.
Topics: Windows 7 | No Comments »
ColdFusion cfinclude variable passing
I just ran into an issue when i needed to pass a variable into a template i had called using <cfinclude>.
Coldfusion will error if you try and pass a variable within the include tag Eg. <cfinclude template=”mypage.cfm?myvariable=1″>
To get around this all you need to do is pass in the variable before the include tag, appended with URL..
Eg.
<cfset URL.myvariable = 1>
<cfinclude template=”mypage.cfm”>
Now mypage.cfm will grab the URL.myvariable and go about business as usual.
Topics: Coldfusion | No Comments »
Dexim MHub Dock Station for iPhone/iPod Touch & Blackberry
Our latest product road test is on the Dexim MHub Dock Station for the iPhone, iPod Touch and Blackberry.
I really was impressed with the value for money you get straight out of the box.
In the box you get the docking station, AC adaptor, a travel bag (handy), a Micro USB cable 1.2m (Blackberry charging), 2 x Mini USB cable 1.2m (connect to Mac) and a USB AC charging cable for the dock.
The dock itself has 2 USB ports in the side, and also the very cool Hi-speed SD (MMC & HCSD compatible) card slot for those Canon cameras which OSX doesn’t seem to like (my Canon Ixus for example).
There are 3 lights on the front of the unit for card reader slot, iPhone/iPod light and a power light.
Pros: Great for travel, Small to pack up in the travel bag and throw in your suitcase. Charges and syncs your phone at the same time. SD card reader slot and 2 extra USB slots. It’s slim and silver in color. There’s a quick adjust lever at the bottom of the cradle to fit all your different models.
It can also charge Blackberry’s too (if you are that way inclined).
Cons: I couldn’t take my iPhone off the dock with 1 hand, as its quite a sturdy connection from iPhone to dock station. There’s possibly too many cables poking out, they could have made the connections at the back so the unit is a little neater, or have 2 options for the Mini USB side and back.
It’s possibly a little uglier than the Apple dock but that’s up to the owner.
Verdict: Great docking station, plenty of features, value for money, heaps of cables, great for travel. Fits in with the rest of gear plugged in at my desk.
The Dexim MHub Dock Station RRP is $149.00. Thanks to iWorld Australia.
Topics: Product Road Testing | No Comments »
Google Maps Firebug/Firefox Issue gg.google.com 204 Error
Just had an issue trying to debug a page which was giving 204 errors from gg.google.com, loading a Google Map in using an API key.
The page wouldn’t load at all and 204 errors where appearing.
Turns out its a Firebug and Firefox 3.0.7. issue which can be solved by turning off “Support for JavaScript debugging”
You can read about it here: http://groups.google.com/group/Google-Maps-API/browse_thread/thread/68218c6665dd527e
And a further fix for it here: http://code.google.com/p/fbug/issues/detail?id=1580&start=500
Topics: Google Maps | 1 Comment »
« Previous Entries
