# Calendar
March 2008
M T W T F S S
« Feb   Apr »
 12
3456789
10111213141516
17181920212223
24252627282930
31  
You are currently browsing the Stan’s List weblog archives for the day Sunday, March 30th, 2008.
Info End -->
You are currently browsing the Stan’s List weblog archives for the day Sunday, March 30th, 2008.

According to Dow Jones, carried by Cellular-News, Taiwan’s Hon Hai Precision Industry has the contract to produce the next version of the iPhone. This iPhone is expected to be true competition for the Blueberry, with GPS and utilize AT&T 3G cellular technology. What is more important is that the iPhone, take two, will more likely be released in June. as mentioned before.

If you have a YouTube account, you can enable hi-res in settings. You will see videos in hi-res whenever they are available. What if you do not have an account, or do not want one? You are not denied access to the hi-res version.

MacOSXHINTS has a number of solutions.

This javascript is handy if put in the Bookmark bar and utilized prior to starting the video. The point is to get that last bit, “&fmt=18″, into the URL

javascript:window.location+=”&fmt=18″;

What I find more effective is the Applescripts that they provide. The following one is for Safari.

tell application “Safari”
set current_url to the URL of current tab of window 1
set current_url to current_url & “&fmt=18″
set URL of current tab of window 1 to current_url
end tell

Best place for this script is in User Script folder. You can access this folder from the menu bar Applescript icon. Start with Open Scripts folder and then you will see it. If the scripts icon is not in your menu bar to the left of the clock, open AppleScript Utility and check “Show Script menu in menu bar”.

You can download the AppleScript already compiled as an application.

It is all to easy for FireFox, betteryoutube_0.4.2.xpt extension will automatically give you the hi-res version, if available. Extensions belong in Add-ons found in the Tools menu. Just open Add-ons and drag the already uncompressed extensioninto that add-ons window. Download