<?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>molotov.bliss &#187; Web Development</title>
	<atom:link href="http://www.molotovbliss.com/blog/category/web-dev/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.molotovbliss.com/blog</link>
	<description>Mb &#124; Magento &#124; Android &#124; Demo Scene &#124; Drum&#039;n&#039;Bass &#124; PHP &#124; Design</description>
	<lastBuildDate>Wed, 09 Dec 2009 08:31:41 +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>Android SDK 2.01 Emu WebKit User Agent</title>
		<link>http://www.molotovbliss.com/blog/android-os-g1-sdk/android-sdk-2-01-emu-webkit-user-agent/</link>
		<comments>http://www.molotovbliss.com/blog/android-os-g1-sdk/android-sdk-2-01-emu-webkit-user-agent/#comments</comments>
		<pubDate>Tue, 08 Dec 2009 00:06:06 +0000</pubDate>
		<dc:creator>B00MER</dc:creator>
				<category><![CDATA[Android]]></category>
		<category><![CDATA[Web Development]]></category>
		<category><![CDATA[AndroidOS]]></category>
		<category><![CDATA[g1]]></category>
		<category><![CDATA[tips]]></category>

		<guid isPermaLink="false">http://www.molotovbliss.com/blog/?p=752</guid>
		<description><![CDATA[
I got curious what the Android 2.01 SDK User Agent was returning after toying around with the iPhone theme for Magento.  It appears Apple has standardized the UserAgent and &#8220;Mobile Safari&#8221; as a condition should enable future detection of Webkit on any device without conditioning more. Here&#8217;s the full user agent being returned

?View Code HTML1
Mozilla/5.0 (Linux; U; Android [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.molotovbliss.com/blog/wp-content/uploads/2009/12/user-agent-2.01-android-emu.jpg"><img class="alignnone size-medium wp-image-753" title="user-agent-2.01-android-emu" src="http://www.molotovbliss.com/blog/wp-content/uploads/2009/12/user-agent-2.01-android-emu-300x211.jpg" alt="user agent 2.01 android emu 300x211 Android SDK 2.01 Emu WebKit User Agent" width="300" height="211" /></a></p>
<p>I got curious what the Android 2.01 SDK User Agent was returning after toying around with the <a href="http://www.molotovbliss.com/blog/magento-commerce/iphone-magento-theme-compatible-with-android/">iPhone theme for Magento</a>.  It appears Apple has standardized the UserAgent and &#8220;Mobile Safari&#8221; as a condition should enable future detection of Webkit on any device without conditioning more. Here&#8217;s the full user agent being returned</p>

<div class="wp_codebox_msgheader"><span class="right"><sup><a href="http://www.ericbess.com/ericblog/2008/03/03/wp-codebox/#examples" target="_blank" title="WP-CodeBox HowTo?"><span style="color: #99cc00">?</span></a></sup></span><span class="left"><a href="javascript:;" onclick="javascript:showCodeTxt('p752code2'); return false;">View Code</a> HTML</span><div class="codebox_clear"></div></div><div class="wp_codebox"><table width="100%" ><tr id="p7522"><td class="line_numbers"><pre>1
</pre></td><td class="code" id="p752code2"><pre class="html" style="font-family:monospace;">Mozilla/5.0 (Linux; U; Android 2.0.1; en-us;sdk Build/ES54) AppleWebKit/530.17+ (KHTML, like Gecko) Version/4.0 Mobile Safari/530.17</pre></td></tr></table></div>


<p><strong>Possibly Related Posts:</strong></p>
<ul>
<li><a href="http://www.molotovbliss.com/blog/magento-commerce/eclipse-zend-studio-zendserver-android-sdk-how-to-install/">Eclipse + ZendStudio + ZendServer + Android SDK = Awesome IDE</a></li>
<li><a href="http://www.molotovbliss.com/blog/magento-commerce/iphone-magento-theme-compatible-with-android/">iPhone Magento theme compatible with Android</a></li>
<li><a href="http://www.molotovbliss.com/blog/magento-commerce/magento-phoning-home-to-big-brothervarien/">Magento: Phoning home to Big Brother/Varien?</a></li>
<li><a href="http://www.molotovbliss.com/blog/web-dev/selecting-30-days-or-older-entries-using-mysql-datetime-field/">Selecting 30 days or older entries using MySQL DateTime field</a></li>
<li><a href="http://www.molotovbliss.com/blog/general/x-cart-creators-release-gears-based-ecwid-e-commerce-widgets-in-beta/">X-Cart creators release Gears based Ecwid E-Commerce Widgets in Beta</a></li>
</ul><br />
]]></content:encoded>
			<wfw:commentRss>http://www.molotovbliss.com/blog/android-os-g1-sdk/android-sdk-2-01-emu-webkit-user-agent/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Eclipse + ZendStudio + ZendServer + Android SDK = Awesome IDE</title>
		<link>http://www.molotovbliss.com/blog/magento-commerce/eclipse-zend-studio-zendserver-android-sdk-how-to-install/</link>
		<comments>http://www.molotovbliss.com/blog/magento-commerce/eclipse-zend-studio-zendserver-android-sdk-how-to-install/#comments</comments>
		<pubDate>Sun, 06 Dec 2009 11:08:48 +0000</pubDate>
		<dc:creator>B00MER</dc:creator>
				<category><![CDATA[Android]]></category>
		<category><![CDATA[Magento Commerce]]></category>
		<category><![CDATA[MySQL]]></category>
		<category><![CDATA[Web Development]]></category>
		<category><![CDATA[Eclipse]]></category>
		<category><![CDATA[Magento]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[SDK]]></category>
		<category><![CDATA[tips]]></category>

		<guid isPermaLink="false">http://www.molotovbliss.com/blog/?p=733</guid>
		<description><![CDATA[
Recently installed the Zend Studio for Eclipse and took it upon myself to get Android Development setup as well.  I also found Magento works best with ZendServer, although it does require a few work arounds to get Magento to work with ZendServer.
However with that being said I&#8217;m pretty much happy to have one IDE that I [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.molotovbliss.com/blog/wp-content/uploads/2009/12/zend-android.jpg"><img class="alignnone size-full wp-image-739" title="zend-android" src="http://www.molotovbliss.com/blog/wp-content/uploads/2009/12/zend-android.jpg" alt="zend android Eclipse + ZendStudio + ZendServer + Android SDK = Awesome IDE" width="444" height="156" /></a></p>
<p>Recently installed the Zend Studio for Eclipse and took it upon myself to get Android Development setup as well.  I also found Magento works best with ZendServer, although it does require a few <a href="http://www.magentocommerce.com/boards/viewthread/4337/P15/#t141895">work arounds to get Magento to work with ZendServer</a>.</p>
<p>However with that being said I&#8217;m pretty much happy to have one IDE that I can do both Web Development, and Android Development in one IDE!</p>
<p>Now if only I can setup C# development, and Eclipse not be such a resource/memory hog.</p>
<p>ZendServer Community Edition<br /> <img src='http://www.molotovbliss.com/blog/wp-includes/images/smilies/icon_arrow.gif' alt=':arrow:' class='wp-smiley' title="Eclipse + ZendStudio + ZendServer + Android SDK = Awesome IDE" /> <a href="http://www.zend.com/en/products/server-ce/index">http://www.zend.com/en/products/server-ce/index</a></p>
<p>Zend Studio for Eclipse<br /> <img src='http://www.molotovbliss.com/blog/wp-includes/images/smilies/icon_arrow.gif' alt=':arrow:' class='wp-smiley' title="Eclipse + ZendStudio + ZendServer + Android SDK = Awesome IDE" /> <a href="http://www.zend.com/community/pdt">http://www.zend.com/community/pdt</a></p>
<p>Installing Android SDK<br /> <img src='http://www.molotovbliss.com/blog/wp-includes/images/smilies/icon_arrow.gif' alt=':arrow:' class='wp-smiley' title="Eclipse + ZendStudio + ZendServer + Android SDK = Awesome IDE" /> <a href="http://developer.android.com/sdk/installing.html">http://developer.android.com/sdk/installing.html</a></p>
<p>Setting up Android SDK in Eclipse<br /> <img src='http://www.molotovbliss.com/blog/wp-includes/images/smilies/icon_arrow.gif' alt=':arrow:' class='wp-smiley' title="Eclipse + ZendStudio + ZendServer + Android SDK = Awesome IDE" /> <a href="http://developer.android.com/sdk/eclipse-adt.html">http://developer.android.com/sdk/eclipse-adt.html</a></p>
<p>If anyone desires I can write up a more detailed step by step guide, however at this point I think its pretty easy to figure out, with the links I provided.  <img src='http://www.molotovbliss.com/blog/wp-includes/images/smilies/icon_mrgreen.gif' alt=':mrgreen:' class='wp-smiley' title="Eclipse + ZendStudio + ZendServer + Android SDK = Awesome IDE" /> </p>

<p><strong>Possibly Related Posts:</strong></p>
<ul>
<li><a href="http://www.molotovbliss.com/blog/general/magento-commerce-404-whoops-our-bad-error-reporting/">Magento Commerce Error Reporting Tip</a></li>
<li><a href="http://www.molotovbliss.com/blog/android-os-g1-sdk/android-sdk-2-01-emu-webkit-user-agent/">Android SDK 2.01 Emu WebKit User Agent</a></li>
<li><a href="http://www.molotovbliss.com/blog/magento-commerce/magento-paypal-standard-ipn-double-totals-bug-1-3-2-3-fix/">Magento: Paypal Standard IPN Double Totals Bug 1.3.2.3 + fix</a></li>
<li><a href="http://www.molotovbliss.com/blog/magento-commerce/iphone-magento-theme-compatible-with-android/">iPhone Magento theme compatible with Android</a></li>
<li><a href="http://www.molotovbliss.com/blog/magento-commerce/706/">Magento Tutorial Video: Display Product Images in Blocks and Pages</a></li>
</ul><br />
]]></content:encoded>
			<wfw:commentRss>http://www.molotovbliss.com/blog/magento-commerce/eclipse-zend-studio-zendserver-android-sdk-how-to-install/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Magento: Phoning home to Big Brother/Varien?</title>
		<link>http://www.molotovbliss.com/blog/magento-commerce/magento-phoning-home-to-big-brothervarien/</link>
		<comments>http://www.molotovbliss.com/blog/magento-commerce/magento-phoning-home-to-big-brothervarien/#comments</comments>
		<pubDate>Tue, 20 Oct 2009 07:23:19 +0000</pubDate>
		<dc:creator>B00MER</dc:creator>
				<category><![CDATA[Magento Commerce]]></category>
		<category><![CDATA[Web Development]]></category>
		<category><![CDATA[Magento]]></category>
		<category><![CDATA[security]]></category>

		<guid isPermaLink="false">http://www.molotovbliss.com/blog/?p=695</guid>
		<description><![CDATA[It appears some have claimed there Magento installation has been making calls back to IP&#8217;s owned by Varien/Magento, The thread is initially a year old, and more recent discussions have claimed they haven&#8217;t found anything of such nature.  I know X-Cart used to use a javascript blank 1&#215;1 gif image to track installations of X-Cart [...]]]></description>
			<content:encoded><![CDATA[<p>It appears some have claimed there Magento installation has been making calls back to IP&#8217;s owned by Varien/Magento, The thread is initially a year old, and more recent discussions have claimed they haven&#8217;t found anything of such nature.  I know X-Cart used to use a javascript blank 1&#215;1 gif image to track installations of X-Cart but it was only on the backend/admin side, and not the front end.  Has anyone else run into similar instances?  Also this may not pertain to 3rd party modules installed as that may a whole other can of worms you could be opening up your store up to, most modules are free, but nothing is really free in this world.  <img src='http://www.molotovbliss.com/blog/wp-includes/images/smilies/icon_eek.gif' alt='8O' class='wp-smiley' title="Magento: Phoning home to Big Brother/Varien?" />  Here is the original thread: <a href="http://www.magentocommerce.com/boards/viewthread/20037/P0/">Magento Phone Home?</a></p>

<p><strong>Possibly Related Posts:</strong></p>
<ul>
<li><a href="http://www.molotovbliss.com/blog/general/magento-commerce-404-whoops-our-bad-error-reporting/">Magento Commerce Error Reporting Tip</a></li>
<li><a href="http://www.molotovbliss.com/blog/android-os-g1-sdk/android-sdk-2-01-emu-webkit-user-agent/">Android SDK 2.01 Emu WebKit User Agent</a></li>
<li><a href="http://www.molotovbliss.com/blog/magento-commerce/eclipse-zend-studio-zendserver-android-sdk-how-to-install/">Eclipse + ZendStudio + ZendServer + Android SDK = Awesome IDE</a></li>
<li><a href="http://www.molotovbliss.com/blog/magento-commerce/magento-paypal-standard-ipn-double-totals-bug-1-3-2-3-fix/">Magento: Paypal Standard IPN Double Totals Bug 1.3.2.3 + fix</a></li>
<li><a href="http://www.molotovbliss.com/blog/magento-commerce/iphone-magento-theme-compatible-with-android/">iPhone Magento theme compatible with Android</a></li>
</ul><br />
]]></content:encoded>
			<wfw:commentRss>http://www.molotovbliss.com/blog/magento-commerce/magento-phoning-home-to-big-brothervarien/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Selecting 30 days or older entries using MySQL DateTime field</title>
		<link>http://www.molotovbliss.com/blog/web-dev/selecting-30-days-or-older-entries-using-mysql-datetime-field/</link>
		<comments>http://www.molotovbliss.com/blog/web-dev/selecting-30-days-or-older-entries-using-mysql-datetime-field/#comments</comments>
		<pubDate>Thu, 08 Oct 2009 20:12:26 +0000</pubDate>
		<dc:creator>B00MER</dc:creator>
				<category><![CDATA[MySQL]]></category>
		<category><![CDATA[Web Development]]></category>
		<category><![CDATA[tips]]></category>
		<category><![CDATA[tricks]]></category>

		<guid isPermaLink="false">http://www.molotovbliss.com/blog/?p=685</guid>
		<description><![CDATA[I&#8217;ve been doing quite a bit of Date and Time manipulations lately, and have grown to enjoy MySQL&#8217;s DateTime fields just as much as UNIX timestamps.  Particularly its built-in functions for selecting any range of fields based on a time frame.
Needing to remove all entries from a table that are older than 30 days, [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve been doing quite a bit of Date and Time manipulations lately, and have grown to enjoy <a href="http://www.w3schools.com/sql/sql_datatypes.asp">MySQL&#8217;s DateTime fields</a> just as much as UNIX timestamps.  Particularly its built-in functions for selecting any range of fields based on a time frame.</p>
<p>Needing to remove all entries from a table that are older than 30 days, at first I thought I would need to iterate over the very large table (90+k) rows of data and convert each <a href="http://www.w3schools.com/sql/sql_datatypes.asp">MySQL DateTime field</a> to a UNIX time stamp to do the calculations myself with PHP.  However after a bit of research I&#8217;ve learned of a few things with MySQL DateTime that make this a lot easier.</p>

<div class="wp_codebox_msgheader"><span class="right"><sup><a href="http://www.ericbess.com/ericblog/2008/03/03/wp-codebox/#examples" target="_blank" title="WP-CodeBox HowTo?"><span style="color: #99cc00">?</span></a></sup></span><span class="left"><a href="javascript:;" onclick="javascript:showCodeTxt('p685code5'); return false;">View Code</a> SQL</span><div class="codebox_clear"></div></div><div class="wp_codebox"><table width="100%" ><tr id="p6855"><td class="line_numbers"><pre>1
</pre></td><td class="code" id="p685code5"><pre class="sql" style="font-family:monospace;"><span style="color: #993333; font-weight: bold;">SELECT</span> <span style="color: #993333; font-weight: bold;">fields</span> <span style="color: #993333; font-weight: bold;">FROM</span> <span style="color: #993333; font-weight: bold;">table</span> <span style="color: #993333; font-weight: bold;">WHERE</span> DATE_SUB<span style="color: #66cc66;">&#40;</span>CURDATE<span style="color: #66cc66;">&#40;</span><span style="color: #66cc66;">&#41;</span><span style="color: #66cc66;">,</span>INTERVAL <span style="color: #cc66cc;">30</span> DAY<span style="color: #66cc66;">&#41;</span> <span style="color: #66cc66;">&gt;=</span> timestamp;</pre></td></tr></table></div>

<p>The &#8220;timestamp&#8221; field is the MySQL DateTime field.  Using the <a href="http://www.w3schools.com/sql/func_date_sub.asp" target="_self">DATE_SUB</a>, <a href="http://www.w3schools.com/sql/func_curdate.asp">CURDATE</a> and INTERVAL one can easily grab all records that are 30 days old without the headache of converting to UNIX timestamps in PHP and doing the grunt work yourself.</p>
<p> <img src='http://www.molotovbliss.com/blog/wp-includes/images/smilies/icon_idea.gif' alt=':idea:' class='wp-smiley' title="Selecting 30 days or older entries using MySQL DateTime field" /> Also as a side note, if you wish to convert a MySQL DateTime field to a UNIX timestamp you can easily do this by:</p>

<div class="wp_codebox_msgheader"><span class="right"><sup><a href="http://www.ericbess.com/ericblog/2008/03/03/wp-codebox/#examples" target="_blank" title="WP-CodeBox HowTo?"><span style="color: #99cc00">?</span></a></sup></span><span class="left"><a href="javascript:;" onclick="javascript:showCodeTxt('p685code6'); return false;">View Code</a> PHP</span><div class="codebox_clear"></div></div><div class="wp_codebox"><table width="100%" ><tr id="p6856"><td class="line_numbers"><pre>1
</pre></td><td class="code" id="p685code6"><pre class="php" style="font-family:monospace;"><span style="color: #000088;">$mysql_timestamp</span> <span style="color: #339933;">=</span> <a href="http://www.php.net/gmdate"><span style="color: #990000;">gmdate</span></a><span style="color: #009900;">&#40;</span><span style="color: #0000ff;">&quot;Y-m-d H:i:s&quot;</span><span style="color: #339933;">,</span><span style="color: #000088;">$mysql_timestamp_value</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span></pre></td></tr></table></div>

<p>If anyone has any better more efficient means to accomplish this please feel free to leave a comment. <img src='http://www.molotovbliss.com/blog/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' title="Selecting 30 days or older entries using MySQL DateTime field" /> </p>

<p><strong>Possibly Related Posts:</strong></p>
<ul>
<li><a href="http://www.molotovbliss.com/blog/android-os-g1-sdk/android-sdk-2-01-emu-webkit-user-agent/">Android SDK 2.01 Emu WebKit User Agent</a></li>
<li><a href="http://www.molotovbliss.com/blog/magento-commerce/eclipse-zend-studio-zendserver-android-sdk-how-to-install/">Eclipse + ZendStudio + ZendServer + Android SDK = Awesome IDE</a></li>
<li><a href="http://www.molotovbliss.com/blog/magento-commerce/magento-phoning-home-to-big-brothervarien/">Magento: Phoning home to Big Brother/Varien?</a></li>
<li><a href="http://www.molotovbliss.com/blog/general/x-cart-creators-release-gears-based-ecwid-e-commerce-widgets-in-beta/">X-Cart creators release Gears based Ecwid E-Commerce Widgets in Beta</a></li>
<li><a href="http://www.molotovbliss.com/blog/general/combine-h-264-mp4-files-and-add-audio-via-mp4box-and-ffmpeg/">Combine H.264 MP4 Files and Add Audio via MP4Box and FFMPEG</a></li>
</ul><br />
]]></content:encoded>
			<wfw:commentRss>http://www.molotovbliss.com/blog/web-dev/selecting-30-days-or-older-entries-using-mysql-datetime-field/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>X-Cart creators release Gears based Ecwid E-Commerce Widgets in Beta</title>
		<link>http://www.molotovbliss.com/blog/general/x-cart-creators-release-gears-based-ecwid-e-commerce-widgets-in-beta/</link>
		<comments>http://www.molotovbliss.com/blog/general/x-cart-creators-release-gears-based-ecwid-e-commerce-widgets-in-beta/#comments</comments>
		<pubDate>Mon, 28 Sep 2009 02:15:47 +0000</pubDate>
		<dc:creator>B00MER</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Web Development]]></category>
		<category><![CDATA[commerce]]></category>
		<category><![CDATA[widget]]></category>

		<guid isPermaLink="false">http://www.molotovbliss.com/blog/?p=670</guid>
		<description><![CDATA[It appears the people behind X-Cart (qualiteam) have just released a beta version of their hosted AJAX/Gears based E-Commerce package. The package is free however it is a hosted solution with Amazon&#8217;s cloud hosting or EC2 web service for data storage.  Some of the cooler features is the Drag and Drop functionality for items to [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignright" style="margin: 5px;" src="http://www.molotovbliss.com/blog/wp-content/uploads/2009/09/ecwid-logo.gif" alt="ecwid logo X Cart creators release Gears based Ecwid E Commerce Widgets in Beta" width="103" height="96" title="X Cart creators release Gears based Ecwid E Commerce Widgets in Beta" />It appears the people behind X-Cart (qualiteam) have just released a beta version of their hosted AJAX/Gears based E-Commerce package. The package is free however it is a hosted solution with Amazon&#8217;s cloud hosting or EC2 web service for data storage.  Some of the cooler features is the Drag and Drop functionality for items to your basket.  Mobile version with static HTML Catalog for SEO purposes as well.  It is widget based so it can easily be dropped into any CMS system.</p>
<p>The biggest downside it seems to such a solution is there is no means currently to have a custom solution, via API or through Qualiteam themselves.  The Cart is visually customizable via CSS within the admin but I&#8217;m guessing it won&#8217;t be very &#8220;in depth&#8221;.  Also there is no manual.</p>
<p>On the plus to all these items though is it is FREE <img src='http://www.molotovbliss.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' title="X Cart creators release Gears based Ecwid E Commerce Widgets in Beta" /> </p>
<p> <img src='http://www.molotovbliss.com/blog/wp-includes/images/smilies/icon_arrow.gif' alt=':arrow:' class='wp-smiley' title="X Cart creators release Gears based Ecwid E Commerce Widgets in Beta" /> <a href="http://www.ecwid.com/">Ecwid: E-Commerce Widgets</a>.</p>

<p><strong>Possibly Related Posts:</strong></p>
<ul>
<li><a href="http://www.molotovbliss.com/blog/general/magento-commerce-404-whoops-our-bad-error-reporting/">Magento Commerce Error Reporting Tip</a></li>
<li><a href="http://www.molotovbliss.com/blog/android-os-g1-sdk/android-sdk-2-01-emu-webkit-user-agent/">Android SDK 2.01 Emu WebKit User Agent</a></li>
<li><a href="http://www.molotovbliss.com/blog/magento-commerce/eclipse-zend-studio-zendserver-android-sdk-how-to-install/">Eclipse + ZendStudio + ZendServer + Android SDK = Awesome IDE</a></li>
<li><a href="http://www.molotovbliss.com/blog/magento-commerce/magento-phoning-home-to-big-brothervarien/">Magento: Phoning home to Big Brother/Varien?</a></li>
<li><a href="http://www.molotovbliss.com/blog/web-dev/selecting-30-days-or-older-entries-using-mysql-datetime-field/">Selecting 30 days or older entries using MySQL DateTime field</a></li>
</ul><br />
]]></content:encoded>
			<wfw:commentRss>http://www.molotovbliss.com/blog/general/x-cart-creators-release-gears-based-ecwid-e-commerce-widgets-in-beta/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Combine H.264 MP4 Files and Add Audio via MP4Box and FFMPEG</title>
		<link>http://www.molotovbliss.com/blog/general/combine-h-264-mp4-files-and-add-audio-via-mp4box-and-ffmpeg/</link>
		<comments>http://www.molotovbliss.com/blog/general/combine-h-264-mp4-files-and-add-audio-via-mp4box-and-ffmpeg/#comments</comments>
		<pubDate>Wed, 19 Aug 2009 04:45:09 +0000</pubDate>
		<dc:creator>B00MER</dc:creator>
				<category><![CDATA[Design]]></category>
		<category><![CDATA[General]]></category>
		<category><![CDATA[Web Development]]></category>

		<guid isPermaLink="false">http://www.molotovbliss.com/blog/?p=653</guid>
		<description><![CDATA[Some late night fun&#8230; Since I can&#8217;t sleep&#8230; I&#8217;ve successfully found a means to combine multiple video files and add audio to a combined video progmatically and documenting my findings, thought I would share&#8230;
First I had to install GPAC which contains MP4Box, using it allows to combine the video files pre-existing as we have them [...]]]></description>
			<content:encoded><![CDATA[<p>Some late night fun&#8230; Since I can&#8217;t sleep&#8230; I&#8217;ve successfully found a means to combine multiple video files and add audio to a combined video progmatically and documenting my findings, thought I would share&#8230;</p>
<p>First I had to install <a href="http://gpac.sourceforge.net/home_download.php">GPAC</a> which contains MP4Box, using it allows to combine the video files pre-existing as we have them now into one single file (1.mp4 and 2.mp4 are video files captured with an AXIS IP Camera in H.264):</p>

<div class="wp_codebox_msgheader"><span class="right"><sup><a href="http://www.ericbess.com/ericblog/2008/03/03/wp-codebox/#examples" target="_blank" title="WP-CodeBox HowTo?"><span style="color: #99cc00">?</span></a></sup></span><span class="left"><a href="javascript:;" onclick="javascript:showCodeTxt('p653code13'); return false;">View Code</a> PHP</span><div class="codebox_clear"></div></div><div class="wp_codebox"><table width="100%" ><tr id="p65313"><td class="line_numbers"><pre>1
</pre></td><td class="code" id="p653code13"><pre class="php" style="font-family:monospace;">MP4Box <span style="color: #339933;">-</span>cat 1<span style="color: #339933;">.</span>mp4 <span style="color: #339933;">-</span>cat 2<span style="color: #339933;">.</span>mp4 out<span style="color: #339933;">.</span>mp4</pre></td></tr></table></div>

<p>Next we determine the length in seconds of the video, this is where a custom PHP Script is involved that will determine the length:</p>

<div class="wp_codebox_msgheader"><span class="right"><sup><a href="http://www.ericbess.com/ericblog/2008/03/03/wp-codebox/#examples" target="_blank" title="WP-CodeBox HowTo?"><span style="color: #99cc00">?</span></a></sup></span><span class="left"><a href="javascript:;" onclick="javascript:showCodeTxt('p653code14'); return false;">View Code</a> PHP</span><div class="codebox_clear"></div></div><div class="wp_codebox"><table width="100%" ><tr id="p65314"><td class="line_numbers"><pre>1
2
3
4
5
</pre></td><td class="code" id="p653code14"><pre class="php" style="font-family:monospace;"><span style="color: #000088;">$output</span> <span style="color: #339933;">=</span> <a href="http://www.php.net/shell_exec"><span style="color: #990000;">shell_exec</span></a><span style="color: #009900;">&#40;</span><span style="color: #0000ff;">&quot;/usr/local/bin/ffmpeg -i <span style="color: #006699; font-weight: bold;">{$path}</span>&quot;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
<a href="http://www.php.net/preg_match"><span style="color: #990000;">preg_match</span></a><span style="color: #009900;">&#40;</span><span style="color: #0000ff;">'/Duration: ([0-9]{2}):([0-9]{2}):([^ ,])+/'</span><span style="color: #339933;">,</span> <span style="color: #000088;">$output</span><span style="color: #339933;">,</span> <span style="color: #000088;">$matches</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
<span style="color: #000088;">$time</span> <span style="color: #339933;">=</span> <a href="http://www.php.net/str_replace"><span style="color: #990000;">str_replace</span></a><span style="color: #009900;">&#40;</span><span style="color: #0000ff;">&quot;Duration: &quot;</span><span style="color: #339933;">,</span> <span style="color: #0000ff;">&quot;&quot;</span><span style="color: #339933;">,</span> <span style="color: #000088;">$matches</span><span style="color: #009900;">&#91;</span><span style="color: #cc66cc;">0</span><span style="color: #009900;">&#93;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
<span style="color: #000088;">$time_breakdown</span> <span style="color: #339933;">=</span> <a href="http://www.php.net/explode"><span style="color: #990000;">explode</span></a><span style="color: #009900;">&#40;</span><span style="color: #0000ff;">&quot;:&quot;</span><span style="color: #339933;">,</span> <span style="color: #000088;">$time</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
<span style="color: #000088;">$total_seconds</span> <span style="color: #339933;">=</span> <a href="http://www.php.net/round"><span style="color: #990000;">round</span></a><span style="color: #009900;">&#40;</span><span style="color: #009900;">&#40;</span><span style="color: #000088;">$time_breakdown</span><span style="color: #009900;">&#91;</span><span style="color: #cc66cc;">0</span><span style="color: #009900;">&#93;</span><span style="color: #339933;">*</span><span style="color: #cc66cc;">60</span><span style="color: #339933;">*</span><span style="color: #cc66cc;">60</span><span style="color: #009900;">&#41;</span> <span style="color: #339933;">+</span> <span style="color: #009900;">&#40;</span><span style="color: #000088;">$time_breakdown</span><span style="color: #009900;">&#91;</span><span style="color: #cc66cc;">1</span><span style="color: #009900;">&#93;</span><span style="color: #339933;">*</span><span style="color: #cc66cc;">60</span><span style="color: #009900;">&#41;</span> <span style="color: #339933;">+</span> <span style="color: #000088;">$time_breakdown</span><span style="color: #009900;">&#91;</span><span style="color: #cc66cc;">2</span><span style="color: #009900;">&#93;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span></pre></td></tr></table></div>

<p>With the example file, here&#8217;s what the PHP script would see:</p>

<div class="wp_codebox_msgheader"><span class="right"><sup><a href="http://www.ericbess.com/ericblog/2008/03/03/wp-codebox/#examples" target="_blank" title="WP-CodeBox HowTo?"><span style="color: #99cc00">?</span></a></sup></span><span class="left"><a href="javascript:;" onclick="javascript:showCodeTxt('p653code15'); return false;">View Code</a> PHP</span><div class="codebox_clear"></div></div><div class="wp_codebox"><table width="100%" ><tr id="p65315"><td class="line_numbers"><pre>1
2
</pre></td><td class="code" id="p653code15"><pre class="php" style="font-family:monospace;">ffmpeg <span style="color: #339933;">-</span>i out<span style="color: #339933;">.</span>mp4 <span style="color: #cc66cc;">2</span><span style="color: #339933;">&amp;</span>gt<span style="color: #339933;">;&amp;</span>amp<span style="color: #339933;">;</span><span style="color: #cc66cc;">1</span> <span style="color: #339933;">|</span> grep Duration
Duration<span style="color: #339933;">:</span> <span style="color: #208080;">00</span><span style="color: #339933;">:</span><span style="color: #208080;">00</span><span style="color: #339933;">:</span><span style="color:#800080;">13.60</span><span style="color: #339933;">,</span> start<span style="color: #339933;">:</span> <span style="color:#800080;">0.000000</span><span style="color: #339933;">,</span> bitrate<span style="color: #339933;">:</span> <span style="color: #cc66cc;">875</span> kb<span style="color: #339933;">/</span>s</pre></td></tr></table></div>

<p>And then we cut the audio file accordingly, the above PHP script returned 14 seconds for our two combined videos, since 13.60 is rounded to 14 from MP4Box, so it starts at 00:00:00 and takes a total time of 14 seconds of the audio file and creates a new file to be used next.</p>

<div class="wp_codebox_msgheader"><span class="right"><sup><a href="http://www.ericbess.com/ericblog/2008/03/03/wp-codebox/#examples" target="_blank" title="WP-CodeBox HowTo?"><span style="color: #99cc00">?</span></a></sup></span><span class="left"><a href="javascript:;" onclick="javascript:showCodeTxt('p653code16'); return false;">View Code</a> PHP</span><div class="codebox_clear"></div></div><div class="wp_codebox"><table width="100%" ><tr id="p65316"><td class="line_numbers"><pre>1
</pre></td><td class="code" id="p653code16"><pre class="php" style="font-family:monospace;">ffmpeg <span style="color: #339933;">-</span>ss <span style="color: #208080;">00</span><span style="color: #339933;">:</span><span style="color: #208080;">00</span><span style="color: #339933;">:</span><span style="color: #208080;">00</span> <span style="color: #339933;">-</span>t <span style="color: #cc66cc;">14</span> <span style="color: #339933;">-</span>i music<span style="color: #339933;">.</span>mp3 final<span style="color: #339933;">.</span>mp3</pre></td></tr></table></div>

<p>Take the combined videos from MP4Box and add the newly created 14 second final.mp3 file and create the final file for viewing.</p>

<div class="wp_codebox_msgheader"><span class="right"><sup><a href="http://www.ericbess.com/ericblog/2008/03/03/wp-codebox/#examples" target="_blank" title="WP-CodeBox HowTo?"><span style="color: #99cc00">?</span></a></sup></span><span class="left"><a href="javascript:;" onclick="javascript:showCodeTxt('p653code17'); return false;">View Code</a> PHP</span><div class="codebox_clear"></div></div><div class="wp_codebox"><table width="100%" ><tr id="p65317"><td class="line_numbers"><pre>1
</pre></td><td class="code" id="p653code17"><pre class="php" style="font-family:monospace;">ffmpeg <span style="color: #339933;">-</span>vcodec <a href="http://www.php.net/copy"><span style="color: #990000;">copy</span></a> <span style="color: #339933;">-</span>i final<span style="color: #339933;">.</span>mp3 <span style="color: #339933;">-</span>i out<span style="color: #339933;">.</span>mp4 final<span style="color: #339933;">.</span>mp4</pre></td></tr></table></div>

<p>If your wanting to have progressive downloading for web playback:</p>

<div class="wp_codebox_msgheader"><span class="right"><sup><a href="http://www.ericbess.com/ericblog/2008/03/03/wp-codebox/#examples" target="_blank" title="WP-CodeBox HowTo?"><span style="color: #99cc00">?</span></a></sup></span><span class="left"><a href="javascript:;" onclick="javascript:showCodeTxt('p653code18'); return false;">View Code</a> PHP</span><div class="codebox_clear"></div></div><div class="wp_codebox"><table width="100%" ><tr id="p65318"><td class="line_numbers"><pre>1
</pre></td><td class="code" id="p653code18"><pre class="php" style="font-family:monospace;">MP4Box <span style="color: #339933;">-</span>inter <span style="color:#800080;">0.5</span> final<span style="color: #339933;">.</span>mp4</pre></td></tr></table></div>

<p>END RESULT:<br />
<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="430" height="275" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="bgcolor" value="black" /><param name="flashvars" value="file=http://getmyvideos.coreaction.com/final.mp4&amp;autostart=false&amp;skin=http://getmyvideos.coreaction.com/templates/modieus.swf" /><param name="src" value="http://getmyvideos.coreaction.com/templates/player.swf" /><param name="allowfullscreen" value="true" /><embed type="application/x-shockwave-flash" width="430" height="275" src="http://getmyvideos.coreaction.com/templates/player.swf" allowfullscreen="true" flashvars="file=http://getmyvideos.coreaction.com/final.mp4&amp;autostart=false&amp;skin=http://getmyvideos.coreaction.com/templates/modieus.swf" bgcolor="black"></embed></object></p>

<p><strong>Possibly Related Posts:</strong></p>
<ul>
<li><a href="http://www.molotovbliss.com/blog/general/magento-commerce-404-whoops-our-bad-error-reporting/">Magento Commerce Error Reporting Tip</a></li>
<li><a href="http://www.molotovbliss.com/blog/android-os-g1-sdk/android-sdk-2-01-emu-webkit-user-agent/">Android SDK 2.01 Emu WebKit User Agent</a></li>
<li><a href="http://www.molotovbliss.com/blog/magento-commerce/eclipse-zend-studio-zendserver-android-sdk-how-to-install/">Eclipse + ZendStudio + ZendServer + Android SDK = Awesome IDE</a></li>
<li><a href="http://www.molotovbliss.com/blog/magento-commerce/magento-phoning-home-to-big-brothervarien/">Magento: Phoning home to Big Brother/Varien?</a></li>
<li><a href="http://www.molotovbliss.com/blog/web-dev/selecting-30-days-or-older-entries-using-mysql-datetime-field/">Selecting 30 days or older entries using MySQL DateTime field</a></li>
</ul><br />
]]></content:encoded>
			<wfw:commentRss>http://www.molotovbliss.com/blog/general/combine-h-264-mp4-files-and-add-audio-via-mp4box-and-ffmpeg/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>X-Cart Marketplace for X-Cart community</title>
		<link>http://www.molotovbliss.com/blog/web-dev/x-cart-marketplace-for-x-cart-community/</link>
		<comments>http://www.molotovbliss.com/blog/web-dev/x-cart-marketplace-for-x-cart-community/#comments</comments>
		<pubDate>Thu, 30 Jul 2009 22:40:57 +0000</pubDate>
		<dc:creator>B00MER</dc:creator>
				<category><![CDATA[Web Development]]></category>
		<category><![CDATA[x-cart]]></category>
		<category><![CDATA[xcart]]></category>

		<guid isPermaLink="false">http://www.molotovbliss.com/blog/?p=637</guid>
		<description><![CDATA[
Appears X-Cart is finally picking up where everyone else has been with 3rd party contributors for years.  Wordpress what?, MagentoConnect what?  Ever since I had developed some aftermarket products for X-Cart, Qualiteam pretty much frowned on the whole concept of anyone else besides themselves benefitting from custom solutions to their existing software.  However, I still [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: left;"><a href="http://www.x-cart.com/news/xcart-marketplace-announced.html"><img src="http://www.molotovbliss.com/blog/wp-content/uploads/2009/07/xcart_logo.gif" alt="xcart logo X Cart Marketplace for X Cart community"  title="X Cart Marketplace for X Cart community" /></a></p>
<p style="text-align: left;">Appears X-Cart is finally picking up where everyone else has been with 3rd party contributors for years.  Wordpress what?, MagentoConnect what?  Ever since I had developed some aftermarket products for X-Cart, Qualiteam pretty much frowned on the whole concept of anyone else besides themselves benefitting from custom solutions to their existing software.  However, I still see they require you be a special member in order to list your products in their market, unlike many others who will allow you to list them for free without much governing.</p>
<p style="text-align: left;">X-Cart can be a great ecommerce cart, don&#8217;t get me wrong but, there really isn&#8217;t much framework in it to allow for addons or modifications that can easily hookup into existing code without causing major headaches down the road once it is time to upgrade the base code.  This was the biggest reason I switched from X-Cart to MagentoCommerce.</p>
<p style="text-align: left;">
<ul>
<li><a href="http://www.x-cart.com/news/xcart-marketplace-announced.html">X-Cart Marketplace for X-Cart community</a>.</li>
</ul>

<p><strong>Possibly Related Posts:</strong></p>
<ul>
<li><a href="http://www.molotovbliss.com/blog/android-os-g1-sdk/android-sdk-2-01-emu-webkit-user-agent/">Android SDK 2.01 Emu WebKit User Agent</a></li>
<li><a href="http://www.molotovbliss.com/blog/magento-commerce/eclipse-zend-studio-zendserver-android-sdk-how-to-install/">Eclipse + ZendStudio + ZendServer + Android SDK = Awesome IDE</a></li>
<li><a href="http://www.molotovbliss.com/blog/magento-commerce/magento-phoning-home-to-big-brothervarien/">Magento: Phoning home to Big Brother/Varien?</a></li>
<li><a href="http://www.molotovbliss.com/blog/web-dev/selecting-30-days-or-older-entries-using-mysql-datetime-field/">Selecting 30 days or older entries using MySQL DateTime field</a></li>
<li><a href="http://www.molotovbliss.com/blog/general/x-cart-creators-release-gears-based-ecwid-e-commerce-widgets-in-beta/">X-Cart creators release Gears based Ecwid E-Commerce Widgets in Beta</a></li>
</ul><br />
]]></content:encoded>
			<wfw:commentRss>http://www.molotovbliss.com/blog/web-dev/x-cart-marketplace-for-x-cart-community/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Build a Forum in Flash / ActionScript.org Forums</title>
		<link>http://www.molotovbliss.com/blog/web-dev/build-a-forum-in-flash-actionscriptorg-forums/</link>
		<comments>http://www.molotovbliss.com/blog/web-dev/build-a-forum-in-flash-actionscriptorg-forums/#comments</comments>
		<pubDate>Sun, 05 Apr 2009 10:11:04 +0000</pubDate>
		<dc:creator>B00MER</dc:creator>
				<category><![CDATA[Web Development]]></category>
		<category><![CDATA[actionscript]]></category>
		<category><![CDATA[flash]]></category>
		<category><![CDATA[forum]]></category>

		<guid isPermaLink="false">http://www.molotovbliss.com/blog/?p=566</guid>
		<description><![CDATA[While experiementing with Flash 5 and ASP/Access around 2001 I wrote a pretty simplistic based forum with Flash as a frontend.
Still seeing some traffic coming from ActionScripts.org that I had simply experimented with, I&#8217;ve since moved away from old ASP, and Access Databases.  It is merely for learning purposes, A Novice person may find it [...]]]></description>
			<content:encoded><![CDATA[<p>While experiementing with Flash 5 and ASP/Access around 2001 I wrote a pretty simplistic based forum with Flash as a frontend.</p>
<p>Still seeing some traffic coming from ActionScripts.org that I had simply experimented with, I&#8217;ve since moved away from old ASP, and Access Databases.  It is merely for learning purposes, A Novice person may find it interesting as for more advanced may find it quite amusing <img src='http://www.molotovbliss.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' title="Build a Forum in Flash / ActionScript.org Forums" /> </p>
<p>I make no warranty with the zip and there isn&#8217;t any &#8220;install&#8221; instructions.  </p>
<p>Download it here:<br /> <img src='http://www.molotovbliss.com/blog/wp-includes/images/smilies/icon_arrow.gif' alt=':arrow:' class='wp-smiley' title="Build a Forum in Flash / ActionScript.org Forums" /> <a href="http://www.molotovbliss.com/blog/wp-content/uploads/2009/04/mb-forums05b.zip">mb-forums05b</a></p>
<p><a href="http://www.actionscript.org/forums/showthread.php3?t=2292">Build forum in flash &#8211; ActionScript.org Forums</a>.</p>

<p><strong>Possibly Related Posts:</strong></p>
<ul>
<li><a href="http://www.molotovbliss.com/blog/android-os-g1-sdk/android-sdk-2-01-emu-webkit-user-agent/">Android SDK 2.01 Emu WebKit User Agent</a></li>
<li><a href="http://www.molotovbliss.com/blog/magento-commerce/eclipse-zend-studio-zendserver-android-sdk-how-to-install/">Eclipse + ZendStudio + ZendServer + Android SDK = Awesome IDE</a></li>
<li><a href="http://www.molotovbliss.com/blog/magento-commerce/magento-phoning-home-to-big-brothervarien/">Magento: Phoning home to Big Brother/Varien?</a></li>
<li><a href="http://www.molotovbliss.com/blog/web-dev/selecting-30-days-or-older-entries-using-mysql-datetime-field/">Selecting 30 days or older entries using MySQL DateTime field</a></li>
<li><a href="http://www.molotovbliss.com/blog/general/x-cart-creators-release-gears-based-ecwid-e-commerce-widgets-in-beta/">X-Cart creators release Gears based Ecwid E-Commerce Widgets in Beta</a></li>
</ul><br />
]]></content:encoded>
			<wfw:commentRss>http://www.molotovbliss.com/blog/web-dev/build-a-forum-in-flash-actionscriptorg-forums/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Same site, shorter domain: mbliss.com</title>
		<link>http://www.molotovbliss.com/blog/general/shorter-domain-mbliss-dot-com/</link>
		<comments>http://www.molotovbliss.com/blog/general/shorter-domain-mbliss-dot-com/#comments</comments>
		<pubDate>Fri, 03 Apr 2009 04:01:14 +0000</pubDate>
		<dc:creator>B00MER</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[SEO]]></category>
		<category><![CDATA[Web Development]]></category>
		<category><![CDATA[bliss]]></category>
		<category><![CDATA[domain]]></category>
		<category><![CDATA[mbliss]]></category>
		<category><![CDATA[molotov]]></category>

		<guid isPermaLink="false">http://www.molotovbliss.com/blog/?p=549</guid>
		<description><![CDATA[Out of curiousity I wondered if  mbliss.com was available last night and to my surprise it was available, it hadn&#8217;t been in quite some time, since most have trouble spelling the word molotov, I decided to scoop the domain up.  I&#8217;m still not sure if I will keep it pointing  here or [...]]]></description>
			<content:encoded><![CDATA[<p>Out of curiousity I wondered if <img src='http://www.molotovbliss.com/blog/wp-includes/images/smilies/icon_arrow.gif' alt=':arrow:' class='wp-smiley' title="Same site, shorter domain: mbliss.com" /> <a href="http://mbliss.com" rel="nofollow">mbliss.com</a> was available last night and to my surprise it was available, it hadn&#8217;t been in quite some time, since most have trouble spelling the word molotov, I decided to scoop the domain up.  I&#8217;m still not sure if I will keep it pointing  here or if a seperate entity will appear on it and the blog would stay here, I&#8217;m mainly concerned with back links and 301 redirecting everything properly.  I am also concerned with the domain being parked here if Google will start penalizing me for duplicate content.  Anyone have any thoughts, on what would be the best use for this new shortened domain? </p>
<p>Hopefully the thought process will end up like this:<br /> <img src='http://www.molotovbliss.com/blog/wp-includes/images/smilies/icon_confused.gif' alt=':?' class='wp-smiley' title="Same site, shorter domain: mbliss.com" /> <img src='http://www.molotovbliss.com/blog/wp-includes/images/smilies/icon_question.gif' alt=':?:' class='wp-smiley' title="Same site, shorter domain: mbliss.com" /> <img src='http://www.molotovbliss.com/blog/wp-includes/images/smilies/icon_idea.gif' alt=':idea:' class='wp-smiley' title="Same site, shorter domain: mbliss.com" /> <img src='http://www.molotovbliss.com/blog/wp-includes/images/smilies/icon_mrgreen.gif' alt=':mrgreen:' class='wp-smiley' title="Same site, shorter domain: mbliss.com" /> </p>

<p><strong>Possibly Related Posts:</strong></p>
<ul>
<li><a href="http://www.molotovbliss.com/blog/general/magento-commerce-404-whoops-our-bad-error-reporting/">Magento Commerce Error Reporting Tip</a></li>
<li><a href="http://www.molotovbliss.com/blog/android-os-g1-sdk/android-sdk-2-01-emu-webkit-user-agent/">Android SDK 2.01 Emu WebKit User Agent</a></li>
<li><a href="http://www.molotovbliss.com/blog/magento-commerce/eclipse-zend-studio-zendserver-android-sdk-how-to-install/">Eclipse + ZendStudio + ZendServer + Android SDK = Awesome IDE</a></li>
<li><a href="http://www.molotovbliss.com/blog/magento-commerce/magento-phoning-home-to-big-brothervarien/">Magento: Phoning home to Big Brother/Varien?</a></li>
<li><a href="http://www.molotovbliss.com/blog/web-dev/selecting-30-days-or-older-entries-using-mysql-datetime-field/">Selecting 30 days or older entries using MySQL DateTime field</a></li>
</ul><br />
]]></content:encoded>
			<wfw:commentRss>http://www.molotovbliss.com/blog/general/shorter-domain-mbliss-dot-com/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>5 Universal Principles For Successful eCommerce</title>
		<link>http://www.molotovbliss.com/blog/magento-commerce/5-universal-principles-for-successful-ecommerce/</link>
		<comments>http://www.molotovbliss.com/blog/magento-commerce/5-universal-principles-for-successful-ecommerce/#comments</comments>
		<pubDate>Tue, 24 Mar 2009 07:38:22 +0000</pubDate>
		<dc:creator>B00MER</dc:creator>
				<category><![CDATA[Magento Commerce]]></category>
		<category><![CDATA[Web Development]]></category>

		<guid isPermaLink="false">http://www.molotovbliss.com/blog/?p=457</guid>
		<description><![CDATA[Smashing Magazine has listed 5 universal principles for successful eCommerce. I would have to agree with all of the items listed, as they are brief and not really a detailed how-to fix them, but more less a guidance on things that should be focused on in the eCommerce realm. In short here&#8217;s basically what they [...]]]></description>
			<content:encoded><![CDATA[<p>Smashing Magazine has listed 5 universal principles for successful eCommerce. I would have to agree with all of the items listed, as they are brief and not really a detailed how-to fix them, but more less a guidance on things that should be focused on in the eCommerce realm. In short here&#8217;s basically what they have listed:</p>
<ol>
<li>Design for customers, not yourself or clients.</li>
<li>Go beyond usability and make the interface as transparent to the end user as possible.</li>
<li>Pay attention more closely to product detail pages, The checkout process, End user security concerns and page weight.</li>
<li>Give your customers what they want, listen to them and interact with them through social medias like twitter, surveys and polls.</li>
<li>Make good use of color and type faces to help lead customers through out their experience.</li>
</ol>
<p>Here is the full details with all the pretty pictures and fancy sub titles like &#8220;Paint your pictures at home&#8221;</p>
<p> <img src='http://www.molotovbliss.com/blog/wp-includes/images/smilies/icon_arrow.gif' alt=':arrow:' class='wp-smiley' title="5 Universal Principles For Successful eCommerce" />  <a href="http://www.smashingmagazine.com/2009/03/23/designing-for-the-user-experience-in-ecommerce/">5 Universal Principles For Successful eCommerce-Sites | How-To | Smashing Magazine</a>.</p>

<p><strong>Possibly Related Posts:</strong></p>
<ul>
<li><a href="http://www.molotovbliss.com/blog/general/magento-commerce-404-whoops-our-bad-error-reporting/">Magento Commerce Error Reporting Tip</a></li>
<li><a href="http://www.molotovbliss.com/blog/android-os-g1-sdk/android-sdk-2-01-emu-webkit-user-agent/">Android SDK 2.01 Emu WebKit User Agent</a></li>
<li><a href="http://www.molotovbliss.com/blog/magento-commerce/eclipse-zend-studio-zendserver-android-sdk-how-to-install/">Eclipse + ZendStudio + ZendServer + Android SDK = Awesome IDE</a></li>
<li><a href="http://www.molotovbliss.com/blog/magento-commerce/magento-paypal-standard-ipn-double-totals-bug-1-3-2-3-fix/">Magento: Paypal Standard IPN Double Totals Bug 1.3.2.3 + fix</a></li>
<li><a href="http://www.molotovbliss.com/blog/magento-commerce/iphone-magento-theme-compatible-with-android/">iPhone Magento theme compatible with Android</a></li>
</ul><br />
]]></content:encoded>
			<wfw:commentRss>http://www.molotovbliss.com/blog/magento-commerce/5-universal-principles-for-successful-ecommerce/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
