Friday 30th of July 2010

Archive for the ‘Reference’ Category

Mobile Browsing – Add phone number to your contacts

Since every other mobile phone on the market seems to be a smart phone/mobile computer here’s a great tip for adding a phone number to a webpage to allow mobile browser to call/add to address book.
It makes perfect sense for web designers/front end devs to add some extra code in their markup to enable [...]

SMX London – SEO Strategies, Tools and Tips

Having attended SMX London on the 4th and 5th November and sitting through two days and 15 hours worth of presentations I felt very much inspired and on the ball about latest SEO strategies, tools and tips to get any campaign up and going.
With SEO adrenaline pumping (and some good coffee) the first day kicked [...]

How to choose a digital web agency – What questions to ask?

If you’re thinking about getting yourself a brand new website for a business venture its always hard to work out what you actually want your website to do for you and your business, what its objectives will be and how it will develop into a strong brand for a bright future.
It is so easy to [...]

Reset CSS

Reference for resetting CSS
/* RESET */
html,body,div,ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,p,
blockquote,fieldset,input { margin: 0; padding: 0; }
h1,h2,h3,h4,h5,h6,pre,code,address,caption,cite,code,em,
strong,th { font-size: 1em; font-weight: normal; font-style: normal; }
ul,ol { list-style: none; }
fieldset,img { border: none; }
caption,th { text-align: left; }
table { border-collapse: collapse; border-spacing: 0; }

Standard META Tags

A list of standard META tags.
<head>
<title></title>
<meta http-equiv=”Content-Type” content=”text/html; charset=iso-8859-1″ />
<meta name=”author” content=”” />
<meta name=”copyright” content=”” />
<meta name=”description” content=”” />
<meta name=”keywords” content=”” />
<meta name=”robots” content=”index, follow” />
</head>