<?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>Josh Stauffer<title>&#187; Web Development</title>
</title>
	<atom:link href="http://www.joshstauffer.com/tag/web-development/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.joshstauffer.com</link>
	<description>Tips and Tricks from an Internet Entrepreneur &#38; Enthusiast</description>
	<lastBuildDate>Tue, 31 Aug 2010 03:13:24 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Search for Text Inside of PHP Files with Vista</title>
		<link>http://www.joshstauffer.com/search-for-text-inside-of-php-files-with-vista/</link>
		<comments>http://www.joshstauffer.com/search-for-text-inside-of-php-files-with-vista/#comments</comments>
		<pubDate>Wed, 30 Jan 2008 02:26:49 +0000</pubDate>
		<dc:creator>Josh Stauffer</dc:creator>
				<category><![CDATA[Tech]]></category>
		<category><![CDATA[Web Development]]></category>

		<guid isPermaLink="false">http://www.joshstauffer.com/2008/01/search-for-text-inside-of-php-files-with-vista/</guid>
		<description><![CDATA[Problem Windows ignores text inside of PHP files because it doesn&#8217;t recognize them. This makes it very difficult to search for specific words or phrases inside of PHP files. Solution Perform a search on the Start Menu for &#8220;indexing&#8221;. In the results, click on &#8220;Indexing Options&#8221;. With &#8220;Indexing Options&#8221; open, click on the &#8220;Advanced&#8221; button. [...]


Related posts:<ol><li><a href='http://www.joshstauffer.com/send-test-emails-with-wampserver/' rel='bookmark' title='Permanent Link: Send test emails with WampServer'>Send test emails with WampServer</a></li>
<li><a href='http://www.joshstauffer.com/see-websites-search-engine-result-for-a-specific-keyword/' rel='bookmark' title='Permanent Link: See Website&#8217;s Search Engine Result for a Specific Keyword'>See Website&#8217;s Search Engine Result for a Specific Keyword</a></li>
<li><a href='http://www.joshstauffer.com/dont-click-it/' rel='bookmark' title='Permanent Link: Don&#8217;t Click It!'>Don&#8217;t Click It!</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.joshstauffer.com%2Fsearch-for-text-inside-of-php-files-with-vista%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.joshstauffer.com%2Fsearch-for-text-inside-of-php-files-with-vista%2F&amp;source=joshstauffer&amp;style=normal" height="61" width="50" /><br />
			</a>
		</div>
<h2>Problem</h2>
<p>Windows ignores text inside of PHP files because it doesn&#8217;t recognize them. This makes it very difficult to search for specific words or phrases inside of PHP files.</p>
<h2>Solution</h2>
<ol>
<li>Perform a search on the Start Menu for &#8220;indexing&#8221;. In the results, click on &#8220;Indexing Options&#8221;.</li>
<li>With &#8220;Indexing Options&#8221; open, click on the &#8220;Advanced&#8221; button.</li>
<li>Click on the &#8220;File Types&#8221; tab and scroll down the list until you see php in the Extension column.</li>
<li>Click on  php to select it, then select the radio button below that reads &#8220;Index Properties and File Contents&#8221;.</li>
<li>Click OK. Click Close.</li>
<li>Restart your computer.</li>
</ol>
<p><a href="http://www.joshstauffer.com/wp-content/uploads/search_php.jpg" title="Search within PHP files" target="_blank"><img src="http://www.joshstauffer.com/wp-content/uploads/search_php.thumbnail.jpg" alt="Search within PHP files" class="alignleft" border="0" /></a></p>
<p>Now when you perform a search for a word, you will be able to click &#8220;Search in File Contents&#8221; and it will search all the text inside of the PHP files and return results for your query. That&#8217;s all there is to it.</p>


<p>Related posts:<ol><li><a href='http://www.joshstauffer.com/send-test-emails-with-wampserver/' rel='bookmark' title='Permanent Link: Send test emails with WampServer'>Send test emails with WampServer</a></li>
<li><a href='http://www.joshstauffer.com/see-websites-search-engine-result-for-a-specific-keyword/' rel='bookmark' title='Permanent Link: See Website&#8217;s Search Engine Result for a Specific Keyword'>See Website&#8217;s Search Engine Result for a Specific Keyword</a></li>
<li><a href='http://www.joshstauffer.com/dont-click-it/' rel='bookmark' title='Permanent Link: Don&#8217;t Click It!'>Don&#8217;t Click It!</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.joshstauffer.com/search-for-text-inside-of-php-files-with-vista/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>Send test emails with WampServer</title>
		<link>http://www.joshstauffer.com/send-test-emails-with-wampserver/</link>
		<comments>http://www.joshstauffer.com/send-test-emails-with-wampserver/#comments</comments>
		<pubDate>Thu, 24 Jan 2008 01:07:53 +0000</pubDate>
		<dc:creator>Josh Stauffer</dc:creator>
				<category><![CDATA[Tech]]></category>
		<category><![CDATA[Web Development]]></category>

		<guid isPermaLink="false">http://www.joshstauffer.com/2008/01/send-test-emails-with-wampserver/</guid>
		<description><![CDATA[What you&#8217;ll need: WampServer downloaded and installed (I am using version 1.7.3) Fake Sendmail GoDaddy email account (I tried Gmail and Yahoo email accounts but couldn&#8217;t get them working.) Go ahead and install WampServer. I just installed mine to the root of the c: drive so it makes for easy access (For example, &#8220;c:wamp&#8221;). Next [...]


Related posts:<ol><li><a href='http://www.joshstauffer.com/disable-image-toolbar-in-ie6/' rel='bookmark' title='Permanent Link: Disable Image Toolbar in IE6'>Disable Image Toolbar in IE6</a></li>
<li><a href='http://www.joshstauffer.com/how-to-disallow-direct-access-to-a-file-with-php/' rel='bookmark' title='Permanent Link: How to Disallow Direct Access to a File with PHP'>How to Disallow Direct Access to a File with PHP</a></li>
<li><a href='http://www.joshstauffer.com/wordpress-godaddy-permalinks-and-404s/' rel='bookmark' title='Permanent Link: WordPress, GoDaddy, Permalinks, and 404&#8242;s'>WordPress, GoDaddy, Permalinks, and 404&#8242;s</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.joshstauffer.com%2Fsend-test-emails-with-wampserver%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.joshstauffer.com%2Fsend-test-emails-with-wampserver%2F&amp;source=joshstauffer&amp;style=normal" height="61" width="50" /><br />
			</a>
		</div>
<p>What you&#8217;ll need:</p>
<ul>
<li><a href="http://www.wampserver.com/en/" title="Apache, MySQL, PHP on Windows" target="_blank">WampServer</a> downloaded and installed (I am using version 1.7.3)</li>
<li><a href="http://glob.com.au/sendmail/" title="Fake Sendmail" target="_blank">Fake Sendmail</a></li>
<li>GoDaddy email account (I tried Gmail and Yahoo email accounts but couldn&#8217;t get them working.)</li>
</ul>
<p><img src="http://www.joshstauffer.com/wp-content/uploads/sendmail.gif" alt="Sendmail" class="alignleft" />Go ahead and install WampServer.  I just installed mine to the root of the c: drive so it makes for easy access (For example, &#8220;c:wamp&#8221;).</p>
<p>Next download Fake Sendmail. Fake Sendmail, aka sendmail.exe, is a simple windows console application that emulates sendmail&#8217;s &#8220;-t&#8221; option to deliver emails. Extract the sendmail.zip file and move the folder here: &#8220;c:wampsendmail&#8221;.</p>
<p>We need the GoDaddy email account because sendmail.exe requires an smtp server to perform the actual delivery of the messages. Now let&#8217;s configure some settings in the sendmail.ini file located here: &#8220;c:wampsendmail&#8221;.</p>
<ul>
<li>line 14 | smtp_server=smtpout.secureserver.net</li>
<li>line 18 | smtp_port=80</li>
<li>line 38 | auth_username=youremail@goeshere.com</li>
<li>line 39 | auth_password=yourpasswordgoeshere</li>
</ul>
<p>There are a few lines that need to be commented out/uncommented so I am providing a text version of the sendmail.ini file: <a href="http://www.joshstauffer.com/wp-content/uploads/sendmail.txt" title="sendmail.txt" target="_blank">sendmail.txt</a>. Once your file looks similar to mine, save and close the sendmail.ini file.</p>
<p>Only one step left and that&#8217;s to make a change in the php.ini. Access the php.ini using this method below.</p>
<p><img src="http://www.joshstauffer.com/wp-content/uploads/sendmail_il1.gif" alt="Sendmail Illustration 1" /></p>
<p>Search for sendmail_path and set it to &#8220;c:wampsendmailsendmail.exe –t&#8221;.</p>
<p><img src="http://www.joshstauffer.com/wp-content/uploads/sendmail_il2.gif" alt="Sendmail Illustration 2" /></p>
<p>Save and close the php.ini file.</p>
<p>You must restart WampServer for the changes to the php.ini to take effect.</p>
<p>Having the ability to send test emails is great especially if you frequently work on scripts that require email generation. At least I think so (I&#8217;m smiling).</p>


<p>Related posts:<ol><li><a href='http://www.joshstauffer.com/disable-image-toolbar-in-ie6/' rel='bookmark' title='Permanent Link: Disable Image Toolbar in IE6'>Disable Image Toolbar in IE6</a></li>
<li><a href='http://www.joshstauffer.com/how-to-disallow-direct-access-to-a-file-with-php/' rel='bookmark' title='Permanent Link: How to Disallow Direct Access to a File with PHP'>How to Disallow Direct Access to a File with PHP</a></li>
<li><a href='http://www.joshstauffer.com/wordpress-godaddy-permalinks-and-404s/' rel='bookmark' title='Permanent Link: WordPress, GoDaddy, Permalinks, and 404&#8242;s'>WordPress, GoDaddy, Permalinks, and 404&#8242;s</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.joshstauffer.com/send-test-emails-with-wampserver/feed/</wfw:commentRss>
		<slash:comments>36</slash:comments>
		</item>
		<item>
		<title>Browser Renderings</title>
		<link>http://www.joshstauffer.com/browser-renderings/</link>
		<comments>http://www.joshstauffer.com/browser-renderings/#comments</comments>
		<pubDate>Fri, 12 Oct 2007 00:37:49 +0000</pubDate>
		<dc:creator>Josh Stauffer</dc:creator>
				<category><![CDATA[Tech]]></category>
		<category><![CDATA[IE6]]></category>
		<category><![CDATA[Web Development]]></category>

		<guid isPermaLink="false">http://www.joshstauffer.com/2007/10/browser-renderings/</guid>
		<description><![CDATA[Well, I upgraded to IE7 and boy am I NOT glad that I did. But I needed to see how a project I am working on looked in Internet Explorer 7. Come to find out that it looked great in Firefox and IE6 but not in IE7. So I upgraded to IE7 made some changes [...]


Related posts:<ol><li><a href='http://www.joshstauffer.com/best-firefox-extensions/' rel='bookmark' title='Permanent Link: Best Firefox Extensions'>Best Firefox Extensions</a></li>
<li><a href='http://www.joshstauffer.com/send-test-emails-with-wampserver/' rel='bookmark' title='Permanent Link: Send test emails with WampServer'>Send test emails with WampServer</a></li>
<li><a href='http://www.joshstauffer.com/disable-image-toolbar-in-ie6/' rel='bookmark' title='Permanent Link: Disable Image Toolbar in IE6'>Disable Image Toolbar in IE6</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.joshstauffer.com%2Fbrowser-renderings%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.joshstauffer.com%2Fbrowser-renderings%2F&amp;source=joshstauffer&amp;style=normal" height="61" width="50" /><br />
			</a>
		</div>
<p><img src="http://www.joshstauffer.com/wp-content/uploads/renderings.jpg" alt="Firefox Rendering" style="margin: 0pt 4px 0pt 0pt; float: left" />Well, I upgraded to <a href="http://www.microsoft.com/windows/products/winfamily/ie/default.mspx" title="Internet Explorer 7" target="_blank">IE7</a> and boy am I NOT glad that I did. But I needed to see how a project I am working on looked in Internet Explorer 7. Come to find out that it looked great in <a href="http://www.mozilla.com/en-US/firefox/" title="Firefox : Won the Best Brwoser Award given by me." target="_blank">Firefox</a> and <a href="http://www.microsoft.com/windows/ie/ie6/default.mspx" title="Internet Explorer 6" target="_blank">IE6</a> but not in IE7. So I upgraded to IE7 made some changes to the site and now it looks great in Firefox and IE7 but not in IE6. As you can imagine at this point I was about ready to kill Internet Explorer. Not sure how I would do that but I could wish anyway.</p>
<p>Moral of the story is if you need two versions of Internet Explorer installed on your machine, don&#8217;t use <a href="http://tredosoft.com/Multiple_IE" title="Supposed to be able to test your website in various versions of Internet Explorer" target="_blank">MultipleIEs</a>. It is buggy and caused my internet connection to become intermittent. So if you have IE7 installed and want to see how your site renders in IE6, you can use <a href="http://ipinfo.info/netrenderer/" title="Check how a website is rendered by Internet Explorer 7, 6, or 5.5" target="_blank">IE NetRenderer</a>. It allows you to check how a website is rendered by Internet Explorer 7, 6, or 5.5, as seen from a high speed datacenter located in Germany. Just type in a URL in the text field, select the Internet Explorer version, and there you have it.</p>
<p>This web rendering tool is ideally suited for web designers working on Apple iMac and Linux workstations. It allows you to verify web designs natively on all popular Internet Explorer versions, without the need to set aside several physical or virtual Microsoft Windows PCs just for that purpose.</p>
<p>Now that&#8217;s a great tool to remember!</p>


<p>Related posts:<ol><li><a href='http://www.joshstauffer.com/best-firefox-extensions/' rel='bookmark' title='Permanent Link: Best Firefox Extensions'>Best Firefox Extensions</a></li>
<li><a href='http://www.joshstauffer.com/send-test-emails-with-wampserver/' rel='bookmark' title='Permanent Link: Send test emails with WampServer'>Send test emails with WampServer</a></li>
<li><a href='http://www.joshstauffer.com/disable-image-toolbar-in-ie6/' rel='bookmark' title='Permanent Link: Disable Image Toolbar in IE6'>Disable Image Toolbar in IE6</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.joshstauffer.com/browser-renderings/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Disable Image Toolbar in IE6</title>
		<link>http://www.joshstauffer.com/disable-image-toolbar-in-ie6/</link>
		<comments>http://www.joshstauffer.com/disable-image-toolbar-in-ie6/#comments</comments>
		<pubDate>Mon, 09 Jul 2007 03:02:43 +0000</pubDate>
		<dc:creator>Josh Stauffer</dc:creator>
				<category><![CDATA[Tech]]></category>
		<category><![CDATA[IE6]]></category>
		<category><![CDATA[Web Development]]></category>

		<guid isPermaLink="false">http://www.joshstauffer.com/2007/07/disable-image-toolbar-in-ie6/</guid>
		<description><![CDATA[The image toolbar in IE6 is a tool that allows the user to save a picture, print a picture, email a picture, or open the &#8220;My Pictures&#8221; folder. This toolbar was meant to be a useful tool but it can often be an annoyance for the web designer. Here are a couple ways to disable [...]


Related posts:<ol><li><a href='http://www.joshstauffer.com/see-websites-search-engine-result-for-a-specific-keyword/' rel='bookmark' title='Permanent Link: See Website&#8217;s Search Engine Result for a Specific Keyword'>See Website&#8217;s Search Engine Result for a Specific Keyword</a></li>
<li><a href='http://www.joshstauffer.com/wordpress-get-tags-for-a-specific-category/' rel='bookmark' title='Permanent Link: WordPress: Get Tags for a Specific Category'>WordPress: Get Tags for a Specific Category</a></li>
<li><a href='http://www.joshstauffer.com/display-the-latest-posts-with-wordpress/' rel='bookmark' title='Permanent Link: Display the Latest Posts with WordPress'>Display the Latest Posts with WordPress</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.joshstauffer.com%2Fdisable-image-toolbar-in-ie6%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.joshstauffer.com%2Fdisable-image-toolbar-in-ie6%2F&amp;source=joshstauffer&amp;style=normal" height="61" width="50" /><br />
			</a>
		</div>
<p><img src="http://www.joshstauffer.com/wp-content/uploads/photo_4581_20070301.jpg" alt="Lightning" /></p>
<p>The image toolbar in IE6 is a tool that allows the user to save a picture, print a picture, email a picture, or open the &#8220;My Pictures&#8221; folder. This toolbar was meant to be a useful tool but it can often be an annoyance for the web designer. Here are a couple ways to disable this toolbar.</p>
<p>The first way is to add this line of code in the head section of your page:</p>
<pre>
&lt;meta http-equiv="imagetoolbar" content="no"&gt;
</pre>
<p>The second way is specific to each img element. You can add the galleryimg attribute to any img element: </p>
<pre>
&lt;img src="mypicture.gif" galleryimg="no" /&gt;
</pre>


<p>Related posts:<ol><li><a href='http://www.joshstauffer.com/see-websites-search-engine-result-for-a-specific-keyword/' rel='bookmark' title='Permanent Link: See Website&#8217;s Search Engine Result for a Specific Keyword'>See Website&#8217;s Search Engine Result for a Specific Keyword</a></li>
<li><a href='http://www.joshstauffer.com/wordpress-get-tags-for-a-specific-category/' rel='bookmark' title='Permanent Link: WordPress: Get Tags for a Specific Category'>WordPress: Get Tags for a Specific Category</a></li>
<li><a href='http://www.joshstauffer.com/display-the-latest-posts-with-wordpress/' rel='bookmark' title='Permanent Link: Display the Latest Posts with WordPress'>Display the Latest Posts with WordPress</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.joshstauffer.com/disable-image-toolbar-in-ie6/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
