<?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>SEO Software Solutions - Internet Madman &#187; Database / SQL</title>
	<atom:link href="http://blog.internetmadman.com/category/database-sql/feed" rel="self" type="application/rss+xml" />
	<link>http://blog.internetmadman.com</link>
	<description>SEO, Software, Code &#38; Web Hotness</description>
	<lastBuildDate>Wed, 21 Sep 2011 20:35:15 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Foxpro Row Number Tip</title>
		<link>http://blog.internetmadman.com/foxpro-row-number-tip/552</link>
		<comments>http://blog.internetmadman.com/foxpro-row-number-tip/552#comments</comments>
		<pubDate>Fri, 20 May 2011 04:37:55 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Database / SQL]]></category>
		<category><![CDATA[Database]]></category>
		<category><![CDATA[FoxPro]]></category>
		<category><![CDATA[RecNo]]></category>
		<category><![CDATA[Record Number]]></category>
		<category><![CDATA[Row Number]]></category>
		<category><![CDATA[Row()]]></category>

		<guid isPermaLink="false">http://blog.internetmadman.com/?p=552</guid>
		<description><![CDATA[There&#8217;s a ton of useful commands available in Visual FoxPro. It&#8217;s a pretty good database. The drawback is it&#8217;s a little slow, and the table size is limited, and obviously it costs money, unlike MySQL. There&#8217;s time that you might &#8230; <a href="http://blog.internetmadman.com/foxpro-row-number-tip/552">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fblog.internetmadman.com%2Ffoxpro-row-number-tip%2F552"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fblog.internetmadman.com%2Ffoxpro-row-number-tip%2F552&amp;style=normal&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<div style="float: left; padding: 10px;"> <script type="text/javascript"><!--
google_ad_client = "pub-1072293186877500";
/* 300x250, created 11/2/09 */
google_ad_slot = "2194248652";
google_ad_width = 300;
google_ad_height = 250;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script></div>
<p>There&#8217;s a ton of useful commands available in Visual FoxPro. It&#8217;s a pretty good database. The drawback is it&#8217;s a little slow, and the table size is limited, and obviously it costs money, unlike MySQL. There&#8217;s time that you might need to add a row number or record number to a FoxPro table. Still FoxPro is a great back end for <a href="http://www.webprofast.com/services/software-design-development" title="Windows Software Development Services">Windows applications</a>, as long as the databases are kept bloat free, and relatively small and well maintained. I&#8217;ve been using it for over ten years and it&#8217;s never let me down. It runs particularly well as a back end database solution when coupled with the Microsoft OLEDB Privider for Microsoft Visual FoxPro.</p>
<pre class="brush: plain; title: Source Code; notranslate">
replace all id with recno()
</pre>
<p>this will add the numeric value to the field &quot;id&quot;. Or alternatively, you can use this for character (text) fields.</p>
<pre class="brush: plain; title: Source Code; notranslate">
replace all id with alltrim(str(recno()))
</pre>
<div class="su-linkbox" id="post-552-linkbox"><div class="su-linkbox-label">Link to this post!</div><div class="su-linkbox-field"><input type="text" value="&lt;a href=&quot;http://blog.internetmadman.com/foxpro-row-number-tip/552&quot;&gt;Foxpro Row Number Tip&lt;/a&gt;" onclick="javascript:this.select()" readonly="readonly" style="width: 100%;" /></div></div>]]></content:encoded>
			<wfw:commentRss>http://blog.internetmadman.com/foxpro-row-number-tip/552/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Directory Submissions Surfer 1.5</title>
		<link>http://blog.internetmadman.com/directory-submissions-surfer-1-5-2/299</link>
		<comments>http://blog.internetmadman.com/directory-submissions-surfer-1-5-2/299#comments</comments>
		<pubDate>Wed, 10 Feb 2010 23:03:12 +0000</pubDate>
		<dc:creator>Internet Madman</dc:creator>
				<category><![CDATA[Database / SQL]]></category>
		<category><![CDATA[Directory Submission News]]></category>
		<category><![CDATA[12000 directories]]></category>
		<category><![CDATA[Directories]]></category>
		<category><![CDATA[Directory Submissions]]></category>
		<category><![CDATA[free add url]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Traffic]]></category>
		<category><![CDATA[traffic building]]></category>

		<guid isPermaLink="false">http://blog.internetmadman.com/2010/02/10/directory-submissions-surfer-1-5-2/</guid>
		<description><![CDATA[As you might or might not know, I am currently building the most advanced desktop application available for semi-automated directory submissions. You can argue the point about the value of submitting to directories, but from experiences, it&#8217;s a very inexpensive &#8230; <a href="http://blog.internetmadman.com/directory-submissions-surfer-1-5-2/299">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fblog.internetmadman.com%2Fdirectory-submissions-surfer-1-5-2%2F299"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fblog.internetmadman.com%2Fdirectory-submissions-surfer-1-5-2%2F299&amp;style=normal&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p><a href="http://blog.internetmadman.com/wp-content/uploads/2010/02/Directory-Submissions-Surfe.jpg" rel="lightbox[299]"><img src="http://blog.internetmadman.com/wp-content/uploads/2010/02/Directory-Submissions-Surfe-150x150.jpg" alt="Directory-Submissions-Surfer" title="Directory-Submissions-Surfer" width="150" height="150" class="alignleft size-thumbnail wp-image-298" /></a>As you might or might not know, I am currently building the most advanced desktop application available for semi-automated <a href="http://www.directorysubmissionsurfer.com" title="Semi Automated Directory Submissions Software">directory submissions</a>.</p>
<p>You can argue the point about the value of submitting to directories, but from experiences, it&#8217;s a very inexpensive way to help grow your website&#8217;s popularity, and get free links.</p>
<div style="float: left; padding: 5px;"> <script type="text/javascript"><!--
google_ad_client = "pub-1072293186877500";
/* 300x250, created 11/2/09 */
google_ad_slot = "2194248652";
google_ad_width = 300;
google_ad_height = 250;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script></div>
<p>Historically the problem has been cutting and pasting or manually entering all the fields. Well not only will the program contain 12000 free directories to submit to, it will have a database with preview images, preview descriptions, advanced data entry capabilities, ease of use, smart features and a terrific price for value&#8230;</p>
<p>It&#8217;s currently in late beta, and I&#8217;m submitting my community site while testing it, so I&#8217;ll keep every one up to date as to when it will be commercially available. I&#8217;m totally excited, because it&#8217;s really very easy to get a lot of links fast. and I hate repetitive tasks.</p>
<p>**UPDATE:</p>
<p>I&#8217;m preparing to release this software free to the public as advertising-supported software. Wish me luck!</p>
<div class="su-linkbox" id="post-299-linkbox"><div class="su-linkbox-label">Link to this post!</div><div class="su-linkbox-field"><input type="text" value="&lt;a href=&quot;http://blog.internetmadman.com/directory-submissions-surfer-1-5-2/299&quot;&gt;Directory Submissions Surfer 1.5&lt;/a&gt;" onclick="javascript:this.select()" readonly="readonly" style="width: 100%;" /></div></div>]]></content:encoded>
			<wfw:commentRss>http://blog.internetmadman.com/directory-submissions-surfer-1-5-2/299/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How I Import To New Blog</title>
		<link>http://blog.internetmadman.com/how-i-import-to-new-blog/138</link>
		<comments>http://blog.internetmadman.com/how-i-import-to-new-blog/138#comments</comments>
		<pubDate>Wed, 11 Nov 2009 01:42:32 +0000</pubDate>
		<dc:creator>Internet Madman</dc:creator>
				<category><![CDATA[Database / SQL]]></category>
		<category><![CDATA[Web & Internet]]></category>
		<category><![CDATA[XHTML & CSS Design]]></category>
		<category><![CDATA[Blogging]]></category>
		<category><![CDATA[Create HTML]]></category>
		<category><![CDATA[Custom]]></category>
		<category><![CDATA[Software]]></category>

		<guid isPermaLink="false">http://blog.internetmadman.com/?p=138</guid>
		<description><![CDATA[So I used to run Music City.net on another CMS. It&#8217;s really a directory of everything cools and for businesses in Nashville, Tennessee to advertise online. I had no convenient way to import posts into WordPress, so I decide that &#8230; <a href="http://blog.internetmadman.com/how-i-import-to-new-blog/138">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fblog.internetmadman.com%2Fhow-i-import-to-new-blog%2F138"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fblog.internetmadman.com%2Fhow-i-import-to-new-blog%2F138&amp;style=normal&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<div id="attachment_139" class="wp-caption alignnone" style="width: 310px"><img class="size-medium wp-image-139" title="My Blogging Post HTML Creation Software" src="http://blog.internetmadman.com/wp-content/uploads/2009/11/My-Software-300x188.jpg" alt="My Blogging Post HTML Creation Software" width="300" height="188" /><p class="wp-caption-text">My Blogging Post HTML Creation Software</p></div>
<div style="float: left; padding: 10px;"> <script type="text/javascript"><!--
google_ad_client = "pub-1072293186877500";
/* 300x250, created 11/2/09 */
google_ad_slot = "2194248652";
google_ad_width = 300;
google_ad_height = 250;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script></div>
<p>So I used to run <a title="Music City, Nashville TN" href="http://www.music-city">Music City</a>.net on another CMS. It&#8217;s really a directory of everything cools and for businesses in Nashville, Tennessee to advertise online. I had no convenient way to import posts into WordPress, so I decide that I would use Google cache of the old pages, and build a little program in Delphi to create the HTML, complete with WordPress shortcode so I could visit the site within the program, enter a few details, save it to a desktop database, and then create the HTML, and the shortcodes needed for my particular WordPress set up.</p>
<p>The basic steps are few, and a few hours of programming in Delphi allowed me to save hours of hand coding. I am thinking of developing a pro-blogger program that will allow users to create formatted HTML from some field values on the program&#8217;s form, save to DB, and insert custom text, and copy paragraph snippets via the embedded web browser.</p>
<p>This program took me about five hours to build, and some of it looks pretty bare bones, but it has helped me tremendously in time to import all my old listing into the new site. Click on the smaller thumbnail to view the software full screen screen shot.</p>

<a href='http://blog.internetmadman.com/how-i-import-to-new-blog/138/my-software' title='My Blogging Post HTML Creation Software'><img width="150" height="150" src="http://blog.internetmadman.com/wp-content/uploads/2009/11/My-Software-150x150.jpg" class="attachment-thumbnail" alt="My Blogging Post HTML Creation Software" title="My Blogging Post HTML Creation Software" /></a>

<div class="su-linkbox" id="post-138-linkbox"><div class="su-linkbox-label">Link to this post!</div><div class="su-linkbox-field"><input type="text" value="&lt;a href=&quot;http://blog.internetmadman.com/how-i-import-to-new-blog/138&quot;&gt;How I Import To New Blog&lt;/a&gt;" onclick="javascript:this.select()" readonly="readonly" style="width: 100%;" /></div></div>]]></content:encoded>
			<wfw:commentRss>http://blog.internetmadman.com/how-i-import-to-new-blog/138/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

