<?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>Requiredsoft Techblog</title>
	<atom:link href="http://requiredsoft.de/techblog/?feed=rss2" rel="self" type="application/rss+xml" />
	<link>http://requiredsoft.de/techblog</link>
	<description>Ein weiteres tolles WordPress-Blog</description>
	<lastBuildDate>Mon, 20 Feb 2012 14:17:59 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Magento price rounding issues, wrong price displayed on grid and product view</title>
		<link>http://requiredsoft.de/techblog/?p=138</link>
		<comments>http://requiredsoft.de/techblog/?p=138#comments</comments>
		<pubDate>Mon, 20 Feb 2012 14:17:59 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Magento]]></category>
		<category><![CDATA[Tech]]></category>

		<guid isPermaLink="false">http://requiredsoft.de/techblog/?p=138</guid>
		<description><![CDATA[So, we spent a while to figure out, why Magento (magento version 1.6.0) don&#8217;t show the right calculated price in some cases: i.e. product price 119,00 is displayed as 119,01. It&#8217;s a rounding problem in the core functions. In this way you can fix it: Open this file: app/code/core/Mage/Tax/Model/Calculation.php Line 466 and change the rounding [...]]]></description>
			<content:encoded><![CDATA[<p>So, we spent a while to figure out, why Magento (magento version 1.6.0) don&#8217;t show the right calculated price in some cases:</p>
<p>i.e. product price 119,00 is displayed as 119,01.</p>
<p>It&#8217;s a rounding problem in the core functions.</p>
<p>In this way you can fix it:</p>
<p>Open this file:</p>
<p>app/code/core/Mage/Tax/Model/Calculation.php Line 466</p>
<p>and change the rounding parameter:<br />
FROM</p>
<div><code> public function calcTaxAmount($price, $taxRate, $priceIncludeTax=false, $round=true) </code></div>
<p>TO</p>
<div><code> public function calcTaxAmount($price, $taxRate, $priceIncludeTax=false, $round=false) </code></div>
]]></content:encoded>
			<wfw:commentRss>http://requiredsoft.de/techblog/?feed=rss2&amp;p=138</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How can you add an order by sku option to product listing pages?</title>
		<link>http://requiredsoft.de/techblog/?p=134</link>
		<comments>http://requiredsoft.de/techblog/?p=134#comments</comments>
		<pubDate>Wed, 15 Feb 2012 22:11:14 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Magento]]></category>
		<category><![CDATA[Tech]]></category>

		<guid isPermaLink="false">http://requiredsoft.de/techblog/?p=134</guid>
		<description><![CDATA[If you like store products to be displayed in SKU (ascending) order by default when looking at the category product listing pages. Here is the How to: You&#8217;ll need to modify the attribute on the backend. Go to Catalog &#62;&#62; Attributes &#62;&#62; Manage Attributes. Click on your SKU attribute. Under Frontend Properties (on the first [...]]]></description>
			<content:encoded><![CDATA[<p>If you like store products to be displayed in SKU (ascending) order  by default when looking at the category product listing pages.</p>
<p>Here is the How to:</p>
<p>You&#8217;ll need to modify the attribute on the backend.</p>
<ol>
<li> Go to Catalog &gt;&gt; Attributes &gt;&gt; Manage Attributes.</li>
<li> Click on your SKU attribute.</li>
<li> Under Frontend Properties (on the first screen, at the very bottom) change Used for sorting in product listing to &#8220;Yes.&#8221;</li>
<li> Go to Catalog &gt;&gt; Manage Categories.</li>
<li> Click on the category you want to sort by SKU.</li>
<li> Click on the Display Settings tab.</li>
<li> Under Default Product Listing Sort by, uncheck the &#8220;Use Config Settings&#8221; and then select SKU from the dropdown. (Obviously if you want this to be the default for the entire site, you can change it in System &gt;&gt; Configuration &gt;&gt; Sales &gt;&gt; Catalog instead.)</li>
</ol>
<p><img class="alignnone" title="Sorting products" src="http://www.requiredsoft.de/techblog/wp-content/uploads/2012/magento_sorting.jpg" alt="Sorting products" width="379" height="227" /></p>
<p><!--[if !mso]><br />
<mce:style><!  v\:* {behavior:url(#default#VML);}o\:* {behavior:url(#default#VML);}w\:* {behavior:url(#default#VML);}.shape {behavior:url(#default#VML);} --></p>
<p><!--[endif] --><!--[if gte mso 9]><xml> Normal   0   21                   MicrosoftInternetExplorer4 </xml><![endif]--><!--[if gte mso 10]><br />
<mce:style><!   /* Style Definitions */ table.MsoNormalTable	{mso-style-name:"Normale Tabelle";	mso-tstyle-rowband-size:0;	mso-tstyle-colband-size:0;	mso-style-noshow:yes;	mso-style-parent:"";	mso-padding-alt:0cm 5.4pt 0cm 5.4pt;	mso-para-margin:0cm;	mso-para-margin-bottom:.0001pt;	mso-pagination:widow-orphan;	font-size:10.0pt;	font-family:"Times New Roman";} --></p>
<p><!--[endif] --><span style="font-size: 12pt; font-family: &amp;amp;amp;"> </span></p>
]]></content:encoded>
			<wfw:commentRss>http://requiredsoft.de/techblog/?feed=rss2&amp;p=134</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to Disable / Remove WordPress Admin Bar</title>
		<link>http://requiredsoft.de/techblog/?p=131</link>
		<comments>http://requiredsoft.de/techblog/?p=131#comments</comments>
		<pubDate>Mon, 02 Jan 2012 12:03:23 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Tech]]></category>
		<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[wordpress adminbar]]></category>

		<guid isPermaLink="false">http://requiredsoft.de/techblog/?p=131</guid>
		<description><![CDATA[How to Disable / Remove WordPress Admin Bar How can you disable or remove WordPress Admin bar? WordPress 3.1 has launched this obtrusive WordPress Admin Bar to help WordPress bloggers easily access common blogging tasks via an easy drop down menu. WordPress Admin Bar This is how it looks like when live on our site. [...]]]></description>
			<content:encoded><![CDATA[<p>How to Disable / Remove WordPress Admin Bar</p>
<p>How can you disable or remove WordPress Admin bar? WordPress 3.1 has launched this obtrusive WordPress Admin Bar to help WordPress bloggers easily access common blogging tasks via an easy drop down menu.<br />
 WordPress Admin Bar</p>
<p><img src="http://requiredsoft.de/techblog/wp-content/uploads/2011/wordpress-admin-bar.png" alt="Wordpress admin bar" width="499" height="112" /></p>
<p>This is how it looks like when live on our site. I browsed around many WordPress&nbsp; menus, but could eventually find a way to disable the WordPress admin bar.</p>
<p> Disable / Remove WordPress Admin Bar</p>
<p>I found the options are built in. Go to Users &gt; Your Profile &gt; Show Admin Bar</p>
<p><img src="http://requiredsoft.de/techblog/wp-content/uploads/2011/show-admin-bar.png" alt="Admin bar" width="352" height="51" /></p>
]]></content:encoded>
			<wfw:commentRss>http://requiredsoft.de/techblog/?feed=rss2&amp;p=131</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Magento SSL Settings</title>
		<link>http://requiredsoft.de/techblog/?p=123</link>
		<comments>http://requiredsoft.de/techblog/?p=123#comments</comments>
		<pubDate>Tue, 17 May 2011 20:26:02 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Magento]]></category>

		<guid isPermaLink="false">http://requiredsoft.de/techblog/?p=123</guid>
		<description><![CDATA[The private SSL certificate is an important upgrade to your website. The basic function of an SSL is to encrypt all communication between the browser and the server, ensuring that all data goes through a secure (HTTPS) connection. An SSL certificate is a necessity when you want to operate an online shop and process the [...]]]></description>
			<content:encoded><![CDATA[<p>The private SSL certificate is an important upgrade to your website.   The basic function of an SSL is to encrypt all communication between  the  browser and the server, ensuring that all data goes through a  secure  (HTTPS) connection. An SSL certificate is a necessity when you  want to  operate an online shop and process the sensitive customers data  through  your software. It helps you gain your clients&#8217; trust and  increase your  web site&#8217;s search engines rank.</p>
<p>The certificate could be easily enabled through the <strong>Magento</strong> <strong>Admin area -&gt; System -&gt; Configuration -&gt; Web</strong>. There you can define the insecure (non-SSL) and secure (SSL) URLs:</p>
<p><img class="alignnone" title="Settings" src="http://www.siteground.com/knox/tutorials/uploaded_images/images/magento/55.jpg" alt="" width="560" height="300" /></p>
<p><img src="file:///C:/Users/Media/AppData/Local/Temp/moz-screenshot-8.png" alt="" /></p>
<p>In the <strong>Base URL</strong> fields you should enter the unsecure (regular)   web site URL and the web site URL for the SSL connections. You can   leave the other values unchanged, as they will be set automatically by   the script after you enter the <strong>Base URL</strong>. Basically the other fields define the URLs of the main Magento store page and the URLs of the <strong>skin</strong>, <strong>media</strong> and <strong>JavaScript</strong> folders. The drop-down menus allow you to enable and disable the SSL support for the web site&#8217;s frontend and backend.</p>
<p>Bear in mind that the SSL connection over HTTPS is slower than the   HTTP, thus secured connection should be applied only to the pages that   contain and process sensitive information. Also, it is recommended to   run the admin interface through an SSL. In this way you will increase   the security of the script&#8217;s backend.</p>
<p>﻿</p>
]]></content:encoded>
			<wfw:commentRss>http://requiredsoft.de/techblog/?feed=rss2&amp;p=123</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Nice jquery slider</title>
		<link>http://requiredsoft.de/techblog/?p=118</link>
		<comments>http://requiredsoft.de/techblog/?p=118#comments</comments>
		<pubDate>Sun, 30 Jan 2011 13:38:59 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Site of the week]]></category>
		<category><![CDATA[Tech]]></category>

		<guid isPermaLink="false">http://requiredsoft.de/techblog/?p=118</guid>
		<description><![CDATA[Here you can find a list of nice and innovative jquery slider. Have a look @codrops Play around and you will find one you like. Nice work.]]></description>
			<content:encoded><![CDATA[<p>Here you can find a list of nice and innovative jquery slider.</p>
<p>Have a look @<a title="jquery slider" href="http://tympanus.net/codrops/category/tutorials/" target="_blank">codrops</a></p>
<blockquote><p>Play around and you will find one you like. Nice work.</p>
</blockquote>
]]></content:encoded>
			<wfw:commentRss>http://requiredsoft.de/techblog/?feed=rss2&amp;p=118</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>30 Beautiful and Creative Blog Designs</title>
		<link>http://requiredsoft.de/techblog/?p=115</link>
		<comments>http://requiredsoft.de/techblog/?p=115#comments</comments>
		<pubDate>Tue, 25 Jan 2011 10:56:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Site of the week]]></category>

		<guid isPermaLink="false">http://requiredsoft.de/techblog/?p=115</guid>
		<description><![CDATA[30 Beautiful and Creative Blog Designs to get new impressions Have a look @designinstruct.com We like it!]]></description>
			<content:encoded><![CDATA[<p>30 Beautiful and Creative Blog Designs to get new impressions</p>
<p>Have a look @<a title="New Blog Designs" href="http://designinstruct.com" target="_blank">designinstruct.com</a></p>
<blockquote><p>We like it!</p>
</blockquote>
]]></content:encoded>
			<wfw:commentRss>http://requiredsoft.de/techblog/?feed=rss2&amp;p=115</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ideas for Landing Pages</title>
		<link>http://requiredsoft.de/techblog/?p=117</link>
		<comments>http://requiredsoft.de/techblog/?p=117#comments</comments>
		<pubDate>Sat, 22 Jan 2011 22:27:58 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Tech]]></category>

		<guid isPermaLink="false">http://requiredsoft.de/techblog/?p=117</guid>
		<description><![CDATA[Here are some ideas for the layout of your Landing Pages. Read the article @kissmetrics.com]]></description>
			<content:encoded><![CDATA[<p>Here are some ideas for the layout of your Landing Pages.</p>
<p>Read the article @<a title="Landing Pages" href="http://blog.kissmetrics.com/beginners-guide-to-landing-pages/" target="_blank">kissmetrics.com</a></p>
]]></content:encoded>
			<wfw:commentRss>http://requiredsoft.de/techblog/?feed=rss2&amp;p=117</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>CSS background image hacks</title>
		<link>http://requiredsoft.de/techblog/?p=116</link>
		<comments>http://requiredsoft.de/techblog/?p=116#comments</comments>
		<pubDate>Sat, 22 Jan 2011 08:01:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[Tech]]></category>

		<guid isPermaLink="false">http://requiredsoft.de/techblog/?p=116</guid>
		<description><![CDATA[CSS is always in development. Background image hacks are an important way to go in the driection of the &#8220;goodlooking&#8221; web. Have a look @nicolasgallagher.com You will need it]]></description>
			<content:encoded><![CDATA[<p>CSS is always in development.</p>
<p>Background image hacks are an important way to go in the driection of the &#8220;goodlooking&#8221; web.</p>
<p>Have a look @<a title="CSS Hacks" href="http://nicolasgallagher.com/css-background-image-hacks/" target="_blank">nicolasgallagher.com</a></p>
<blockquote><p>You will need it <img src='http://requiredsoft.de/techblog/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </p>
</blockquote>
]]></content:encoded>
			<wfw:commentRss>http://requiredsoft.de/techblog/?feed=rss2&amp;p=116</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Kindle Digital Text Platform starts today</title>
		<link>http://requiredsoft.de/techblog/?p=114</link>
		<comments>http://requiredsoft.de/techblog/?p=114#comments</comments>
		<pubDate>Fri, 21 Jan 2011 14:46:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Businessnews]]></category>
		<category><![CDATA[Site of the week]]></category>
		<category><![CDATA[Tech]]></category>

		<guid isPermaLink="false">http://requiredsoft.de/techblog/?p=114</guid>
		<description><![CDATA[Amazon&#8217;s Kindle Digital Text Platform (DTP) is no more, at least not by that name. Starting today, the self-publishing program will be known as Kindle Direct Publishing. Have a look @kindle]]></description>
			<content:encoded><![CDATA[<p>Amazon&rsquo;s Kindle Digital Text Platform (DTP) is no more, at least not by  that name. Starting today, the self-publishing program will be known as <a href="https://kdp.amazon.com/self-publishing/signin">Kindle Direct Publishing</a>.</p>
<p>Have a look @<a title="Kindle Direct Publushing" href="https://kdp.amazon.com/self-publishing/signin" target="_blank">kindle</a></p>
]]></content:encoded>
			<wfw:commentRss>http://requiredsoft.de/techblog/?feed=rss2&amp;p=114</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The Year of The Cloud</title>
		<link>http://requiredsoft.de/techblog/?p=113</link>
		<comments>http://requiredsoft.de/techblog/?p=113#comments</comments>
		<pubDate>Thu, 20 Jan 2011 20:04:03 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Businessnews]]></category>
		<category><![CDATA[Tech]]></category>

		<guid isPermaLink="false">http://requiredsoft.de/techblog/?p=113</guid>
		<description><![CDATA[Some good reflection and important point to think about when using software as a service (SAAS). Think about! Have a look @mattaboutbusiness]]></description>
			<content:encoded><![CDATA[<p>Some good reflection and important point to think about when using software as a service (SAAS).</p>
<blockquote><p>Think about!</p>
</blockquote>
<p>Have a look @<a title="SAAS" href="http://www.mattaboutbusiness.com/the-elephant-in-the-cloud-how-safe-is-your-data/" target="_blank">mattaboutbusiness</a></p>
]]></content:encoded>
			<wfw:commentRss>http://requiredsoft.de/techblog/?feed=rss2&amp;p=113</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

