Posts Tagged ‘CSS’

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…)


CSS Usage Plugin for Firebug

Feb
3
2010

Firefox addon An extremely useful tool for finding redundant CSS selectors in your site builds.

The plugin integrates with the Firebug addon in Firefox making this a useful addition to Firebug’s impressive list of features.

Download the CSS Usage plugin.

As a website grows so does its stylesheet. The problem is, the opposite is not true.


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…)