<?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>i.justrealized &#187; router</title> <atom:link href="http://i.justrealized.com/tag/router/feed/" rel="self" type="application/rss+xml" /><link>http://i.justrealized.com</link> <description>All things observable</description> <lastBuildDate>Thu, 29 Jul 2010 02:55:48 +0000</lastBuildDate> <language>en</language> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.0</generator> <item><title>Thomson ST536 claiming a network error</title><link>http://i.justrealized.com/2009/03/19/thomson-st536-claiming-a-network-error/</link> <comments>http://i.justrealized.com/2009/03/19/thomson-st536-claiming-a-network-error/#comments</comments> <pubDate>Thu, 19 Mar 2009 02:19:00 +0000</pubDate> <dc:creator>KahWee</dc:creator> <category><![CDATA[Uncategorized]]></category> <category><![CDATA[error]]></category> <category><![CDATA[error message]]></category> <category><![CDATA[network]]></category> <category><![CDATA[router]]></category> <category><![CDATA[screenshot]]></category> <category><![CDATA[thomson]]></category><guid
isPermaLink="false">http://i.justrealized.com/?p=1807</guid> <description><![CDATA[This kinda caught me by surprise: (Thomson ST536 claiming a network error.) You mean routers do that these days?]]></description> <content:encoded><![CDATA[<p>This kinda caught me by surprise:</p><div
id="attachment_1806" class="wp-caption alignnone" style="width: 580px"><img
src="http://justrealized.s3.amazonaws.com/media/2009/03/thomson-st536-claiming-a-network-error.png" alt="Thomson ST536 claiming a network error" title="Thomson ST536 claiming a network error" width="570" height="159" class="size-full wp-image-1806" /><p
class="wp-caption-text">Thomson ST536 claiming a network error</p></div><p><em>(Thomson ST536 claiming a network error.)</em></p><p>You mean routers do that these days?</p> ]]></content:encoded> <wfw:commentRss>http://i.justrealized.com/2009/03/19/thomson-st536-claiming-a-network-error/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>I hate wires but I have tons of it</title><link>http://i.justrealized.com/2008/10/13/i-hate-wires-but-i-have-tons-of-it/</link> <comments>http://i.justrealized.com/2008/10/13/i-hate-wires-but-i-have-tons-of-it/#comments</comments> <pubDate>Mon, 13 Oct 2008 07:20:30 +0000</pubDate> <dc:creator>KahWee</dc:creator> <category><![CDATA[Photo Diary]]></category> <category><![CDATA[computer]]></category> <category><![CDATA[messy]]></category> <category><![CDATA[modem]]></category> <category><![CDATA[router]]></category> <category><![CDATA[table]]></category> <category><![CDATA[wire]]></category> <category><![CDATA[wireless]]></category><guid
isPermaLink="false">http://i.justrealized.com/?p=917</guid> <description><![CDATA[Take a look at all the wires around my computer. I have wires for the modem, the router, the computer, the netbook, the external hard disk, the iPod, the cable television thingy and all my other computer peripherals: At one point of time I actually wanted to wireless most of my computer set up. I [...]]]></description> <content:encoded><![CDATA[<p>Take a look at all the wires around my computer. I have wires for the modem, the router, the computer, the netbook, the external hard disk, the iPod, the cable television thingy and all my other computer peripherals:</p><p><img
src="http://justrealized.s3.amazonaws.com/media/2008/10/all-the-wires-around-my-computer.jpg" alt="All the wires around my computer" title="All the wires around my computer" width="500" height="455" class="size-medium wp-image-916" /></p><p>At one point of time I actually wanted to wireless most of my computer set up. I started with the keyboard and mouse set up. I bought one of those wireless desktop set from Microsoft. It worked but not all the time.</p><p>There was this slight lag when typing, probably a 0.1 second lag but it&#8217;s there and I feel it. It&#8217;s enough to make to prefer wires. I talked to Uzyn that time he encountered a similar problem too. Once in a while, the mouse wouldn&#8217;t really response and that ticks me off greatly (when I couldn&#8217;t click and hold to select my units on the screen successfully).</p><p>As you can see much of my computer table is made of metal and that probably affected the wireless to  some extend. Today I live with the wires. Things are really messy but at least they work. Wireless? No thanks.</p><p>[By the way, the elongated cylindric thing is a CD holder and does not contain beer.]</p> ]]></content:encoded> <wfw:commentRss>http://i.justrealized.com/2008/10/13/i-hate-wires-but-i-have-tons-of-it/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>CakePHP&#8217;s built-in Pages Controller</title><link>http://i.justrealized.com/2008/06/29/cakephps-built-in-pages-controller/</link> <comments>http://i.justrealized.com/2008/06/29/cakephps-built-in-pages-controller/#comments</comments> <pubDate>Sun, 29 Jun 2008 12:19:53 +0000</pubDate> <dc:creator>KahWee</dc:creator> <category><![CDATA[Code]]></category> <category><![CDATA[cakephp]]></category> <category><![CDATA[controller]]></category> <category><![CDATA[router]]></category> <category><![CDATA[routing]]></category> <category><![CDATA[url]]></category><guid
isPermaLink="false">http://i.justrealized.com/?p=449</guid> <description><![CDATA[CakePHP 1.2 comes with in built PagesController which helps you easily create static pages. It&#8217;s easy to set up, you just have to put your pages view in /views/pages/. All the codes are for routes.php. &#60;?php # View is in /views/pages/home.ctp Router::connect&#40;&#8216;/&#8217;, array&#40;&#8216;controller&#8217; =&#62; &#8216;pages&#8217;, &#8216;action&#8217; =&#62; &#8216;display&#8217;, &#8216;home&#8217;&#41;&#41;; ?&#62; The page title ($pageTitle) would [...]]]></description> <content:encoded><![CDATA[<p>CakePHP 1.2 comes with in built PagesController which helps you easily create static pages. It&#8217;s easy to set up, you just have to put your pages view in /views/pages/. All the codes are for routes.php.</p><div
class="codesnip-container" ><div
class="php codesnip" style="font-family:monospace;"><span
class="kw2">&lt;?php</span><br
/> <span
class="co2"># View is in /views/pages/home.ctp<br
/> </span>Router<span
class="sy0">::</span><span
class="me2">connect</span><span
class="br0">&#40;</span><span
class="st_h">&#8216;/&#8217;</span><span
class="sy0">,</span> <a
href="http://www.php.net/array"><span
class="kw3">array</span></a><span
class="br0">&#40;</span><span
class="st_h">&#8216;controller&#8217;</span> <span
class="sy0">=&gt;</span> <span
class="st_h">&#8216;pages&#8217;</span><span
class="sy0">,</span> <span
class="st_h">&#8216;action&#8217;</span> <span
class="sy0">=&gt;</span> <span
class="st_h">&#8216;display&#8217;</span><span
class="sy0">,</span> <span
class="st_h">&#8216;home&#8217;</span><span
class="br0">&#41;</span><span
class="br0">&#41;</span><span
class="sy0">;</span><br
/> <span
class="sy1">?&gt;</span></div></div><p>The page title ($pageTitle) would be &#8216;Home&#8217; for the above.</p><p>If you want your URL to be /about/my-company, you can do the following:</p><div
class="codesnip-container" ><div
class="php codesnip" style="font-family:monospace;"><span
class="kw2">&lt;?php</span><br
/> <span
class="co2"># View is in /views/pages/about/my_company.ctp<br
/> </span>Router<span
class="sy0">::</span><span
class="me2">connect</span><span
class="br0">&#40;</span><br
/> &nbsp; <span
class="st_h">&#8216;/about/my-company&#8217;</span><span
class="sy0">,</span> <br
/> &nbsp; <a
href="http://www.php.net/array"><span
class="kw3">array</span></a><span
class="br0">&#40;</span><br
/> &nbsp; &nbsp; <span
class="st_h">&#8216;controller&#8217;</span> <span
class="sy0">=&gt;</span> <span
class="st_h">&#8216;pages&#8217;</span><span
class="sy0">,</span><br
/> &nbsp; &nbsp; <span
class="st_h">&#8216;action&#8217;</span> <span
class="sy0">=&gt;</span> <span
class="st_h">&#8216;display&#8217;</span><span
class="sy0">,</span><br
/> &nbsp; &nbsp; <span
class="st_h">&#8216;about&#8217;</span><span
class="sy0">,</span><br
/> &nbsp; &nbsp; <span
class="st_h">&#8216;my_company&#8217;</span><span
class="sy0">,</span><br
/> &nbsp; <span
class="br0">&#41;</span><br
/> <span
class="br0">&#41;</span><span
class="sy0">;</span><br
/> <span
class="sy1">?&gt;</span></div></div><p>The page title would be &#8216;My Company&#8217; this time since underscores are converted to spaces. Pretty useful.</p> ]]></content:encoded> <wfw:commentRss>http://i.justrealized.com/2008/06/29/cakephps-built-in-pages-controller/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>My internet crawls</title><link>http://i.justrealized.com/2008/05/22/my-internet-crawls/</link> <comments>http://i.justrealized.com/2008/05/22/my-internet-crawls/#comments</comments> <pubDate>Thu, 22 May 2008 13:40:14 +0000</pubDate> <dc:creator>KahWee</dc:creator> <category><![CDATA[Uncategorized]]></category> <category><![CDATA[internet]]></category> <category><![CDATA[modem]]></category> <category><![CDATA[router]]></category><guid
isPermaLink="false">http://i.justrealized.com/?p=266</guid> <description><![CDATA[My internet&#8217;s really slow today for some reason. Gmail&#8217;s slow. Google&#8217;s slow. Digg.com&#8217;s slow. The only fast site is my router control panel. I restarted the router and modem to no avail. I think it&#8217;s rebelling or something, since I haven&#8217;t let it rest for quite a little while.]]></description> <content:encoded><![CDATA[<p>My internet&#8217;s really slow today for some reason. Gmail&#8217;s slow. Google&#8217;s slow. Digg.com&#8217;s slow. The only fast site is my router control panel.</p><p>I restarted the router and modem to no avail. I think it&#8217;s rebelling or something, since I haven&#8217;t let it rest for quite a little while.</p> ]]></content:encoded> <wfw:commentRss>http://i.justrealized.com/2008/05/22/my-internet-crawls/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> </channel> </rss>
<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using apc
Page Caching using apc (user agent is rejected)
Database Caching 8/39 queries in 0.024 seconds using apc
Content Delivery Network via Amazon Web Services: S3: justrealized.s3.amazonaws.com

Served from: i.justrealized.com @ 2010-07-29 18:49:25 -->