
Just launched the site for sunengen.com. Solar energy is very topical now that Copenhagen has been and gone!
Graphics IT - engaging graphic design and development for the web, print and digital presentations.
Ireland's web domain .ie is the safest internet address in Europe and the second safest in the world, according to a new report from security software firm McAfee.
The Mapping the Mal Web study ranks Japan's .jp address as the world's least riskiest country domain to have while Cameroon's .cm was considered the most dangerous.tenderme.ie - the new site launched by Ben Dunne really seems to be gathering pace now. It's interesting how the site seems to encourage advertisers to give the bare minimum of information thereby making accurate quoting very difficult. In response to this we've created a simple 'Tender Me' request for proposal which while still very light on information at least gives you a few more facts about what a client wants.
tags
>. For every opening <tag
> you will find an associated closing </tag
>. This is simply a tag with the same name preceded by a forward slash. These tags tell the web server what to do with any content that is found between them.p
>. The following example assumes that you are editing in source mode.p
>. The paragraph is now open. Enter the content and when you are finished close the paragraph by typing</p
>. If you want to enter a line break within this paragraph type <br/
> a 'break return'.b
>Bold</b
> simply wrap the <b
> tag around the word. If you want to<i
>italicise</i
> something use i. If you want to underline something use <u
>. See, easy!ul
> (unordered/bulleted) and <ol
> (ordered/numbered) lists.ul
>li
>then enter the list item and close the tag</li
>li
>tags <b
>like this</b
></li
>/ul
> and you are done.ol
> enter your items each wrapped within <li
>tags and close with </ol
>. Thats it!