I am officially launching
http://www.xtremecoders.com and to get it going I need to do some good quality link exchanges...Although I have come up with something slightly different from a link exchange...
Basically:
I will put a link going to your site at
http://www.xtremecoders.com/pages/Links
Noticed that that site has been completely optimized for the search engines therefore you would deffinately benefit from it.
All you have to do is place the sites RSS feed on your website. The feed will display links to the 10 most recent tutorials posted at xtremecoders.com
Right now your probably thinking..."1 link in exchange for 10, your joking right".
Well actually you will get the better deal because
www.xtremecoders.com is going to be intensely promoted over the next couple of months and if your link is there then you will gain plenty of traffic and most important...pleanty of hits from search engine spiders.
If your interested please go to
http://www.xtremecoders.com/syndicate.php to get the RSS feed information. Then PM me and I will add your link.
Thanks
Comments
What exactly do I put on my site?
im still working on a way to include it via javascript however for now simply use an iframe or something which does the same and include http://www.xtremecoders.com/articlerss.php
Then just use normal formatting around the iframe to modify the text size etc...Im still working on a more customized version where you can set amount of links, colours, etc.
The Royal Ram
If I just copy n paste that, it wont ever change... Unless I keep updating it....
Ok, ive made it look a little nicer over at http://www.xtremecoders.com/articlerss.php
Heres a way to do it using php includes:
[PHP]<?php include('http://www.xtremecoders.com/articlerss.php'); ?>[/PHP]
Just put that somewhere on your site and volia....it should display the most recent articles...
The Royal Ram
See for yourself: http://www.kaziaz.com/testingxtreme.php
<script language="JavaScript" src="http://jade.mcli.dist.maricopa.edu/feed/feed2js.php?src=http://www.xtremecoders.com/articlerss.php&chan=n&num=10&desc=n>20&date=n&targ=y" type="text/javascript"></script>
Now that *should* work
The Royal Ram