Archive | For Developers RSS feed for this section

Disable autocommit on MySQL command line / console

Once you have a mysql console / command line / prompt: SET autocommit=0; E.g. Welcome to the MySQL monitor.  Commands end with ; or \g. Your MySQL connection id is 53 Server version: 5.0.45 Source distribution   Type ‘help;’ or ‘\h’ for help. Type ‘\c’ to clear the buffer.   mysql> use your_db_here Reading table information [...]

Leave a comment Continue Reading →

Ajax Motherfuton

RT @mezzoblue: client request: “I want Ajax Motherfuton. Or else.” #clientsarebecomingsmartasses Love that tweet. Yes. It was me.

Leave a comment Continue Reading →

JavaScript Menu Appearing Behind Flash Object

Yes. It’s 1:26 am, and I’m working on stuff. Really, I’d like to be in bed. Asleep. And I’d like to stay there for three days. But alas, instead, if you are having problems with dropdown JavaScript menus appearing BEHIND a Flash object, try adding this to the parameters you’re passing to the Flash object: [...]

Leave a comment Continue Reading →