<?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>Media Marketers Blog &#187; Programming</title>
	<atom:link href="http://www.mediamarketers.com/blog/index.php/category/programming/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.mediamarketers.com/blog</link>
	<description>Tips for Getting and Growing Online</description>
	<lastBuildDate>Mon, 23 Jan 2012 16:14:33 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>ACT Framework SDK Table Schema (column lists)</title>
		<link>http://www.mediamarketers.com/blog/index.php/2011/03/31/act-framework-sdk-table-schema-column-lists/</link>
		<comments>http://www.mediamarketers.com/blog/index.php/2011/03/31/act-framework-sdk-table-schema-column-lists/#comments</comments>
		<pubDate>Thu, 31 Mar 2011 15:35:30 +0000</pubDate>
		<dc:creator>chad</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://www.mediamarketers.com/blog/?p=75</guid>
		<description><![CDATA[I was doing an Act integration project and needed this information, but it was not readily available.  So here ya go.  Leave comment if it helps you out!
Tablename,Columnname,Displayname,OLEDBNAME,ALIASNAME,Physical Datatype,Is Custom,Is Primary Field,Min Column Length,Is Allow Blanks,Length,Decimal Precision,Default Access,Default Value
TBL_CONTACT,BUSINESS_LINE1,Address 1,Address 1,ADDRESS_1,NVARCHAR,0,1,,1,256,,FULL ACCESS (2),
TBL_CONTACT,BUSINESS_LINE2,Address 2,Address 2,ADDRESS_2,NVARCHAR,0,1,,1,256,,FULL ACCESS (2),
TBL_CONTACT,BUSINESS_LINE3,Address 3,Address 3,ADDRESS_3,NVARCHAR,0,1,,1,256,,FULL ACCESS (2),
TBL_CONTACT,ALTERNATE_SUFFIX,Alternate Extension,Alternate Extension,ALTERNATE_EXTENSION,NVARCHAR,0,0,,1,256,,FULL ACCESS (2),
TBL_CONTACT,ALTERNATE_PHONE,Alternate [...]]]></description>
		<wfw:commentRss>http://www.mediamarketers.com/blog/index.php/2011/03/31/act-framework-sdk-table-schema-column-lists/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Quick Tip: Clean Up Your URLs</title>
		<link>http://www.mediamarketers.com/blog/index.php/2008/05/09/quick-tip-clean-up-your-urls/</link>
		<comments>http://www.mediamarketers.com/blog/index.php/2008/05/09/quick-tip-clean-up-your-urls/#comments</comments>
		<pubDate>Fri, 09 May 2008 19:49:51 +0000</pubDate>
		<dc:creator>Adam</dc:creator>
				<category><![CDATA[Programming]]></category>

		<guid isPermaLink="false">http://www2.mediamarketers.com/blog/index.php/2008/05/09/quick-tip-clean-up-your-urls/</guid>
		<description><![CDATA[One of the most common questions that I get from web developers is “How do I get clean URLs without all the question marks and symbols?” The solution is not as hard as you may think, it just takes a little knowledge of the apache function mod_rewrite. In this quick tip I’ll show you one [...]]]></description>
		<wfw:commentRss>http://www.mediamarketers.com/blog/index.php/2008/05/09/quick-tip-clean-up-your-urls/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Common Security Flaws with PHP Sites</title>
		<link>http://www.mediamarketers.com/blog/index.php/2008/05/09/commonly-security-flaws-with-php-sites/</link>
		<comments>http://www.mediamarketers.com/blog/index.php/2008/05/09/commonly-security-flaws-with-php-sites/#comments</comments>
		<pubDate>Fri, 09 May 2008 19:12:49 +0000</pubDate>
		<dc:creator>Adam</dc:creator>
				<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://www2.mediamarketers.com/blog/index.php/2008/05/09/commonly-security-flaws-with-php-sites/</guid>
		<description><![CDATA[PHP is a great language; it allows people to create large web sites and web applications in a reasonable amount of time. However, many programmers cut corners when it comes to the security of a web site. In this article, I’ll go over some of the security blunders that are commonplace with PHP programmers.
Non-Validated User [...]]]></description>
		<wfw:commentRss>http://www.mediamarketers.com/blog/index.php/2008/05/09/commonly-security-flaws-with-php-sites/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Embarrassing for all Programmers</title>
		<link>http://www.mediamarketers.com/blog/index.php/2007/09/30/embarrassing-for-all-programmers/</link>
		<comments>http://www.mediamarketers.com/blog/index.php/2007/09/30/embarrassing-for-all-programmers/#comments</comments>
		<pubDate>Sun, 30 Sep 2007 11:34:09 +0000</pubDate>
		<dc:creator>chad</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://www2.mediamarketers.com/blog/index.php/2007/09/30/embarrassing-for-all-programmers/</guid>
		<description><![CDATA[I was in a meeting Friday with this super nice lady that had a small e-commerce website and some other informational pages.  It was a typical Friday afternoon and I thought was going to be a typical meeting.  Boy was I wrong.
The lady came to us very frustrated and upset.  I would have been the same.  [...]]]></description>
		<wfw:commentRss>http://www.mediamarketers.com/blog/index.php/2007/09/30/embarrassing-for-all-programmers/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Web Standards Aren&#8217;t Necessary and Hurt Your Website</title>
		<link>http://www.mediamarketers.com/blog/index.php/2007/09/15/web-standards-arent-necessary-and-hurt-your-website/</link>
		<comments>http://www.mediamarketers.com/blog/index.php/2007/09/15/web-standards-arent-necessary-and-hurt-your-website/#comments</comments>
		<pubDate>Sat, 15 Sep 2007 15:05:11 +0000</pubDate>
		<dc:creator>chad</dc:creator>
				<category><![CDATA[Web Standards]]></category>

		<guid isPermaLink="false">http://www2.mediamarketers.com/blog/index.php/2007/09/15/web-standards-arent-necessary-and-hurt-your-website/</guid>
		<description><![CDATA[What is up with &#8220;web standards&#8221; today?  There seems to be two movements, there are die hard web standards guys and ones who don&#8217;t really care about them.  Who is right and who is wrong?
What are web standards anyway (for the nubes)?  Web standards (in a nutshell) are a systematic method to develop a web page using [...]]]></description>
		<wfw:commentRss>http://www.mediamarketers.com/blog/index.php/2007/09/15/web-standards-arent-necessary-and-hurt-your-website/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>ASP.NET Third Party Controls from Telerik</title>
		<link>http://www.mediamarketers.com/blog/index.php/2007/09/01/aspnet-third-party-controls-from-telerik/</link>
		<comments>http://www.mediamarketers.com/blog/index.php/2007/09/01/aspnet-third-party-controls-from-telerik/#comments</comments>
		<pubDate>Sat, 01 Sep 2007 22:50:04 +0000</pubDate>
		<dc:creator>chad</dc:creator>
				<category><![CDATA[ASP / ASP.NET]]></category>

		<guid isPermaLink="false">http://www2.mediamarketers.com/blog/index.php/2007/09/01/aspnet-third-party-controls-from-telerik/</guid>
		<description><![CDATA[I was a die-hard classic ASP programmer and decided to dive into the .NET world.  After all, Microsoft has hyped this framework up so much and it is supposed to be so easy.  Can you see the rainbows and lollypops?
I think the biggest thing I was expecting and hoping for was faster and less laborious [...]]]></description>
		<wfw:commentRss>http://www.mediamarketers.com/blog/index.php/2007/09/01/aspnet-third-party-controls-from-telerik/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
	</channel>
</rss>

