<?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>wax ideal &#187; web</title>
	<atom:link href="http://waxideal.com/blog/category/web/feed/" rel="self" type="application/rss+xml" />
	<link>http://waxideal.com/blog</link>
	<description>learning to be human, since 1984</description>
	<lastBuildDate>Mon, 23 Aug 2010 06:49:26 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Testing for IE6</title>
		<link>http://waxideal.com/blog/2010/02/02/testing-for-ie6/</link>
		<comments>http://waxideal.com/blog/2010/02/02/testing-for-ie6/#comments</comments>
		<pubDate>Wed, 03 Feb 2010 02:16:12 +0000</pubDate>
		<dc:creator>sarandi</dc:creator>
				<category><![CDATA[process]]></category>
		<category><![CDATA[tools]]></category>
		<category><![CDATA[web]]></category>
		<category><![CDATA[web development]]></category>
		<category><![CDATA[windows 7]]></category>
		<category><![CDATA[workflow]]></category>

		<guid isPermaLink="false">http://waxideal.com/blog/?p=389</guid>
		<description><![CDATA[I recently got a new laptop and needed to get my machine ready for web development . I&#8217;d previously been using MAMP on my Mac and running Parallels for testing in the IEs. After some deliberation, I decided on XAMPP for Windows &#8211; I&#8217;m running 7. XAMPP installs Apache, MySQL, PHP, Perl, ASP, Mercury, FileZilla,]]></description>
			<content:encoded><![CDATA[<p>I recently got a new laptop and needed to get my machine ready for web development . I&#8217;d previously been using <a title="MAMP" href="http://www.mamp.info/en/index.html" target="_blank">MAMP </a>on my Mac and running Parallels for testing in the IEs. After some deliberation, I decided on XAMPP for Windows &#8211; I&#8217;m running 7. <a title="XAMPP" href="http://www.apachefriends.org/en/xampp.html" target="_blank">XAMPP </a>installs Apache, MySQL, PHP, Perl, ASP, Mercury, FileZilla, and a slew of other daemons/services. There are some potential conflicts with the PHP/MySQL versions used for Drupal, but after testing, I haven&#8217;t run into any issues. Even if it becomes problematic, I can always manually configure a different version of either PHP or MySQL.</p>
<p>After getting my testing server up and running, I needed a way to test for IE6. Yes, I&#8217;m on Windows &#8211; but Windows 7 never shipped with IE6 or 7, unlike Vista &#8211; so standalone solutions no longer work. I just found a program that solves this issue &#8211; and is able to render pages simulating IE5.5-8. <a title="IETester" href="http://www.my-debugbar.com/wiki/IETester/HomePage" target="_blank">IETester</a> v0.4.2 is the current version, though it has been out since March of 2009. Somehow, it entirely missed my radar &#8211; probably because I was still running XP and didn&#8217;t broaden my queries.</p>
<p>I should say this: IE6 support doesn&#8217;t come for free. Clients whose user-base is heavy in the IE6 department can&#8217;t afford to not support those users. So, while I can develop for such users &#8211; they won&#8217;t be getting the same experience &#8211; and certainly not without an increased cost. It is my job to push internet standards, including A-level, modern browsers; efficiencies in development/production cut costs over the long-run especially for larger clients. When I have to dick around making tweaks because one idiot browser still won&#8217;t die, it&#8217;s annoying. For all business owners, large and small: please entertain this suggestion:</p>
<p style="padding-left: 30px;">Encourage your users to upgrade their browsers.</p>
<p style="padding-left: 30px;">Obnoxious/semi-invasive design via javascript-based browser sniffing would do wonders to bump browsers into gear. Hell, even showing a simple survey that asks &#8220;Do you ride a dinosaur to work? Why do you use an ancient browser?&#8221; followed by multiple choices that lead back to a <a title="Upgrade Your Browser" href="http://upgradeyourbrowser.org/" target="_blank">site that encourages browser upgrades</a>.</p>
<p>This tangent is officially over.</p>
<p>I had been running <a title="Sun Virtual Machine" href="http://www.sun.com/software/products/virtualbox/get.jsp" target="_blank">Sun&#8217;s Virtual Machine</a> with an XP installation to do IE6 testing, but this alternative has made things easier. The only real issue is sharing files between the host &#8211; Windows 7 &#8211; and the guest &#8211; Windows XP in the VM. That shouldn&#8217;t be too difficult, but time is important and I&#8217;d rather stick with what works for now.</p>
<p>With that said, my nose is back to the grindstone (though it won&#8217;t really move much at all).</p>
]]></content:encoded>
			<wfw:commentRss>http://waxideal.com/blog/2010/02/02/testing-for-ie6/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Drupal Fatal error: Allowed memory size of 33554432 bytes exhausted</title>
		<link>http://waxideal.com/blog/2009/01/17/drupal-fatal-error-allowed-memory-size-of-33554432-bytes-exhausted/</link>
		<comments>http://waxideal.com/blog/2009/01/17/drupal-fatal-error-allowed-memory-size-of-33554432-bytes-exhausted/#comments</comments>
		<pubDate>Sun, 18 Jan 2009 03:11:57 +0000</pubDate>
		<dc:creator>sarandi</dc:creator>
				<category><![CDATA[code]]></category>
		<category><![CDATA[web]]></category>

		<guid isPermaLink="false">http://waxideal.com/blog/2009/01/17/drupal-fatal-error-allowed-memory-size-of-33554432-bytes-exhausted/</guid>
		<description><![CDATA[While installing the Calendar module for a Drupal site, I ran into the following error: Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 71 bytes) in /home/milwaul0/public_html/drupal/includes/theme.inc on line 729 Confounded, I searched the internet and found this: http://drupal.org/node/283579 The first option (making a php.ini file in the root) appears to]]></description>
			<content:encoded><![CDATA[<p>While installing the Calendar module for a Drupal site, I ran into the following error:</p>
<p>Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 71 bytes) in /home/milwaul0/public_html/drupal/includes/theme.inc on line 729</p>
<p>Confounded, I searched the internet and found this:</p>
<p>http://drupal.org/node/283579</p>
<p>The first option (making a php.ini file in the root) appears to need a restart of the webserver, so I tried the second option, allocating more memory to php via drupal using:</p>
<p>ini_set(&#8216;memory_limit&#8217;, &#8217;64M&#8217;); in the sites/default/settings.php file</p>
<p>But before that, I had to change the permissions of the file, which had been set to 555 (default, by the site admin I assume).</p>
<p>I initially set the memory to 64M to make sure it would work, since 33554432 bytes is 32MB. After  it worked, I noticed that the permissions for the file had been reset to 555, so I changed that again and allocated 32MB for php. It worked. If ever any problems arise, I&#8217;ll know what to do.</p>
<p>What&#8217;s weird is that this error was triggered while allocating 71 bytes. I don&#8217;t know why there was even an issue&#8230; anyone?</p>
]]></content:encoded>
			<wfw:commentRss>http://waxideal.com/blog/2009/01/17/drupal-fatal-error-allowed-memory-size-of-33554432-bytes-exhausted/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
