Posted by on 08 Jun 2009 by
admin in
Mobile,
Reference,
XHTML & CSS
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 [...]
Posted by on 10 Nov 2008 by
Meera in
Reference,
SEO
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 [...]
Posted by on 20 Oct 2008 by
admin in
Digital Web Agency,
Reference,
XHTML & CSS
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 [...]
Posted by on 09 Sep 2008 by
admin in
Reference,
XHTML & 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; }
Posted by on 09 Sep 2008 by
admin in
Reference,
XHTML & CSS
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>