Sleeping Monkey Presents...
Logo Design Competition
Jan 08 2009As you may or may not know, I occasionally enter the logo design competitions on Worth1000.com, just for fun really. This time, I entered a competition for a company called Young Minority Entrepreneurs, and though my entry was voted by the readers as 16th out of 26, the client liked mine best! A nice, quick way to earn $100, not bad for 10 minutes work! Here’s a sample of the logo:

On a completely different note, I installed a plugin today called WP-Syntax to perform syntax highlighting on code snippets in my post. So here’s a demo, to see if it works:
1 2 3 4 5 6 7 8 9 10 11 12 13 | puts "Server: $server\nUsername: $username\nPassword: $password\nEnable Secret: $secret\n" if { [ regexp -- {\s} $server ] } { set index [ string first " " $server ] puts $index set tempServer $server incr index set port [ string range $tempServer $index [ string length $tempServer ] ] incr index -2 set server [ string range $tempServer 0 $index ] } |
There you have it. Some neat, highlighted TCL code. Sweet.
Dan
So the pizza is on you this evening :P
Looks like quite a good plugin as well, more tech articles coming up?
Ben
To be honest, I was hoping to do more technical articles, as I don’t really write any, and I do do a lot of programming at work, and find out a fair few new things each day! Not all blog worthy, though… but some definitely are.