Author Archives: Steve Koehler
[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
[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
[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
[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
[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