Solve a Mystery
I'm willing to pay. Can someone help me find a game called The PITS?May 2013 S M T W T F S « Nov 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 Photography Services
Gallery
Comics
Contact Info
- eMail: wls@wwco.com
- ICQ: 5368391
- AIM: MindPrint
- Yahoo!: ki4iit
- Contact Info
Internet Presence
- Walt's Home Page
- Walt on FaceBook
- Walt at Twitter
- Walt on Tumblr
- Walt's del.icio.us Links
- Walt's OpenSource
- Walt's Software Archives
- Walt's LED Sign Page
- Walt on GooglePages
- Walt at SourceForge
- Walt's OpenSource
- Walt at Freshmeat
- Walt at Slashdot
- Walt at MySpace
- Walt at Yahoo 360°
- Walt at Yappd
- Walt's Humor on LiveJournal
Hiring
About
Buying For
Other Sites
Podcast
Category Archives: Programming
Groking Objective-C for Modern Day Programmers
Here’s what I think trips up solid programmers about the Objective-C language. Continue reading
Posted in Objective C, OS X, Programming, Software
Leave a comment
CoffeeScript Bundle for TextMate (FIX for Command Not Found)
Installed HomeBrew to get Node.js, used the node package manager to get CoffeeScript, added a TextMate Bundle for CoffeeScript and got a “coffee: command not found” when doing a Command-B. WTF? Here’s how I fixed it. Continue reading
JSON and Undefined Object Properties
Ran into an interesting case where the JavaScript object coming out of JSON wasn’t the same as the JavaScript object encoded going in. Continue reading
Posted in Geek, JavaScript, Programming
Tagged Data, decode, decoding, deserialize, encode, encoding, javascript, JSON, marshal, marshaling, parse, pickle, serialization, serialize, stringify, unpickle
Leave a comment
Unicode and the Copyright Symbol
Here’s how I solved the copyright character being changed to an invalid Unicode character block on source control commits. Continue reading
Posted in Hack, Programming, Walt's Desktop
Tagged 302 251, a9, C#, c2, copyright, unicode 169
Leave a comment
Installing node.JS on OS X 10.6
Having problems installing Node.JS because of missing OpenSSL problems? Here’s the solution to that problem for OS X. Continue reading
Posted in Hack, How To, JavaScript, node.JS, OS X
Tagged brew, config, configure, git, github, homebrew, javascript, js, Node, node.JS, open, openssl, pkg, pkg-config, server, server-side, ssl, Tower
Leave a comment
Where’s my JDK?
Caught in the Java depreciation battle under OS 10.6 and can’t find where the Java Development Kit (JDK) now resides? Here’s a command that will tell you, allowing you to still use InteliJ and other IDEs on OS X. Continue reading
Updates, please don’t do that…
Using a MySQL DOT-Net Conncetor and getting these error messages? Shared Memory Provider: No Process is on the other end of the pipe. Error 0. Unable to find the request .NET Framework Data Provider. It may not be installed. Or your login not working, but your password is right? Try this solution. Continue reading
Posted in Entity Frameworks, How To, Programming, Rant, Walt's Desktop, Windows, Workaround
Tagged Connector, Data, Dot, DotNet, EntityFrameworks, Error, Framework, mysql, Net, Provider, VS2010
Leave a comment
MySQL Cascade Delete Problem
MySQL 5.1.51 introduced a nasty little bug that has the potential to really cause some production servers some ill — cascading delete and updates can sometimes fail if you’re dealing with “too much” data at once. Where “too much” is a relatively small amount. You may get bit if you have a one-to-many relationship. Continue reading
