<?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>Mega-ZBlog &#187; php</title>
	<atom:link href="http://www.mzzt.net/tag/php/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.mzzt.net</link>
	<description>You are here.</description>
	<lastBuildDate>Sat, 07 Jan 2012 23:53:18 +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>Garry&#8217;s Dir Mod Update</title>
		<link>http://www.mzzt.net/2009/03/03/garrys-dir-mod-update/</link>
		<comments>http://www.mzzt.net/2009/03/03/garrys-dir-mod-update/#comments</comments>
		<pubDate>Tue, 03 Mar 2009 04:42:45 +0000</pubDate>
		<dc:creator>Dan Bugglin</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[Website]]></category>
		<category><![CDATA[directory]]></category>
		<category><![CDATA[garry]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[listing]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[source]]></category>

		<guid isPermaLink="false">http://www.mzzt.net/?p=155</guid>
		<description><![CDATA[I made some changes to my mod of Garry&#8217;s Directory List script. The latest version of garry&#8217;s script is seen here. Mine is here.  The biggest change is I&#8217;ve gone for the look of the new Windows 7 Content view for files and folders &#8230; I like it very much. In addition I have removed [...]]]></description>
			<content:encoded><![CDATA[<p>I made some changes to my mod of Garry&#8217;s Directory List script.  The latest version of garry&#8217;s script is seen <a href="http://www.garry.tv/img/">here</a>.</p>
<p>Mine is <a href="http://x.mzzt.net/">here</a>.  The biggest change is I&#8217;ve gone for the look of the new Windows 7 Content view for files and folders &#8230; I like it very much. <img src='http://www.mzzt.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> <span id="more-155"></span></p>
<p>In addition I have removed most of the excess whitespace, added hover effects, and added tooltip info to images.  In addition there are custom icons for some different filetypes, and it&#8217;s easy to change those.</p>
<p>There are also a couple interesting statistics at the bottom.</p>
<p>Download the source <a href="http://junk.mzzt.net/garrysdirmod.7z">here</a> (requires 7zip or a tool that can extract .7z files to use).</p>
<p>Shockingly IE8RC1 renders it correctly without requiring any hacks.  I did not test it with IE7 (I&#8217;m scared to, given the semi-hackish way I got the folder/file lists working without tables).  The latest versions of Gecko, Webkit, and Opera all handle it fine&#8230; and of course Gecko and Webkit get fancy rounded borders too.</p>
<p>For the future I might add some javascript in to allow for custom sorting and maybe different views for files/folders&#8230; who knows.  But that would require coding a lot of the template over in JavaScript.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.mzzt.net/2009/03/03/garrys-dir-mod-update/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>OpenSearch Google in Windows 7</title>
		<link>http://www.mzzt.net/2009/01/14/opensearch-google-in-windows-7/</link>
		<comments>http://www.mzzt.net/2009/01/14/opensearch-google-in-windows-7/#comments</comments>
		<pubDate>Wed, 14 Jan 2009 22:14:30 +0000</pubDate>
		<dc:creator>Dan Bugglin</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[Website]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[explorer]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[opensearch]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[rss]]></category>

		<guid isPermaLink="false">http://www.mzzt.net/?p=143</guid>
		<description><![CDATA[I just hacked together a neat little PHP script that allows me to Google search right from Windows Explorer in Windows 7.  I was inspired by this guy.  I don&#8217;t wait around for Google, I&#8217;ll do it myself. Windows 7 introduces a new feature which allows you to add search engines right to Windows Explorer. [...]]]></description>
			<content:encoded><![CDATA[<p>I just hacked together a neat little PHP script that allows me to Google search right from Windows Explorer in Windows 7.  I was inspired by <a href="http://www.sevenforums.com/tutorials/742-windows-7-search-federation-providers.html">this guy</a>.  I don&#8217;t wait around for Google, I&#8217;ll do it myself. <img src='http://www.mzzt.net/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> <span id="more-143"></span></p>
<p>Windows 7 introduces <a href="http://en.wikipedia.org/wiki/Features_new_to_Windows_7#Windows_Explorer">a new feature</a> which allows you to add search engines right to Windows Explorer.  It&#8217;s not as convenient as in a web browser (the search engine is represented by a file somewhere on your computer that you download) but it works.</p>
<p>It uses the standard <a href="http://en.wikipedia.org/wiki/OpenSearch">OpenSearch</a> spec (with their own Microsoft twist, of course!) to query search engines which already conform to this standard.  Basically you can pass a script your search terms and get them back in an RSS or Atom feed which Explorer or any OpenSearch compatible client can parse and display how they like.</p>
<p>Google doesn&#8217;t offer any such feed.  So I made a PHP script to parse the HTML output Google feeds web browsers (using <a href="http://sourceforge.net/projects/simplehtmldom/">this library</a>) and spit out an OpenSearch RSS feed.  Works pretty good.</p>
<p><a href="http://x.mzzt.net/2009.01.14.17.08.40.jpg"><img class="alignnone" src="http://www.mzzt.net/garrydir/thumbs/bab168701324e80a79cb90db7706c3cd.jpg" alt="" width="200" height="100" /></a></p>
<p>Had a few annoying problems along the way&#8230; a big one was I couldn&#8217;t always get Explorer to parse it and it doesn&#8217;t tell you why.  For some reason I didn&#8217;t think to try to view the feed in Internet Explorer to get a more detailed error report.  Turns out Google pages use a different encoding than what I was marking the XML file with, and that was causing feeds with smart quotes to annoy Explorer.</p>
<p>Anyways it&#8217;s working now.  You can try it out with <a href="http://www.mzzt.net/opengoogle/Google.searchConnector-ms">this</a>.  Download and double click to have Explorer open a search window.  This DOES proxy the results through my server so don&#8217;t use that if you plan on using it regularly&#8230; <a href="http://www.mzzt.net/opengoogle/opengoogle.zip">here&#8217;s the source code</a>.  Go put it on your own server.  Just remember to change the urls in all the files to point to your server instead of mine.</p>
<p>There&#8217;s an extra file, opendescription.xml.  AFAIK it&#8217;s not NEEDED for Explorer but it&#8217;s part of the OpenSearch spec so there it is.  This should be compliant with the spec, so not just Explorer can use it.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.mzzt.net/2009/01/14/opensearch-google-in-windows-7/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Hello</title>
		<link>http://www.mzzt.net/2008/09/15/hello/</link>
		<comments>http://www.mzzt.net/2008/09/15/hello/#comments</comments>
		<pubDate>Mon, 15 Sep 2008 17:11:45 +0000</pubDate>
		<dc:creator>Dan Bugglin</dc:creator>
				<category><![CDATA[Website]]></category>
		<category><![CDATA[kotaku]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[projects]]></category>
		<category><![CDATA[resume]]></category>
		<category><![CDATA[tf2]]></category>

		<guid isPermaLink="false">http://www.mzzt.net/?p=95</guid>
		<description><![CDATA[My little toy is getting some attention lately.  First 4chan, and now Kotaku.  I think I saw it used on YTMND but I can&#8217;t be 100% certain. Sooo&#8230; hi everyone visitiing.  You all have probably used more bandwidth in a week than my site has ever seen before&#8230; so thanks.  If you&#8217;re here that probably [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.mzzt.net/tf2/">My little toy</a> is getting some attention lately.  First 4chan, and now <a href="http://kotaku.com/5049616/the-dark-knight-as-told-in-tf2-kill-alerts">Kotaku</a>.  I think I saw it used on YTMND but I can&#8217;t be 100% certain.</p>
<p>Sooo&#8230; hi everyone visitiing.  You all have probably used more bandwidth in a week than my site has ever seen before&#8230; so thanks.  If you&#8217;re here that probably means you navigated one level up from my kill notification generator out of curiosity, so let me be your tour guide.<span id="more-95"></span></p>
<p>Check out my links on the right side and on the top of this page.  My &#8220;Projects&#8221; page has downloadable apps I&#8217;ve written, including a minimalist automated screenshot tool and a portable app compacting tool.  I also have a image index script which I overhauled based on <a href="http://www.garry.tv/img/">garry&#8217;s</a>.</p>
<p>I&#8217;m also looking for employment at the moment.  If you or someone you know is looking for entry-level desktop application programmers or web programmers in the area of Central New Jersey, I&#8217;d appreciate it if you&#8217;d check out my résumé, see if my skills are something you/they might need, and send yourself/them a link.  I&#8217;d appreciate it.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.mzzt.net/2008/09/15/hello/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>

