AS3: How to set focus to an empty textfield

Applicable to: Adobe ActionScript 3, Adobe Flex, Adobe AIR

This simple operation isn’t very obvious in ActionScript 3. The TextInput element has a boolean property called focusEnabled, but this doesn’t seem to do anything (it’s probably meant for other purposes, didn’t take the time to check).

The way achieve this is two-fold:

stage.focus = yourTextField;
yourTextField.setSelection(0,0);

If your textfield contains text and you wish to place the caret to the end, you would probably go about it like so:

stage.focus = yourTextField;
yourTextField.setSelection(0, yourTextField.length);

Makes sense now you know about it, huh?

  • Twitter
  • Slashdot
  • Instapaper
  • Digg
  • Facebook
  • Mixx
  • Delicious
  • Reddit
  • FriendFeed
  • Google Buzz
  • StumbleUpon
  • Evernote
  • Share/Bookmark
Posted in Web Development & Design | Tagged , , , , | View Comments

Windows 7: Deleting, 3 hours remaining

Okay, I just had to post this:

Deleting, 3 hours remaining

Yes. Seriously. How is this possible? I’m just deleting some folders on my NAS…

  • Twitter
  • Slashdot
  • Instapaper
  • Digg
  • Facebook
  • Mixx
  • Delicious
  • Reddit
  • FriendFeed
  • Google Buzz
  • StumbleUpon
  • Evernote
  • Share/Bookmark
Posted in Tech Articles | Tagged | View Comments

Help: “The network bridge on device /dev/vmnet0 is not running”

This error message occurs sometimes in VMWare Fusion on the Mac when using a certain networking setting. This setting, in particular, is the “bridge” function. “Bridge”, as opposed to “NAT”, means the Virtual Machine gets its own IP-address on your local area network. The “NAT” (Network Address Translation) option, however, makes your Mac act like a router behind which the VM resides. This makes the VM inaccessible to the outside LAN, but it still has access to the outer LAN or Internet.

Bridging for VMs is nice because this is a way you can set up a VM to act as a server – serving printers, web resources, media and files. But sometimes, VMWare Fusion behaves awry, throwing up the dreaded exception:

“The network bridge on device /dev/vmnet0 is not running”

This will cause the VM to be disconnected from the network. There’s no real indication what causes this. Neither does it allude to how to fix it. “Just a Blog” provides a solution:

  1. Close the ailing VM
  2. Open the “Terminal” from Applications/Utilities
  3. Type:
    cd /Library/Application\ Support/VMWare\ Fusion/
  4. Type:
    sudo boot.sh –restart
  5. You may get a message warning you of the perils of sudo. Proceed.
  6. Re-open the VM and make sure network bridging is re-enabled through the Fusion’s “Settings” interface.

You should now be able to access the network through the respective VM. It may occur that this error crops up again. It seems to me that it happens arbitrarily. I wonder why Fusion can’t execute this command by itself, either.

I hope this helped :-) .

  • Twitter
  • Slashdot
  • Instapaper
  • Digg
  • Facebook
  • Mixx
  • Delicious
  • Reddit
  • FriendFeed
  • Google Buzz
  • StumbleUpon
  • Evernote
  • Share/Bookmark
Posted in How To | View Comments

How To: Install Windows 7 from external USB disk or USB key

How to install Windows 7 from a USB key or external hard drive? There are a few commands you need to master with the built-in command-line tool called ‘diskpart’. A step-by-step guide.

As I documented the process of preparing an external USB drive to install Mac OS X 10.6 Snow Leopard, it’s only right for me to do the same for its counterpart Windows 7. It turns out doing this for the latter is much simpler than for the former. It should only take a few minutes to prepare the disk, plus the time your computer needs to copy the contents of the Windows 7 install disc or image.

Installing any operating system from a flash or hard drive has the advantage of being faster, because optical discs can only spin so fast – or rather, so slow as the spindle allows.

Here’s how.

Ingredients

