<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss 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:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0">

<channel>
	<title>ongeremd.com</title>
	
	<link>http://ongeremd.com</link>
	<description>Blog over het Fine tunen van website, webshops en Content management systemen</description>
	<pubDate>Fri, 18 Feb 2011 00:25:42 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6</generator>
	<language>en</language>
			<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/ongeremdcom" /><feedburner:info uri="ongeremdcom" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><item>
		<title>How to create XML file of Database in C# asp.Net</title>
		<link>http://feedproxy.google.com/~r/ongeremdcom/~3/4ekiCEumHuc/</link>
		<comments>http://ongeremd.com/internet/sql/create-xml-file-database-aspnet/#comments</comments>
		<pubDate>Fri, 18 Feb 2011 00:25:42 +0000</pubDate>
		<dc:creator />
		
		<category><![CDATA[SQL]]></category>

		<guid isPermaLink="false">http://ongeremd.com/?p=1148</guid>
		<description><![CDATA[
To create XML file of Database we have to call WriteXml() function of Data Set.
Example
string strConnection = &#8220;Server=abc\\SQLEXPRESs;Database=Employee;Trusted_Connection=True&#8221;;
 SqlConnection con = new SqlConnection(strConnection);
//creating new connection to database Employee
 con.Open();
//opening connection
SqlDataAdapter da = new SqlDataAdapter(&#8220;select * from employee&#8221;, con);
//assigning data to DataAdapter according to the query
 DataSet ds = new DataSet();
 da.Fill(ds, &#8220;Employee&#8221;);
//filling dataset.
 ds.WriteXml(&#8220;C:\\dataEmployee.xml&#8221;);
//writing XML file of name ‘dataEmployee.xml’ of [...]]]></description>
			<content:encoded><![CDATA[
<p><a href="http://feedads.g.doubleclick.net/~a/Uec47H1y06OGfg7sKt19u_gGFgo/0/da"><img src="http://feedads.g.doubleclick.net/~a/Uec47H1y06OGfg7sKt19u_gGFgo/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/Uec47H1y06OGfg7sKt19u_gGFgo/1/da"><img src="http://feedads.g.doubleclick.net/~a/Uec47H1y06OGfg7sKt19u_gGFgo/1/di" border="0" ismap="true"></img></a></p><p class="MsoNormal">
<p class="MsoNormal">To create XML file of Database we have to call WriteXml() function of Data Set.</p>
<p class="MsoSubtitle">Example</p>
<p class="MsoNormal"><span>string</span><span> strConnection = <span>&#8220;Server=abc\\SQLEXPRESs;Database=Employee;Trusted_Connection=True&#8221;</span>;</span></p>
<p class="MsoNormal"><span><span> </span><span>SqlConnection</span> con = <span>new</span> <span>SqlConnection</span>(strConnection);</span></p>
<p class="MsoNormal"><span>//creating new connection to database Employee</span></p>
<p class="MsoNormal"><span><span> </span>con.Open();</span></p>
<p class="MsoNormal"><span>//opening connection</span></p>
<p class="MsoNormal"><span>SqlDataAdapter</span><span> da = <span>new</span> <span>SqlDataAdapter</span>(<span>&#8220;select * from employee&#8221;</span>, con);</span></p>
<p class="MsoNormal"><span>//assigning data to DataAdapter according to the query</span></p>
<p class="MsoNormal"><span><span> </span><span>DataSet</span> ds = <span>new</span> <span>DataSet</span>();</span></p>
<p class="MsoNormal"><span><span> </span>da.Fill(ds, <span>&#8220;Employee&#8221;</span>);</span></p>
<p class="MsoNormal"><span>//filling dataset.</span></p>
<p class="MsoNormal"><span><span> </span>ds.WriteXml(<span>&#8220;C:\\dataEmployee.xml&#8221;</span>);</span></p>
<p class="MsoNormal"><span>//writing XML file of name ‘dataEmployee.xml’ of database</span></p>
<div><span></p>
<p><div id="attachment_1149" class="wp-caption alignnone" style="width: 310px"><a href="http://ongeremd.com/wp-content/uploads/2011/02/image0021.jpg"><img class="size-medium wp-image-1149" title="write XML from database " src="http://ongeremd.com/wp-content/uploads/2011/02/image0021-300x215.jpg" alt="write xml from database c#" width="300" height="215" /></a><p class="wp-caption-text">write xml from database c#</p></div></p>
<p></span></div>
<h3>Bekijk ook</h3>
<ul class="related_post">
<li><a href="http://ongeremd.com/media/humor/achmed-the-dead-terrorist/" title="Achmed the Dead Terrorist">Achmed the Dead Terrorist</a></li>
<li><a href="http://ongeremd.com/ecommerce-systems-and-solutions/magento-ecommerce-systems-and-solutions/magento-ups-shipping-module/" title="Magento UPS Shipping Module">Magento UPS Shipping Module</a></li>
<li><a href="http://ongeremd.com/google-seo-marketing-tips/vindbaar-in-10-gemakkelijke-stappen/" title="Vindbaar in 10 gemakkelijke stappen">Vindbaar in 10 gemakkelijke stappen</a></li>
<li><a href="http://ongeremd.com/internet/actueel/12-jarige-doet-mega-ontdekking-op-gebied-van-zonnecellen/" title="12-jarige doet mega-ontdekking op gebied van zonnecellen">12-jarige doet mega-ontdekking op gebied van zonnecellen</a></li>
<li><a href="http://ongeremd.com/ongeremd/jeff-dunham-melvin-the-super-hero/" title="Jeff Dunham - Melvin the super hero ">Jeff Dunham - Melvin the super hero </a></li>
</ul>
<img src="http://feeds.feedburner.com/~r/ongeremdcom/~4/4ekiCEumHuc" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://ongeremd.com/internet/sql/create-xml-file-database-aspnet/feed/</wfw:commentRss>
		<feedburner:origLink>http://ongeremd.com/internet/sql/create-xml-file-database-aspnet/</feedburner:origLink></item>
		<item>
		<title>Wolfman Full movie</title>
		<link>http://feedproxy.google.com/~r/ongeremdcom/~3/UQKO5qJvm4c/</link>
		<comments>http://ongeremd.com/media/films/wolfman-full-movie/#comments</comments>
		<pubDate>Wed, 15 Sep 2010 17:30:26 +0000</pubDate>
		<dc:creator />
		
		<category><![CDATA[FILMS]]></category>

		<category><![CDATA[Watch wolfman full movie]]></category>

		<guid isPermaLink="false">http://ongeremd.com/?p=1146</guid>
		<description><![CDATA[Watch Wolfman here.

Bekijk ook

auto en motor crashes compilatie 2007 
maak je eigen social Bookmarks in Magento
Joomla CSS menu
Jeff Dunham - Melvin the super hero 
12-jarige doet mega-ontdekking op gebied van zonnecellen

]]></description>
			<content:encoded><![CDATA[
<p><a href="http://feedads.g.doubleclick.net/~a/TtYdIalbWTSGEV3yrxZNSt7asEE/0/da"><img src="http://feedads.g.doubleclick.net/~a/TtYdIalbWTSGEV3yrxZNSt7asEE/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/TtYdIalbWTSGEV3yrxZNSt7asEE/1/da"><img src="http://feedads.g.doubleclick.net/~a/TtYdIalbWTSGEV3yrxZNSt7asEE/1/di" border="0" ismap="true"></img></a></p><p>Watch Wolfman here.</p>
<p><iframe style='overflow: hidden; border: 0; width: 600px; height: 480px' src='http://embed.novamov.com/embed.php?width=600&#038;height=480&#038;v=e1usm97i3jh11' scrolling='no'></iframe><br />
<h3>Bekijk ook</h3>
<ul class="related_post">
<li><a href="http://ongeremd.com/ongeremd/jeff-dunham-en-bubba-j/" title="Jeff Dunham en Bubba J ">Jeff Dunham en Bubba J </a></li>
<li><a href="http://ongeremd.com/google-seo-marketing-tips/hoe-kan-ik-me-aanmelden-bij-zoekmachines/" title="hoe kan ik me Aanmelden bij zoekmachines">hoe kan ik me Aanmelden bij zoekmachines</a></li>
<li><a href="http://ongeremd.com/internet/php-programmeren/invoegen-van-gegevens-in-een-database-tabel/" title="Invoegen van gegevens in een database tabel">Invoegen van gegevens in een database tabel</a></li>
<li><a href="http://ongeremd.com/ecommerce-systems-and-solutions/magento-ecommerce-systems-and-solutions/magento-betalingen-via-ogone/" title="magento Betalingen via Ogone werkt niet bij 1.4">magento Betalingen via Ogone werkt niet bij 1.4</a></li>
<li><a href="http://ongeremd.com/ecommerce-systems-and-solutions/sms-chat-een-nieuwe-bron-van-inkomsten-voor-particulieren/" title="sms chat een nieuwe bron van inkomsten voor particulieren">sms chat een nieuwe bron van inkomsten voor particulieren</a></li>
</ul>
<img src="http://feeds.feedburner.com/~r/ongeremdcom/~4/UQKO5qJvm4c" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://ongeremd.com/media/films/wolfman-full-movie/feed/</wfw:commentRss>
		<feedburner:origLink>http://ongeremd.com/media/films/wolfman-full-movie/</feedburner:origLink></item>
		<item>
		<title>TWILIGHT ECLIPSE FULL MOVIE</title>
		<link>http://feedproxy.google.com/~r/ongeremdcom/~3/R-1D9JqdBh4/</link>
		<comments>http://ongeremd.com/uncategorized/twilight-eclipse-full-movie/#comments</comments>
		<pubDate>Wed, 15 Sep 2010 15:33:12 +0000</pubDate>
		<dc:creator />
		
		<category><![CDATA[FILMS]]></category>

		<category><![CDATA[Uncategorized]]></category>

		<category><![CDATA[Add new tag]]></category>

		<category><![CDATA[eclipse twilight]]></category>

		<category><![CDATA[twilight eclipse full movie]]></category>

		<category><![CDATA[watch twilight eclips]]></category>

		<guid isPermaLink="false">http://ongeremd.com/?p=1143</guid>
		<description><![CDATA[
Bekijk ook

40000 jaar gevangenisstraf
Nieuw jong blaadje voor Hefner
Vindbaar in 10 gemakkelijke stappen
Joomla templates tegen geringe prijs
variable opnemen in een sql query

]]></description>
			<content:encoded><![CDATA[
<p><a href="http://feedads.g.doubleclick.net/~a/Q4xNSGIZubYBqLUUS9s3Pug9E4o/0/da"><img src="http://feedads.g.doubleclick.net/~a/Q4xNSGIZubYBqLUUS9s3Pug9E4o/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/Q4xNSGIZubYBqLUUS9s3Pug9E4o/1/da"><img src="http://feedads.g.doubleclick.net/~a/Q4xNSGIZubYBqLUUS9s3Pug9E4o/1/di" border="0" ismap="true"></img></a></p><p><iframe style='overflow: hidden; border: 0; width: 600px; height: 480px' src='http://embed.novamov.com/embed.php?width=600&#038;height=480&#038;v=4c7a140867dbb' scrolling='no'></iframe><br />
<h3>Bekijk ook</h3>
<ul class="related_post">
<li><a href="http://ongeremd.com/internet/php-programmeren/location-phpini-file/" title="Location php.ini file">Location php.ini file</a></li>
<li><a href="http://ongeremd.com/internet/php-programmeren/php-mysql-tabellen-aanmaken-in-een-database-create/" title="PHP MySQL tabellen aanmaken in een database (CREATE)">PHP MySQL tabellen aanmaken in een database (CREATE)</a></li>
<li><a href="http://ongeremd.com/ecommerce-systems-and-solutions/magento-ecommerce-systems-and-solutions/magento-cant-login-to-admin/" title="magento can&#8217;t login to admin">magento can&#8217;t login to admin</a></li>
<li><a href="http://ongeremd.com/internet/php-programmeren/php-mysql-het-where-argument/" title="PHP MYSQL: het WHERE Argument">PHP MYSQL: het WHERE Argument</a></li>
<li><a href="http://ongeremd.com/media/humor/how-to-kill-a-brand-playstation-3/" title="How to kill a brand:  Playstation 3">How to kill a brand:  Playstation 3</a></li>
</ul>
<img src="http://feeds.feedburner.com/~r/ongeremdcom/~4/R-1D9JqdBh4" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://ongeremd.com/uncategorized/twilight-eclipse-full-movie/feed/</wfw:commentRss>
		<feedburner:origLink>http://ongeremd.com/uncategorized/twilight-eclipse-full-movie/</feedburner:origLink></item>
		<item>
		<title>How to make a booklet with microsoft word</title>
		<link>http://feedproxy.google.com/~r/ongeremdcom/~3/5PR3JTrF-DQ/</link>
		<comments>http://ongeremd.com/internet/tutorials/booklet-microsoft-word/#comments</comments>
		<pubDate>Tue, 07 Sep 2010 12:15:46 +0000</pubDate>
		<dc:creator />
		
		<category><![CDATA[Tutorials]]></category>

		<category><![CDATA[boekje maken]]></category>

		<category><![CDATA[booklet word template]]></category>

		<category><![CDATA[make booklet with microsoft word]]></category>

		<guid isPermaLink="false">http://ongeremd.com/?p=1139</guid>
		<description><![CDATA[The WordBookletTemplates.zip file contains Microsoft Word templates for 4, 8, 12, 16, 20, 24, 28, and 32 page booklets, with and without page numbers (16 templates in all). I think I developed these with Microsoft Word 97 and I’ve never made any changes to them. They use a series of text boxes that flow from [...]]]></description>
			<content:encoded><![CDATA[
<p><a href="http://feedads.g.doubleclick.net/~a/wA-KXMkYd4Vp4YoDfgaxZCCCM04/0/da"><img src="http://feedads.g.doubleclick.net/~a/wA-KXMkYd4Vp4YoDfgaxZCCCM04/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/wA-KXMkYd4Vp4YoDfgaxZCCCM04/1/da"><img src="http://feedads.g.doubleclick.net/~a/wA-KXMkYd4Vp4YoDfgaxZCCCM04/1/di" border="0" ismap="true"></img></a></p><p>The <a href="http://rickyspears.com/blog/images/WordBookletTemplates.zip">WordBookletTemplates.zip</a> file contains Microsoft Word templates for 4, 8, 12, 16, 20, 24, 28, and 32 page booklets, with and without page numbers (16 templates in all). I think I developed these with Microsoft Word 97 and I’ve never made any changes to them. They use a series of text boxes that flow from one to the other to get the text where it is supposed to be in the booklet.</p>
<p>To use them, simply start a new document based on the template of choice and start typing (or paste your text) into the text box on the right hand side of the first page. The text will flow to fill all the other pages as needed. To understand this better, you may find it useful to start with one of the templates with page numbers. If you shrink the page size down so that you can view all the pages, it may appear that your text is all over the place. Don’t panic! That’s normal, and there is a reason for it.</p>
<p>Make sure your printer has 8-1/2? X 11? paper in it. If your printer does duplexing, simply print your document. If your printer doesn’t offer duplexing, then it will be a simple 3-step process for you: 1) Print out all the <strong>odd numbered</strong> pages; 2) When they are done, reverse the sort order of the pages [This may vary by printer model and settings]; 3) Print out all the <strong>even numbered</strong> pages on the back of the odd numbered pages. Once all your pages have printed, simply fold them in half. The pages will be set up so that they will form a properly numbered series of pages from beginning to end.</p>
<p>Once the pages are printed, I use a <a href="http://froogle.google.com/froogle?q=long+reach+stapler&amp;btnG=Search+Froogle">long reach stapler</a> to bind them together. (I omit this step on the 4-page booklet because it’s only one piece of paper, of course.)</p>
<p>Oh, they seem to work in OpenOffice.org too! <strong>Enjoy!</strong></p>
<p><strong>Source:</strong></p>
<p><a href="http://rickyspears.com/blog/2005/05/booklet-templates/">http://rickyspears.com/blog/2005/05/booklet-templates/</a><br />
<h3>Bekijk ook</h3>
<ul class="related_post">
<li><a href="http://ongeremd.com/internet/veel-spam-komt-uit-europa/" title="Veel spam komt uit Europa">Veel spam komt uit Europa</a></li>
<li><a href="http://ongeremd.com/ecommerce-systems-and-solutions/magento-ecommerce-systems-and-solutions/magento-developer-toolbar-switch-toolbar/" title="Magento Developer toolbar / can&#8217;t switch off toolbar">Magento Developer toolbar / can&#8217;t switch off toolbar</a></li>
<li><a href="http://ongeremd.com/ongeremd/walter-and-jeff-dunham/" title="Walter and Jeff Dunham ">Walter and Jeff Dunham </a></li>
<li><a href="http://ongeremd.com/ongeremd/peanut-and-jeff-dunham/" title="Peanut and Jeff Dunham ">Peanut and Jeff Dunham </a></li>
<li><a href="http://ongeremd.com/internet/php-programmeren/variabelen-opnemen-in-database-query/" title="Variabelen opnemen in database query">Variabelen opnemen in database query</a></li>
</ul>
<img src="http://feeds.feedburner.com/~r/ongeremdcom/~4/5PR3JTrF-DQ" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://ongeremd.com/internet/tutorials/booklet-microsoft-word/feed/</wfw:commentRss>
		<feedburner:origLink>http://ongeremd.com/internet/tutorials/booklet-microsoft-word/</feedburner:origLink></item>
		<item>
		<title>How to shut down a virtual machine</title>
		<link>http://feedproxy.google.com/~r/ongeremdcom/~3/xgy901znzk8/</link>
		<comments>http://ongeremd.com/internet/tutorials/shut-virtual-machine/#comments</comments>
		<pubDate>Fri, 03 Sep 2010 14:11:39 +0000</pubDate>
		<dc:creator />
		
		<category><![CDATA[Tutorials]]></category>

		<category><![CDATA[shut down virtual machine]]></category>

		<category><![CDATA[virtual machine]]></category>

		<category><![CDATA[vm shutdown]]></category>

		<guid isPermaLink="false">http://ongeremd.com/?p=1131</guid>
		<description><![CDATA[If a virtual machine is not configured to automatically shut down, you can shut it down manually by following these steps.
To shut down a virtual machine


Do one of the following:

To shut down from an open virtual machine, from the toolbar of the virtual machine window, click Ctrl+Alt+Del. Or, you can press the CTRL+ALT+END key sequence.
To [...]]]></description>
			<content:encoded><![CDATA[
<p><a href="http://feedads.g.doubleclick.net/~a/MgqMAKvie0W2h_U7R2_7vOHeNeE/0/da"><img src="http://feedads.g.doubleclick.net/~a/MgqMAKvie0W2h_U7R2_7vOHeNeE/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/MgqMAKvie0W2h_U7R2_7vOHeNeE/1/da"><img src="http://feedads.g.doubleclick.net/~a/MgqMAKvie0W2h_U7R2_7vOHeNeE/1/di" border="0" ismap="true"></img></a></p><p>If a virtual machine is not configured to automatically shut down, you can shut it down manually by following these steps.</p>
<h4 class="subHeading">To shut down a virtual machine</h4>
<div class="subSection">
<ol class="ordered">
<li>Do one of the following:
<ul>
<li class="unordered">To shut down from an open virtual machine, from the toolbar of the virtual machine window, click <strong>Ctrl+Alt+Del</strong>. Or, you can press the CTRL+ALT+END key sequence.</li>
<li class="unordered">To shut down from a running virtual application, make sure the focus is on the application (click or restore it if necessary), and then press the CTRL+ALT+END key sequence.</li>
</ul>
</li>
<li>In the window that appears, click <strong>Shut down</strong>.</li>
<li>The operating system will go through the shutdown sequence, and the resources will be released from the virtual machine.</li>
</ol>
</div>
<h3>Bekijk ook</h3>
<ul class="related_post">
<li><a href="http://ongeremd.com/media/pictures/start-met-een-lekkere-douche/" title="Start met een lekkere Douche">Start met een lekkere Douche</a></li>
<li><a href="http://ongeremd.com/internet/actueel/12-jarige-doet-mega-ontdekking-op-gebied-van-zonnecellen/" title="12-jarige doet mega-ontdekking op gebied van zonnecellen">12-jarige doet mega-ontdekking op gebied van zonnecellen</a></li>
<li><a href="http://ongeremd.com/internet/php-programmeren/php-sql-order-by/" title="PHP SQL:  ORDER BY ">PHP SQL:  ORDER BY </a></li>
<li><a href="http://ongeremd.com/media/pictures/ongeremde-meid-geeft-het-toe/" title="Ongeremde kleding voor sexy meiden">Ongeremde kleding voor sexy meiden</a></li>
<li><a href="http://ongeremd.com/internet/php-programmeren/flushen-van-de-dhcp-server-in-linux-debian/" title="Flushen van de DHCP server in Linux Debian">Flushen van de DHCP server in Linux Debian</a></li>
</ul>
<img src="http://feeds.feedburner.com/~r/ongeremdcom/~4/xgy901znzk8" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://ongeremd.com/internet/tutorials/shut-virtual-machine/feed/</wfw:commentRss>
		<feedburner:origLink>http://ongeremd.com/internet/tutorials/shut-virtual-machine/</feedburner:origLink></item>
		<item>
		<title>The 7-step process for writing enticing product descriptions</title>
		<link>http://feedproxy.google.com/~r/ongeremdcom/~3/IPBEM2XOeoQ/</link>
		<comments>http://ongeremd.com/ecommerce-systems-and-solutions/7step-process-writing-enticing-product-descriptions/#comments</comments>
		<pubDate>Fri, 03 Sep 2010 11:28:55 +0000</pubDate>
		<dc:creator />
		
		<category><![CDATA[E-Commerce]]></category>

		<category><![CDATA[SEO Marketing]]></category>

		<category><![CDATA[copywriting]]></category>

		<category><![CDATA[writing enticing product descriptions]]></category>

		<guid isPermaLink="false">http://ongeremd.com/?p=1128</guid>
		<description><![CDATA[The 7-step process for writing enticing product descriptions by Karon Thackston, 

Karon Thackston explains how the pros write ecommerce product descriptions in an extract from her new book Wordtracker Masterclass: Ecommerce Copywriting: Proven Strategies for Boosting Sales &#38; Search Ranking.
If you want a challenge, try writing ecommerce product descriptions. Within a typical 60 to 70 [...]]]></description>
			<content:encoded><![CDATA[
<p><a href="http://feedads.g.doubleclick.net/~a/zToBD6nGqF_HNSfh9PYTW6omBMs/0/da"><img src="http://feedads.g.doubleclick.net/~a/zToBD6nGqF_HNSfh9PYTW6omBMs/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/zToBD6nGqF_HNSfh9PYTW6omBMs/1/da"><img src="http://feedads.g.doubleclick.net/~a/zToBD6nGqF_HNSfh9PYTW6omBMs/1/di" border="0" ismap="true"></img></a></p><h1>The 7-step process for writing enticing product descriptions <small>by <a href="http://ongeremd.com/academy/authors/karon-thackston"><span style="color: #235c9a;">Karon Thackston</span></a>, </small></h1>
<p><a href="http://ongeremd.com/wp-content/uploads/2010/09/writing-product-descriptions_illustration.jpg"><img class="alignleft size-medium wp-image-1129" title="writing-product-descriptions_illustration" src="http://ongeremd.com/wp-content/uploads/2010/09/writing-product-descriptions_illustration.jpg" alt="" width="170" height="170" /></a></p>
<p>Karon Thackston explains how the pros write ecommerce product descriptions in an extract from her new book <a href="http://ongeremd.com/ebooks/ecommerce-book"><span style="color: #235c9a;">Wordtracker Masterclass: Ecommerce Copywriting: Proven Strategies for Boosting Sales &amp; Search Ranking</span></a>.</p>
<p>If you want a challenge, try writing ecommerce product descriptions. Within a typical 60 to 70 words you must concisely convey the benefits and selling points of your product <em>and</em> include search engine keyphrases that engage your target audience … all while working within the constraints of your content management system (CMS). How do the pros do it? We understand that balance and organization are key.</p>
<p>Using this simple, seven-step process will allow you to quickly master the art of ecommerce copywriting. Once you do, you will be able to generate enticing copy that drives sales and boosts search engine positioning.</p>
<h2>1. Familiarize yourself with the target audience</h2>
<p>Amazingly, most people completely ignore their target customer when writing product descriptions. However, the site visitor is the key to how the copy is shaped, the tone it takes and which angle is used to communicate the benefits. For example, let&#8217;s look at a box of gourmet chocolates.</p>
<p>If your target audience consists of gourmet chocolate lovers, you&#8217;ll want to focus on the distinctiveness of your flavors, the quality of the ingredients or perhaps the luxurious texture. What if, on the other hand, your target audience consists - in part or in whole - of those seeking gluten-free treats?</p>
<p>It&#8217;s not uncommon to find chocolates on the open market that are gluten-free. However, the added ingredients in gourmet chocolates may cause problems for those with celiac disease. They are regularly forced to stick with ordinary, plain chocolate candies and bars due to their condition. Since gluten-free items are the most popular, up-and-coming grocery products, you&#8217;ll want to make certain this segment of your gourmet site visitors understands you have something that meets their dietary needs.</p>
<p>Knowing your audience as a whole, and understanding each segment is imperative to creating ecommerce copy that hits the mark every time.</p>
<h2>2. List the biggest benefits of the product</h2>
<p>The steps in this process are progressive. So, while still keeping your target audience and its needs in mind, make a list of the benefits which are most important to your customers. You may want to include various segments in your list.</p>
<p>Continuing with the example above, let&#8217;s create a mini-list for a boxed collection of international chocolates.</p>
<ul>
<li><strong>Gourmet chocolate lovers</strong> - distinctive ingredients imported from across the globe.</li>
<li><strong>Health conscious</strong> - organic ingredients, premium dark chocolate, high quality nuts.</li>
<li><strong>Special dietary needs</strong>- gluten-free. Other collections available that are sugar-free, vegetarian, vegan and kosher.</li>
<li><strong>All customers</strong> - 100% pure ingredients, no artificial colors, flavors or additives.</li>
<li><strong>Gift givers</strong> - attractive, boutique-style gift boxes wrapped in a silk bow. Gift card included at no additional cost. Appropriate for both personal and business gifting.</li>
</ul>
<h2>3. Predict the future</h2>
<p>Good copywriters look past the buying experience toward the future. After the customer purchases this product, how will his/her life be different and/or better? What will the specific end result of their purchase be?</p>
<p>In the case of gourmet chocolates, the end result for those purchasing for themselves might be breathing a sigh of satisfaction as these divine confections melt in their mouths. For gift givers, the end result could be impressing the recipients (whether business or personal) with a truly distinctive collection unlike any they have ever received.</p>
<p>Whatever the end result, it is important to give your site visitors a glimpse into the future so they can see how purchasing from your company will make their lives better.</p>
<h2>4. Know the limits of your CMS</h2>
<p>Content management systems (CMSs) can be frustrating at times. Before you set out to write product copy that&#8217;s 150 words long with a catchy headline, you&#8217;ll want to verify what can and cannot be accomplished within your system. Some have limited room in the copy field. Others force the headline, pulling from information you enter into the product specifications. For example, the headline on each product page would be automatically fed from the title of the product.</p>
<p>Knowing what quirks must be overcome will make the process of writing copy much easier. A few common areas to check include:</p>
<ul>
<li>Maximum word or character count in the product copy field.</li>
<li>Additional fields below the fold (if you run out of space in the product copy field, then you can add a link for &#8220;more information&#8221; that drops the reader to a space further down the page.)</li>
<li>Forced information (headlines that are automatically inserted, product copy automatically fed to the category pages, etc.)</li>
</ul>
<h2>5. Incorporate search engine keyphrases</h2>
<p>Depending on your site design and your CMS, your product descriptions could conceivably be hundreds of words long. Generally speaking, however, you&#8217;re most likely looking at around 60–80. That doesn&#8217;t leave much room to incorporate keyphrases.</p>
<p>While longer web pages benefit from the use of multiple search terms, I recommend sticking to one keyphrase for short product descriptions. Start with the framework of your page including the title tag, description META tag, file name, page name in the navigational structure, breadcrumb trail, forced page headline and other elements. Then move on to the content. Use search phrases in the:</p>
<p><strong>Headline</strong> - if your headline isn&#8217;t forced by your CMS, make a point to include your keyphrase provided it doesn&#8217;t detract from the message. It is usually very simple to incorporate a keyphrase into a headline, but - if for some reason it just doesn&#8217;t flow - leave it out.</p>
<p><strong>Product image caption</strong> - too many ecommerce sites simply shove &#8220;Product #12345&#8243; below graphics. Instead, underneath the hero shot of your product, enter a short, keyword-rich sentence that briefly describes the item. This assists your visitors with learning about your product and gives a little nudge to your rankings.</p>
<p><strong>Product copy</strong> - even within 60–80 words, you should be able to comfortably work your search term in two or perhaps three times. Read the text out loud. If it sounds redundant, take out one instance of your keyphrase.</p>
<h2>6. Write the copy</h2>
<p>It&#8217;s time to put all the pieces together. Look back over the previous five steps. We have our target customer, benefits, end results and keyphrase. Combine everything you have to create a compelling product description that will capture lots of clicks.</p>
<p>While there are dozens of ways to write copy for any given product, here is one version of sample copy for our gourmet chocolate product above. Our keyphrase is <em>gourmet chocolates</em>.</p>
<p><strong>Tour the World with International Gourmet Chocolates</strong></p>
<p>Do a little culinary globetrotting with our collection of gourmet chocolates. Only 100% pure ingredients from across the globe are used. Organic Hawaiian coconut, Australian macadamia nuts and other exceptional treats blend with the richest dark cocoa from West Africa for distinctive gourmet chocolates that truly indulge the senses. This assortment of 16 truffles is gluten-free, elegantly packaged for personal or business gifting, and wrapped with a silk bow.</p>
<h2>7. Tweak, test &amp; track</h2>
<p>Satisfied? You shouldn&#8217;t be. There is always room for improvement. Change a word or two in the headline. Alter the focus to one particular segment of your audience. Gradually make small tweaks to your product descriptions and test them against the original version of the copy. Track your results in order to gain the best conversion ratio possible. This is an all-too-often skipped step that - when done correctly - frequently brings about tremendous gains.</p>
<p>Once you understand the components of good product copy, it&#8217;s easier than you think to put together descriptions that garner more sales. Keep this simple outline handy and you&#8217;ll quickly gain speed when writing high-converting ecommerce copy.</p>
<p>Karon Thackston is author of the newest e-book in the <a href="http://www.wordtracker.com/ebooks/ecommerce-book"><span style="color: #235c9a;">Wordtracker Masterclass series: Ecommerce Copywriting</span></a>, available now. Get yours today at <a href="http://ongeremd.com/ebooks/ecommerce-book"><span style="color: #235c9a;">www.wordtracker.com/ebooks/ecommerce-book</span></a> and discover the proven strategies for boosting sales and search rankings on ecommerce sites.<br />
<h3>Bekijk ook</h3>
<ul class="related_post">
<li><a href="http://ongeremd.com/ecommerce-systems-and-solutions/magento-emails-vertalen/" title="Magento Emails vertalen.">Magento Emails vertalen.</a></li>
<li><a href="http://ongeremd.com/ongeremd/ongeremde-idioten-video-compilatie/" title="Ongeremde Idioten Video Compilatie">Ongeremde Idioten Video Compilatie</a></li>
<li><a href="http://ongeremd.com/social-cms/je-eigen-gratis-blog/" title="Je eigen gratis blog">Je eigen gratis blog</a></li>
<li><a href="http://ongeremd.com/tools/softbyte-labs-shareware-windows/" title="softbyte labs shareware for windows">softbyte labs shareware for windows</a></li>
<li><a href="http://ongeremd.com/ecommerce-systems-and-solutions/magento-ecommerce-systems-and-solutions/magento-error-weergeven-op-het-scherm/" title="magento error weergeven op het scherm">magento error weergeven op het scherm</a></li>
</ul>
<img src="http://feeds.feedburner.com/~r/ongeremdcom/~4/IPBEM2XOeoQ" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://ongeremd.com/ecommerce-systems-and-solutions/7step-process-writing-enticing-product-descriptions/feed/</wfw:commentRss>
		<feedburner:origLink>http://ongeremd.com/ecommerce-systems-and-solutions/7step-process-writing-enticing-product-descriptions/</feedburner:origLink></item>
	</channel>
</rss>

