Often, when you have MS Access in a small office, and have done the right thing and split the database into a backend of tables and frontend of queries, reports, and forms, you end up with changes to the objects in multiple files. The trickiest is comparing queries, because the query object is modified if even a column width is changed. You need to dig deeper and compare queries.
Not sure where this goes, but it's a page that will generate MySQL code from the header line from a CSV file.
So I was puzzling over how to make the "Well" style layout in Tumblr without Javascript.
I created a PNG that was bright red, but in Firefox, it is a duller red. The fix was to remove the color profile from the PNG by using the tool TweakPNG.
Main> nameGame "alonzo" "alonzo, alonzo bo blonzo bonana fanna fo flonzo fee fy mo mlonzo, alonzo" Main> nameGame "haskell" "haskell, haskell bo baskell bonana fanna fo faskell fee fy mo maskell, haskell"LOLz. Here's some real beginner-level source code for a version of the "Name Game". The Name Game was a song from way back. It's silly.
While writing a template for spam, I learned the following about mobile email formatting.
I accidentally reused the variable name $count twice in a function.
This is an example template file that will export articles from your bespoke CMS to and XML file that WordPress version 3.5 will import.
I found a good tutorial at Wikibooks, Haskell. It's beginner level like these notes, but is way more organized.
A couple years ago I tried to learn Haskell and dropped the study. I'm not sure what happened, but it's really hard to find a solid block of time to study it.
Strike Network started as a mobile site similar to 4square.
I swiped this code from php.net.
So I'm working on a small "speech bubble" library, and needed to delay hiding of the bubble. It's not that it was required, but it was a pain in the butt figuring out how to arrange the event handlers on the different elements so that you don't end up with a situation where you get a flickering bubble because you hide the bubble, and that fires a mouseover event that, in turn, displays the bubble again. That fires a mouseout event that causes the bubble to be hidden.
Getting Started with Exploratory Parsing. Describes a system where you can write your parser by analyzing huge bodies of text. In short, a system for writing all the parsers required to analyze the text on the internet. (In English.) (Ward Cunningam invented the idea of the Wiki.)