<?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>A Dolphin&#039;s Journal of Events</title>
	<atom:link href="http://micksam7.comblog/feed/" rel="self" type="application/rss+xml" />
	<link>http://micksam7.com/blog</link>
	<description>Coding, Software, Cetology, and random stuff.</description>
	<lastBuildDate>Wed, 11 Jan 2012 04:16:09 +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>WebM+ffmpeg Win32 Build</title>
		<link>http://micksam7.com/blog/2010/webm-ffmpeg-win32-build/</link>
		<comments>http://micksam7.com/blog/2010/webm-ffmpeg-win32-build/#comments</comments>
		<pubDate>Thu, 20 May 2010 18:36:20 +0000</pubDate>
		<dc:creator>micksam7</dc:creator>
		
		<guid isPermaLink="false">http://micksam7.com/blog/index.php/?p=743</guid>
		<description><![CDATA[HEY! This post is outdated, if you want the latest builds [with working vorbis encoder], try this site. Since the vorbis encoder supplied in my builds is quite broken, it&#8217;s highly recommended to re-encode with one of the builds off the above site. Google released WebM/VP8 as open source earlier, but I haven&#8217;t had a [...]]]></description>
			<content:encoded><![CDATA[<hr />
<strong>HEY!</strong><br />
This post is outdated, if you want the latest builds [with working vorbis encoder], try <a href="http://ffmpeg.zeranoe.com/builds/">this site</a>.</p>
<p>Since the vorbis encoder supplied in my builds is quite broken, it&#8217;s <b>highly</b> recommended to re-encode with one of the builds off the above site.</p>
<hr />
<a href="http://www.webmproject.org/">Google released WebM/VP8 as open source</a> earlier, but I haven&#8217;t had a chance to really encode anything yet, mostly due to the lack of a proper unified encoder.</p>
<p>But, following <a href="http://www.ioncannon.net/meta/1128/compiling-webm-ffmpeg-windows/">this guide</a>, you can build ffmpeg with webm for windows rather easily. But for those without a linux distro to play with, you can simply download them here:</p>
<p><strong>Download:</strong><br />
<strong>[OUT DATED! See top of post]</strong><br />
Removed links. Please stop using these versions. They have a broken vorbis encoder. Use the latest above.</p>
<p>Use:</p>
<p>ffmpeg -i <em>[video file to encode]</em> -b <em>[bitrate]</em>k -aq 60 -threads 4 output.webm</p>
<p>On a command line and wait. And wait. It&#8217;s slow. Very slow. You can speed it up a bit by using -level 300 if you want, though quality suffers a little bit. Two pass encoding is supported with -pass 1 followed by a second encode with -pass 2, as per usual.</p>
<p>Have fun!</p>
<hr />
<p>Supported VP8/WebM Flags, all flags require a numeric value after them.</p>
<p>You can also use this <a href="http://spreadsheets.google.com/ccc?key=0AvWxUS1XGCPAdGNtNW10a2p4c1VwdG1VZk1uMl9MUEE&#038;hl=en#gid=0">nice spreadsheet</a>.</p>
<p>-vb <em>[target bitrate]</em><br />
-level <em>[Encoder speed/quality and cpu use[?]. 100 = best, 200 = average, 300 = &#8216;realtime&#8217;/fast]</em><br />
-threads <em>[number of threads to use for encoding, can't be 0 [auto] with VP8/this build]</em><br />
-token_partitions <em>[number of partitions to split the video into, useful for multi-core decoding]</em></p>
<p>-lag <em>[number of frames to look ahead for when encoding]</em><br />
-keyint_min <em>[min distance between keyframes]</em><br />
-g <em>[max distance between keyframes]</em></p>
<p>-bt <em>[bitrate tolerance in VBR/2pass mode]</em><br />
-minrate <em>[Minimal bitrate allowed in vbr/2pass mode]</em><br />
-maxrate <em>[Maxium bitrate allowed in vbr/2pass mode]</em></p>
<p>-qmin <em>[min quantizer allowed]</em><br />
-qmax <em>[max quantizer allowed, set just this for fixed quantizer mode]</em></p>
<p>-bufsize <em>["ratecontrol buffer size (in bits)"]</em><br />
-rc_init_occupancy <em>["number of bits which should be loaded into the rc buffer before decoding starts"]</em><br />
-rc_opt_occupancy <em>["number of bits which should be kept in the rc buffer during decoding"]</em><br />
-rc_buf_aggressivity <em>["currently useless", buffer use aggressiveness]</em></p>
<p>-spatial_rsmpl <em>[spatial resampling]</em><br />
-spatial_rsmpl_up <em>["Spatial resampling up watermark, percentage of target data buffer."]</em><br />
-spatial_rsmpl_down <em>["Spatial resampling down watermark, percentage of target data buffer."]</em></p>
<p>-profile <em>[Can't find much data on this, usually set to 0]</em></p>
<p>-nr <em>[Noise reduction]</em><br />
-sharpness <em>[Has a value from 0 to 7, assuming it applies a sharpness filter after decoding]</em></p>
<p>-altref <em>[Allow alternate reference frames, 1]</em><br />
-ar_max_frames <em>["Max frames used in creating alt. ref. [0,25]&#8220;]</em><br />
-ar_type <em>["Filter type used in creating alt. ref."]</em><br />
-ar_strength <em>["Filter strength used in creating alt. ref. [0,6]&#8220;]</em></p>
<p>-skip_threshold <em>[threshold to skip a frame instead of encoding it[?]]</em><br />
-mb_static_threshold <em>[static frame threshold[?]]</em></p>
]]></content:encoded>
			<wfw:commentRss>http://micksam7.com/blog/2010/webm-ffmpeg-win32-build/feed/</wfw:commentRss>
		<slash:comments>28</slash:comments>
		</item>
		<item>
		<title>Demo stuff</title>
		<link>http://micksam7.com/blog/2009/demo-stuff/</link>
		<comments>http://micksam7.com/blog/2009/demo-stuff/#comments</comments>
		<pubDate>Tue, 11 Aug 2009 22:03:12 +0000</pubDate>
		<dc:creator>micksam7</dc:creator>
		
		<guid isPermaLink="false">http://micksam7.com/blog/?p=382</guid>
		<description><![CDATA[Some more recent demos I thought should be shared. First we have a Wrath by Matt Current. Win32 demo. Mostly dark and whatnot. Next up, some fun little thing by ASD titled Chameleon. Win32, some 2D art and 3D. They made this in a few days for a random compo. Here, have Lightshaft by Elude, [...]]]></description>
			<content:encoded><![CDATA[<p>Some more recent demos I thought should be shared.</p>
<p>First we have a Wrath by Matt Current. Win32 demo. Mostly dark and whatnot.</p>
<p><object width="450" height="272"><param name="movie" value="http://capped.micksam7.com/playeralt.swf?vid=matt_current-wrath" /><param name="wmode" value="transparent" /><param name="allowFullScreen" value="true" /><param name="bgcolor" value="#000000" /><embed src="http://capped.micksam7.com/playeralt.swf?vid=matt_current-wrath" wmode="transparent" bgcolor="#000000" allowFullScreen="true" width="450" height="272" type="application/x-shockwave-flash"></embed></object></p>
<p>Next up, some fun little thing by ASD titled Chameleon. Win32, some 2D art and 3D. They made this in a few days for a random compo.</p>
<p><object width="450" height="272"><param name="movie" value="http://capped.micksam7.com/playeralt.swf?vid=asd-chameleon" /><param name="wmode" value="transparent" /><param name="allowFullScreen" value="true" /><param name="bgcolor" value="#000000" /><embed src="http://capped.micksam7.com/playeralt.swf?vid=asd-chameleon" wmode="transparent" bgcolor="#000000" allowFullScreen="true" width="450" height="272" type="application/x-shockwave-flash"></embed></object></p>
<p>Here, have Lightshaft by Elude, a modern Amiga demo. Yay low res.</p>
<p><object width="450" height="272"><param name="movie" value="http://capped.micksam7.com/playeralt.swf?vid=elude-lightshaft" /><param name="wmode" value="transparent" /><param name="allowFullScreen" value="true" /><param name="bgcolor" value="#000000" /><embed src="http://capped.micksam7.com/playeralt.swf?vid=elude-lightshaft" wmode="transparent" bgcolor="#000000" allowFullScreen="true" width="450" height="272" type="application/x-shockwave-flash"></embed></object></p>
<p>Now for something completely different, Frameranger by Fairlight, Orange, and CNCD [whew], once again a Win32 demo, and probably the biggest demo of the year so far. Random more main-stream oriented car/robo scenes, followed by more proper effects known of the scene. This thing runs like crap in real time though even on a high end rig.</p>
<p><object width="450" height="272"><param name="movie" value="http://capped.micksam7.com/playeralt.swf?vid=cncd_orange_fairlight-frameranger" /><param name="wmode" value="transparent" /><param name="allowFullScreen" value="true" /><param name="bgcolor" value="#000000" /><embed src="http://capped.micksam7.com/playeralt.swf?vid=cncd_orange_fairlight-frameranger" wmode="transparent" bgcolor="#000000" allowFullScreen="true" width="450" height="272" type="application/x-shockwave-flash"></embed></object></p>
<p>Sorry, no oldskool platforms here this time, unless you count the upgraded amiga used for the Elude demo. <img src='http://micksam7.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://micksam7.com/blog/2009/demo-stuff/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Phlix.TV</title>
		<link>http://micksam7.com/blog/2008/phlixtv/</link>
		<comments>http://micksam7.com/blog/2008/phlixtv/#comments</comments>
		<pubDate>Wed, 15 Oct 2008 14:02:24 +0000</pubDate>
		<dc:creator>micksam7</dc:creator>
		
		<guid isPermaLink="false">http://micksam7.com/blog/?p=363</guid>
		<description><![CDATA[Mmmmm, thought I&#8217;d post this, get some feedback: Phlix basically will take any non-flash video file [AVI/MOV/WMV/MP4/Etc, as long as it's on a http server], and convert it to flash on the fly, without [too] much wait [5-15 seconds at most if the server containing the video is slow]. No need to download some random [...]]]></description>
			<content:encoded><![CDATA[<p>Mmmmm, thought I&#8217;d post this, get some feedback:</p>
<p><center><a href="http://phx.micksam7.com"><img src="http://phx.micksam7.com/img/header.png" alt="Phlix" /></a></center></p>
<p><a href="http://phx.micksam7.com">Phlix</a> basically will take any non-flash video file [AVI/MOV/WMV/MP4/Etc, as long as it's on a http server], and convert it to flash on the fly, without [too] much wait [5-15 seconds at most if the server containing the video is slow]. No need to download some random codec to watch videos, as long as you can stand [slightly higher quality than normal] flash video.</p>
<p>Randomly got the idea with a chat with my mate, and a few others who seemed to be interested in the idea. Basically it&#8217;s to bridge the gap in the online media world, where there&#8217;s still non-flash files laying around. [And if you don't like flash video quality, well then don't use this!]</p>
<p>A weekend&#8217;s worth of coding; yay ffmpeg having most of the support that I needed already in, only had to hack in a few things. Thanks to TJ for abusing it to death to iron out some odd bugs. Fun times had by all.</p>
<p>Anyway, try it out, tell me what you think, and if something doesn&#8217;t work right, let me know.</p>
<p>Todo:<br />
- Idiot proof the url box<br />
- Support FTP<br />
- Properly detect live-streams so it won&#8217;t try to cache them<br />
- Provide Embed code<br />
- Impliment h.264 support [mmmm more ffmpeg editing]<br />
- Provide some notice when the source server is being head-achingly slow</p>
]]></content:encoded>
			<wfw:commentRss>http://micksam7.com/blog/2008/phlixtv/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Donuts</title>
		<link>http://micksam7.com/blog/2008/donuts/</link>
		<comments>http://micksam7.com/blog/2008/donuts/#comments</comments>
		<pubDate>Sun, 12 Oct 2008 05:08:14 +0000</pubDate>
		<dc:creator>micksam7</dc:creator>
		
		<guid isPermaLink="false">http://micksam7.com/blog/?p=361</guid>
		<description><![CDATA[Can&#8217;t get enough of this video.]]></description>
			<content:encoded><![CDATA[<p>Can&#8217;t get enough of this video.</p>
<p><object width="450" height="273"><param name="movie" value="http://capped.micksam7.com/playeralt.swf?vid=hbc-donuts" /><param name="wmode" value="transparent" /><param name="allowFullScreen" value="true" /><param name="bgcolor" value="#000000" /><embed src="http://capped.micksam7.com/playeralt.swf?vid=hbc-donuts" type="application/x-shockwave-flash" wmode="transparent" bgcolor="#000000" allowFullScreen="true" width="450" height="273"></embed></object></p>
]]></content:encoded>
			<wfw:commentRss>http://micksam7.com/blog/2008/donuts/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>NVScene 2008</title>
		<link>http://micksam7.com/blog/2008/nvscene-2008/</link>
		<comments>http://micksam7.com/blog/2008/nvscene-2008/#comments</comments>
		<pubDate>Sat, 30 Aug 2008 21:46:57 +0000</pubDate>
		<dc:creator>micksam7</dc:creator>
		
		<guid isPermaLink="false">http://micksam7.com/blog/?p=354</guid>
		<description><![CDATA[So earlier this week, NVidia hosted a big convention called NVision, part of which was NVScene, a demoparty. So, here&#8217;s a small taste of what was released there. The top 3 for each category at the party. Remember, normally these demos are generated in real time, and etc etc, just captured here for those without [...]]]></description>
			<content:encoded><![CDATA[<p>So earlier this week, NVidia hosted a big convention called NVision, part of which was <a href="http://nvision.scene.org/">NVScene</a>, a <a href="http://en.wikipedia.org/wiki/Demoparty">demoparty</a>.</p>
<p>So, here&#8217;s a small taste of what was released there. The top 3 for each category at the party. Remember, normally these <a href="http://en.wikipedia.org/wiki/Demo_(computer_programming)">demos are generated in real time</a>, and etc etc, just captured here for those without a powerful PC/don&#8217;t feel like downloading the binaries.</p>
<p><strong>4kb &#8211; 1st</strong><br />
<object width="450" height="273"><param name="movie" value="http://capped.micksam7.com/playeralt.swf?vid=keyboarders-texas" /><param name="wmode" value="transparent" /><param name="allowFullScreen" value="true" /><param name="bgcolor" value="#000000" /><embed src="http://capped.micksam7.com/playeralt.swf?vid=keyboarders-texas" type="application/x-shockwave-flash" wmode="transparent" bgcolor="#000000" allowFullScreen="true" width="450" height="273"></embed></object></p>
<p><strong>4kb &#8211; 2nd</strong><br />
<object width="450" height="358"><param name="movie" value="http://capped.micksam7.com/playeralt.swf?vid=tbc-receptor" /><param name="wmode" value="transparent" /><param name="allowFullScreen" value="true" /><param name="bgcolor" value="#000000" /><embed src="http://capped.micksam7.com/playeralt.swf?vid=tbc-receptor" type="application/x-shockwave-flash" wmode="transparent" bgcolor="#000000" allowFullScreen="true" width="450" height="358"></embed></object></p>
<p><strong>4kb &#8211; 3rd</strong><br />
<object width="450" height="256"><param name="movie" value="http://capped.micksam7.com/playeralt.swf?vid=archee-photon_race_2" /><param name="wmode" value="transparent" /><param name="allowFullScreen" value="true" /><param name="bgcolor" value="#000000" /><embed src="http://capped.micksam7.com/playeralt.swf?vid=archee-photon_race_2" type="application/x-shockwave-flash" wmode="transparent" bgcolor="#000000" allowFullScreen="true" width="450" height="256"></embed></object></p>
<p><strong>Demo &#8211; 1st</strong><br />
<object width="450" height="273"><param name="movie" value="http://capped.micksam7.com/playeralt.swf?vid=andromeda_orb-stargazer" /><param name="wmode" value="transparent" /><param name="allowFullScreen" value="true" /><param name="bgcolor" value="#000000" /><embed src="http://capped.micksam7.com/playeralt.swf?vid=andromeda_orb-stargazer" type="application/x-shockwave-flash" wmode="transparent" bgcolor="#000000" allowFullScreen="true" width="450" height="273"></embed></object></p>
<p><strong>Demo &#8211; 2nd</strong><br />
<object width="450" height="273"><param name="movie" value="http://capped.micksam7.com/playeralt.swf?vid=plastic-into_the_pink" /><param name="wmode" value="transparent" /><param name="allowFullScreen" value="true" /><param name="bgcolor" value="#000000" /><embed src="http://capped.micksam7.com/playeralt.swf?vid=plastic-into_the_pink" type="application/x-shockwave-flash" wmode="transparent" bgcolor="#000000" allowFullScreen="true" width="450" height="273"></embed></object></p>
<p><strong>Demo &#8211; 3rd</strong></p>
<p>There&#8217;s actually two winners for 3rd:</p>
<p><object width="450" height="273"><param name="movie" value="http://capped.micksam7.com/playeralt.swf?vid=asd-midnight_run" /><param name="wmode" value="transparent" /><param name="allowFullScreen" value="true" /><param name="bgcolor" value="#000000" /><embed src="http://capped.micksam7.com/playeralt.swf?vid=asd-midnight_run" type="application/x-shockwave-flash" wmode="transparent" bgcolor="#000000" allowFullScreen="true" width="450" height="273"></embed></object></p>
<p><object width="450" height="273"><param name="movie" value="http://capped.micksam7.com/playeralt.swf?vid=xplsv-n0505" /><param name="wmode" value="transparent" /><param name="allowFullScreen" value="true" /><param name="bgcolor" value="#000000" /><embed src="http://capped.micksam7.com/playeralt.swf?vid=xplsv-n0505" type="application/x-shockwave-flash" wmode="transparent" bgcolor="#000000" allowFullScreen="true" width="450" height="273"></embed></object></p>
<p>Also, my kiosk software is now on <a href="http://pouet.net/prod.php?which=51435">Pouet.net</a></p>
]]></content:encoded>
			<wfw:commentRss>http://micksam7.com/blog/2008/nvscene-2008/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>NVScene &amp; Capped.TV</title>
		<link>http://micksam7.com/blog/2008/nvscene-cappedtv/</link>
		<comments>http://micksam7.com/blog/2008/nvscene-cappedtv/#comments</comments>
		<pubDate>Sun, 24 Aug 2008 03:32:39 +0000</pubDate>
		<dc:creator>micksam7</dc:creator>
		
		<guid isPermaLink="false">http://micksam7.com/blog/?p=350</guid>
		<description><![CDATA[Capped.TV Kiosk. If you&#8217;re headed to NVScene or NVision, stop by the demoscene hall and check it out. And that&#8217;s my work of the month. Edit: Yes that&#8217;s my only bit to NVScene; was unable to get a demo together after working the past few weeks on the kiosk. I&#8217;m sure no one wants to [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://images.micksam7.com/capped-kiosk-sideways.jpg" alt="Kiosk screenshot" /></p>
<p><b><a href="http://capped.TV/">Capped.TV</a> Kiosk</b>. If you&#8217;re headed to <a href="http://nvision.scene.org/">NVScene</a> or <a href="http://nvision2008.com/">NVision</a>, stop by the demoscene hall and check it out.</p>
<p>And that&#8217;s my work of the month. <img src='http://micksam7.com/blog/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<p><b>Edit:</b> Yes that&#8217;s my only bit to NVScene; was unable to get a demo together after working the past few weeks on the kiosk. I&#8217;m sure no one wants to see Rob is Jarig encapsulated in a time-delay fake prod anyway&#8230; [Hey, will someone release a 4k version of it already? <img src='http://micksam7.com/blog/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> ]</p>
]]></content:encoded>
			<wfw:commentRss>http://micksam7.com/blog/2008/nvscene-cappedtv/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Demoscene Outreach Reel</title>
		<link>http://micksam7.com/blog/2008/demoscene-outreach-reel/</link>
		<comments>http://micksam7.com/blog/2008/demoscene-outreach-reel/#comments</comments>
		<pubDate>Fri, 15 Aug 2008 00:04:56 +0000</pubDate>
		<dc:creator>micksam7</dc:creator>
		
		<guid isPermaLink="false">http://micksam7.com/blog/?p=348</guid>
		<description><![CDATA[Created by Scene.org: And don&#8217;t forget to come to NVision &#8217;08! Demoscene stuff will be happening at the NVScene part of the convention. Capped.TV will have a presence there, in the form of Capped.TV Authorized Juice Kiosksâ„¢. Which will include HD captures of many of the demos featured in the reel, plus many more. Don&#8217;t [...]]]></description>
			<content:encoded><![CDATA[<p>Created by <a href="http://scene.org">Scene.org</a>:</p>
<p><object width="450" height="273"><param name="movie" value="http://capped.micksam7.com/playeralt.swf?vid=sceneorg_demoscene_outreach-demoscene_outreach_reel" /><param name="wmode" value="transparent" /><param name="allowFullScreen" value="true" /><param name="bgcolor" value="#000000" /><embed src="http://capped.micksam7.com/playeralt.swf?vid=sceneorg_demoscene_outreach-demoscene_outreach_reel" type="application/x-shockwave-flash" wmode="transparent" bgcolor="#000000" allowFullScreen="true" width="450" height="273"></embed></object></p>
<p>And don&#8217;t forget to come to <a href="http://www.nvision2008.com/">NVision &#8217;08</a>! Demoscene stuff will be happening at the <a href="http://nvision.scene.org/">NVScene</a> part of the convention.</p>
<p><a href="http://capped.tv/">Capped.TV</a> will have a presence there, in the form of Capped.TV Authorized Juice Kiosksâ„¢. Which will include HD captures of many of the demos featured in the reel, plus many more.</p>
<p>Don&#8217;t forget to <a href="http://www.amireg.com/nvision08/intro.html">register</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://micksam7.com/blog/2008/demoscene-outreach-reel/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>IIS + PHP 404 hack for WordPress</title>
		<link>http://micksam7.com/blog/2008/404-hack-for-wordpress/</link>
		<comments>http://micksam7.com/blog/2008/404-hack-for-wordpress/#comments</comments>
		<pubDate>Thu, 31 Jul 2008 01:32:13 +0000</pubDate>
		<dc:creator>micksam7</dc:creator>
		
		<guid isPermaLink="false">http://micksam7.com/blog/?p=342</guid>
		<description><![CDATA[Finally decided to fix and re-release this little code snippet. You can have fancy urls for wordpress in IIS without any need for a url rewriter. Then again, this is really the only way I know to do fancy urls in IIS.. Anyway, simply take this code: &#60;?php //404 hack //by the mickelphin //Get the [...]]]></description>
			<content:encoded><![CDATA[<p>Finally decided to fix and re-release this little code snippet.</p>
<p>You can have fancy urls for wordpress in IIS without any need for a url rewriter. Then again, this is really the only way I know to do fancy urls in IIS..</p>
<p>Anyway, simply take this code:</p>
<p><code>&lt;?php<br />
//404 hack<br />
//by the mickelphin</p>
<p>//Get the end of the url<br />
$urlstub = substr($_SERVER['QUERY_STRING'], strrpos($_SERVER['QUERY_STRING'],":80/")+4);<br />
$_SERVER['PATH_INFO'] = $_SERVER['URL'] = $_SERVER['REQUEST_URI'] = str_replace("blog/blog","blog",$urlstub);</p>
<p>//Quick hack to repair corrupted get data, iis/php issue<br />
foreach ($_GET as $id => $data) {<br />
  $_GET[substr($id, strpos($id,"?")===false?0:strpos($id,"?")+1)] = $data;<br />
}</p>
<p>require "index.php";</p>
<p>?&gt;</code></p>
<p>And insert it in a file called 404.php in your blog directory.</p>
<p>Then open up IIS&#8217;s config and move to your blog <strong>directory</strong>. Open up properties for that, and go to the Custom Errors tab. Click on the first 404 entry [and only the first], press edit, change it to url, and put in &#8216; /[your blog directory, if any]/404.php &#8216;.</p>
<p>Ok on out. In wordpress, change your permalink style to exclude index.php. ie simply: &#8216; /%year%/%postname%/ &#8216; or whatever.</p>
<p>And have fun. I&#8217;m using it now.</p>
<p>If you have any issues, feel free to leave a comment.</p>
<p>Code updated on August 11, 2009</p>
]]></content:encoded>
			<wfw:commentRss>http://micksam7.com/blog/2008/404-hack-for-wordpress/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Amiga Demos</title>
		<link>http://micksam7.com/blog/2008/amiga-demos/</link>
		<comments>http://micksam7.com/blog/2008/amiga-demos/#comments</comments>
		<pubDate>Thu, 17 Jul 2008 12:44:48 +0000</pubDate>
		<dc:creator>micksam7</dc:creator>
		
		<guid isPermaLink="false">http://micksam7.com/blog/?p=340</guid>
		<description><![CDATA[Let&#8217;s go back a bit shall we? Back to when I randomly posted Demoscene Demos on here. Here&#8217;s a few demos by The Black Lotus, done for Amigas. Of course, the amiga they were using is fairly well modified with extra ram and etc, but meh. Captured in WinUAE, so both have a fairly high [...]]]></description>
			<content:encoded><![CDATA[<p>Let&#8217;s go back a bit shall we? Back to when I randomly posted Demoscene Demos on here.</p>
<p>Here&#8217;s a few demos by The Black Lotus, done for Amigas. Of course, the amiga they were using is fairly well modified with extra ram and etc, but meh.</p>
<p>Captured in WinUAE, so both have a fairly high framerate then on the real machine.</p>
<p><object width="450" height="301"><param name="movie" value="http://capped.micksam7.com/playeralt.swf?vid=1214121254-1-0" /><param name="wmode" value="transparent" /><param name="allowFullScreen" value="true" /><param name="bgcolor" value="#000000" /><embed src="http://capped.micksam7.com/playeralt.swf?vid=1214121254-1-0" type="application/x-shockwave-flash" wmode="transparent" bgcolor="#000000" allowFullScreen="true" width="450" height="301"></embed></object></p>
<p><object width="450" height="297"><param name="movie" value="http://capped.micksam7.com/playeralt.swf?vid=1214091572-1-0" /><param name="wmode" value="transparent" /><param name="allowFullScreen" value="true" /><param name="bgcolor" value="#000000" /><embed src="http://capped.micksam7.com/playeralt.swf?vid=1214091572-1-0" type="application/x-shockwave-flash" wmode="transparent" bgcolor="#000000" allowFullScreen="true" width="450" height="297"></embed></object></p>
<p>This one was ported to Atari Falcon. Here it is running on the machine [once again, fairly well modified]</p>
<p><object width="450" height="301"><param name="movie" value="http://capped.micksam7.com/playeralt.swf?vid=1210601531-1-0" /><param name="wmode" value="transparent" /><param name="allowFullScreen" value="true" /><param name="bgcolor" value="#000000" /><embed src="http://capped.micksam7.com/playeralt.swf?vid=1210601531-1-0" type="application/x-shockwave-flash" wmode="transparent" bgcolor="#000000" allowFullScreen="true" width="450" height="301"></embed></object></p>
]]></content:encoded>
			<wfw:commentRss>http://micksam7.com/blog/2008/amiga-demos/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Project Wonderful 1 Month Review</title>
		<link>http://micksam7.com/blog/2008/project-wonderful-1-month-review/</link>
		<comments>http://micksam7.com/blog/2008/project-wonderful-1-month-review/#comments</comments>
		<pubDate>Mon, 14 Jul 2008 22:35:40 +0000</pubDate>
		<dc:creator>micksam7</dc:creator>
		
		<guid isPermaLink="false">http://micksam7.com/blog/?p=337</guid>
		<description><![CDATA[Finally, after 1 whole month I feel experienced enough to do a preliminary review. The really short version: It sucks. The lesser short version: Project Wonderful is not good for content providers, however, for advertisers it&#8217;s a great low-cost way to do ads. Our site&#8217;s average CPD [Cost Per Day] for our adspot [a add [...]]]></description>
			<content:encoded><![CDATA[<p>Finally, after 1 whole month I feel experienced enough to do a preliminary review.</p>
<p>The really short version: It sucks.<br />
The lesser short version: Project Wonderful is not good for content providers, however, for advertisers it&#8217;s a great low-cost way to do ads.</p>
<p>Our site&#8217;s average CPD [Cost Per Day] for our adspot [a add on the bottom of <a href="http://t.rscript.org/">T.RScript.org</a>] was 33 cents. 33 freaking cents for 10k ad views. Click ratio was about 0.15%.<br />
For comparison, our Google AdSense click ad ratio has been 0.17%, and it&#8217;s average CPD is $2.</p>
<p>Project Wonderful: $0.02 per click, $0.04 per 1k views, $0.33 a day [338 clicks, 252k views, 31 days]<br />
AdSense: $0.13 per click, $0.23 per 1k views, $2.01 a day [448 clicks, 252k views, 31 days]<br />
[Both costs are AFTER the ad services take their cut]</p>
<p>Quite a big different if you ask me. Project wonderful is great for advertisers who want cheap ads, but suckage for content owners, with the low return we&#8217;ve been experiencing. Personally, I don&#8217;t think Project Wonderful is that well balanced as they say it is.</p>
<p>At least, not for smaller sites like <a href="http://t.rscript.org">t.rscript.org</a> with only 10k views a day.</p>
<p>But, even on larger sites like <a href="http://pvponline.com">PVPonline.com</a>, it doesn&#8217;t seem to get the full value out of Project Wonderful. $20/day for 120k+ page views of your ad. Not sure about clicks, but I imagine it&#8217;s fairly decent, I&#8217;ve found a few things interesting on their adspace anyway.</p>
<p>In Conclusion: Project Wonderful Sucks for Content Providers; But Awesome for Advertisers. With it&#8217;s super-low cost per click ratio, the ratio of fairness between Content Providers and Advertisers is leaned heavily toward Advertisers.</p>
<p>&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-</p>
<p>Anyway, the ad place on the bottom will be removed later today once we have finally cleared the cash withdraw point of $10. Google ads, on the other hand, are making us about $60 for <a href="http://t.rscript.org">t.rscript.org.</a></p>
<p>Hopefully, the removal of that ad will help lighten the visual load. Also will allow us to add site statistics in it&#8217;s place as per the original plan.</p>
<p>That&#8217;s all for now. Back to working on <a href="http://capped.tv/">Capped</a>. And job-hunting. [Anyone need a PHP Dev? <a href="mailto:me@micksam7.com">Contact me</a> and I'll send my resume]</p>
]]></content:encoded>
			<wfw:commentRss>http://micksam7.com/blog/2008/project-wonderful-1-month-review/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

