<?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"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Freelance Web Development &#187; MySQL</title>
	<atom:link href="http://www.webveteran.com/blog/index.php/category/web-coding/mysql/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.webveteran.com/blog</link>
	<description>Programming: coldfusion, php, javascript, sql, css, scriptaculous, seo</description>
	<lastBuildDate>Thu, 08 Apr 2010 16:28:20 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>CFSelect with multiple query columns</title>
		<link>http://www.webveteran.com/blog/index.php/web-coding/coldfusion/cfselect-with-multiple-query-columns/</link>
		<comments>http://www.webveteran.com/blog/index.php/web-coding/coldfusion/cfselect-with-multiple-query-columns/#comments</comments>
		<pubDate>Wed, 16 Dec 2009 12:44:48 +0000</pubDate>
		<dc:creator>Jules</dc:creator>
				<category><![CDATA[ColdFusion]]></category>
		<category><![CDATA[MySQL]]></category>
		<category><![CDATA[Web Coding]]></category>
		<category><![CDATA[cfquery]]></category>
		<category><![CDATA[cfselect]]></category>
		<category><![CDATA[column]]></category>
		<category><![CDATA[concat()]]></category>
		<category><![CDATA[display]]></category>
		<category><![CDATA[option]]></category>
		<category><![CDATA[query]]></category>
		<category><![CDATA[select]]></category>

		<guid isPermaLink="false">http://www.webveteran.com/blog/?p=579</guid>
		<description><![CDATA[How to use MySQL's CONCAT() function to allow multiple columns in CFSelect.<br/><br/>
<table>
<tr><td nowrap valign="top">
<a href="http://www.webveteran.com/blog/index.php/web-coding/coldfusion/cfselect-with-multiple-query-columns/#comments" title="to the comments">2 comment(s)</a><br/><small>
<a href="http://www.addthis.com/bookmark.php?v=15&#038;winname=addthis&#038;pub=freelancewebdeveloper&#038;s=more&#038;url=http://www.webveteran.com/blog/index.php/web-coding/coldfusion/cfselect-with-multiple-query-columns/&#038;logo=http://www.webveteran.com/blog/images/freelance-web-development.png&#038;logobg=&#038;logocolor=&#038;ate=AT-freelancewebdeveloper/-/~/54030aa53bfd7/12/491901bf3836ddcd&#038;adt=1&#038;content=&#038;CXNID=2000001.5215456080540439074NXC&#038;brand=WebVeteran.com" target="_blank"><img width="125" height="16" border="0" alt="" src="http://s7.addthis.com/static/btn/lg-addthis-en.gif" /></a></small></td><td valign='top'><small>
Copyright &#169; 2009 Jules Gravinese @ The <a href="http://www.webveteran.com/blog/">Freelance Web Development Blog</a>.<br/>This feed is for personal, non-commercial use only. The use of this feed on other websites breaches copyright. If this content is not in your news reader, it makes the page you are viewing an infringement of the copyright. ac7933855cc938c69031a858b4e532f0 (38.107.191.110) </td></tr></table>]]></description>
		<wfw:commentRss>http://www.webveteran.com/blog/index.php/web-coding/coldfusion/cfselect-with-multiple-query-columns/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>MySQL: counts of multiple sub-items of each parent</title>
		<link>http://www.webveteran.com/blog/index.php/web-coding/mysql-counts-of-multiple-sub-items-of-each-parent/</link>
		<comments>http://www.webveteran.com/blog/index.php/web-coding/mysql-counts-of-multiple-sub-items-of-each-parent/#comments</comments>
		<pubDate>Tue, 27 Oct 2009 05:54:31 +0000</pubDate>
		<dc:creator>Jules</dc:creator>
				<category><![CDATA[MySQL]]></category>
		<category><![CDATA[Web Coding]]></category>
		<category><![CDATA[coalesce()]]></category>
		<category><![CDATA[count()]]></category>
		<category><![CDATA[inner join]]></category>
		<category><![CDATA[left join]]></category>

		<guid isPermaLink="false">http://www.webveteran.com/blog/?p=574</guid>
		<description><![CDATA[A MySQL example of counting the distinct numbers of multiple child types of parents. For example, how many Products and Images of each Category.<br/><br/>
<table>
<tr><td nowrap valign="top">
<a href="http://www.webveteran.com/blog/index.php/web-coding/mysql-counts-of-multiple-sub-items-of-each-parent/#comments" title="to the comments">2 comment(s)</a><br/><small>
<a href="http://www.addthis.com/bookmark.php?v=15&#038;winname=addthis&#038;pub=freelancewebdeveloper&#038;s=more&#038;url=http://www.webveteran.com/blog/index.php/web-coding/mysql-counts-of-multiple-sub-items-of-each-parent/&#038;logo=http://www.webveteran.com/blog/images/freelance-web-development.png&#038;logobg=&#038;logocolor=&#038;ate=AT-freelancewebdeveloper/-/~/54030aa53bfd7/12/491901bf3836ddcd&#038;adt=1&#038;content=&#038;CXNID=2000001.5215456080540439074NXC&#038;brand=WebVeteran.com" target="_blank"><img width="125" height="16" border="0" alt="" src="http://s7.addthis.com/static/btn/lg-addthis-en.gif" /></a></small></td><td valign='top'><small>
Copyright &#169; 2009 Jules Gravinese @ The <a href="http://www.webveteran.com/blog/">Freelance Web Development Blog</a>.<br/>This feed is for personal, non-commercial use only. The use of this feed on other websites breaches copyright. If this content is not in your news reader, it makes the page you are viewing an infringement of the copyright. ac7933855cc938c69031a858b4e532f0 (38.107.191.110) </td></tr></table>]]></description>
		<wfw:commentRss>http://www.webveteran.com/blog/index.php/web-coding/mysql-counts-of-multiple-sub-items-of-each-parent/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>MySQL- Quickly find duplicate records based on any field</title>
		<link>http://www.webveteran.com/blog/index.php/web-coding/mysql/mysql-quickly-find-duplicate-records-based-on-any-field/</link>
		<comments>http://www.webveteran.com/blog/index.php/web-coding/mysql/mysql-quickly-find-duplicate-records-based-on-any-field/#comments</comments>
		<pubDate>Tue, 07 Apr 2009 12:31:22 +0000</pubDate>
		<dc:creator>Jules</dc:creator>
				<category><![CDATA[MySQL]]></category>
		<category><![CDATA[excel]]></category>
		<category><![CDATA[xcart]]></category>
		<category><![CDATA[xls]]></category>

		<guid isPermaLink="false">http://www.webveteran.com/blog/?p=542</guid>
		<description><![CDATA[Easily find duplicated records based on any field, and then return every duplicate.<br/><br/>
<table>
<tr><td nowrap valign="top">
<a href="http://www.webveteran.com/blog/index.php/web-coding/mysql/mysql-quickly-find-duplicate-records-based-on-any-field/#comments" title="to the comments">2 comment(s)</a><br/><small>
<a href="http://www.addthis.com/bookmark.php?v=15&#038;winname=addthis&#038;pub=freelancewebdeveloper&#038;s=more&#038;url=http://www.webveteran.com/blog/index.php/web-coding/mysql/mysql-quickly-find-duplicate-records-based-on-any-field/&#038;logo=http://www.webveteran.com/blog/images/freelance-web-development.png&#038;logobg=&#038;logocolor=&#038;ate=AT-freelancewebdeveloper/-/~/54030aa53bfd7/12/491901bf3836ddcd&#038;adt=1&#038;content=&#038;CXNID=2000001.5215456080540439074NXC&#038;brand=WebVeteran.com" target="_blank"><img width="125" height="16" border="0" alt="" src="http://s7.addthis.com/static/btn/lg-addthis-en.gif" /></a></small></td><td valign='top'><small>
Copyright &#169; 2009 Jules Gravinese @ The <a href="http://www.webveteran.com/blog/">Freelance Web Development Blog</a>.<br/>This feed is for personal, non-commercial use only. The use of this feed on other websites breaches copyright. If this content is not in your news reader, it makes the page you are viewing an infringement of the copyright. ac7933855cc938c69031a858b4e532f0 (38.107.191.110) </td></tr></table>]]></description>
		<wfw:commentRss>http://www.webveteran.com/blog/index.php/web-coding/mysql/mysql-quickly-find-duplicate-records-based-on-any-field/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>MySQL &#8211; select every Nth record</title>
		<link>http://www.webveteran.com/blog/index.php/web-coding/mysql/mysql-select-every-nth-record/</link>
		<comments>http://www.webveteran.com/blog/index.php/web-coding/mysql/mysql-select-every-nth-record/#comments</comments>
		<pubDate>Fri, 20 Feb 2009 18:06:12 +0000</pubDate>
		<dc:creator>Jules</dc:creator>
				<category><![CDATA[MySQL]]></category>

		<guid isPermaLink="false">http://www.webveteran.com/blog/?p=500</guid>
		<description><![CDATA[Inspired by posts by Ray Camden and then Adrian J. Moreno, I&#8217;ve come up with the same solution for MySQL:
SELECT *
FROM (
	SELECT
		@row := @row +1 AS rownum, noun
	FROM (
		SELECT @row :=0) r, nouns
	) ranked
WHERE rownum %4 =1 
The table name is &#8216;nouns&#8217;. The column with data we want is &#8216;noun&#8217;.
As you can see from the return, it [...]<br/><br/>
<table>
<tr><td nowrap valign="top">
<a href="http://www.webveteran.com/blog/index.php/web-coding/mysql/mysql-select-every-nth-record/#comments" title="to the comments">10 comment(s)</a><br/><small>
<a href="http://www.addthis.com/bookmark.php?v=15&#038;winname=addthis&#038;pub=freelancewebdeveloper&#038;s=more&#038;url=http://www.webveteran.com/blog/index.php/web-coding/mysql/mysql-select-every-nth-record/&#038;logo=http://www.webveteran.com/blog/images/freelance-web-development.png&#038;logobg=&#038;logocolor=&#038;ate=AT-freelancewebdeveloper/-/~/54030aa53bfd7/12/491901bf3836ddcd&#038;adt=1&#038;content=&#038;CXNID=2000001.5215456080540439074NXC&#038;brand=WebVeteran.com" target="_blank"><img width="125" height="16" border="0" alt="" src="http://s7.addthis.com/static/btn/lg-addthis-en.gif" /></a></small></td><td valign='top'><small>
Copyright &#169; 2009 Jules Gravinese @ The <a href="http://www.webveteran.com/blog/">Freelance Web Development Blog</a>.<br/>This feed is for personal, non-commercial use only. The use of this feed on other websites breaches copyright. If this content is not in your news reader, it makes the page you are viewing an infringement of the copyright. ac7933855cc938c69031a858b4e532f0 (38.107.191.110) </td></tr></table>]]></description>
		<wfw:commentRss>http://www.webveteran.com/blog/index.php/web-coding/mysql/mysql-select-every-nth-record/feed/</wfw:commentRss>
		<slash:comments>10</slash:comments>
		</item>
		<item>
		<title>Migrating from BlogCFC to WordPress</title>
		<link>http://www.webveteran.com/blog/index.php/web-coding/coldfusion/migrating-from-blogcfc-to-wordpress/</link>
		<comments>http://www.webveteran.com/blog/index.php/web-coding/coldfusion/migrating-from-blogcfc-to-wordpress/#comments</comments>
		<pubDate>Tue, 25 Nov 2008 03:39:38 +0000</pubDate>
		<dc:creator>Jules</dc:creator>
				<category><![CDATA[ColdFusion]]></category>
		<category><![CDATA[MySQL]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://www.webveteran.com/blog/?p=380</guid>
		<description><![CDATA[Using WordPresses&#8217; RSS import, I was able to copy every post from blogCFC easily. WordPress expects a local file when doing so. And blogCFC&#8217;s rss feed is limited to 15. To override that, edit file &#8216;blog.cfc&#8217;. It will be in the following path under your blogCFC installation: /org/camden/blog/. Just set arguments.params.maxEntries to something very very [...]<br/><br/>
<table>
<tr><td nowrap valign="top">
<a href="http://www.webveteran.com/blog/index.php/web-coding/coldfusion/migrating-from-blogcfc-to-wordpress/#comments" title="to the comments">6 comment(s)</a><br/><small>
<a href="http://www.addthis.com/bookmark.php?v=15&#038;winname=addthis&#038;pub=freelancewebdeveloper&#038;s=more&#038;url=http://www.webveteran.com/blog/index.php/web-coding/coldfusion/migrating-from-blogcfc-to-wordpress/&#038;logo=http://www.webveteran.com/blog/images/freelance-web-development.png&#038;logobg=&#038;logocolor=&#038;ate=AT-freelancewebdeveloper/-/~/54030aa53bfd7/12/491901bf3836ddcd&#038;adt=1&#038;content=&#038;CXNID=2000001.5215456080540439074NXC&#038;brand=WebVeteran.com" target="_blank"><img width="125" height="16" border="0" alt="" src="http://s7.addthis.com/static/btn/lg-addthis-en.gif" /></a></small></td><td valign='top'><small>
Copyright &#169; 2009 Jules Gravinese @ The <a href="http://www.webveteran.com/blog/">Freelance Web Development Blog</a>.<br/>This feed is for personal, non-commercial use only. The use of this feed on other websites breaches copyright. If this content is not in your news reader, it makes the page you are viewing an infringement of the copyright. ac7933855cc938c69031a858b4e532f0 (38.107.191.110) </td></tr></table>]]></description>
		<wfw:commentRss>http://www.webveteran.com/blog/index.php/web-coding/coldfusion/migrating-from-blogcfc-to-wordpress/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>MySQL and ColdFusion Pagination &#8211; version 2</title>
		<link>http://www.webveteran.com/blog/index.php/web-coding/coldfusion/mysql-and-coldfusion-pagination-version-2/</link>
		<comments>http://www.webveteran.com/blog/index.php/web-coding/coldfusion/mysql-and-coldfusion-pagination-version-2/#comments</comments>
		<pubDate>Sun, 03 Aug 2008 21:33:00 +0000</pubDate>
		<dc:creator>Jules</dc:creator>
				<category><![CDATA[ColdFusion]]></category>
		<category><![CDATA[MySQL]]></category>
		<category><![CDATA[Web Coding]]></category>

		<guid isPermaLink="false">http://www.webveteran.com/blog/index.cfm/2008/8/3/MySQL-and-ColdFusion-Pagination--version-2</guid>
		<description><![CDATA[After writing Pagination with ColdFusion and MySQL I tightened up the script some. And with Hatem&#8217;s suggestions, made it better. So, here is the new version. It&#8217;s a different application, so the query is slightly different.
Hatem&#8217;s added/modified:

&#60;cftransaction&#62;
#iif(url.page is 1,DE(firstperpage),DE(allperpage))#

I added/modified:

&#60;cfparam name=&#8221;variables.firstperpage&#8221; default=&#8221;#variables.allperpage#&#8221;&#62;
&#60;cfparam name=&#8221;url.where&#8221; default=&#8221;ImportDownloaded IS NULL&#8221;&#62;
WHERE #preserveSingleQuotes(url.where)#

&#60;!--- CURRENT PAGE ---&#62;
&#60;cfparam name=&#34;url.page&#34; default=&#34;1&#34;&#62;
&#60;!--- RECORDS PER PAGE [...]<br/><br/>
<table>
<tr><td nowrap valign="top">
<a href="http://www.webveteran.com/blog/index.php/web-coding/coldfusion/mysql-and-coldfusion-pagination-version-2/#comments" title="to the comments">3 comment(s)</a><br/><small>
<a href="http://www.addthis.com/bookmark.php?v=15&#038;winname=addthis&#038;pub=freelancewebdeveloper&#038;s=more&#038;url=http://www.webveteran.com/blog/index.php/web-coding/coldfusion/mysql-and-coldfusion-pagination-version-2/&#038;logo=http://www.webveteran.com/blog/images/freelance-web-development.png&#038;logobg=&#038;logocolor=&#038;ate=AT-freelancewebdeveloper/-/~/54030aa53bfd7/12/491901bf3836ddcd&#038;adt=1&#038;content=&#038;CXNID=2000001.5215456080540439074NXC&#038;brand=WebVeteran.com" target="_blank"><img width="125" height="16" border="0" alt="" src="http://s7.addthis.com/static/btn/lg-addthis-en.gif" /></a></small></td><td valign='top'><small>
Copyright &#169; 2009 Jules Gravinese @ The <a href="http://www.webveteran.com/blog/">Freelance Web Development Blog</a>.<br/>This feed is for personal, non-commercial use only. The use of this feed on other websites breaches copyright. If this content is not in your news reader, it makes the page you are viewing an infringement of the copyright. ac7933855cc938c69031a858b4e532f0 (38.107.191.110) </td></tr></table>]]></description>
		<wfw:commentRss>http://www.webveteran.com/blog/index.php/web-coding/coldfusion/mysql-and-coldfusion-pagination-version-2/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Emergent Success Launches ES-Extranet, an Innovative Online Collaboration Tool</title>
		<link>http://www.webveteran.com/blog/index.php/web-coding/coldfusion/emergent-success-launches-es-extranet-an-innovative-online-collaboration-tool/</link>
		<comments>http://www.webveteran.com/blog/index.php/web-coding/coldfusion/emergent-success-launches-es-extranet-an-innovative-online-collaboration-tool/#comments</comments>
		<pubDate>Wed, 26 Sep 2007 17:08:00 +0000</pubDate>
		<dc:creator>Jules</dc:creator>
				<category><![CDATA[ColdFusion]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[MySQL]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[Scriptaculous]]></category>
		<category><![CDATA[Web Coding]]></category>
		<category><![CDATA[Front End Development]]></category>

		<guid isPermaLink="false">http://www.webveteran.com/blog/index.cfm/2007/9/26/Emergent-Success-Launches-ESExtranet-an-Innovative-Online-Collaboration-Tool</guid>
		<description><![CDATA[SOURCE: Emergent Success, Inc.
Sep 26, 2007 14:32 ET
MOUNTAIN VIEW, CA&#8211;(Marketwire &#8211; September 26, 2007 ) &#8211;  Emergent Success Inc. today announced the
launch of ES-Extranet a proprietary web-based collaboration tool for use by
their clients, partners and consultants.  Since the email &#34;inbox&#34; was not
designed as a collaborative work environment, this technological solution
creates the open space [...]<br/><br/>
<table>
<tr><td nowrap valign="top">
<a href="http://www.webveteran.com/blog/index.php/web-coding/coldfusion/emergent-success-launches-es-extranet-an-innovative-online-collaboration-tool/#comments" title="to the comments">0 comment(s)</a><br/><small>
<a href="http://www.addthis.com/bookmark.php?v=15&#038;winname=addthis&#038;pub=freelancewebdeveloper&#038;s=more&#038;url=http://www.webveteran.com/blog/index.php/web-coding/coldfusion/emergent-success-launches-es-extranet-an-innovative-online-collaboration-tool/&#038;logo=http://www.webveteran.com/blog/images/freelance-web-development.png&#038;logobg=&#038;logocolor=&#038;ate=AT-freelancewebdeveloper/-/~/54030aa53bfd7/12/491901bf3836ddcd&#038;adt=1&#038;content=&#038;CXNID=2000001.5215456080540439074NXC&#038;brand=WebVeteran.com" target="_blank"><img width="125" height="16" border="0" alt="" src="http://s7.addthis.com/static/btn/lg-addthis-en.gif" /></a></small></td><td valign='top'><small>
Copyright &#169; 2009 Jules Gravinese @ The <a href="http://www.webveteran.com/blog/">Freelance Web Development Blog</a>.<br/>This feed is for personal, non-commercial use only. The use of this feed on other websites breaches copyright. If this content is not in your news reader, it makes the page you are viewing an infringement of the copyright. ac7933855cc938c69031a858b4e532f0 (38.107.191.110) </td></tr></table>]]></description>
		<wfw:commentRss>http://www.webveteran.com/blog/index.php/web-coding/coldfusion/emergent-success-launches-es-extranet-an-innovative-online-collaboration-tool/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Pagination with ColdFusion and MySQL</title>
		<link>http://www.webveteran.com/blog/index.php/web-coding/coldfusion/pagination-with-coldfusion-and-mysql/</link>
		<comments>http://www.webveteran.com/blog/index.php/web-coding/coldfusion/pagination-with-coldfusion-and-mysql/#comments</comments>
		<pubDate>Mon, 24 Sep 2007 05:42:00 +0000</pubDate>
		<dc:creator>Jules</dc:creator>
				<category><![CDATA[ColdFusion]]></category>
		<category><![CDATA[MySQL]]></category>
		<category><![CDATA[Web Coding]]></category>

		<guid isPermaLink="false">http://www.webveteran.com/blog/index.cfm/2007/9/23/Pagination-with-MySQL-and-ColdFusion</guid>
		<description><![CDATA[I find that web development with MySQL to be so much more pleasurable than with MS SQL Server. Here is a great example to prove my point. In another post I showed how to pull off pagination with MS SQL and ColdFusion. Lots of SQL code. And it required running the query twice. Once to [...]<br/><br/>
<table>
<tr><td nowrap valign="top">
<a href="http://www.webveteran.com/blog/index.php/web-coding/coldfusion/pagination-with-coldfusion-and-mysql/#comments" title="to the comments">9 comment(s)</a><br/><small>
<a href="http://www.addthis.com/bookmark.php?v=15&#038;winname=addthis&#038;pub=freelancewebdeveloper&#038;s=more&#038;url=http://www.webveteran.com/blog/index.php/web-coding/coldfusion/pagination-with-coldfusion-and-mysql/&#038;logo=http://www.webveteran.com/blog/images/freelance-web-development.png&#038;logobg=&#038;logocolor=&#038;ate=AT-freelancewebdeveloper/-/~/54030aa53bfd7/12/491901bf3836ddcd&#038;adt=1&#038;content=&#038;CXNID=2000001.5215456080540439074NXC&#038;brand=WebVeteran.com" target="_blank"><img width="125" height="16" border="0" alt="" src="http://s7.addthis.com/static/btn/lg-addthis-en.gif" /></a></small></td><td valign='top'><small>
Copyright &#169; 2009 Jules Gravinese @ The <a href="http://www.webveteran.com/blog/">Freelance Web Development Blog</a>.<br/>This feed is for personal, non-commercial use only. The use of this feed on other websites breaches copyright. If this content is not in your news reader, it makes the page you are viewing an infringement of the copyright. ac7933855cc938c69031a858b4e532f0 (38.107.191.110) </td></tr></table>]]></description>
		<wfw:commentRss>http://www.webveteran.com/blog/index.php/web-coding/coldfusion/pagination-with-coldfusion-and-mysql/feed/</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
		<item>
		<title>Referer Cloud</title>
		<link>http://www.webveteran.com/blog/index.php/web-coding/coldfusion/referer-cloud/</link>
		<comments>http://www.webveteran.com/blog/index.php/web-coding/coldfusion/referer-cloud/#comments</comments>
		<pubDate>Fri, 09 Mar 2007 05:29:00 +0000</pubDate>
		<dc:creator>Jules</dc:creator>
				<category><![CDATA[ColdFusion]]></category>
		<category><![CDATA[MySQL]]></category>
		<category><![CDATA[Web Coding]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[Search Engine Optimization]]></category>
		<category><![CDATA[Tag Cloud]]></category>
		<category><![CDATA[Yahoo]]></category>

		<guid isPermaLink="false">http://www.webveteran.com/blog/index.cfm/2007/3/8/Referer-Cloud</guid>
		<description><![CDATA[Using ColdFusion I look for the referring web page that sent a viewer to my site. Then I split that traffic up into two categories: 1) Searches 2) Links. If a similar search term was seen before, I incriment it&#8217;s weight. Same goes for domains of links. The result is a Referer cloud, very similar [...]<br/><br/>
<table>
<tr><td nowrap valign="top">
<a href="http://www.webveteran.com/blog/index.php/web-coding/coldfusion/referer-cloud/#comments" title="to the comments">1 comment(s)</a><br/><small>
<a href="http://www.addthis.com/bookmark.php?v=15&#038;winname=addthis&#038;pub=freelancewebdeveloper&#038;s=more&#038;url=http://www.webveteran.com/blog/index.php/web-coding/coldfusion/referer-cloud/&#038;logo=http://www.webveteran.com/blog/images/freelance-web-development.png&#038;logobg=&#038;logocolor=&#038;ate=AT-freelancewebdeveloper/-/~/54030aa53bfd7/12/491901bf3836ddcd&#038;adt=1&#038;content=&#038;CXNID=2000001.5215456080540439074NXC&#038;brand=WebVeteran.com" target="_blank"><img width="125" height="16" border="0" alt="" src="http://s7.addthis.com/static/btn/lg-addthis-en.gif" /></a></small></td><td valign='top'><small>
Copyright &#169; 2009 Jules Gravinese @ The <a href="http://www.webveteran.com/blog/">Freelance Web Development Blog</a>.<br/>This feed is for personal, non-commercial use only. The use of this feed on other websites breaches copyright. If this content is not in your news reader, it makes the page you are viewing an infringement of the copyright. ac7933855cc938c69031a858b4e532f0 (38.107.191.110) </td></tr></table>]]></description>
		<wfw:commentRss>http://www.webveteran.com/blog/index.php/web-coding/coldfusion/referer-cloud/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Pagination with ColdFusion and MSSQL (faux MySQL&apos;s LIMIT X,Y)</title>
		<link>http://www.webveteran.com/blog/index.php/web-coding/coldfusion/pagination-with-coldfusion-and-mssql-faux-mysqls-limit-xy/</link>
		<comments>http://www.webveteran.com/blog/index.php/web-coding/coldfusion/pagination-with-coldfusion-and-mssql-faux-mysqls-limit-xy/#comments</comments>
		<pubDate>Fri, 23 Feb 2007 07:05:00 +0000</pubDate>
		<dc:creator>Jules</dc:creator>
				<category><![CDATA[ColdFusion]]></category>
		<category><![CDATA[MS SQL SERVER]]></category>
		<category><![CDATA[MySQL]]></category>
		<category><![CDATA[Web Coding]]></category>

		<guid isPermaLink="false">http://www.webveteran.com/blog/index.cfm/2007/2/23/Pagination-with-ColdFusion-and-MSSQL-faux-MySQLs-LIMIT-XY</guid>
		<description><![CDATA[Pagination is something that has always been somewhat difficult for
me. Especially optimizing it for large sites. To make it even harder,
the customer wants the first page to show three items, and every
subsequent page to show ten. Not hard enough? OK, they want page number
links instead of simple left/right arrow links, such as:
1 2 3 [4] [...]<br/><br/>
<table>
<tr><td nowrap valign="top">
<a href="http://www.webveteran.com/blog/index.php/web-coding/coldfusion/pagination-with-coldfusion-and-mssql-faux-mysqls-limit-xy/#comments" title="to the comments">2 comment(s)</a><br/><small>
<a href="http://www.addthis.com/bookmark.php?v=15&#038;winname=addthis&#038;pub=freelancewebdeveloper&#038;s=more&#038;url=http://www.webveteran.com/blog/index.php/web-coding/coldfusion/pagination-with-coldfusion-and-mssql-faux-mysqls-limit-xy/&#038;logo=http://www.webveteran.com/blog/images/freelance-web-development.png&#038;logobg=&#038;logocolor=&#038;ate=AT-freelancewebdeveloper/-/~/54030aa53bfd7/12/491901bf3836ddcd&#038;adt=1&#038;content=&#038;CXNID=2000001.5215456080540439074NXC&#038;brand=WebVeteran.com" target="_blank"><img width="125" height="16" border="0" alt="" src="http://s7.addthis.com/static/btn/lg-addthis-en.gif" /></a></small></td><td valign='top'><small>
Copyright &#169; 2009 Jules Gravinese @ The <a href="http://www.webveteran.com/blog/">Freelance Web Development Blog</a>.<br/>This feed is for personal, non-commercial use only. The use of this feed on other websites breaches copyright. If this content is not in your news reader, it makes the page you are viewing an infringement of the copyright. ac7933855cc938c69031a858b4e532f0 (38.107.191.110) </td></tr></table>]]></description>
		<wfw:commentRss>http://www.webveteran.com/blog/index.php/web-coding/coldfusion/pagination-with-coldfusion-and-mssql-faux-mysqls-limit-xy/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