What you’ll need to get this super-spiffy install medium:

  • A Windows 7 RC or RTM/GA (Home Premium, Professional, Ultimate) install disc or image
  • A working Windows XP/Vista/7 computer to perform the preparations
  • A 4GB or bigger USB key or external hard drive

Preparing the disk

  1. Pop the external disk into a vacant USB-port.
  2. Open a Command Prompt window, either by hitting the Windows key in Vista/7 and typing cmd or selecting Run… from the start menu in Windows XP and typing cmd.
  3. Then, in the black box, type diskpart – if you’re using Vista or up you’ll be prompted with a UAC window to which you must consent. XP users will be brought to diskpart right away, unless you’re using a Limited Account (if so, switch to an Administrator privileged account or do a Run As…)
    Diskpart intro screen
  4. We need to find out which index the USB device is at, so we’re sure we’re preparing the correct disk (and not, say, your C: drive). Enter list disk. In my case, my USB key is located at position 1. Check which number yours it at before you copy-paste the following commands!
    DiskPart: List Disk operation
  5. To tell DiskPart we want to start preparing disk 1, enter select disk 1.
  6. Type clean.
  7. Now we’re going to repartition the drive into one primary partition, so type create partition primary.
  8. To make the partition we just created the active one, simply enter active into the box.
  9. Then, we’ll want to format the active partition as FAT32. This is done by typing and entering format fs=fat32 quick. The quick keyword will wipe the file table instead of wiping the disk sector by sector, which takes a lot longer. If you’re concerned with the wiped data being completely gone, omit ‘quick’.
  10. Finally, type assign so the drive gets a letter in Windows Explorer for easy access.

Copying the files over

You now have a clean, ready to be copied to, disk. What follows is extremely simple:

  1. Insert your Windows 7 installer disc into the tray or mount the installer image with a tool like DaemonTools.
  2. Open the disc’s/image’s contents by browsing to it using Explorer.
  3. Select all files and folders (CTRL+A or ‘Organize > Select All’).
  4. Copy the files using the right-click menu or hitting CTRL+C.
  5. Paste everything onto the root of the prepared USB drive.

Your USB drive is now bootable

Restart your computer and make sure you boot from USB. The installation procedure will continue as it would from a disc, only faster. Happy installing.

  • Twitter
  • Slashdot
  • Instapaper
  • Digg
  • Facebook
  • Mixx
  • Delicious
  • Reddit
  • FriendFeed
  • Google Buzz
  • StumbleUpon
  • Evernote
  • Share/Bookmark
Posted in How To | Tagged , | View Comments

How To: Install Mac OS X 10.6 Snow Leopard from external USB disk

How to upgrade to or clean install Mac OS X 10.6 Snow Leopard from an external USB or FireWire drive? It’s easier than it sounds. A step by step guide.

Optical discs are so 2000! Whether you got the disc at retail or acquired it through dubious sources like The Pirate Bay (which I don’t condone), you can re-partition an old iPod or external hard drive and use it to install OS X. Installing an OS from USB/FireWire is remarkably faster than its disc-based variant. It’s also not so prone to scratches and dirt, a problem many disc owners face daily.

Required Ingredients

To get this speedy install medium baked and ready, you’ll need:

  • Mac OS X 10.6 Snow Leopard install DVD or ISO
  • External USB/FireWire drive or old iPod
  • A working Mac computer to partition the above drive

Convert OS X 10.6 Install DVD to DMG

If you purchased the Snow Leopard disc – like most – you may want to convert it to a disk image for back-up purposes. This step is not required, so you may skip over it if you want.

  1. Launch “Disk Utility”
  2. Select the Snow Leopard DVD in the side pane
  3. Select “New Image” from the top
    diskutil1
  4. Give the DMG a name to save it somewhere
  5. Click OK

Partition external drive

