DesignBay
I just discoved DesignBay. It works like this: I want a some graphic design work done. I submit a "Design Contest", paying USD30 and providing a design brief and a budget. Designers respond to this, submitting proposals. If I find something I like, I choose one hand over the cash. Or not... and all I lose is USD30.
Compilation queue (cq.el)
(defvar funclist) (defvar cq-compilation-started 'nil) (defun cg-init () (setq compilation-finish-functions 'cq-call) ;; this function called when compilation has finished - see compile.el (setq compilation-exit-message-function (lambda (status code msg) ;; If M-x compile exists with a 0 (when (and (eq status 'exit) (zerop code)) ;; then bury the *compilation* buffer, so that C-x b doesn't go there (bury-buffer "*compilation*")
Django going off the rails?
Looks like there is a new marketing campaign for Django. I wonder what the target demographic is...
![]()
XML processing in Elisp
<?xml version="1.0" encoding="ISO-8859-1"?> <note topic="weekend plans"> <to userid="1">Tove</to> <from userid="2">Jani</from> <heading>Reminder</heading> <body>Don't forget me this weekend!</body> <to userid="3">Bob</to> <from userid="4">Sammy</from> <heading>Alas!</heading> <body>A new week!</body> </note>
Real-life software superheroes
I only heard about Opera Software's scheduled visit to Durban on Monday. While I couldn't attend the lectures at DUT or UKZN I made damn sure that I could attend Thursday's "informal gathering" at the Suncoast News Café. You see, I started using Opera when it was still ad-supported (and I honestly don't remember the first version number that I used). Before Firefox even existed I was using a tabbed browser with mouse gestures, cool keyboard short-cuts, colour themes, customizable everything and built-in mail client. But I digress...
Keyboards and accidents
If you ever accidentally pour a mug of tea on your keyboard and surrounding desk, hope that it is a Microsoft Basic keyboard. Because I did that yesterday and was very impressed with the keyboard design.
Compiling Emacs
So, I'm back to trying to compile emacs-nt again, having discovered that the required W32 headers are in fact conveniently supplied by Mingw (albeit in a different package). Now I'm getting an "Unknown Processor" error. gcc -dumpmachine tells me I have an arm processor on my PC... perhaps this is the problem o_0
UPDATE: It turns out the Symbian SDK also provides a gcc, and this was in my path before the Mingw one. Hence the strange architecture.
Interesting Drupal sites
I discovered two interesting sites listening to the latest Lullabot podcast (http://www.lullabot.com/podcast)
The first is Top Notch Themes (http://www.topnotchthemes.com/browse), which provides paid-for Drupal themes.
Themes are one area of Drupal that are not immediately obvious - more of an art than an exact science. If you have enough $$$$ you can even "buy out" a theme to get it removed from the site.
Opening an image in Opera 9.5 spawns multiple tabs
I recently started seeing a bizarre problem in Opera. I believe it only happened in Opera 9.5 but I may be wrong. I suspect it may also be linked to Irfanview. Basically, when ever I opened an image via the context menu, or clicked on a image link, a gazillion (ok, 10 - 20) tabs would open, trying to load something from the cache directory - yet still no image.
I found the solution to the problem yesterday, in the Opera Forums:
Seems like something got mixed up in your file type associations. Probably the best thing is to reset them all.
Outlook 2007 "improvement" madness
I just noticed that if you hold down ALT in Outlook 2007 you get helpful letters instead of underlines to show the short-cut key.
Was it really such an issue for people that they felt they had to spend resources on this "feature"?! o_0
