We all have many different tools that we use in our daily software development tasks. They can even change over time as we find better tools. I develop on a Mac and mainly do Drupal development. Here’s a general inventory of the tools I’m currently using. Perhaps you’ll find something useful to you? Continue reading
Monthly Archives: April 2014
Using a Bundle in Sequel Pro to Deserialize PHP Data
This is for the Mac + Sequel Pro + PHP users out there. If your PHP app (such as Drupal) stores data in the database as PHP serialized strings, you can use a Bundle with Sequel Pro to deserialize and display it in Krumo. This allows you to avoid copy and pasting the string to a 3rd party deserializing site. Continue reading