<?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>Wed, 07 Dec 2011 21:46:12 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Fixing z-index object problems in Google Chrome using wmode</title>
		<link>http://waxideal.com/blog/2011/11/27/google-chrome-object-z-index/</link>
		<comments>http://waxideal.com/blog/2011/11/27/google-chrome-object-z-index/#comments</comments>
		<pubDate>Sun, 27 Nov 2011 09:18:33 +0000</pubDate>
		<dc:creator>sarandi</dc:creator>
				<category><![CDATA[code]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[html/xhmtl]]></category>
		<category><![CDATA[web]]></category>
		<category><![CDATA[web development]]></category>

		<guid isPermaLink="false">http://waxideal.com/blog/?p=641</guid>
		<description><![CDATA[Turns out that using z-index on html objects doesn&#8217;t work in Google Chrome! Luckily, there&#8217;s a quick fix &#8211; just add the following param to the object, add the z-index, and you should be good to go:]]></description>
			<content:encoded><![CDATA[<p>Turns out that using z-index on html objects doesn&#8217;t work in Google Chrome! Luckily, there&#8217;s a quick fix &#8211; just add the following param to the object, add the z-index, and you should be good to go:</p>
<pre class="brush: xml; title: ; notranslate">&lt;param name=&quot;wmode&quot; value=&quot;transparent&quot;&gt;</pre>
]]></content:encoded>
			<wfw:commentRss>http://waxideal.com/blog/2011/11/27/google-chrome-object-z-index/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>User Testing Websites</title>
		<link>http://waxideal.com/blog/2011/06/21/user-testing-websites/</link>
		<comments>http://waxideal.com/blog/2011/06/21/user-testing-websites/#comments</comments>
		<pubDate>Tue, 21 Jun 2011 21:56:04 +0000</pubDate>
		<dc:creator>sarandi</dc:creator>
				<category><![CDATA[clients]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[tools]]></category>
		<category><![CDATA[user testing]]></category>
		<category><![CDATA[web]]></category>
		<category><![CDATA[web development]]></category>

		<guid isPermaLink="false">http://waxideal.com/blog/?p=630</guid>
		<description><![CDATA[A few user testing websites &#8211; know of any others? http://www.loop11.com/pricing/ http://www.optimalworkshop.com/chalkmark.htm http://www.usertesting.com/ http://www.userzoom.com/]]></description>
			<content:encoded><![CDATA[<p>A few user testing websites &#8211; know of any others?</p>
<p><a href="http://www.loop11.com/pricing/" target="_blank">http://www.loop11.com/pricing/</a><br />
<a href="http://www.optimalworkshop.com/chalkmark.htm" target="_blank">http://www.optimalworkshop.com/chalkmark.htm</a><br />
<a href="http://www.usertesting.com/" target="_blank">http://www.usertesting.com/</a><br />
<a href="http://www.userzoom.com/" target="_blank">http://www.userzoom.com/</a></p>
]]></content:encoded>
			<wfw:commentRss>http://waxideal.com/blog/2011/06/21/user-testing-websites/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to trigger a jQuery Plugin (fancybox) if URL match</title>
		<link>http://waxideal.com/blog/2011/06/16/how-to-trigger-a-jquery-plugin-fancybox-if-url-match/</link>
		<comments>http://waxideal.com/blog/2011/06/16/how-to-trigger-a-jquery-plugin-fancybox-if-url-match/#comments</comments>
		<pubDate>Thu, 16 Jun 2011 21:42:05 +0000</pubDate>
		<dc:creator>sarandi</dc:creator>
				<category><![CDATA[clients]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[email]]></category>
		<category><![CDATA[html/xhmtl]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[jQuery]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[web]]></category>
		<category><![CDATA[web development]]></category>

		<guid isPermaLink="false">http://waxideal.com/blog/?p=626</guid>
		<description><![CDATA[I currently work for a venue &#8211; often times we have shows with multiple acts, so we need to list set times for each artist. Easy enough: I can write a modal-type pop-up window using fancybox that opens when the user clicks a link (&#8220;DJ Showtimes here&#8220;, for example). But say you want to send [...]]]></description>
			<content:encoded><![CDATA[<p>I currently work for a venue &#8211; often times we have shows with multiple acts, so we need to list set times for each artist. Easy enough: I can write a modal-type pop-up window using fancybox that opens when the user clicks a link (&#8220;DJ Showtimes <span style="text-decoration: underline;">here</span>&#8220;, for example). But say you want to send an email that links to that list? Since most email clients, web- or desktop-based, don&#8217;t allow javascript, I needed to trigger the click based on the URL. Here&#8217;s my solution (using a custom jQuery function to avoid conflicts with other libraries in use):</p>
<pre><code>
$j('#various2').fancybox({'hideOnContentClick': true, 'hideOnOverlayClick': true, 'showCloseButton': true, 'scrolling': 'auto'}); /* use id of link for fancybox selector */</code></pre>
<pre><code>/* necessary to set if-statement within page ready or load event */
</code></pre>
<pre><code>$j(document).ready(function() {
if(document.location.href.indexOf('#various2')&gt;-1){ /* check for anchor text in URL */
$j('#various2').fancybox().trigger('click'); /* chain click trigger on to previously written fancybox declaration */
}});
$j('#fancybox-wrap').css({'margin':'20px auto'}) /* set css for wrapper; safari was centering the inline element to the position of the #various2 element, which was at the top of the page. This resets to 20px top/bottom and in the middle horizontally */</code></pre>
<p>My link looks like this:</p>
<pre><code><a id="various2" href="#data">DJ Set Times Here</a></code></pre>
<p>and my content is wrapped with:</p>
<pre><code>
<div id="data">CONTENT HERE</div>

</code></pre>
<p>Easy, peasy.</p>
]]></content:encoded>
			<wfw:commentRss>http://waxideal.com/blog/2011/06/16/how-to-trigger-a-jquery-plugin-fancybox-if-url-match/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Google Analytics Links &amp; Resources</title>
		<link>http://waxideal.com/blog/2011/06/09/google-analytics-links-resources/</link>
		<comments>http://waxideal.com/blog/2011/06/09/google-analytics-links-resources/#comments</comments>
		<pubDate>Thu, 09 Jun 2011 13:46:43 +0000</pubDate>
		<dc:creator>sarandi</dc:creator>
				<category><![CDATA[business]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[tools]]></category>
		<category><![CDATA[web]]></category>
		<category><![CDATA[web development]]></category>
		<category><![CDATA[workflow]]></category>

		<guid isPermaLink="false">http://waxideal.com/blog/?p=622</guid>
		<description><![CDATA[gleaned from http://appsumo.com/googlevid/ (must sign up to gain access to [temporarily free] video! Campaign Tracking Overview: http://cutroni.com/blog/2006/11/10/google-analytics-campaign-tracking-pt-0-an-overview/ Google Analytics URL Builder: http://www.google.com/support/analytics/bin/answer.py?hl=en&#38;answer=55578 Goals &#38; Funnels: http://www.google.com/support/analytics/bin/answer.py?answer=55515&#38;hl=en Site Search: http://www.google.com/support/analytics/bin/answer.py?hl=en&#38;answer=75817 Google Analytics: Power User Guide: http://blog.vkistudios.com/index.cfm/2009/6/5/The-Google-Analytics-Power-User-Guide 50 Resources for Getting the Most Out of Google Analytics http://blog.kissmetrics.com/50-resources-for-getting-the-most-out-of-google-analytics/ The Huge Collection of Google Analytics Tips http://www.searchenginejournal.com/the-huge-collection-of-google-analytics-tips/7426/ Google [...]]]></description>
			<content:encoded><![CDATA[<p>gleaned from <a href="http://appsumo.com/googlevid/" target="_blank">http://appsumo.com/googlevid/</a> (must sign up to gain access to [temporarily free] video!</p>
<p>Campaign Tracking Overview:<br />
<a href="http://cutroni.com/blog/2006/11/10/google-analytics-campaign-tracking-pt-0-an-overview/">http://cutroni.com/blog/2006/11/10/google-analytics-campaign-tracking-pt-0-an-overview/</a></p>
<p>Google Analytics URL Builder:<br />
<a href="http://www.google.com/support/analytics/bin/answer.py?hl=en&amp;answer=55578">http://www.google.com/support/analytics/bin/answer.py?hl=en&amp;answer=55578</a></p>
<p>Goals &amp; Funnels:<br />
<a href="http://www.google.com/support/analytics/bin/answer.py?answer=55515&amp;hl=en">http://www.google.com/support/analytics/bin/answer.py?answer=55515&amp;hl=en</a></p>
<p>Site Search:<br />
<a href="http://www.google.com/support/analytics/bin/answer.py?hl=en&amp;answer=75817">http://www.google.com/support/analytics/bin/answer.py?hl=en&amp;answer=75817</a></p>
<p>Google Analytics: Power User Guide:<br />
<a href="http://blog.vkistudios.com/index.cfm/2009/6/5/The-Google-Analytics-Power-User-Guide">http://blog.vkistudios.com/index.cfm/2009/6/5/The-Google-Analytics-Power-User-Guide</a></p>
<p>50 Resources for Getting the Most Out of Google Analytics<br />
<a href="http://blog.kissmetrics.com/50-resources-for-getting-the-most-out-of-google-analytics/">http://blog.kissmetrics.com/50-resources-for-getting-the-most-out-of-google-analytics/</a></p>
<p>The Huge Collection of Google Analytics Tips<br />
<a href="http://www.searchenginejournal.com/the-huge-collection-of-google-analytics-tips/7426/%22">http://www.searchenginejournal.com/the-huge-collection-of-google-analytics-tips/7426/</a></p>
<p>Google Analytics YouTube Channel<br />
<a href="http://www.youtube.com/googleanalytics">http://www.youtube.com/googleanalytics</a></p>
<h2>Blogs about Google Analytics</h2>
<p>The Official Google Analytics Blog<br />
<a href="http://analytics.blogspot.com/index.html">http://analytics.blogspot.com/index.html</a></p>
<p>Advanced Web Metrics<br />
<a href="http://www.advanced-web-metrics.com/blog/">http://www.advanced-web-metrics.com/blog/</a></p>
<p>Google Analytics Results<br />
<a href="http://www.googleanalyticsresults.com/">http://www.googleanalyticsresults.com/</a></p>
<p>Luna Metrics Blog<br />
<a href="http://www.lunametrics.com/blog/">http://www.lunametrics.com/blog/</a></p>
<p>Analytics Talk<br />
<a href="http://www.cutroni.com/">http://www.cutroni.com</a></p>
]]></content:encoded>
			<wfw:commentRss>http://waxideal.com/blog/2011/06/09/google-analytics-links-resources/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Eric Meyer&#8217;s CSS Reset</title>
		<link>http://waxideal.com/blog/2011/02/14/eric-meyers-css-reset/</link>
		<comments>http://waxideal.com/blog/2011/02/14/eric-meyers-css-reset/#comments</comments>
		<pubDate>Mon, 14 Feb 2011 22:25:28 +0000</pubDate>
		<dc:creator>sarandi</dc:creator>
				<category><![CDATA[css]]></category>
		<category><![CDATA[html/xhmtl]]></category>
		<category><![CDATA[process]]></category>
		<category><![CDATA[tools]]></category>
		<category><![CDATA[web]]></category>
		<category><![CDATA[web development]]></category>
		<category><![CDATA[workflow]]></category>

		<guid isPermaLink="false">http://waxideal.com/blog/?p=593</guid>
		<description><![CDATA[For rapid xhtml/css development, this is invaluable: http://meyerweb.com/eric/thoughts/2011/01/03/reset-revisited/ Especially when you pair it up with this: http://960ls.atomidata.com/]]></description>
			<content:encoded><![CDATA[<p>For rapid xhtml/css development, this is invaluable:</p>
<p>http://meyerweb.com/eric/thoughts/2011/01/03/reset-revisited/</p>
<p>Especially when you pair it up with this:</p>
<p>http://960ls.atomidata.com/</p>
]]></content:encoded>
			<wfw:commentRss>http://waxideal.com/blog/2011/02/14/eric-meyers-css-reset/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<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>