There are a few things you need to pay attention to for your Mac to be able to boot from your external drive. You can achieve this by – once more – using the Disk Utility described above.

  1. If not already open, launch “Disk Utility”
  2. Select the external drive you want to use, not one of the underlying partitions
  3. Select the “Partition”-tab
  4. If you still want to use the disk for other storage purposes, you should create 2 partitions. The first one will be around 10GB and will allow for installing Mac OS X 10.6.
    diskutil2
  5. Select the first partition (in my case called “BOOT”) and click the “Options…“-button.
  6. Select “GUID Partition Table“. This is the only type of partition table that Intel Macs can boot from. If you format the other partition as FAT it will still be usable on Windows or Linux.
  7. Make sure that the first partition is formatted as “Mac OS Extended (Journaled)”.
  8. Then, still having the first partition selected, click the “Restore”-tab at the top.
    diskutil3
  9. Go select your install image (or select the physical DVD) and drag the destination partition from the left pane to the destination text field.
  10. Click restore.

Once ready, make sure you have backups handy (if you use Time Machine you’re set to go), plug in your disk. You can then start the installation from the desktop or reboot and hold down the Option/Alt key at startup to select your drive.

Installation will work as it would when running from the DVD. Only faster. If you created a DMG, you’ll also have a backup in case you lose the install disc (or it gets broken).

  • Twitter
  • Slashdot
  • Instapaper
  • Digg
  • Facebook
  • Mixx
  • Delicious
  • Reddit
  • FriendFeed
  • Google Buzz
  • StumbleUpon
  • Evernote
  • Share/Bookmark
Posted in How To | Tagged | View Comments

Weekend: Apple yanked ZFS from Snow Leopard, enemy of TV industry, SSD goes mainstream & more

Tech news roundup up for August 29 through August 30, 2009. As weekends are less news-laden than weekdays, the following stories are mostly in-depth editorials about a certain subject. During the weekend it’s time to sit down with a good long article and engross. This weekend’s highlights:

  • Solid-State Drives Go Mainstream #
  • Woofer: This Twitter look-alike requires 1,400 characters #
  • Using ‘Free’ to Turn a Profit #
  • Hey, PC, Who Taught You to Fight Back? #
  • Is Apple the Enemy of the TV Industry? Microsoft Thinks So #
  • Apple kicks ZFS in the butt #

Solid-State Drives Go Mainstream

While prices for SSDs are still significantly high when compared to conventional spinning hard drives, mainstream consumers are starting to see the benefit of this new technology. As more and more manufacturers and models are available on the market, computer vendors are starting to incorporate them into lower-end computers as well. Because SSDs are currently still limited in storage space (up to 256GB, .5TB & 1TB are available but are prohibitively expensive), more and more people are turning to them as complimentary storage. SSDs can easily contain the operating system and applications, while other data can be stored on normal HDDs. Because SSDs are inherently faster, this workflow would evidently speed up your computer. ComputerWorld elaborates.

This Twitter look-alike requires 1,400 characters

I generally ignore Twitter “news” because it is cumbersome and totally useless – in my mind, but this one’s too funny. Woofer, an astoundingly accurate Twitter-lookalike actually requires you to update your status with at least 1,400 characters, as opposed to Twitter’s maximum of 140 characters. Woofer advises its users to be eloquent, to use adverbs and never to abbreviate. Via CNET News.

Using ‘Free’ to Turn a Profit

This editorial article from NYTimes gets together with Evernote and discusses its – and many other web businesses’ – revenue model. True to the web’s nature, Evernote is free for everyone to use. But how does the company make money? NYTimes finds out.

Hey, PC, Who Taught You to Fight Back?

Again from the NYTimes, this article describes Microsoft and Apple’s ad-fighting history in light of both companies’ latest television commercials. While Apple has always been big on advertising, it seems Microsoft has been making renewed commitments with its latest efforts – and is getting some results from it, too. From NYTimes.

Is Apple the Enemy of the TV Industry? Microsoft Thinks So

Microsoft’s Director of Consumer and Online in the UK has expressed his concerns with the Television Industry’s future if it doesn’t take initiatives to move its repertoire to the web and keep its content out of the hands of a single online entity – read: Apple. According to the said Director, the industry should be wary of what he called an “iTunes moment”, referring to the music industry and Apple’s hold on it with iTunes. The same could become true with TV, Microsoft warns. Via Mashable.

Apple kicks ZFS in the butt

