There are a number of things that can cause an Excel spreadsheet to slow down. Sometimes, the spreadsheet can become unusable, requiring up to a minute for saving or even the most basic of changes. Here’s a brief checklist of the most frequent causes of Excel slowdowns.
(Have a spreadsheet slow-down that I haven’t [...]
Entries Tagged as 'Uncategorized'
Slow Excel Spreadsheet? Try this.
July 13th, 2009 · No Comments
Tags: Uncategorized
Drupal(jQuery UI + Devel): $.widget is not a function
May 7th, 2009 · 1 Comment
jQuery whines incessantly
Real helpful error. I’ve verified that $.widget() is a function and has been included. So, why am I getting this error? (In fact, now that I think of it, Javascript/jQuery has the most obtuse and misleading error messages of any language I have ever programmed in. However, it’s also [...]
Tags: Uncategorized
Removing symbolic links to directories
April 13th, 2009 · No Comments
Having trouble removing a symlink from your POSIX compliant (Linux/Unix/OSX/MyDogSamix) system? A quick Google yields some interesting results, which may or may not be helpful.
Most likely, you’ll find a bunch of condescending links highlighting the fact that you can just ‘rm <symlink>’ the symbolic link. Silly newb. However, if this is a directory, you [...]
Tags: Uncategorized
Flex vs CS3 - Filesize concerns (aka Flex SWFs are huge!)
March 18th, 2009 · 1 Comment
For a while now, I’ve been using FlashDevelop and CS3 exclusively for all of my AS3 development. However, as my project became more and more complex, CS3 crashes became more frequent. A few days ago, in fact, CS3 was crashing on every single compilation. Very strange.
So, I looked into migrating my compilation to the Flex [...]
Tags: Uncategorized
Make JQuery and Prototype Love Each Other
July 10th, 2008 · 6 Comments
Hello Googlers - Are you getting the following mind-boggling error on your web app as well?
Here it is in its expanded form within Firebug:
‘Security error” code: “1000′ ? Real helpful, prototype. Thanks.
So, first of all, it will likely take you a very long time to realize that these errors stem from an incompatibility [...]
Tags: Uncategorized
Wordpress on OS X Tiger - “error establishing a database connection”
May 31st, 2008 · No Comments
Installing Wordpress on OS X Tiger and getting the ambiguous ”error establishing a database connection” error? Fixing this problem was easy for me, once I knew what to do.
The problem is with your php.ini file. The default socket value is initially blank:
mysql.default_socket =
To get Wordpress to work, you need to set a default socket. Values that [...]
Tags: Uncategorized
Internet Explorer cannot open the Internet site, Operation aborted
May 23rd, 2008 · No Comments
Just a bit of Google-fodder here. One of my Drupal-based sites started generating weird errors in IE recently. “Internet Explorer cannot open the Internet site, Operation aborted”. Whaaa? The error prevented the page from loading and made the page unusable. Lame. Don’t we love IE?
Anyway, I thought I’d add [...]
Tags: Uncategorized
scRUBYt! and WWW::Mechanize foiled (aka Sneaky Yahoo Scraping Prevention)
April 15th, 2008 · 1 Comment
Screen scraping. It’s one of those techniques that can be loads of fun and also heaps of frustration. On a recent project, I was charged with scraping some pages from Yahoo! Shopping.
I Hate Screen Scraping
After coding up a quick skeleton, I was surprised to see that none of my initial tests were working [...]
Tags: Uncategorized
Hello world!
April 15th, 2008 · No Comments
Welcome to WordPress. This is your first post. Edit or delete it, then start blogging!
Tags: Uncategorized