
Developer setups and environments change with the developer I guess?… But when you start a new job do you change your development process to suit […] Read More
PHP examples, tricks and tips. Loads of snippets of code. Branding tips and tools that will make your life so much easier. Everything for new and advanced developers
Developer setups and environments change with the developer I guess?… But when you start a new job do you change your development process to suit […] Read More
Found this handy little article about how to fix widows onĀ David Walsh BlogĀ Using these simple preg_replace functions to stop the pesky run away words. […] Read More
In the pervious post on infinite scroll and isotope blog layouts there is a known issue where on safari where when scrolling down the images/elements […] Read More
Infinite scrolling on blogs has become every popular recently, there are many plugins out there that can provide this functionality, but if you are building […] Read More
What to add functionality to your wordpress admin bar? What to add a sub menu? Example The example below show the code that needs adding […] Read More
Looking how to read a CSV using PHP? What to import a CSV into our database? The code snippet below will help you do just […] Read More
Having problems trying to get your PHP curl post request working on a windows IIS server? Is the URL you are trying to post to […] Read More
This code snippet will add nofollow to all external links on your site. Adding nofollow has advantages and disadvantages. Advantages Boost Domain Authority & PA […] Read More
Reading a IMAP email inbox with PHP can be so using this class example. There are 4 example function to connect to the inbox read […] Read More
What is a ternary operator? PHP ternary operators are set out like the line of code below. This can make your code faster and easier […] Read More