In other Apple news, it turns out Apple completely yanked the promised ZFS functionality from its latest OS, Mac OS X 10.6 Snow Leopard. ZFS is Sun’s open source, highly reliable and modern file system that would make its entree into the consumer operating system market for the first time with Snow Leopard – as announced two years ago by Apple itself. With every developer release of OS X 10.6 traces of ZFS became vaguer and the final release completely erases any trace of it – silently. Microsoft was harshly called out for yanking WinFS from Windows Vista, but is anyone paying any attention when Apple pulls the same stunt? ZDNet blog post.

  • Twitter
  • Slashdot
  • Instapaper
  • Digg
  • Facebook
  • Mixx
  • Delicious
  • Reddit
  • FriendFeed
  • Google Buzz
  • StumbleUpon
  • Evernote
  • Share/Bookmark
Posted in Tech Articles | Tagged , , , , , | View Comments

Tech News Roundup

Tech news roundup for August 27,  2009. Yesterday was a slow news day, hence no news roundup for August 26, 2009. Today was also rather slow, to be honest.

  • Google Now Offers Over a Million Free Ebooks in EPUB Format #
  • Microsoft cuts Xbox price by 25 percent #
  • Asustek to launch e-book reader under Eee family #
  • Confirmed: $29 Snow Leopard Installs Whether or Not You’ve Got Leopard #

Google Now Offers Over a Million Free Ebooks in EPUB Format

Google currently offers 1 million books in EPUB format through it’s Google Books portal. Many of these books are in the public domain, so many of them are pretty old. But old books can still be good. Source at Mashable.

Microsoft cuts Xbox price by 25 percent

Microsoft has intensified the price war with Sony by lowering the price of its XBOX360 by approximately 25%. The Elite model will be 100$ US cheaper, with its 299$ US price point. The Arcade remains the same at 249$ US. The middle model, called the Pro, will be discontinued. This leaves the consumer with a simplified choice, says Microsoft. As of now, Microsoft is the only console manufacturer with positive sales. Source at Reuters.

Asustek to launch e-book reader under Eee family

eBook-readers seem to be in vogue lately. Word goes round that Asus, maker of the EeePC, will also be manufacturing an eBook-reader to compete with Amazon and Sony. Source at DigiTimes.

Confirmed: $29 Snow Leopard Installs Whether or Not You’ve Got Leopard

Mac OS X 10.6 Snow Leopard will cost Leopard-users $30, and Tiger users $169, because they are supposed to purchase the Box Set. This includes the new OS, iLife ’09 and iWork ’09. It has been confirmed that OS X 10.6 will also install whether or not you’re actually using 10.5. It turns out the so called upgrade disc doesn’t check for prior versions. If you’re still on Tiger, you can skip Leopard all together and save a lot of money, but you’ll be violating Apple’s EULA. Source at Lifehacker.

  • Twitter
  • Slashdot
  • Instapaper
  • Digg
  • Facebook
  • Mixx
  • Delicious
  • Reddit
  • FriendFeed
  • Google Buzz
  • StumbleUpon
  • Evernote
  • Share/Bookmark
Posted in Tech Articles | Tagged , , , , , , | View Comments

High Hopes for Office Web Apps

Office 14 Web Word Office14 Web Excel Office14 Web PowerPoint

(click images to enlarge)

With Microsoft Office Web Applications, the productivity suite will have a real web-facing side for the first time. It will be released alongside Office 2010 and will be supported by all major browsers, including Mozilla Firefox, Internet Explorer, Apple Safari and Google Chrome. Anticipations and stakes for this release are high and I personally think it’s going to sweep current online productivity suites like Google Docs right off the table. Yes, I have extreme high hopes for Office Web Apps. And perhaps you should too.

Feature Set

While not much is known about the real specifics of the online Office suite, it is certain that the traditional desktop software applications like Word, Excel, Powerpoint and OneNote will certainly be represented in the online version of Microsoft Office.

