Archive for the ‘Software’ Category

Google Chrome Scrolling Issues

Monday, September 8th, 2008

After much enthusiasm from the geeks at work about Google's new browser, Chrome, I decided to give it a shot. So far I'm impressed and depressed. Chrome's speed is almost unrivaled. Unfortunately, one of the most important features to me, scrolling, does not work properly. I have a ...

Create a New New in Windows Vista

Thursday, August 21st, 2008

What? Creating a new new isn't useful to you, either? Microsoft...after over 15 years of GUI OSs I would expect better from you. Guess I'm just insane to keep buying your software time after time and expecting different results. Related posts:Windows Vista Folder Size DiscrepancyWindows Vista Source Code ReleasedMake Ventrilo ...

Quote of the Day

Tuesday, August 5th, 2008

Mark pointed out a question on the Adobe AIR forums that consisted of a guy asking whether or not Windows 98 would ever be supported. Our follow-up conversation is as follows: Jeremy: who uses windows 98 still? Jeremy: that's 11 years old :p Mark R: PLENTY of people still use win 95 Mark ...

Problems with your Dell DVD Drive?

Sunday, July 20th, 2008

I have a Dell Inspiron E1505 laptop with Windows Vista. From day one I've had problems using Windows Explorer to navigate the contents. Anytime I double-click on the drive it tells me to format the disc and asks for the disc label even if there is content on ...

Acronis Disk Director Suite 10.0 FTW!

Tuesday, July 15th, 2008

I upgraded my laptop hard drive from 160GB to 200GB. In the process I was left with a chunk of 40GB of unallocated space. For the past 4 months I've ignored this space because Windows Vista's built-in partition manager couldn't do anything with it due to Dell's crazy ...

Where Is tracert in Ubuntu?

Friday, June 20th, 2008

It turns out traceroute (or tracert for Windows users) is not bundled with Ubuntu; you have to manually install it. If you're looking for an alternative, simply use tracepath although it looks like there are some complaints. Apparently tracepath doesn't deal with NAT properly but traceroute does so ...

Tired of TinyMCE Screwing Up Your Code?

Tuesday, June 17th, 2008

So was I. Luckily there is a handy configuration option that tells TinyMCE to leave your code alone: verify_html : false The resulting code should look something like this: tinyMCE.init({ theme: "advanced", mode: "exact", elements: "html", theme_advanced_toolbar_location: "top", verify_html: false }); Happy coding! Source Related posts:Windows Vista Source Code ReleasedWhere’s My Security Tab?!Problems Suppressing Errors if Using a Custom Error Handler ...

Microsoft Word and Adobe Acrobat Don’t Play Nice

Friday, June 6th, 2008

I converted a Microsoft Word 2007 file to a PDF by clicking on the Acrobat tab and then "Create PDF". For whatever reason, on my computer I have to go through this process twice because the first time it doesn't actually create the file. After the second time ...

Quote of the Day

Tuesday, June 3rd, 2008

Web services are the coolest technology I know of that ends up turning everyone off. I don’t know about you, but when I go to a lecture on Web services, invariably tons of acronyms come out, like Representational State Transfer (REST), Extensible Markup Language (XML), Remote Procedure Call (RPC), SOAP, ...

Upgrade Your Flash Player

Thursday, May 29th, 2008

A recent vulnerability has been discovered in a popular web-content delivery program, Adobe Flash, which could potentially target World of Warcraft players and their accounts while they browse websites. The newest available version of Adobe Flash, version 9.0.124.0, does not contain this vulnerability and we recommend that everyone upgrade ...