<body><script type="text/javascript"> function setAttributeOnload(object, attribute, val) { if(window.addEventListener) { window.addEventListener('load', function(){ object[attribute] = val; }, false); } else { window.attachEvent('onload', function(){ object[attribute] = val; }); } } </script> <div id="navbar-iframe-container"></div> <script type="text/javascript" src="https://apis.google.com/js/platform.js"></script> <script type="text/javascript"> gapi.load("gapi.iframes:gapi.iframes.style.bubble", function() { if (gapi.iframes && gapi.iframes.getContext) { gapi.iframes.getContext().openChild({ url: 'https://www.blogger.com/navbar/10668659?origin\x3dhttp://organizedindividualists.blogspot.com', where: document.getElementById("navbar-iframe-container"), id: "navbar-iframe" }); } }); </script>

The SQL Sequel

I am not a programmer. However, at some point or another in building most sites, I have to build and test site that require a database connection. I had been using YourSQL to make up for my lacking the programming gene, but that application is dead and doesn't work beyond OS 10.3.
For years, I had to stumble around in user-unfriendly systems like PHPMyAdmin, trying to unravel which table held what table...

... and then I discovered SequelPro. Simple, elegant, clean, it's the SQL client for people like myself who hate to write SQL.

“The SQL Sequel”