Category Archives for Technical
 

How to see the google cache of your site

I just came across a really neat trick for viewing whatever google has cached about your site. All you have to do is enter the following URL into your browser. http://webcache.googleusercontent.com/search?q=cache:http://www.yoursite.com/ This is especially useful because at the time of writing, Google’s cache functionality seems a little unsteady in the organic search results.

Also posted in news | Tagged , | Leave a comment

How to use jQuery’s .animate to have a scrolling div element

When you have limited space on a page but require more text than the space allows, a nice trick to to have a scrolling effect for that div only. I personally don’t like having a scroll bar down the right hand side. When you’ve put in the effort to create a wonderful design, having a [...]

Also posted in Design, Javascript | Tagged , , | 1 Comment

WAMP Review

I reinstalled my laptop at home recently. New year, new frame of mind, clean slate to work with; that kind of thing. It was time to reinstall apache, PHP, MySQL and get down down to some serious coding but this time I thought I’d install WAMP as a one stop solution. I’d created something similar [...]

Also posted in Marketing | Tagged , , , , | Leave a comment