<?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/"
	xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Repetitive Random Rambling</title>
	<atom:link href="http://aedrin.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://aedrin.wordpress.com</link>
	<description>Just another Wordpress.com weblog</description>
	<lastBuildDate>Tue, 10 Oct 2006 19:20:07 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<cloud domain='aedrin.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://www.gravatar.com/blavatar/b8c5384a7f4888fe4a3f16cc7a438f2c?s=96&#038;d=http://s.wordpress.com/i/buttonw-com.png</url>
		<title>Repetitive Random Rambling</title>
		<link>http://aedrin.wordpress.com</link>
	</image>
			<item>
		<title>FireFox and Hidden Input</title>
		<link>http://aedrin.wordpress.com/2006/10/10/firefox-and-hidden-input/</link>
		<comments>http://aedrin.wordpress.com/2006/10/10/firefox-and-hidden-input/#comments</comments>
		<pubDate>Tue, 10 Oct 2006 19:20:07 +0000</pubDate>
		<dc:creator>aedrin</dc:creator>
				<category><![CDATA[FireFox]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[IE]]></category>

		<guid isPermaLink="false">http://aedrin.wordpress.com/2006/10/10/firefox-and-hidden-input/</guid>
		<description><![CDATA[For some strange reason FireFox has decided that hidden input elements should have styles applied to them as well.
Even though the W3C defines hidden controls in HTML 4.01 as:
&#8220;controls that are not rendered but whose values are submitted with a form.&#8221;
http://www.w3.org/TR/html4/interact/forms.html#hidden-control
IE and Opera properly follow the standard.
       <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=aedrin.wordpress.com&blog=351505&post=8&subd=aedrin&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>For some strange reason FireFox has decided that hidden input elements should have styles applied to them as well.</p>
<p>Even though the W3C defines hidden controls in HTML 4.01 as:</p>
<p>&#8220;controls that are not rendered but whose values are submitted with a form.&#8221;</p>
<p>http://www.w3.org/TR/html4/interact/forms.html#hidden-control</p>
<p>IE and Opera properly follow the standard.</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/aedrin.wordpress.com/8/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/aedrin.wordpress.com/8/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/aedrin.wordpress.com/8/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/aedrin.wordpress.com/8/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/aedrin.wordpress.com/8/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/aedrin.wordpress.com/8/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/aedrin.wordpress.com/8/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/aedrin.wordpress.com/8/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/aedrin.wordpress.com/8/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/aedrin.wordpress.com/8/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/aedrin.wordpress.com/8/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/aedrin.wordpress.com/8/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=aedrin.wordpress.com&blog=351505&post=8&subd=aedrin&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://aedrin.wordpress.com/2006/10/10/firefox-and-hidden-input/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/0b05e391c9686460112c36f1a0b90060?s=96&#38;d=identicon" medium="image">
			<media:title type="html">aedrin</media:title>
		</media:content>
	</item>
		<item>
		<title>Base tag, IE and JavaScript</title>
		<link>http://aedrin.wordpress.com/2006/08/31/base-tag-ie-and-javascript/</link>
		<comments>http://aedrin.wordpress.com/2006/08/31/base-tag-ie-and-javascript/#comments</comments>
		<pubDate>Thu, 31 Aug 2006 15:45:46 +0000</pubDate>
		<dc:creator>aedrin</dc:creator>
				<category><![CDATA[HTML]]></category>
		<category><![CDATA[IE]]></category>
		<category><![CDATA[JavaScript]]></category>

		<guid isPermaLink="false">https://aedrin.wordpress.com/2006/08/31/base-tag-ie-and-javascript/</guid>
		<description><![CDATA[If you use the &#60;base&#62; tag, links in JavaScript (window.open for example) will ignore the &#60;base&#62; tag. The way around it is to make the link in the JavaScript relative to the domain.
&#60;base href=&#8221;http://www.example.com/this_site/&#8221;&#62;
The JavaScript should look like this.
window.open(&#8216;/this_site/page2.html&#8217;);
       <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=aedrin.wordpress.com&blog=351505&post=5&subd=aedrin&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>If you use the &lt;base&gt; tag, links in JavaScript (window.open for example) will ignore the &lt;base&gt; tag. The way around it is to make the link in the JavaScript relative to the domain.</p>
<p>&lt;base href=&#8221;http://www.example.com/this_site/&#8221;&gt;</p>
<p>The JavaScript should look like this.</p>
<p>window.open(&#8216;<b>/this_site/</b>page2.html&#8217;);</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/aedrin.wordpress.com/5/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/aedrin.wordpress.com/5/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/aedrin.wordpress.com/5/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/aedrin.wordpress.com/5/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/aedrin.wordpress.com/5/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/aedrin.wordpress.com/5/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/aedrin.wordpress.com/5/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/aedrin.wordpress.com/5/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/aedrin.wordpress.com/5/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/aedrin.wordpress.com/5/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/aedrin.wordpress.com/5/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/aedrin.wordpress.com/5/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=aedrin.wordpress.com&blog=351505&post=5&subd=aedrin&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://aedrin.wordpress.com/2006/08/31/base-tag-ie-and-javascript/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/0b05e391c9686460112c36f1a0b90060?s=96&#38;d=identicon" medium="image">
			<media:title type="html">aedrin</media:title>
		</media:content>
	</item>
		<item>
		<title>PHP IDEs</title>
		<link>http://aedrin.wordpress.com/2006/08/11/php-ides/</link>
		<comments>http://aedrin.wordpress.com/2006/08/11/php-ides/#comments</comments>
		<pubDate>Fri, 11 Aug 2006 18:48:37 +0000</pubDate>
		<dc:creator>aedrin</dc:creator>
				<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">https://aedrin.wordpress.com/2006/08/11/php-ides/</guid>
		<description><![CDATA[This is what I&#8217;ve found after trying various IDEs available for PHP.
If anyone has any suggestions or thinks they know the solution to the listed problem, please comment. I need a good editor and I have yet to find one.

PHP IDE (Eclipse)


- Cannot deal with simple lines such as: $var = &#8220;value={$value}&#8221;;
- IntelliSense does not [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=aedrin.wordpress.com&blog=351505&post=4&subd=aedrin&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>This is what I&#8217;ve found after trying various IDEs available for PHP.</p>
<p>If anyone has any suggestions or thinks they know the solution to the listed problem, please comment. I need a good editor and I have yet to find one.</p>
<ul>
<li>PHP IDE (Eclipse)</li>
</ul>
<ol>
<li>- Cannot deal with simple lines such as: $var = &#8220;value={$value}&#8221;;</li>
<li>- IntelliSense does not include other files/included files.</li>
</ol>
<ul>
<li>TruStudio (Eclipse)</li>
</ul>
<ol>
<li>- Errors prevent it from working (errors when creating project, errors when setting include/library paths)</li>
</ol>
<ul>
<li>PHPEclipse (Eclipse)</li>
</ul>
<ol>
<li>- IntelliSense does not include other files/included files.</li>
<li>- Cluttered Menus</li>
<li>- Go to Definition does nothing</li>
</ol>
<ul>
<li>VS.PHP SE (Visual Studio)</li>
</ul>
<ol>
<li>- Flawed code completion</li>
<li>- Pasting messed up indentation randomly in file</li>
</ol>
<ul>
<li>ActiveState Komodo / PHP</li>
</ul>
<ol>
<li>- No functionality to set Include/Library paths</li>
</ol>
<ul>
<li>DreamWeaver</li>
</ul>
<ol>
<li>- Editor, not IDE (IntelliSense limited to PHP functions)</li>
</ol>
<ul>
<li>PHPEdit [Waterproof]</li>
</ul>
<ol>
<li>- Cannot create project from existing files</li>
</ol>
<ul>
<li>Zend Studio</li>
</ul>
<ol>
<li>- Cannot set Include/Library paths</li>
</ol>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/aedrin.wordpress.com/4/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/aedrin.wordpress.com/4/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/aedrin.wordpress.com/4/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/aedrin.wordpress.com/4/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/aedrin.wordpress.com/4/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/aedrin.wordpress.com/4/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/aedrin.wordpress.com/4/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/aedrin.wordpress.com/4/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/aedrin.wordpress.com/4/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/aedrin.wordpress.com/4/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/aedrin.wordpress.com/4/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/aedrin.wordpress.com/4/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=aedrin.wordpress.com&blog=351505&post=4&subd=aedrin&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://aedrin.wordpress.com/2006/08/11/php-ides/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/0b05e391c9686460112c36f1a0b90060?s=96&#38;d=identicon" medium="image">
			<media:title type="html">aedrin</media:title>
		</media:content>
	</item>
	</channel>
</rss>