• Getting your current street address using onx.ms

    You can use Microsoft’s On{x} mobile app to write your own actions for you Android device. Below is a bit of code that will look up your current longitude and latitude and then return you street address. Accuracy will vary but it’s close enough for most things. 1234567891011121314151617181920212223242526272829// getting location …

    onx
  • Search All FTP Log Files On Your System

    What if you have many sites running on your server and need to review the information in each one of your log files. It can be a long and tedious process to view each of these files individually. Fortunately, with a little command line know-how, you can compile the information …

    Screenshot-at-2011-12-09-200213-copy1
  • Export CSV Data from MySQL from the Command Line

    This past week I needed a quick way to export data from a MySQL database and format it in CSV format to import into another system.  Tools such as phpMyAdmin do offer the ability to export in CSV format.  But I was looking for something more basic and I wanted …

    Screenshot-at-2011-12-09-200213-copy1
onx

Getting your current street address using onx.ms

You can use Microsoft’s On{x} mobile app to write your own actions for you Android device. Below is a bit of code that will look up your current longitude and latitude and then return you street address. Accuracy will vary but it’s close enough for most things. 1234567891011121314151617181920212223242526272829// getting location …

Screenshot-at-2011-12-09-200213-copy1

Search All FTP Log Files On Your System

What if you have many sites running on your server and need to review the information in each one of your log files. It can be a long and tedious process to view each of these files individually. Fortunately, with a little command line know-how, you can compile the information …