Blog Category: Development
November 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, 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 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 MoreJuly 17, 2013 Development, PHP
For spam checking in an email script, I wanted to see if the name field had any numbers in it. Spammers write code that automatically fills out contact forms and …
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 More