Paulund - paulund.co.uk

General Information:

Latest News:

PHP Template Engines 27 Aug 2013 | 01:24 pm

A PHP template engine is a way of outputting PHP in your HTML, without using PHP syntax or PHP tags. It's suppose to be used by having a PHP class that will send your HTML the variables you want to di...

Register Your Own Autoload Functions 20 Aug 2013 | 01:05 pm

PHP has a few in-built magic method __get(), __set(), __sleep(), __toString() etc. These functions are all really useful but they are not used very often in your day-to-day development, but one magic ...

Remove Characters At Start And End Of A String In PHP 19 Aug 2013 | 01:22 pm

In a previous article about how you can remove whitesapce from a string I spoke about using the functions ltrim() and rtrim(). These work by passing in a string and they will remove the whitespace. Us...

Store HTML View File In A Variable 14 Aug 2013 | 01:48 pm

If you have used a MVC language before you would be familiar with the practice of separating your business logic from your HTML. The way this works in MVC language is that the framework will allow you...

Remove Automatic Paragraphs In Shortcodes 7 Aug 2013 | 12:38 pm

This post is an extension to the post I wrote some time ago about displaying code snippets on a WordPress site. This post showed how you can create a WordPress plugin which makes a shortcode for a num...

Hash Passwords With PHP 5.5 5 Aug 2013 | 01:11 pm

Almost every PHP developer would have to build an application that relies on a user login. This will involve the user of the website having a Username and Password which is stored in the database so t...

WordPress 3.6 Oscar Released 2 Aug 2013 | 10:22 pm

The latest release of WordPress 3.6 has now been released, it has been in the making for some time now and has come with a number of great updates. All of the new WordPress versions are names after fa...

Free Premium Files For August 2013 1 Aug 2013 | 12:56 am

Each month the Envato marketplace brings you free premium standard files. Envato is a web marketplace where you can get premium files for different areas of your website. My favourite marketplaces is...

Create Password Strength Indicator With jQuery 22 Jul 2013 | 01:30 pm

With security being the biggest problem for most websites it's important to make websites as secure as possible. But after all the precautions a developer can do with their code most of the problems w...

Speed Up Frontend Coding With Emmet 19 Jul 2013 | 01:40 pm

Web Developers are always looking for new ways to speed up our development process, one the best ways to speed up your development and becoming more productive is to choose the right IDE for the way y...

Recently parsed news:

Recent searches: