One of the most highly requested features for modern websites is a column layout. Clients want to be able to display their content in 2, 3, 4, etc… columns. There has been a big resurgence in a “print-style” for websites […] Read More »
Tag: HTML
Creating a WordPress Widget
In last week’s tutorial, we Added a Widget Area to our WordPress site. For this tutorial, we will be looking at creating your own custom widget to put into that area. Creating a widget is similar to creating a plugin, […] Read More »
File Uploads
Making a script that allows for file uploads is a common problem for many web developers just starting out, and can sometimes be a little tricky for those just starting out. Another problem comes from the wide variety of different […] Read More »
Basic jQuery Tutorial Part IV
jQuery is a fast, small, and feature-rich JavaScript library. It makes things like HTML document traversal and manipulation, event handling, animation, and Ajax much simpler with an easy-to-use API that works across a multitude of browsers. With a combination of […] Read More »
Basic jQuery Tutorial Part III
jQuery is a fast, small, and feature-rich JavaScript library. It makes things like HTML document traversal and manipulation, event handling, animation, and Ajax much simpler with an easy-to-use API that works across a multitude of browsers. With a combination of […] Read More »
Basic jQuery Tutorial Part II
jQuery is a fast, small, and feature-rich JavaScript library. It makes things like HTML document traversal and manipulation, event handling, animation, and Ajax much simpler with an easy-to-use API that works across a multitude of browsers. With a combination of […] Read More »
Local Development Setup Using MAMP
As mentioned in a few of my earlier tutorials, MAMP is a great tool that can be used to setup a development environment on your local computer. This will allow you to create, edit, and test your websites before publishing […] Read More »
Create Your Own WordPress Shortcodes
Creating your own short codes in your WordPress site is easy and allows clients to perform tasks that would otherwise require writing in code. This lets them perform complicated operations via short codes, freeing up your own time for more […] Read More »
Atom: Impressions So Far
For those who don’t know already, GitHub released a beta of their Atom Text Editor. I was lucky enough to get into the beta right away and I’ve been using Atom for 5 days now so I wanted to talk […] Read More »
Git Hub Tutorial
A while back I wrote a GitHub tutorial for my co-workers. Is is a big PDF and I really didn’t want to transfer everything to the webpage here (I’m pretty lazy when it comes to things like this), so instead […] Read More »