admin

About Warren Chandler

Warren Chandler is a freelance web programmer and web developer, based in Frinton on Sea, Essex. Warren specialises in web programming, web design, corporate identity, copy writing, SEO, logo and print media for home, work, and mobile platforms.

Web Programming: What to Expect in 2013

Moving into a New Year can be an exciting time and it is only natural that many people will look forward to the exciting new methods that will arise in their industry. There are some industries and businesses that rarely change from year to year [...]

The Importance Of Hiring The Right Web Programmer For Your Website

In today's world of instamation™ (instantly available information to the non nerdy) and social connectivity, having a strong presence on the web is crucial for most companies and your website will often be the first point of contact between you and potential customers. This means [...]

2018-02-02T03:09:37+00:00December 21st, 2012|Programming Tips, Web Design Essex|23 Comments

The Importance of Mobile Web Design

People are inherently more mobile now than before, thanks to constant wireless Internet and 3G/4G connections. The mobile web simply extends your audience, which is why most website owners should learn the importance of mobile web design. As we engage more with our smartphones and [...]

2018-02-02T03:09:37+00:00November 8th, 2012|Web Design Essex, Web Design Frinton|0 Comments

Programming Tips: Search and Replace in PHPMyAdmin

One of the best things about being a web programmer is that you get to share your knowledge with the programming community out there. Today's little snippet comes in the form of a simple Search and Replace for a string in PHPMyAdmin. Gone are the [...]

2018-02-02T03:09:37+00:00November 5th, 2012|Programming Tips, Web Design Essex|0 Comments

Search and Replace in Web Files

This handy function will search and replace all instances of a search term in every file with the PHP extension, across all directories and subdirectories. Upload the file to your root directory and run it. function callbackDir($dir){ $searchString = "searchforthis"; $newValue = "replacewiththis"; // directory, [...]

2011-03-02T23:14:27+00:00June 9th, 2010|PHP Snippets|0 Comments

Remove Trackbacks and Pingbacks from Comments

Unfortunately, the default Recent Comments widget also includes trackbacks and pingbacks and the sight ain’t so lovely thus I had to add this hack to weed out the trackbacks and pingbacks. Open your theme's functions.php file and add the following code if ( !$comments = [...]

2011-03-02T23:20:07+00:00June 7th, 2010|PHP Snippets|2 Comments

Project SEO: Introduction

As most people know, SEO can be a very hit and miss affair. And with the likes of Google moving the goalposts before you have time to blink, it's important to keep abreast of the latest developments, else risk losing that all important search engine ranking. With this in mind, I decided to test the boundaries of SEO a little, and develop a definitive list of what works and what doesn't. Hence, Project SEO was born (I know, I couldn't think of a better name!).

2011-03-02T20:52:40+00:00September 7th, 2009|SEO Tips and Tricks|0 Comments
Go to Top