Author Archives: Steve Koehler

About Steve Koehler

Steve is an experienced web programmer, with more than 10 years experience on the web. He is an avid technophile and gadget junkie. He is currently married to a wonderful woman and has 2 beautiful children.

[WordPress] Plugin: WordPress Gallery Hack

I rarely use the built in WordPress gallery feature, but having started a family blog with my wife, I found that it is more likely that I will use it in the future. Only problem? No way to distinguish between … Continue reading

Posted in Plugins, Wordpress | Leave a comment

[WordPress] Plugin: Admin Login As Different User

When I have to debug a plugin, it sometimes requires that I use different accounts to make sure everything is working. This also means that in the live setting, if a user has an issue that I can’t replicate, I … Continue reading

Posted in Code | Leave a comment

[Intro] Intro to HTML: How to build your first page

So now that we’ve been introduced to what HTML is, we can begin to create our first page! First thing first. Create a new file ending with .html or .htm and save it. This will be the starting file for … Continue reading

Posted in Code, How To, HTML, HTML, Informative, Intro Series | Leave a comment

[WordPress] Plugin: Simple Modal

I have just created my first publicly available WordPress plugin. I call it Simple Modal. I had looked for a plugin that would provide me with a simple shortcode I could use to implement a straight forward modal dialog box, … Continue reading

Posted in Code, Plugins, Projects, Simple Modal, Wordpress | Leave a comment

[Intro] Intro to HTML: what is it?

You have reached a point in your life where one of two things has happened. You either are curious about how to edit HTML or you are required to edit it because of work or school.

Have no fear. I am starting a series dedicated to covering the basic ins and outs of web programming, starting with HTML! Continue reading

Posted in Code, HTML, Informative, Intro Series | Leave a comment