How important is a good business name?
Don’t waste your time developing your idea or starting your business by finding just the -right- name. This is where you can go wrong and the road to success is not just in having a great name!
Don’t waste your time developing your idea or starting your business by finding just the -right- name. This is where you can go wrong and the road to success is not just in having a great name!
Optimizing your CSS files is an important part in the quest for faster loading websites, but when you need to edit minimized code it can be difficult to read, if not impossible. I have a quick method using Sublime Text that can convert minified CSS code to readable format very quickly. Reverse-engineering this optimized and minimized code …
Using debug.log for debugging in WordPress – Without notices and warnings.
For a customer, I had to find a way to parse $_GET or $_POST variables to a widget running JavaScript code on another server. I used a piece of code by Pippin Williamson to only load the necessary javascript script if the shortcode is used on the page we’re viewing. Load Scripts if Post has …
How to parse GET or POST variables to JavaScript via PHP Read More »