Are Adobe developers magicians?

I’ve recently been looking at the new PhotoShop CS5 features and the one that stands out for me is the new “Content-Aware Fill”.

It seems that Adobe have some strange mystical people working for them if they can create tools that can do this.

In a nutshell this new tool allows us to erase areas of images, which PhotoShop then automatically fills with the new background crafted from the rest of the image  using some very clever new algorithms created by the clever people at Adobe.

From a designers point of view this will save a lot of time. I don’t think I need to say more, just check out the video below but be aware that it might shock you!

I’m really looking forward to the new release and trying out the new features =)

White Hat vs Black Hat SEO

There is a lot of debate to which technique to use when looking at optimising a website for SEO. These different techniques come under two different areas (well three as there is a “Grey Hat”!).

Black hat SEO uses the darker (hence the name) techniques mainly aimed at deceiving the search engines such as Google, Yahoo and Bing whereas white hat SEO of course uses the opposite. White hat SEO uses methods that are recommended by the search engines.
Is Black Hat For Everyone?
So why doesn’t everyone just adopt white hat methods? Well some believe that using these techniques alone won’t fully get the most out of optimising a website so they turn to black hat tricks to try and accelerate results in the SERPs (Search Engine Results Pages).

There are many different black hat techniques optimisers are using but in my own experience using white hat techniques are the safest option. … Read More.

Custom Header Tag for WordPress

As brilliant as I think WordPress is I do feel that there are a few features that do need to be addressed. One of the big areas of SEO that I feel WordPress lacks is the simple ability to use custom H tags (H1, H2 etc…), I’m hoping that this might be addressed in the new 3.0 version of WordPress soon to be released.

The H1 tag is arguably a very big part of SEO when it comes to inserting keywords into a web page so surely it makes sense to be able to choose what the tag itself says.

With the help of the custom fields however there is an easy way:

Find: (in your page.php for example)

<h1><?php the_title(); ?></h1>

And replace with:

<h1><?php $thisPost = $post -> ID; if  (get_post_meta($thisPost, changeH1, true) !=null)
{ echo (get_post_meta($thisPost, changeH1, true)); }

else { the_title(); }
?></h1>

Next open up the … Read More.

Page 2 of 212

New Template – Transmission v2

Well yet again it’s been a while since I’ve had chance to do any sort of blogging. The other day while I had a bit of spare time I decided [...]

Bing copies Google SERPs page?

Since the arrival of Microsoft’s Bing search engine they have steadily prized a small piece of Google’s market share. I personally still use Google for the vast majority of my [...]

Latest Tweet

Wordpress Installation Service on Custom Header Tag for WordPress
Very helpful information. I'll give it a try then. Thanks! ...
Nick on Bing copies Google SERPs page?
I have noticed the similarity with YahBing and Google SERPS and look; however, I find that Yahbing's ...
Ewan Matthews on Bing copies Google SERPs page?
i still frequently use Google despite the appearance and popularity of the Bing search engine':- ...

Web Design by Website Design Derby UK © 2005 - 2010 - Proudly powered by Wordpress