May 20, 2014 Plugins, WordPress
On a recent build, the client insisted on having a calendar in the sidebar to show their previous blog posts. The default WordPress calendar widget worked great for this. The …
Read MoreApril 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 MoreApril 2, 2014 CSS, Development, WordPress
When you add the default WordPress calendar widget, it comes out looking pretty bland. It’s coding is stuck in the table-era of web development but it still does the job …
Read MoreNovember 10, 2013 Case Studies, CSS, Development, jQuery, WordPress
Noetyx is a pharmaceutical company located in New Jersey run by a great team that creates innovative products and services. Noetyx was designed by a good friend while I did …
Read MoreNovember 9, 2013 Case Studies, WordPress
AmbuGator is an ambulance turned tailgating vehicle by University of Florida alumni John Byrnes. He’s a die-hard Florida Gators fan and wanted to express his passion by tailgating at each …
Read MoreNovember 9, 2013 Case Studies, CSS, Development, jQuery, WordPress
A good friend of mine asked if I wanted to work with him on an upcoming project. I agreed and that project became Noetyx, but before we started work on …
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 31, 2013 Development, jQuery
In a theme I downloaded recently from ThemeForest, I received an error with the .live() method. It turns out that .live() has been deprecated since version 1.7 of jQuery but …
Read MoreJuly 31, 2013 Development, MySQL, PHP
I wanted to use a set of database results twice on a page but didn’t want to run the database query again. Using the mysqli_data_seek() function, we can reset the …
Read MoreJuly 31, 2013 Development, jQuery
For a recent project, the client asked that all contact links be set to their email address. Using the mailto: attribute, this was easily accomplished. However, the client changed their …
Read More