<?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>DustinsDesign.com : Blog of Web Strategist Dustin J. Czysz</title>
	<atom:link href="http://www.dustinsdesign.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.dustinsdesign.com</link>
	<description>Web developer, Online Marketer and Entrepreneur</description>
	<lastBuildDate>Thu, 23 Jul 2009 00:58:22 +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>Developers and Testers</title>
		<link>http://www.dustinsdesign.com/developers-and-testers/</link>
		<comments>http://www.dustinsdesign.com/developers-and-testers/#comments</comments>
		<pubDate>Wed, 22 Jul 2009 15:09:31 +0000</pubDate>
		<dc:creator>Dustin</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://www.dustinsdesign.com/?p=399</guid>
		<description><![CDATA[Should &#8216;developers&#8217; rely on &#8216;testers&#8217; for large projects? Or should they be responsible for their own testing?
I have been battling with this issue lately. In my mind the developer should religiously check their own code as they work on it and only consider it done if they have checked it from every angle they can [...]]]></description>
			<content:encoded><![CDATA[<p>Should &#8216;developers&#8217; rely on &#8216;testers&#8217; for large projects? Or should they be responsible for their own testing?</p>
<p>I have been battling with this issue lately. In my mind the developer should religiously check their own code as they work on it and only consider it <em>done</em> if they have checked it from every angle <span id="more-399"></span>they can think of. Only later would testers come through to find the very unobtrusive &#8216;bugs&#8217;. Above all, a tester should never be a crutch for the developer.</p>
<p>There are developers out there that seem accustomed to just getting code to &#8216;work&#8217; and then move on. I wonder if they realize they are causing more problems than they solve?</p>
<p>Here is the minimum I think a developer should do before moving on to the next task:</p>
<ol>
<li>Get the code to work as specified.</li>
<li>Check the code in a live environment (user side etc).</li>
<li>Try to &#8216;break it&#8217; by doing things unexpected. Users will RARELY do things as planned.</li>
<li>Check the systems code is connected to for issues.</li>
<li>If a web app &#8211; check in the 3 most popular browsers.</li>
<li>Ask someone else to take a look.</li>
<li>Fix any issues.</li>
<li>Test again.</li>
<li>Fix.</li>
<li>Repeat steps 6-8.</li>
<li>Mark as &#8216;done&#8217; when you don&#8217;t run into issues.</li>
<li>Submit for &#8216;testing&#8217; (if you have a dedicated team for testing.)</li>
</ol>
<p>In most cases, this takes an extra 5-10 minutes work for the developer working on the code and will save uncountable time for the tester and the project as a whole. The tester can then focus on the unobtrusive issues instead of wasting time going back and forth on the obvious ones. The tester should have to work <em>hard</em> to find problems. </p>
<p>I am anxious to hear opinions on this workflow issue, especially from developers accustomed to working with dedicated testers.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.dustinsdesign.com/developers-and-testers/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Ways to speed up Joomla 1.5</title>
		<link>http://www.dustinsdesign.com/ways-to-speed-up-joomla-1-5/</link>
		<comments>http://www.dustinsdesign.com/ways-to-speed-up-joomla-1-5/#comments</comments>
		<pubDate>Sun, 19 Jul 2009 18:27:39 +0000</pubDate>
		<dc:creator>Dustin</dc:creator>
				<category><![CDATA[Joomla]]></category>

		<guid isPermaLink="false">http://www.dustinsdesign.com/?p=383</guid>
		<description><![CDATA[Requests to increase the speed on Joomla 1.5 websites are common.  What follows are the best techniques I have found. Please note: backup your site and database before trying any of these. Please perform these changes at your own risk.

1. Turn off all components, modules &#038; plugins you do not use. 
This can save [...]]]></description>
			<content:encoded><![CDATA[<p>Requests to increase the speed on Joomla 1.5 websites are common.  What follows are the best techniques I have found. <em>Please note: backup your site and database before trying any of these. Please perform these changes at your own risk.</em><br />
<span id="more-383"></span></p>
<h3>1. Turn off all components, modules &#038; plugins you do not use. </h3>
<p>This can save a few seconds on the frontend and backend.<br />
Log into the administrator and locate the following. Disable the ones you are not using. </p>
<p><strong>Extensions > Install/Uninstall > Components<br />
Extensions > Module Manager<br />
Extensions > Plugin Manager </strong></p>
<h3>2. Turn on caching in Global Configuration</h3>
<p><strong>Site > Global Configuration </strong></p>
<h3>3. Optimize CSS and JS</h3>
<p>Make sure you have well formed code and minimal white space. </p>
<p><strong>CSS optimizer:</strong> http://www.cssoptimiser.com/index.php<br />
<strong>JS optimizer:</strong> http://www.xtreeme.com/javascript-optimizer</p>
<h3>4. Compress CSS and JS</h3>
<p>This can be done manually or via extensions.</p>
<p><strong>Compress CSS manually:</strong> <a href="http://perishablepress.com/press/2006/10/23/compressed-css-compression/">http://perishablepress.com/press/2006/10/23/compressed-css-compression/</a><br />
<strong>Compress JS manually:</strong> <a href="http://perishablepress.com/press/2006/10/23/compressed-css-compression/">http://perishablepress.com/press/2007/04/24/compressed-javascript-compression/</a><br />
<strong>Compress both CSS &#038; JS with an extension:</strong> <a href="http://extensions.joomla.org/extensions/site-management/cache/7350/details">http://extensions.joomla.org/extensions/site-management/cache/7350/details</a></p>
<h3>5. Don&#8217;t use statistics or logging &#8211; use Google Analytics.</h3>
<p>The native logging and statistics in Joomla and those offered by extensions are very resource intensive. By disabling them you will gain performance.</p>
<h3>6. Use native SEF</h3>
<p>Using Extensions to generate Search Engine Friendly URLs is useful and necessary for full control over your SEO, but you will get a performance hit. The native SEF in Joomla 1.5 has improved a lot and is sufficient in many instances. </p>
<h3>7. Try to keep queries under 30</h3>
<p>Enable debugging in Global Configuration to check how many queries you have. If it is under 30 your site should be relatively fast. Over 50 and you will likely have issues.</p>
<h3>8. Don&#8217;t use bridges</h3>
<p>These are brides to other CMS systems like OpenRealty or Gallery2. This will slow down your site. </p>
<h3>9. Optimize your images</h3>
<p>This should go without saying, but make sure the images you use are optimized for the web.</p>
<h3>10. Optimize your server for php &#038; mysql</h3>
<p>Talk to your host and tell them you are using Joomla which is heavy on php and mysql resources. Ask them to optimize your site for this. There are several settings that can improve the speed of your site which mostly equate to allocating more memory on the server to php &#038; mysql. You may have issues if you are using shared hosting, but it doesn&#8217;t hurt to ask. </p>
<h3>11. Install Phil Taylor&#8217;s SPEED UP (for 1.5)</h3>
<p>This one will increase the speed of your backend administrator only and uses Google Gears. I personally have had good luck with this extension.</p>
<p><a href="http://www.phil-taylor.com/Turbo-Gears-Speed-Up-Joomla-1.5-Admin-Console">http://www.phil-taylor.com/Turbo-Gears-Speed-Up-Joomla-1.5-Admin-Console</a></p>
<p>Sources:<br />
<a href="http://www.phil-taylor.com/Turbo-Gears-Speed-Up-Joomla-1.5-Admin-Console">http://www.joomlaperformance.com/articles/performance/so_you_want_to_speed_up_joomla_3_14.html</a><br />
<a href="http://thenexus.tk/my-need-for-speed-14-ways-to-speed-up-joomlahtml/">http://thenexus.tk/my-need-for-speed-14-ways-to-speed-up-joomlahtml/</a><br />
<a href="http://extensions.joomla.org/extensions/administration/admin-add%252dons/6053/details">http://extensions.joomla.org/extensions/administration/admin-add%252dons/6053/details</a><br />
<a href="http://www.phil-taylor.com/Turbo-Gears-Speed-Up-Joomla-1.5-Admin-Console">http://www.phil-taylor.com/Turbo-Gears-Speed-Up-Joomla-1.5-Admin-Console</a><br />
<a href="http://www.seongyupyoo.com/index.php?option=com_content&#038;view=article&#038;catid=13:joomla&#038;id=14:how-to-optimize-and-speed-up-joomla-15&#038;Itemid=5">http://www.seongyupyoo.com/index.php?option=com_content&#038;view=article&#038;catid=13:joomla&#038;id=14:how-to-optimize-and-speed-up-joomla-15&#038;Itemid=5</a><br />
<a href="http://www.joomspot.net/how-to-speed-up-optimize-joomlas-performance.html">http://www.joomspot.net/how-to-speed-up-optimize-joomlas-performance.html</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.dustinsdesign.com/ways-to-speed-up-joomla-1-5/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Where I&#8217;ve Been</title>
		<link>http://www.dustinsdesign.com/where-ive-been/</link>
		<comments>http://www.dustinsdesign.com/where-ive-been/#comments</comments>
		<pubDate>Mon, 13 Jul 2009 06:05:50 +0000</pubDate>
		<dc:creator>Dustin</dc:creator>
				<category><![CDATA[Fun]]></category>
		<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://www.dustinsdesign.com/?p=379</guid>
		<description><![CDATA[
A work in progress &#8230;
]]></description>
			<content:encoded><![CDATA[<p><iframe height="325" frameborder="0" width="400" scrolling="auto" src="http://www.whereivebeen.com/map.php?uID=8972358&#038;iID=06243aa7b2451058ed9a4677a32136b3"></iframe><br />
A work in progress &#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.dustinsdesign.com/where-ive-been/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>BING.com aka But Its Not Google</title>
		<link>http://www.dustinsdesign.com/bing-com-aka-but-its-not-google/</link>
		<comments>http://www.dustinsdesign.com/bing-com-aka-but-its-not-google/#comments</comments>
		<pubDate>Tue, 30 Jun 2009 23:35:52 +0000</pubDate>
		<dc:creator>Dustin</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://www.dustinsdesign.com/?p=367</guid>
		<description><![CDATA[I've been seeing a lot of bing.com commercials lately so I thought it may be time to look into this 'new' search engine. In case you haven't seen these yet you can check them out here.

Bing.com, formerly Live Search (live.com), formerly Windows Live Search, formerly MSN Search (msn.com), went fully online June 3 2009. ]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.dustinsdesign.com/wp-content/uploads/2009/06/bing.png" alt="bing" title="bing" width="150" height="108" class="alignright size-full wp-image-368" />I&#8217;ve been seeing a lot of <a href="http://www.youtube.com/user/bing">bing.com commercials</a> lately so I thought it may be time to look into this &#8216;new&#8217; search engine. In case you haven&#8217;t seen these yet you can <a href="http://www.youtube.com/user/bing">check them out here</a>.</p>
<p><a href="http://bing.com">Bing.com</a>, formerly Live Search (<a href="http://live.com">live.com</a>), formerly Windows Live Search, formerly MSN Search (<a href="http://msn.com">msn.com</a>), went fully online June 3 2009. </p>
<p>It sports some cool new features (specifically with video and image searches) but I just don&#8217;t get Microsoft. I&#8217;ve read the history behind this decision and I have a decent grasp on the business reasons behind it. But seriously, isn&#8217;t this just another example of Microsoft throwing a bunch of money at something needlessly? They are spending $80 &#8211; $100 million to advertise this &#8216;new&#8217; search engine which, when it comes down to it, is just msn search with a new skin and some cool new bells and whistles.  Why not just keep the branding they already have? </p>
<p>Business decisions and branding aside, I thought I&#8217;d give bing a try (the proof being in the pudding and whatnot).  So far, I haven&#8217;t found a reason why it is any better than Google or Yahoo. I will continue using Google as my search engine of choice and don&#8217;t see switching any time soon.</p>
<p>If you would like to read more about this, <a href="http://en.wikipedia.org/wiki/Bing_(search_engine)">Wikipedia is a good place to start</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.dustinsdesign.com/bing-com-aka-but-its-not-google/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>jQuery Tutorials</title>
		<link>http://www.dustinsdesign.com/jquery-tutorials/</link>
		<comments>http://www.dustinsdesign.com/jquery-tutorials/#comments</comments>
		<pubDate>Tue, 30 Jun 2009 05:17:00 +0000</pubDate>
		<dc:creator>Dustin</dc:creator>
				<category><![CDATA[jQuery]]></category>

		<guid isPermaLink="false">http://www.dustinsdesign.com/?p=361</guid>
		<description><![CDATA[Been brushing up on my jquery. Here are some GREAT tutorials that take things from scratch&#8230;
jQuery for Absolute Beginners from ThemeForest.net
]]></description>
			<content:encoded><![CDATA[<p>Been brushing up on my jquery. Here are some GREAT tutorials that take things from scratch&#8230;</p>
<p><a href="http://blog.themeforest.net/screencasts/jquery-for-absolute-beginners-video-series/">jQuery for Absolute Beginners from ThemeForest.net</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.dustinsdesign.com/jquery-tutorials/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Augmented Reality Examples</title>
		<link>http://www.dustinsdesign.com/augmented-reality-examples/</link>
		<comments>http://www.dustinsdesign.com/augmented-reality-examples/#comments</comments>
		<pubDate>Tue, 30 Jun 2009 01:12:42 +0000</pubDate>
		<dc:creator>Dustin</dc:creator>
				<category><![CDATA[Augmented Reality]]></category>

		<guid isPermaLink="false">http://www.dustinsdesign.com/?p=342</guid>
		<description><![CDATA[Augmented Reality is still all the buzz around the Internet. I have recently started researching this technology and have managed to create some working examples (I'll post them here eventually). I plan on offering it as a service soon.

Here are some great examples of the technology:]]></description>
			<content:encoded><![CDATA[<p>Augmented Reality is still all the buzz around the Internet. I have recently started researching this technology and have managed to create some working examples (I&#8217;ll post them here eventually). I plan on offering it as a service soon.</p>
<p>Here are some great examples of the technology:</p>
<p><a href="http://en.wikipedia.org/wiki/Augmented_reality">http://en.wikipedia.org/wiki/Augmented_reality</a><br />
<a href="http://www.truveo.com/augmented-reality-magic-10/id/2847581887">http://www.truveo.com/augmented-reality-magic-10/id/2847581887</a><br />
<a href="http://ge.ecomagination.com/smartgrid/?c_id=FM#/augmented_reality">http://ge.ecomagination.com/smartgrid/?c_id=FM#/augmented_reality</a><br />
<a href="http://www.stijnzeeman.com/post/117047307/is-this-real-bmw-augmented-reality">http://www.stijnzeeman.com/post/117047307/is-this-real-bmw-augmented-reality</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.dustinsdesign.com/augmented-reality-examples/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Pardon the mess&#8230;</title>
		<link>http://www.dustinsdesign.com/pardon-the-mess/</link>
		<comments>http://www.dustinsdesign.com/pardon-the-mess/#comments</comments>
		<pubDate>Mon, 29 Jun 2009 08:13:07 +0000</pubDate>
		<dc:creator>Dustin</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://www.dustinsdesign.com/?p=335</guid>
		<description><![CDATA[I am doing some long overdue maintenance on my blog &#8211; updating plugins, upgrading to the most recent version of Wordpress, etc. I decided to update my theme as well (which is always more of an undertaking than expected). 
Things should be looking schnazzy again in no time   
]]></description>
			<content:encoded><![CDATA[<p>I am doing some long overdue maintenance on my blog &#8211; updating plugins, upgrading to the most recent version of Wordpress, etc. I decided to update my theme as well (which is always more of an undertaking than expected). </p>
<p>Things should be looking schnazzy again in no time  <img src='http://www.dustinsdesign.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://www.dustinsdesign.com/pardon-the-mess/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Some of my Virtual Tours</title>
		<link>http://www.dustinsdesign.com/some-old-vtours/</link>
		<comments>http://www.dustinsdesign.com/some-old-vtours/#comments</comments>
		<pubDate>Mon, 26 Jan 2009 20:24:59 +0000</pubDate>
		<dc:creator>Dustin</dc:creator>
				<category><![CDATA[Flash]]></category>
		<category><![CDATA[Photography]]></category>

		<guid isPermaLink="false">http://www.dustinsdesign.com/?p=327</guid>
		<description><![CDATA[ 
I ran across some panoramic virtual tours I did a few years back. These are of my parents house from back when I was first learning the technology.
Here are a few more I have created since then:
Warehouse Condos
Rabbit Rock
Witches Gulch
241 Parkview
Ray Kretz Industrial Forest
Enjoy.
]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.360wi.com/vtours/3046boyce"><img src="http://www.dustinsdesign.com/wp-content/uploads/2009/01/3046vtours.jpg" alt="One of my first attempts at a virtual tour" title="3046vtours" width="537" height="301" /> </a></p>
<p>I ran across some panoramic virtual tours I did a few years back. These are of my parents house from back when I was first learning the technology.</p>
<p>Here are a few more I have created since then:</p>
<p><a href="http://www.360wi.com/vtours/warehouse">Warehouse Condos</a><br />
<a href="http://www.360wi.com/vtours/rabbit-rock">Rabbit Rock</a><br />
<a href="http://www.360wi.com/vtours/witches-gulch">Witches Gulch</a><br />
<a href="http://www.360wi.com/vtours/241parkview">241 Parkview</a><br />
<a href="http://www.360wi.com/vtours/rkif">Ray Kretz Industrial Forest</a></p>
<p>Enjoy.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.dustinsdesign.com/some-old-vtours/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>USB Drive Autorun</title>
		<link>http://www.dustinsdesign.com/usb-drive-autorun/</link>
		<comments>http://www.dustinsdesign.com/usb-drive-autorun/#comments</comments>
		<pubDate>Wed, 14 Jan 2009 16:58:55 +0000</pubDate>
		<dc:creator>Dustin</dc:creator>
				<category><![CDATA[Flash]]></category>
		<category><![CDATA[General]]></category>
		<category><![CDATA[Photography]]></category>

		<guid isPermaLink="false">http://www.dustinsdesign.com/?p=321</guid>
		<description><![CDATA[I have been hunting for a good way to get a USB Flash Drive to autorun when inserted into a computer. The ideal solution would work just as a CD&#8217;s autorun (ie work with all versions of Windows and MacOS). Given my time constraint I was only able to locate a solution that works 100% [...]]]></description>
			<content:encoded><![CDATA[<p>I have been hunting for a good way to get a USB Flash Drive to autorun when inserted into a computer. The ideal solution would work just as a CD&#8217;s autorun (ie work with all versions of Windows and MacOS). Given my time constraint I was only able to locate a solution that works 100% with Windows Vista. </p>
<p><em>If anyone has a link to the Holy Grail of USB Flash Drive Autorun please comment below <img src='http://www.dustinsdesign.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </em></p>
<p><strong>Here is what I used </strong><br />(used it to autorun a Flash Windows Projector file):</p>
<p>Create an Autorun.inf file and place it at the root of your flash drive along with your program files.</p>
<div class="dean_ch" style="white-space: wrap;">
<span class="br0">&#91;</span>AutoRun<span class="br0">&#93;</span><br />
OPEN=YourProgram.exe<br />
ICON=YourProgramFileWithIcon.exe<br />
ACTION=Message that is displayed<br />
LABEL=Drive Label<br />
&nbsp;</div>
<p> Here is <a href="http://www.samlogic.net/articles/autorun-usb-flash-drive.htm">the link</a> where most the info I used was found.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.dustinsdesign.com/usb-drive-autorun/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Changing back to default permissions</title>
		<link>http://www.dustinsdesign.com/changing-back-to-default-permissions/</link>
		<comments>http://www.dustinsdesign.com/changing-back-to-default-permissions/#comments</comments>
		<pubDate>Fri, 07 Nov 2008 21:02:30 +0000</pubDate>
		<dc:creator>Dustin</dc:creator>
				<category><![CDATA[Server Admin]]></category>

		<guid isPermaLink="false">http://www.dustinsdesign.com/?p=232</guid>
		<description><![CDATA[When modifying file permissions it is sometimes necessary to go back to the drawing board and set back to the default permissions. The following command can be used via ssh and takes a couple seconds vs trying to do this via ftp file by file (which can take a very long time depending on the [...]]]></description>
			<content:encoded><![CDATA[<p>When modifying file permissions it is sometimes necessary to go back to the drawing board and set back to the default permissions. The following command can be used via ssh and takes a couple seconds vs trying to do this via ftp file by file (which can take a very long time depending on the size of your website)</p>
<p>Change to the directory you want changed, then run these;</p>
<div class="dean_ch" style="white-space: wrap;">
find . -type f -<a href="http://www.php.net/exec"><span class="kw3">exec</span></a> <a href="http://www.php.net/chmod"><span class="kw3">chmod</span></a> <span class="nu0">644</span> <span class="br0">&#123;</span><span class="br0">&#125;</span> \;<br />
find . -type d -<a href="http://www.php.net/exec"><span class="kw3">exec</span></a> <a href="http://www.php.net/chmod"><span class="kw3">chmod</span></a> <span class="nu0">755</span> <span class="br0">&#123;</span><span class="br0">&#125;</span> \;<br />
&nbsp;</div>
<p>Will set permission for all files to 644 and all directories to 755.</p>
<p>This works for pretty much any Linux server.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.dustinsdesign.com/changing-back-to-default-permissions/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
