Windows scaling issues for high-DPI devices: Adobe Photoshop & Illustrator
If you have recently bought a 4k monitor, you may have noticed...
28.Sep.2014 | eCommerce, Freelance Web Design, Wordpress
Commonly asked eCommerce questions:
A nice little bit of information about #PCIDSS for @WooCommerce – http://goo.gl/BSK6Ba
Share
If you have recently bought a 4k monitor, you may have noticed...
A quick snipped of code that can be used attach a function...
In the early days (2003), WordPress was essentially a blogging tool and...
In the early days (2003), WordPress was essentially a blogging tool and quite limited in how you could build with...
A quick way to remove empty p tags from custom shortcodes in Wordpress. <?php add_filter("the_content", "the_content_filter"); function the_content_filter($content) { $block...
Simple bit of jQuery to add an active class to the current navigation item based on the page url. jQuery("nav...