New Website
-
- Posts: 76
- Joined: Fri Nov 27, 2009 4:05 pm Etc/GMT-1+01:00
New Website
Hey folks, just redone my website, its a bit of a work in progress really as I hate coding and picking images..
I've got some of my landscape stuff up on there at the mo, with architectural stuff to come soon.
Check it out, comments and thoughts welcome
http://www.craigmagee.co.uk
cheers
Craig
I've got some of my landscape stuff up on there at the mo, with architectural stuff to come soon.
Check it out, comments and thoughts welcome
http://www.craigmagee.co.uk
cheers
Craig
-----------------------------------------------------------------------------------------------
Craig Magee - http://www.craigmagee.co.uk - http://blog.craigmagee.co.uk
Craig Magee - http://www.craigmagee.co.uk - http://blog.craigmagee.co.uk
-
- Forum Hero
- Posts: 109
- Joined: Tue May 11, 2010 5:01 pm Etc/GMT-1+01:00
- Location: Bolton
- Contact:
Re: New Website
Loaded real quick in Firefox on my mac.
Look forward to seeing some more.
Look forward to seeing some more.
-
- Founder
- Posts: 1283
- Joined: Wed Mar 29, 2006 7:26 pm Etc/GMT-1+01:00
- Workshop Images: http://grandes-images.com/fr/Paysages/P ... _2009.html
- Location: Plestin-les-Grèves, France
- Contact:
Re: New Website
Craig, your email address is in plain text in the html. Leaving it like this will attract lots of spam bots.
I use a small script to obfuscate the address on my site:
<script language="JavaScript">
<!-- Begin
user = "info";
domain1 = "grandes";
domain2 = "images.";
extension = "com";
document.write('<a href=\"mailto:' + user + '@' + domain1 + '-' + domain2 + extension + '?subject=Request%20Information">request information</a>');
// End -->
</script>
I can't remember the last time I got any spam to that address.
I use a small script to obfuscate the address on my site:
<script language="JavaScript">
<!-- Begin
user = "info";
domain1 = "grandes";
domain2 = "images.";
extension = "com";
document.write('<a href=\"mailto:' + user + '@' + domain1 + '-' + domain2 + extension + '?subject=Request%20Information">request information</a>');
// End -->
</script>
I can't remember the last time I got any spam to that address.
Reassure yourself - stroke an Ebony
-
- Posts: 76
- Joined: Fri Nov 27, 2009 4:05 pm Etc/GMT-1+01:00
Re: New Website
Where the heck does that go Joanna??
I only just about understand HTML and CSS
I only just about understand HTML and CSS

-----------------------------------------------------------------------------------------------
Craig Magee - http://www.craigmagee.co.uk - http://blog.craigmagee.co.uk
Craig Magee - http://www.craigmagee.co.uk - http://blog.craigmagee.co.uk
-
- Founder
- Posts: 1283
- Joined: Wed Mar 29, 2006 7:26 pm Etc/GMT-1+01:00
- Workshop Images: http://grandes-images.com/fr/Paysages/P ... _2009.html
- Location: Plestin-les-Grèves, France
- Contact:
Re: New Website
Instead of the line that reads:craigmagee wrote:Where the heck does that go Joanna??
<div id="NumberBox">Tel - xxxxx xxx xxx - <a href="mailto:name@somedomain.co.uk">visible address</a></div>
… you need to do:
<div id="NumberBox">Tel - xxxxx xxx xxx -
<script language="JavaScript">
<!-- Begin
user = "craig";
domain1 = "craigmagee.";
domain2 = "co.";
extension = "uk";
document.write('<a href=\"mailto:' + user + '@' + domain1 + domain2 + extension + '?subject=Request%20Information">some message</a>');
// End -->
</script>
</div>
Same here. But this is one thing I learnt early on to protect my inboxcraigmagee wrote:I only just about understand HTML and CSS

Reassure yourself - stroke an Ebony
-
- Posts: 76
- Joined: Fri Nov 27, 2009 4:05 pm Etc/GMT-1+01:00
Re: New Website
Well to be honest it was in plain text for about 3 years on the old site and never had a problem but I've put it in anyway
Cheer Joanna
Cheer Joanna
-----------------------------------------------------------------------------------------------
Craig Magee - http://www.craigmagee.co.uk - http://blog.craigmagee.co.uk
Craig Magee - http://www.craigmagee.co.uk - http://blog.craigmagee.co.uk
-
- Founder
- Posts: 1283
- Joined: Wed Mar 29, 2006 7:26 pm Etc/GMT-1+01:00
- Workshop Images: http://grandes-images.com/fr/Paysages/P ... _2009.html
- Location: Plestin-les-Grèves, France
- Contact:
Re: New Website
You were fortunate thencraigmagee wrote:Well to be honest it was in plain text for about 3 years on the old site and never had a problem but I've put it in anyway

Reassure yourself - stroke an Ebony