Using DbUpdater with MySql
DbUpdater can be used with mysql.
Here are the files you need to jumpstart the integration – DbUpdater-MySql.zip
1. You might need to change the path to mysql.exe in mysql-exec.bat.
2. Modify values in mysql-sample-command-line.bat.
Make sure mysql.data.dll is placed in GAC or in the same directory as DbUpdater.exe. Connector binaries can be downloaded from here -
http://dev.mysql.com/downloads/connector/net/6.1.html ()
Online Backup Solution
Finalized online backup solution : JungleDisk. I can run it on all of my machines without paying extra. I get to keep the ownership of my data – by using my own Amazon S3 storage. Backed up all family photos – all 30 GBs. Feeling good ()
Switched to Thematic
I have switched to Thematic theme on this blog over the weekend. I created a child theme after playing around with the customization hooks. I added a widgetized area below main asides, did some css modifications and created a three column, flexible layout just the way I wanted. I am so glad I switched to Thematic. ThemeShaper forums are very helpful. These articles were just what I needed to get started : How to make a child theme for WordPress and How I used a WordPress Child Theme To Redesign My Blog. ()
Solution to the fetch puzzle
Here is a brute force solution to the fetch puzzle. Basically, at each step there are three possibilities :
In this brute force solution, I try each one of these steps and then try all three again after each one of the previous steps. And on and on until I get the required amount of water in one of the buckets.
Check it out. Source code is on my github repo - https://github.com/ashtewari/fetch
Share This