Archive for the ‘Software’ Category
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 ...
Posted in Annoying, Bugs, Depressing, Google, IT, Reviews, Ridiculous, Software, Web Development | 11 Comments »
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 ...
Posted in Annoying, Depressing, IT, Microsoft Vista, Programming, Ridiculous, Software, Technology | No Comments »
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 ...
Posted in Amazing, Annoying, Depressing, Humor, Quotes, Ridiculous, Software, Technology | 1 Comment »
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 ...
Posted in Annoying, Customer Service, Depressing, IT, Ridiculous, Software, Technology | 3 Comments »
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 ...
Posted in Amazing, Annoying, DIY, Depressing, IT, Programming, Reviews, Ridiculous, Software | No Comments »
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 ...
Posted in Annoying, Depressing, IT, Linux, Reviews, Ridiculous, Software, Ubuntu | 1 Comment »
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 ...
Posted in Annoying, Depressing, JavaScript, Programming, Software, Web Development | No Comments »
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 ...
Posted in Annoying, Depressing, IT, Ridiculous, Software | 1 Comment »
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, ...
Posted in Humor, PHP, Programming, Quotes, Software, Web Development | No Comments »
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 ...
Posted in Depressing, Flash, IT, Programming, Security, Software, Technology, Web Development | No Comments »