One of the projects I started late last year was learning some non-Microsoft technologies, one being PHP; a scripting language that is used behind websites in order to provide more dynamic features than ordinary HTML is capable of. PHP has been in use since 1995 and is one of the most widely available web technologies. …
All posts in Programming
Bringing things up to date …
Every so often, I remember that I have a blog attached to the site and I make new promises to myself to keep it up to date but it doesn’t seem to happen that often. 2011 was a busy year for me which was one reason I didn’t update the blog much. It’s easier to…
New Article: Data Analysis with Microsoft Access
Most of the articles I’ve written on Microsoft Access have been about designing database applications that are meant for regular use. One of the strengths of Access, however, is its ability to import and link to data from different sources. Excel does this too but with Access you can go on to query and report…
Moving beyond Microsoft Access
My latest project came out of left field. Last Saturday, I was going through some archive files and wanted a way to quickly compare all the subfolders and files in two different directories. Not having a program to do it, I decided to write one myself in VB.NET. I decided it would make a good…
Understanding SQL
I’m trying to add some new articles to the site and finish out the Microsoft Access for Beginners series while gradually writing about more advanced topics. Microsoft Access is fun but it takes more than Access to make a programmer. One good example is Structured Query Language (SQL), the scripting language that Access and other…
Design Abstractions
While new technologies … might make things easier for the average professional, they will never replace a solid understanding of the technologies they are built on top of.