<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	>

<channel>
	<title>Coyol Interactive Network</title>
	<atom:link href="http://www.coyol.net/?feed=rss2" rel="self" type="application/rss+xml" />
	<link>http://www.coyol.net</link>
	<description>Affordable web design &#38; online marketing solutions for your company</description>
	<pubDate>Fri, 21 Nov 2008 18:55:25 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.3</generator>
	<language>en</language>
			<item>
		<title>Craigslist job posting (New Media Marketing)</title>
		<link>http://www.coyol.net/?p=83</link>
		<comments>http://www.coyol.net/?p=83#comments</comments>
		<pubDate>Fri, 17 Oct 2008 05:39:08 +0000</pubDate>
		<dc:creator>Coyol</dc:creator>
		
		<category><![CDATA[Other]]></category>

		<category><![CDATA[craigslist]]></category>

		<category><![CDATA[donna maxwell]]></category>

		<category><![CDATA[new media marketing]]></category>

		<guid isPermaLink="false">http://www.coyol.net/?p=83</guid>
		<description><![CDATA[So the other day I was looking around at job opportunities in Austin, TX when I happened to come across job entitled New Media Marketing. As you can see the description was brief yet somewhat intriguing so I figured I’d submit my resume and see what happens. The following day I get this email:

Hello,
Thanks for [...]]]></description>
		<wfw:commentRss>http://www.coyol.net/?feed=rss2&amp;p=83</wfw:commentRss>
		</item>
		<item>
		<title>Coyol Adds Research Marketing to its Services</title>
		<link>http://www.coyol.net/?p=78</link>
		<comments>http://www.coyol.net/?p=78#comments</comments>
		<pubDate>Fri, 10 Oct 2008 19:50:51 +0000</pubDate>
		<dc:creator>Coyol</dc:creator>
		
		<category><![CDATA[Coyol News]]></category>

		<category><![CDATA[Market Research]]></category>

		<category><![CDATA[myspace]]></category>

		<category><![CDATA[twitter]]></category>

		<guid isPermaLink="false">http://www.coyol.net/?p=78</guid>
		<description><![CDATA[We have added website research marketing to our core of online management services. Our focus will be to research website appeal and functionality over many website genres with the purpose of comparing our own client’s website, to the leaders in their industry. For many small companies it’s not about being bigger than the giant, it’s [...]]]></description>
		<wfw:commentRss>http://www.coyol.net/?feed=rss2&amp;p=78</wfw:commentRss>
		</item>
		<item>
		<title>Create Google Sitemap With PHP And Mysql</title>
		<link>http://www.coyol.net/?p=60</link>
		<comments>http://www.coyol.net/?p=60#comments</comments>
		<pubDate>Tue, 30 Sep 2008 23:35:15 +0000</pubDate>
		<dc:creator>Coyol</dc:creator>
		
		<category><![CDATA[Web Design]]></category>

		<category><![CDATA[google sitemap]]></category>

		<category><![CDATA[mysql]]></category>

		<category><![CDATA[php]]></category>

		<category><![CDATA[sitemaps]]></category>

		<guid isPermaLink="false">http://www.coyol.net/?p=60</guid>
		<description><![CDATA[The other day we created a xml sitemap using information retrieved from a database with php, we thought we&#8217;d show you the code on how to do it:



&#38;lt;?php



$conn = mysql_connect(&#34;dblocation&#34;, &#34;username&#34;, &#34;password&#34;) or die(&#39;Error connecting to mysql&#39;);



mysql_select_db(dbname);



echo &#34;&#60;?xml version=\&#34;1.0\&#34; encoding=\&#34;UTF-8\&#34;?&#62;\n&#34;;



echo &#34;&#60;urlset xmlns=\&#34;http://www.sitemaps.org/schemas/sitemap/0.9\&#34;&#62;\n&#34;;



$sql = &#34;select * from tablename GROUP BY fieldname&#34;;



$rs = mysql_query($sql, $conn);



while($row=mysql_fetch_array($rs)) &#160;{



&#160;echo &#34;&#60;url&#62;\n&#34;;



&#160;echo [...]]]></description>
		<wfw:commentRss>http://www.coyol.net/?feed=rss2&amp;p=60</wfw:commentRss>
		</item>
		<item>
		<title>301 permanent redirect in php</title>
		<link>http://www.coyol.net/?p=46</link>
		<comments>http://www.coyol.net/?p=46#comments</comments>
		<pubDate>Sat, 13 Sep 2008 05:01:23 +0000</pubDate>
		<dc:creator>Coyol</dc:creator>
		
		<category><![CDATA[SEO/SEM]]></category>

		<category><![CDATA[Web Design]]></category>

		<category><![CDATA[301 redirect]]></category>

		<category><![CDATA[Coyol.net]]></category>

		<category><![CDATA[permanent redirect]]></category>

		<category><![CDATA[php]]></category>

		<guid isPermaLink="false">http://www.coyol.net/?p=46</guid>
		<description><![CDATA[When we migrated from a basic php driven website to this new blog style website for Coyol.net we needed to make sure we kept rankings for our pages. We did this by creating a permanent redirect for each page.]]></description>
		<wfw:commentRss>http://www.coyol.net/?feed=rss2&amp;p=46</wfw:commentRss>
		</item>
		<item>
		<title>Coyol.net is a DoFollow Blog</title>
		<link>http://www.coyol.net/?p=41</link>
		<comments>http://www.coyol.net/?p=41#comments</comments>
		<pubDate>Fri, 12 Sep 2008 21:01:46 +0000</pubDate>
		<dc:creator>Coyol</dc:creator>
		
		<category><![CDATA[Coyol News]]></category>

		<category><![CDATA[SEO/SEM]]></category>

		<category><![CDATA[comments]]></category>

		<category><![CDATA[dofollow]]></category>

		<category><![CDATA[nofollow]]></category>

		<guid isPermaLink="false">http://www.coyol.net/?p=41</guid>
		<description><![CDATA[With the help of a Wordpress script, Coyol.net is a DoFollow Blog. So now you can benefit from interacting on our Blog.
The settings are:

Non-registered users must have two comments before the nofollow is removed
Registered users will immediately have nofollow removed
We still grant the right to remove comments if we see them as spam

]]></description>
		<wfw:commentRss>http://www.coyol.net/?feed=rss2&amp;p=41</wfw:commentRss>
		</item>
		<item>
		<title>Displaying query results in columns</title>
		<link>http://www.coyol.net/?p=39</link>
		<comments>http://www.coyol.net/?p=39#comments</comments>
		<pubDate>Fri, 12 Sep 2008 20:38:42 +0000</pubDate>
		<dc:creator>Coyol</dc:creator>
		
		<category><![CDATA[Web Design]]></category>

		<category><![CDATA[mysql]]></category>

		<category><![CDATA[php]]></category>

		<category><![CDATA[tables]]></category>

		<guid isPermaLink="false">http://www.coyol.net/?p=39</guid>
		<description><![CDATA[Although it easy fairly easy to pull results from your database and display them, often times you might want to display them in a crisp table format. The below script will help you display query results evenly through columns.



&#60;?php


include &#39;config.php&#39;;


include &#39;opendb.php&#39;;


$table = &#39;your table here&#39;;


$query  = &#34;SELECT name FROM $table WHERE variable=&#39;$var&#39; GROUP BY name&#34;; [...]]]></description>
		<wfw:commentRss>http://www.coyol.net/?feed=rss2&amp;p=39</wfw:commentRss>
		</item>
		<item>
		<title>Cool little tag cloud script</title>
		<link>http://www.coyol.net/?p=34</link>
		<comments>http://www.coyol.net/?p=34#comments</comments>
		<pubDate>Thu, 11 Sep 2008 21:27:03 +0000</pubDate>
		<dc:creator>Coyol</dc:creator>
		
		<category><![CDATA[Web Design]]></category>

		<category><![CDATA[mysql]]></category>

		<category><![CDATA[php]]></category>

		<category><![CDATA[tag cloud]]></category>

		<guid isPermaLink="false">http://www.coyol.net/?p=34</guid>
		<description><![CDATA[Yesterday day we built a pretty cool tag cloud script in php/mysql that gets the referring search keyword and inputs it into a database... and from there it can be pulled for the tag cloud information. We thought this would be useful information for everyone so we'll share how we did it.]]></description>
		<wfw:commentRss>http://www.coyol.net/?feed=rss2&amp;p=34</wfw:commentRss>
		</item>
		<item>
		<title>Coyol.net Re-Design</title>
		<link>http://www.coyol.net/?p=29</link>
		<comments>http://www.coyol.net/?p=29#comments</comments>
		<pubDate>Thu, 11 Sep 2008 20:41:33 +0000</pubDate>
		<dc:creator>Coyol</dc:creator>
		
		<category><![CDATA[Coyol News]]></category>

		<category><![CDATA[redesign]]></category>

		<category><![CDATA[Web 2.0]]></category>

		<guid isPermaLink="false">http://www.coyol.net/?p=29</guid>
		<description><![CDATA[After debating for quite awhile on whether to re-design Coyol.net we decided to actually do it. We figure if we&#8217;re building websites and implementing search marketing strategies under Web 2.0 technologies for our clients it only makes sense that we use these strategies on our own website.
We still have all of the old information that [...]]]></description>
		<wfw:commentRss>http://www.coyol.net/?feed=rss2&amp;p=29</wfw:commentRss>
		</item>
	</channel>
</rss>
