-1
archive,paged,category,category-web,category-231,paged-8,category-paged-8,select-core-1.6,pitch-theme-ver-3.5,ajax_fade,page_not_loaded,smooth_scroll,grid_1300,vertical_menu_with_scroll,blog_installed,wpb-js-composer js-comp-ver-6.7.0,vc_responsive

Web

A couple of WordPress tricks for plugin developers

A couple of little tricks plugin developers should use when creating a WordPress plugin are: 1. Always have debugging on In wp-config.php you need to look for the line - define('WP_DEBUG', false); Change this to - define('WP_DEBUG', true); This will show any errors within database queries, and errors that...

Continue Reading

jQuery tabbed content

Ever wanted a slick looking content area run by tabs? I found this blog post the other day and thought it was pretty good and very easy to create your own website! Create a Slick Tabbed Content Area using CSS and jQuery Yours in tabbed content areas, Lee...

Continue Reading

Before I die…

I've always driven past billboards/ads/posters and eagerly scanned their content for some form of inspiration to bring to my day. But it seems that beer advertisements with half-naked models, realestate billboards with cheesy agents and towering fast food burgers just aren't cutting it for me....

Continue Reading