Microsoft describes the suite as online siblings for its Office applications. They will be “lightweight versions of the applications from the desktop product”. According to the General Manager of the Office-project, users of the web applications will be able to “view, edit, and collaborate” on Office documents. The web-version of Office will also, most importantly, retain document fidelity to the fullest, allowing a user to view documents in full quality online, make alterations and save it again (online or off) without loss of quality. This is stellar functionality lacking currently in all  online productivity suites.

Google Docs – as a common example – incorporates support for Microsoft Office documents in rather shoddy way. After you upload your files – frankly – they become half-assed HTML variations of the originating document. Microsoft’s solution promises to retain all of the rich formatting, lay-outs, styling, charts, transitions and image quality.

This is obviously a big improvement over any of the current implementations. And it’s one with far-reaching ramifications.

High Hopes

If you have ever sampled an online productivity suite like Google Docs you instantly realize what a step back it actually is from Microsoft Office 2007. It’s slow and feature-impaired. In Google Docs’ case it feels more like a old Office 2003 replica, with the toolbar UI bringing back bad memories with every click. Support for pretty fonts and advanced page layout capabilities are simply neglected. There isn’t anything significant implemented around text styling, nor is the revisioning system in GDocs very much impressive. If we’re honest here, it’s a downright fluke. In my opinion, Google Docs is more reminiscent of an advanced WYSIWYG-editor for blogging purposes, rather than an online word processor. And it’s not even decently apt at producing the aforementioned blog posts, since the HTML it outputs is extremely semantics unfriendly.

Microsoft’s solution, however, could be a game-changer. It will feature the ribbon interface, albeit it less feature-rich, because some functionality simply doesn’t belong in a browser. It will support many of Office’s advanced presentational niceties, though. Couple this to the online storage we’ll be getting with Office Live and true cloud computing starts to show its colors.

Reduced Functionality

I talked about reduced functionality, but don’t let that scare you. The online version of Office will be feature-limited to the degree that the most used functionality will remain present. And since most Office-users only utilize a small percentage of the full suite’s feature-set, I don’t think there will be problems with using Office in its reduced form through Office Web Applications.

To me, this is all very exciting, but I realize I should reserve judgment until I can get my hands on it for some real experience. But what’s a geek to do? I just can’t help myself. Microsoft’s introduction of the ribbon interface to its Office line was big. And so will this be. I sure can’t wait to check it out.

  • Twitter
  • Slashdot
  • Instapaper
  • Digg
  • Facebook
  • Mixx
  • Delicious
  • Reddit
  • FriendFeed
  • Google Buzz
  • StumbleUpon
  • Evernote
  • Share/Bookmark
Posted in Tech Articles | Tagged | View Comments

Microsoft’s OneApp, Nokia’s Windows 7 netbook w/ 12hrs of battery life, Opera 10 & more

Tech news roundup for August 25, 2009. I’d like to share some science/astronomy oriented articles with you before we jump to the tech news.

  • Another Little Ice Age? Solar activity and climate change #
  • Extrasolar Planets at Full Tilt #

Now for the tech news:

  • Microsoft’s OneApp targets non-smartphones #
  • Nokia to deliver Windows 7-powered netbook with 12 hours of battery life #
  • Opera 10 Slated For September 1 Launch. Will Anyone Take Notice? #
  • Sony’s new Reader lineup assaults Amazon Kindle #

Another Little Ice Age? Solar activity and climate change

The Sun’s is experiencing a slow return to normal activity after its natural 11-year cycle. The number of sun-spots have decreased, which could indicated a “Little Ice Age” may be impending. The last time this happened was the late 17th century. This time around its effects may not be as chilling due to the vast amount of greenhouse gases now circulating our atmosphere. Source at ArsTechnica.

Extrasolar Planets at Full Tilt

Exoplanets – scientists have recently discovered – don’t generally follow our Solar System’s common circular orbits. Instead, they’re usually tilted more than 30 degrees, causing some of them to actually orbit backwards relative to its parent star. The most tilted planet (7 degrees) in our solar system is Mercury. Interesting insights. Source at Discovery.

Microsoft’s OneApp targets non-smartphones

