Web Development Blog

Latest from Rapid Web

Search for:

Refactoring Code – Part One

By Mark Jones 10th December 2014


In this first article of the series, we will look at some very simple ways to refactor your code. So what is Refactoring? Refactoring is simply a set of techniques, procedures and steps to keep your source code as clean as possible. Below describes some of the easier code smells to detect and how you can go about refactoring them. Duplicated Code (Extract Method Refactoring) This is probably the easiest code smell to detect, and also refactor. ...

Read Article

Search Engine Optimisation (SEO) Tips

By Jordan Hall 22nd February 2010


The most important search engine optimisation tips can be split up into three main categories. There are content, links and code optimisation. Ensuring your website is well adapted to these three main categories can significantly help with your website's rankings in search engine results. Content - 'Content is king' - ensuring your content has regular, up-to-date and unique quality content is vital for high search engine rankings. Links - Link...

Read Article