Blog Category: HTML
April 15, 2014 CSS, Development, HTML, WordPress
Vector icon sets are web icons that can be used through CSS and HTML by including a specialized font family. I frequently use vector icons when developing websites for social …
Read MoreAugust 4, 2013 Development, HTML, jQuery
For a jQuery script, I needed to select the child element of an item. This can be accomplished using the children() method for immediate children and the find() method for …
Read MoreJuly 17, 2013 Development, HTML, PHP
While creating divs for a recent project, I wanted to assign a class to the even containers so they would float right. Container #1 would float left, #2 would float …
Read MoreJuly 17, 2013 Development, HTML, PHP
For my website, I have written a lot of news articles over the years and I wanted to print out an excerpt for each one. Instead of writing an excerpt …
Read MoreJune 26, 2013 HTML, PHP, Plugins, WordPress
In WordPress, you’ll notice on the right side of the add/edit post screen a box that says featured image. Some themes take advantage of this area and this is how …
Read MoreJune 25, 2013 Development, HTML, PHP, WordPress
Sometimes when I look at WordPress code, especially on older sites, I’ll notice the following line of code: HTML <img src=”/wp-content/themes/my-theme/images/my-image.jpg” alt=”My Image” /> There are a couple reasons to …
Read MoreMay 19, 2013 CSS, Development, HTML, jQuery
In the signup area of an automated system I’m creating, there is a terms of use that should be read before the user continues filling out the form. First, I …
Read More