Microsoft recently launched a mobile application called “OneApp”, which is directed at the non-smartphone market. The application will act as a gateway to web applications and services like Facebook, Twitter, Windows Live Messenger, and more. Because non-smartphones are so low on processing power, OneApp will relay processing and storage to the web. The app itself only takes up 150KB and will even work on the most basic GPRS/EDGE phones. Source at TechRadar.

Nokia to deliver Windows 7-powered netbook with 12 hours of battery life

Yes. Truly. Read the specs at Paul Thurrott’s SuperSite Blog post.

Opera 10 Slated For September 1 Launch. Will Anyone Take Notice?

The cursed underdog of browser-land, Opera, has published the Release Candidate for its upcoming browser Opera 10. Codenamed “Peregrine”, it will offer “an improved user interface, increased web standards support, bug fixes, performance improvements, and new tools for web developers”. As with every release from Opera, I will download it and give it a fair chance. I rarely like what I see, though. So, in those terms, this will be Opera’s tenth chance to convince me. Source at TechCrunch.

Sony’s new Reader lineup assaults Amazon Kindle

Sony Reader TrioSony has refreshed its lineup of eBook readers with a trio of readers, each specialized in a certain type of end user. The first – called “Pocket Edition” – is portable and cheap. The second one – “Touch Edition” – offers a bigger screen with touch capabilities. And the über-reader is called the “Daily Edition”, with a big screen, touch capabilities and 3G & WIFI connectivity. In each case, Sony’s equivalents to the Kindle and Kindle DX are significantly cheaper than Amazon’s offerings. Also, Sony scrambles behind eBook-standard EPUB enabling broader compatibility. It has also partnered with Google. Source at ZDNET.
(click the thumbnail on the right for a closer look)

  • Twitter
  • Slashdot
  • Instapaper
  • Digg
  • Facebook
  • Mixx
  • Delicious
  • Reddit
  • FriendFeed
  • Google Buzz
  • StumbleUpon
  • Evernote
  • Share/Bookmark
Posted in Tech Articles | Tagged , , , , , , | View Comments

Firefox Portable: Circumvent IE6 in corporations

Microsoft Internet Explorer 6 is the extremely antiquated web browser that up till today still manages to ascertain a significant chunk of browser usage share. Even though this browser is incompatible with a plethora of modern-day web applications and is holding the Internet back as a whole, a lot of big corporations still use it as their primary web browser.

IE6 is truly entrenched in corporate life and will most likely remain to uphold this position for quite some time to come. At least for now, many companies still use Windows XP with IE6 on most of their workstations, because they are convinced it is a proven technology. Additionally, it has been around for so long that every experienced IT-professional is comfortable with the management tools that come along with it.

Additionally, many in-house, custom-made software and web applications for corporations was built explicitly for IE6 and haven’t been brought up to date to be more web standards compliant and all-round more contemporary.

Thus, IE6′s usage continues to make up a significant chunk of the overall share. In most cases, the employees who still use IE6 in such companies are forced to do so because computers in such environments are extremely locked down. It is often the case that nothing additional can be installed to these systems. IT guys usually have their reasons [as stated above] to keep maintaining ancient software like IE6, but in this case it’s time for everyone to move on. Perhaps they will make the jump to Windows 7 when it reaches the SP1 milestone somewhere next year. Let’s hope so.

Install Firefox 3.5 without ‘installing’ it

Yes, you read that right and it’s actually very simple to accomplish. To achieve this, I grabbed the portable version of Firefox at portableapps.com/apps/internet/firefox_portable. Portable Apps is a suite of software retrofitted to run directly from a  USB thumbdrive. They don’t require installation at all: simply run the executable to extracts its contents to a folder of your choosing.

Naturally, portable apps don’t necessarily have to run from a USB key. They can just as well be run from an arbitrary directory on your Windows desktop. And I decided to go for that route, since many corporations are now also disabling the use of outside thumbdrives because they carry in computer viruses and worms.

While Portable Apps can be downloaded as a suite consisting of numerous applications, you can also pick and choose. And thank the heavens, Firefox is in the suite and is being kept current on par with Mozilla’s release schedule.

