In previous posts we've discussed getting your csv files into sql format using different methods. I walked you through the process from csv to sql using HeidiSQL and PHPMyAdmin. I then did a follow up on how to import a large csv file into a MySQL database using the MySQL command prompt. In all these instances, what we were essentially…

My friend Bo recently pointed me in the direction of a cool great app, it's "The Open Source Development Environment for .NET", aka #develop, and what it does is allow you to create .NET applications in a free open-source environment. #develop (short for SharpDevelop) is a free IDE for C#, VB.NET and Boo projects on Microsoft's .NET platform. It is…

I recently came across a website that has a bunch of free database tools. These are PHP scripts. I haven't tried any of these tools so I can't really vouch for them. The website is http://scripts.ringsworld.com/database-tools/. If you have used any of the tools listed on this page, please leave a comment and let us know. Happy coding!

Wouldn't it be nice to post your email address right on your page without having to worry about spam harvesters and other malicious bots? I do! See an example in the footer section of my Web Development Forums. I use Javascript to do this. It is a highly effective method for a few reasons: Javascript output is unsearchable by search…

Close