<?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>Andr&#233; L. S. &#187; Softwares</title>
	<atom:link href="http://www.andrels.com/wp-en_US/index.php/category/configurations/softwares/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.andrels.com/wp-en_US</link>
	<description>Softwares Development, Technology and Games</description>
	<lastBuildDate>Wed, 08 Feb 2012 12:39:20 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Fixing WordPress error &#8220;Allowed memory size of&#8230;&#8221;</title>
		<link>http://www.andrels.com/wp-en_US/index.php/2011/07/fixing-wordpress-error-allowed-memory-size-of/#utm_source=feed&#038;utm_medium=feed&#038;utm_campaign=feed</link>
		<comments>http://www.andrels.com/wp-en_US/index.php/2011/07/fixing-wordpress-error-allowed-memory-size-of/#comments</comments>
		<pubDate>Wed, 06 Jul 2011 02:06:11 +0000</pubDate>
		<dc:creator>André</dc:creator>
				<category><![CDATA[Configurations]]></category>
		<category><![CDATA[Quick tips]]></category>
		<category><![CDATA[Softwares]]></category>
		<category><![CDATA[error]]></category>
		<category><![CDATA[fatal]]></category>
		<category><![CDATA[fix]]></category>
		<category><![CDATA[memory]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.andrels.com/wp-en_US/?p=174</guid>
		<description><![CDATA[I&#8217;ve just updated my WordPress to version 3.2, when update has been finished a page with error code 500 was<a href="http://www.andrels.com/wp-en_US/index.php/2011/07/fixing-wordpress-error-allowed-memory-size-of/" class="searchmore">Read the Rest...</a><div class="clr"></div>]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve just updated my WordPress to version 3.2, when update has been finished a page with error code 500 was displayed. In log file had many entry of <strong>Fatal error: Allowed memory size of 33554432 bytes exhausted</strong></p>
<p>To know if it your problem too, edit file <strong>error_log</strong> in <strong>wp-admin</strong> directory and and take a look at last rows.</p>
<p>The following process fixed this for me, but your host server should allow sizing PHP memory at runtime.</p>
<p>Open and edit file <strong>wp-settings.php</strong> at root of WordPress directory and put the row bellow after &#8220;&lt;?php&#8221;:</p>
<pre class="brush:php">define('WP_MEMORY_LIMIT', '64M');</pre>
<p>Here I&#8217;ve set up to 64MB to PHP, but how to know amount of MB to set up?</p>
<p>In error message, the long number means amount of bytes allocated to PHP: &#8220;Fatal error: Allowed memory size of <span style="text-decoration: underline;">33554432</span>&#8230;&#8221;. This number represents 32MB (do this calculation to converts byte in megabytes 33554432 / (1024^2) = 32).</p>
<p>Just set a number greater than the result in line above.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.andrels.com/wp-en_US/index.php/2011/07/fixing-wordpress-error-allowed-memory-size-of/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How is fight between Firefox, Internet Explorer and Google Chrome?</title>
		<link>http://www.andrels.com/wp-en_US/index.php/2011/06/how-is-fight-between-firefox-internet-explorer-and-google-chrome/#utm_source=feed&#038;utm_medium=feed&#038;utm_campaign=feed</link>
		<comments>http://www.andrels.com/wp-en_US/index.php/2011/06/how-is-fight-between-firefox-internet-explorer-and-google-chrome/#comments</comments>
		<pubDate>Thu, 09 Jun 2011 01:35:32 +0000</pubDate>
		<dc:creator>André</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[Softwares]]></category>
		<category><![CDATA[browser]]></category>
		<category><![CDATA[chrome]]></category>
		<category><![CDATA[firefox]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[ie]]></category>
		<category><![CDATA[internet]]></category>
		<category><![CDATA[internet explorer]]></category>

		<guid isPermaLink="false">http://www.andrels.com/wp-en_US/?p=170</guid>
		<description><![CDATA[I&#8217;ve was analysing blog access chart and, curiously, I see how are the most usable browsers. The fight between Firefox<a href="http://www.andrels.com/wp-en_US/index.php/2011/06/how-is-fight-between-firefox-internet-explorer-and-google-chrome/" class="searchmore">Read the Rest...</a><div class="clr"></div>]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve was analysing blog access chart and, curiously, I see how are the most usable browsers.</p>
<p>The fight between Firefox and Internet Explorer is old and, little time ago, Microsoft&#8217;s browser lost first position to Firefox. Now, with Google Chrome more stable and accessible, the three firsts position may be changed again.</p>
<p>In one year of interval, this blog had 35,738 visits, where the Firefox was most usable browser, responsible for 14,705 (41.75%) of access, distantly followed by Internet Explorer (10,542 access, or 29.5%) and Google Chrome (8,679 access, or 24.29%). Opera came in 4th and Safari came in 5th.</p>
<p>Below the chart generated by Google Analytics with complete list of browsers and amount of access:</p>
<div id="attachment_296" class="wp-caption aligncenter" style="width: 410px"><a href="http://www.andrels.com/wp-pt_BR/wp-content/uploads/2011/06/grafFFIECR.jpg"><img class="size-medium wp-image-296  " title="grafFFIECR" src="http://www.andrels.com/wp-pt_BR/wp-content/uploads/2011/06/grafFFIECR.jpg" alt="" width="400" height="172" /></a><p class="wp-caption-text">Chart generated by Google Analytics between 06/07/2010 and 06/07/2011 (click to zoom)</p></div>
<p>Will be a matter of time to Internet Explorer to leave second position to Google Chrome</p>
]]></content:encoded>
			<wfw:commentRss>http://www.andrels.com/wp-en_US/index.php/2011/06/how-is-fight-between-firefox-internet-explorer-and-google-chrome/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Enabling Windows Media Player bar in Windows 7 taskbar</title>
		<link>http://www.andrels.com/wp-en_US/index.php/2010/04/enabling-windows-media-player-bar-in-windows-7-taskbar/#utm_source=feed&#038;utm_medium=feed&#038;utm_campaign=feed</link>
		<comments>http://www.andrels.com/wp-en_US/index.php/2010/04/enabling-windows-media-player-bar-in-windows-7-taskbar/#comments</comments>
		<pubDate>Wed, 21 Apr 2010 18:14:40 +0000</pubDate>
		<dc:creator>André</dc:creator>
				<category><![CDATA[Configurations]]></category>
		<category><![CDATA[Operational Systems]]></category>
		<category><![CDATA[Softwares]]></category>
		<category><![CDATA[Tutorial]]></category>
		<category><![CDATA[taskbar]]></category>
		<category><![CDATA[toolbar]]></category>
		<category><![CDATA[windows 7]]></category>
		<category><![CDATA[windows media player]]></category>
		<category><![CDATA[windows vista]]></category>
		<category><![CDATA[wmpband.dll]]></category>

		<guid isPermaLink="false">http://www.andrels.com/wp-en_US/?p=122</guid>
		<description><![CDATA[Unfortunately Windows Media Player 12,  already installed with Windows 7, has no support to minimize as toolbar in the taskbar.<a href="http://www.andrels.com/wp-en_US/index.php/2010/04/enabling-windows-media-player-bar-in-windows-7-taskbar/" class="searchmore">Read the Rest...</a><div class="clr"></div>]]></description>
			<content:encoded><![CDATA[<div style="text-align: justify;" dir="ltr">Unfortunately Windows Media Player 12,  already installed with Windows 7, has no support to minimize as toolbar in the taskbar. To enable this bar, just need copy a file from Windows Media Player for Windows Vista. Now I will show how do this:</div>
<p style="text-align: justify;"><strong>1. </strong>You will need of a dll called wmpband.dll, that come with Windows Vista. If you not own it, download <a class="downloadlink" href="http://www.andrels.com/wp-en_US/wp-content/plugins/download-monitor/download.php?id=4" title=" downloaded 557 times" >here (557)</a> (this ZIP contains 32 and 64 bits versions);</p>
<p style="text-align: justify;"><strong>2.</strong> Copy the file (32 or 64 bits, depends your Windows) to Windows Media Players installation directory, in my case &#8220;<strong>C:\Program Files\Windows Media Player</strong>&#8220;;</p>
<p style="text-align: justify;"><strong>3. </strong>Now check if &#8220;<strong>Windows Media Player Network Sharing Service</strong>&#8220;<strong> </strong>service is stopped. To do this, click in Start and, in the search box, type &#8220;Services&#8221; and click in the respective list item. Look for service and stop it, if running.</p>
<p style="text-align: justify;"><strong>4.</strong> Open the Command Prompt with administrator privileges. Star &gt; All Programs &gt; Accessories &gt; right click in &#8220;Command Prompt&#8221; and click &#8220;Run as Administrator&#8221;.</p>
<p style="text-align: justify;"><strong>5. </strong>Type command <strong>regsvr32</strong> &#8220;<strong>C:\Program Files\Windows  Media  Player\wmpband.dll</strong>&#8220;, replace the path of the directory where the dll is.</p>
<p style="text-align: justify;"><strong>6. </strong>Open Windows Media Player and minimize it. Then right click in the taskbar &gt; Toolbars &gt; select Windows Media Player.<a href="http://www.andrels.com/wp-en_US/wp-content/uploads/2010/04/ljbp.png#utm_source=feed&amp;utm_medium=feed&amp;utm_campaign=feed"><img class="aligncenter size-medium wp-image-123" title="ljbp" src="http://www.andrels.com/wp-en_US/wp-content/uploads/2010/04/ljbp-300x174.png" alt="" width="300" height="174" /></a></p>
<p style="text-align: justify;"><strong> </strong><strong>6. </strong>Abra o Windows Media Player e então o minimize-o. Depois clique com o  botão direito na barra de tarefas &gt; Barra de Ferramentas &gt; Windows  Media Player.</p>
<p style="text-align: justify;"><strong>7.</strong> And <em>voilá</em>. <img class="alignnone" src="http://www.andrels.com/wp-pt_BR/wp-content/uploads/2010/04/45454561.png" alt="" width="321" height="45" /></p>
<p style="text-align: justify;">Microsoft should  have kept this feature natively, I know people who use this resource, I inclusive.</p>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 580px; width: 1px; height: 1px; overflow: hidden;">
<div dir="ltr">
<div id="tts_button" class=" " style="display: block;" title="Ouvir esta tradução"><object id="tts_flash" classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="18" height="18" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="data" value="http://www.gstatic.com/translate/sound_player.swf" /><param name="flashvars" value="sound_name=&amp;sound_name_cb=_TTSSoundFile" /><param name="wmode" value="transparent" /><param name="allowScriptAccess" value="always" /><param name="src" value="http://www.gstatic.com/translate/sound_player.swf" /><embed id="tts_flash" type="application/x-shockwave-flash" width="18" height="18" src="http://www.gstatic.com/translate/sound_player.swf" allowscriptaccess="always" wmode="transparent" flashvars="sound_name=&amp;sound_name_cb=_TTSSoundFile" data="http://www.gstatic.com/translate/sound_player.swf"></embed></object></div>
<p><span id="result_box" class="short_text"><span style="background-color: #ffffff;" title="nativamente">natively</span></span></p>
</div>
</div>
]]></content:encoded>
			<wfw:commentRss>http://www.andrels.com/wp-en_US/index.php/2010/04/enabling-windows-media-player-bar-in-windows-7-taskbar/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Amarok&#8217;s playlist stop after play one music</title>
		<link>http://www.andrels.com/wp-en_US/index.php/2010/03/amaroks-playlist-stop-after-play-one-musica/#utm_source=feed&#038;utm_medium=feed&#038;utm_campaign=feed</link>
		<comments>http://www.andrels.com/wp-en_US/index.php/2010/03/amaroks-playlist-stop-after-play-one-musica/#comments</comments>
		<pubDate>Wed, 17 Mar 2010 02:42:58 +0000</pubDate>
		<dc:creator>André</dc:creator>
				<category><![CDATA[Configurations]]></category>
		<category><![CDATA[Quick tips]]></category>
		<category><![CDATA[Softwares]]></category>
		<category><![CDATA[amarok]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[playlist]]></category>

		<guid isPermaLink="false">http://www.andrels.com/wp-en_US/?p=112</guid>
		<description><![CDATA[Recently I had a problem like others Amarok&#8217;s 2.1.1 users: It play only one music and stop. To resolve this:<a href="http://www.andrels.com/wp-en_US/index.php/2010/03/amaroks-playlist-stop-after-play-one-musica/" class="searchmore">Read the Rest...</a><div class="clr"></div>]]></description>
			<content:encoded><![CDATA[<p>Recently I had a problem like others Amarok&#8217;s 2.1.1 users: It play only one music and stop.</p>
<p>To resolve this: Close Amarok, delete the file<strong> ~/.kde/share/apps/amarok/current.xspf</strong> and then restart Amarok.</p>
<p>Least worked to me and I hope that works for you too! <img src='http://www.andrels.com/wp-en_US/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<p>Until next!!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.andrels.com/wp-en_US/index.php/2010/03/amaroks-playlist-stop-after-play-one-musica/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Error &#8220;&#8230;faulting module php5ts.dll&#8230;&#8221; in Apache with PHP and MySQL running on Windows Vista</title>
		<link>http://www.andrels.com/wp-en_US/index.php/2009/06/error-faulting-module-php5tsdll-in-apache-with-php-and-mysql-running-on-windows-vista/#utm_source=feed&#038;utm_medium=feed&#038;utm_campaign=feed</link>
		<comments>http://www.andrels.com/wp-en_US/index.php/2009/06/error-faulting-module-php5tsdll-in-apache-with-php-and-mysql-running-on-windows-vista/#comments</comments>
		<pubDate>Thu, 11 Jun 2009 00:50:51 +0000</pubDate>
		<dc:creator>André</dc:creator>
				<category><![CDATA[Configurations]]></category>
		<category><![CDATA[Softwares]]></category>
		<category><![CDATA[apache]]></category>
		<category><![CDATA[configuration]]></category>

		<guid isPermaLink="false">http://www.andrels.com/wp-en_US/?p=49</guid>
		<description><![CDATA[For someone, like I, was suffering with &#8220;Faulting application httpd.exe, version 2.2.11.0, time stamp 0x493f5d44, faulting module php5ts.dll&#8230;&#8221; error, try<a href="http://www.andrels.com/wp-en_US/index.php/2009/06/error-faulting-module-php5tsdll-in-apache-with-php-and-mysql-running-on-windows-vista/" class="searchmore">Read the Rest...</a><div class="clr"></div>]]></description>
			<content:encoded><![CDATA[<p>For someone, like I, was suffering with <em>&#8220;Faulting application httpd.exe, version 2.2.11.0, time stamp 0x493f5d44, faulting module php5ts.dll&#8230;&#8221;</em> error, try copy the file <em>libmysql.dll</em>, located in PHP installation folder, to Apache <strong>bin</strong> directory and restart Apache service.</p>
<p>See ya!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.andrels.com/wp-en_US/index.php/2009/06/error-faulting-module-php5tsdll-in-apache-with-php-and-mysql-running-on-windows-vista/feed/</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
	</channel>
</rss>