Note: Be sure to unpack the portable app to a location on the computer’s hard drive, avoid placing it on corporate network location because it will slow Firefox down. Moreover, extracting it locally has the benefit of IT-personnel not being able to peek inside its contents. You can easily permanently delete Portable Firefox’ folder without leaving traces on the corporate network – this way – too.

A quick how to

  1. Grab the latest portable release of Firefox at http://portableapps.com/apps/internet/firefox_portable.
  2. Run the .paf-file you just downloaded and specify the path for decompression.
  3. Navigate into the folder you just specified and run the Firefox executable.

In a corporate environment it may interesting to delve into Firefox’ preference panes to make sure Firefox doesn’t keep track of your browsing history. You can easily set it to ‘Never’, so it will operate in ‘Private Browsing Mode’ permanently, evidently wiping your tracks as you go and as you quit your browsing session. Don’t forget to check this option if you want to prevent your boss from finding out you have been wasting precious office-time on Facebook or YouTube.

Note: Many corporations intercept your traffic on its way out. If this is the case in your company, private browsing will not obscure your traffic data.

Getting Firefox to work behind a corporate firewall

Corporations usually have airtight IT-infrastructure in place, enforced by exceptionally stringent firewall policies. Internet Explorer 6 will usually be pre-configured to play nicely with the aforementioned setup, but Firefox most likely won’t be. It is oftentimes easy to do, however, so don’t despair (just yet).

Frequently, corporate workstations are behind a proxy-server, which is set up in one of the settings screens in IE6. A proxy-server is a server within the company’s IT infrastructure that intercepts every workstation’s internet traffic on the way out (and in) and consequentially relays all traffic. Companies primarily do this so they can monitor and control their employees’ traffic, possibly even blocking certain sites or services, or prioritizing traffic in favor of internal sites and servers.

All you need to do, in most cases, is enter this proxy server’s address into Firefox’ connection settings and you’re off. In a nutshell:

  1. Fire up good old IE6
  2. Go to ‘Tools’ > ‘Internet Options’ > Tab: ‘Connections’
  3. In the section ‘Local Area Network (LAN) Settings’ click the button ‘LAN Settings’
  4. In the section ‘Proxy Server’, make note of or copy to the clipboard the information listed there.
    The address-field is usually filled out with something similar to ‘proxy.companyname.com’ and the port number is usually 80.
  5. Next, open Firefox
  6. Go to ‘Tools’ > ‘Options’ > Icon: ‘Advanced’ > Tab: ‘Network’
  7. In the section ‘Connections’ click the button ‘Settings’
  8. Select the radio button ‘Manual configuration’
  9. Fill out the fields ‘HTTP Proxy’ and ‘Port’
  10. Most of the time you need to check the box ‘Use this proxy for all protocols’ to use the same proxy for all web protocols outside of regular protocols like SSL-enabled (secure) sites.

To find out whether you should tick the box in step 10 you can click the ‘Advanced’-button in the IE6′s ‘LAN Settings’ window. This isn’t usually necessary, but in case you need those settings, they’re right there.

Note: You can make an extra attempt eavesdrop-proof your connections to the outside world by using SSL. Make sure you use secure connections (SSL) whenever you can. Sites that contain your sensitive/personal information usually offer this ability. Make sure you make use of it by prefixing your URLs with https:// instead of the usual http://. Some sites will automatically switch you over to https if you don’t explicitly ask them to. Others only go secure for the log-on process, after which everything else is transmitted in the clear. Beware.

For example:

  • Go to https://mail.google.com instead of http://mail.google.com to make sure you’re always using a secure SSL-enabled (Secure Sockets Layer) connection.

These few steps should do the trick. The full Internet will once more be at your disposal :-) .

  • Twitter
  • Slashdot
  • Instapaper
  • Digg
  • Facebook
  • Mixx
  • Delicious
  • Reddit
  • FriendFeed
  • Google Buzz
  • StumbleUpon
  • Evernote
  • Share/Bookmark
Posted in Freebies, Tech Articles | Tagged , , , , , | View Comments