Posts Tagged ‘Web Design’

March 2010 Digest

Apr
1
2010

The following blog post is an amalgamation of March 2010 highlights in SEO, web design and web coding. If you missed any of these articles, you might find them useful.

SEO Highlights

Bing Webmaster Center Blog: Illuminating the path to SEO for Silverlight
Bing have been posting some great content on their Webmaster Center Blog, and early in March they released an article discussing optimisation of Silverlight video content for search. The article is well-worth a read for SEO’s and Webmasters (and a lot of the principles apply to Flash as well).
(more…)


Using PHP Includes for Global Navigation Links

Jan
13
2010

PHP logo If you look after any large sites you will likely know how frustrating it can be when you need to make even minor changes. This can be something as simple as adding a new page to the global navigation. Traditionally you would need to manually edit every page on the site by adding the relevant code to each page, then uploading each page to your server. (more…)


Display Latest WordPress Post on Static Page

Nov
25
2009

Wordpress logo If you have a mixture of static pages and WordPress-built pages on your website it can be quite useful to display an excerpt from your blog on a static page, for example your homepage.

The following guide shows you how simple it is to show an excerpt as well as control how much of the excerpt to display. To do this you will need to make sure the static page is a PHP page (I.e. has a .php file extension). (more…)