<?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>ThansCorner &#187; Web Design</title>
	<atom:link href="http://www.thanscorner.info/archives/category/web-design/feed" rel="self" type="application/rss+xml" />
	<link>http://www.thanscorner.info</link>
	<description>Tech. Philosophy. Politics. Everything else.</description>
	<lastBuildDate>Thu, 10 Jun 2010 23:10:45 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Twitter OAuth for PHP</title>
		<link>http://www.thanscorner.info/archives/2009/twitter-oauth-for-php</link>
		<comments>http://www.thanscorner.info/archives/2009/twitter-oauth-for-php#comments</comments>
		<pubDate>Fri, 10 Jul 2009 18:11:40 +0000</pubDate>
		<dc:creator>Nathaniel Meierpolys</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[Web Design]]></category>

		<guid isPermaLink="false">http://thanscorner.info/?p=256</guid>
		<description><![CDATA[For anyone writing a PHP Twitter App to interact with the Twitter API, TwitterOAuth is an incredibly helpful piece of open source code.  It handles the secure authentication through OAuth, and then includes function calls for using that authenticated status to carry out any desired GET or POST exchange with the Twitter API.
The project is [...]]]></description>
			<content:encoded><![CDATA[<p>For anyone writing a PHP Twitter App to interact with the Twitter API, TwitterOAuth is an incredibly helpful piece of open source code.  It handles the secure authentication through OAuth, and then includes function calls for using that authenticated status to carry out any desired GET or POST exchange with the Twitter API.</p>
<p>The project is located at: <a href="http://twitter.abrah.am/">http://twitter.abrah.am/</a></p>
<p>The author is pretty careful to remind readers that the library is still in beta, incomplete and likely to change.  Nevertheless, his documentation, comments, and live examples make this library a must use.</p>

<span class="slashdigglicious">
<a href="http://slashdot.org/bookmark.pl?url=http%3A%2F%2Fwww.thanscorner.info%2Farchives%2F2009%2Ftwitter-oauth-for-php&amp;title=Twitter+OAuth+for+PHP" title="Slashdot It!" style="padding-right:4px;"><img src="http://slashdot.org/favicon.ico" height="16" width="16" alt="[Slashdot]" /></a>
<a href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fwww.thanscorner.info%2Farchives%2F2009%2Ftwitter-oauth-for-php&amp;title=Twitter+OAuth+for+PHP" title="Digg This Story" style="padding-right:4px;"><img src="http://digg.com/favicon.ico" width="16" height="16" alt="[Digg]" /></a>
<a href="http://reddit.com/submit?url=http%3A%2F%2Fwww.thanscorner.info%2Farchives%2F2009%2Ftwitter-oauth-for-php&amp;title=Twitter+OAuth+for+PHP" title="Reddit" style="padding-right:4px;"><img src="http://reddit.com/favicon.ico" width="16" height="16"" alt="[Reddit]" /></a>
<a href="http://del.icio.us/post?url=http%3A%2F%2Fwww.thanscorner.info%2Farchives%2F2009%2Ftwitter-oauth-for-php&amp;title=Twitter+OAuth+for+PHP" title="Save to del.icio.us" onclick="window.open('http://del.icio.us/post?v=4&amp;noui&amp;jump=close&amp;url=http%3A%2F%2Fwww.thanscorner.info%2Farchives%2F2009%2Ftwitter-oauth-for-php&amp;title=Twitter+OAuth+for+PHP', 'delicious', 'toolbar=no,width=700,height=400'); return false;" style="padding-right:4px;"><img src="http://images.del.icio.us/static/img/delicious.small.gif" width="16" height="16" alt="[del.icio.us]" /></a>
<a href="http://www.facebook.com/share.php?u=http%3A%2F%2Fwww.thanscorner.info%2Farchives%2F2009%2Ftwitter-oauth-for-php" title="Share on Facebook" style="padding-right:4px;"><img src="http://www.facebook.com/favicon.ico" width="16" height="16" alt="[Facebook]" /></a>
<a href="http://technorati.com/faves?add=http%3A%2F%2Fwww.thanscorner.info%2Farchives%2F2009%2Ftwitter-oauth-for-php" title="Add to my Technorati Favorites" style="padding-right:4px;"><img src="http://technorati.com/favicon.ico" width="16" height="16" alt="[Technorati]" /></a>
<a href="http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http%3A%2F%2Fwww.thanscorner.info%2Farchives%2F2009%2Ftwitter-oauth-for-php&amp;title=Twitter+OAuth+for+PHP" title="Save to Google Bookmarks" style="padding-right:4px;"><img src="http://www.google.com/favicon.ico" width="16" height="16" alt="[Google]" /></a>
<a href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fwww.thanscorner.info%2Farchives%2F2009%2Ftwitter-oauth-for-php&amp;title=Twitter+OAuth+for+PHP" title="Stumble it!" style="padding-right:4px;"><img src="http://www.stumbleupon.com/favicon.ico" width="16" height="16" alt="[StumbleUpon]" /></a>
</span>]]></content:encoded>
			<wfw:commentRss>http://www.thanscorner.info/archives/2009/twitter-oauth-for-php/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Power Chrome: Keyboard Shortcuts and Omnibar Info Commands</title>
		<link>http://www.thanscorner.info/archives/2009/power-chrome-keyboard-shortcuts-and-omnibar-info-commands</link>
		<comments>http://www.thanscorner.info/archives/2009/power-chrome-keyboard-shortcuts-and-omnibar-info-commands#comments</comments>
		<pubDate>Thu, 28 May 2009 21:27:37 +0000</pubDate>
		<dc:creator>Nathaniel Meierpolys</dc:creator>
				<category><![CDATA[Google]]></category>
		<category><![CDATA[Web Design]]></category>

		<guid isPermaLink="false">http://thanscorner.info/?p=209</guid>
		<description><![CDATA[In addition to the extensions described in the previous post, Chrome includes functionality for a few helpful keyboard shortcuts and diagnostic/status information about browser operations.
Keyboard Shortcuts: Many of these are well known but they are all incredibly helpful

CTRL-F6 or ALT-d: 

Select the URL in the address bar


CTRL-SHIFT-N:  

New incognito window


SHIFT-ESC:  

Open Chrome Task Manager


CTRL-SHIFT-T:  

Open recently [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://thanscorner.info/wp-content/uploads/2009/05/omnibar.png"><img class="alignright size-large wp-image-269" title="omnibar" src="http://thanscorner.info/wp-content/uploads/2009/05/omnibar-1024x227.png" alt="omnibar" width="585" height="125" /></a>In addition to the extensions described in the previous post, Chrome includes functionality for a few helpful keyboard shortcuts and diagnostic/status information about browser operations.</p>
<p><strong>Keyboard Shortcuts: </strong>Many of these are well known but they are all incredibly helpful</p>
<ul>
<li>CTRL-F6 or ALT-d: 
<ul>
<li>Select the URL in the address bar</li>
</ul>
</li>
<li>CTRL-SHIFT-N:  
<ul>
<li>New incognito window</li>
</ul>
</li>
<li>SHIFT-ESC:  
<ul>
<li>Open Chrome Task Manager</li>
</ul>
</li>
<li>CTRL-SHIFT-T:  
<ul>
<li>Open recently closed browser tab</li>
</ul>
</li>
<li>CTRL-Click on a link: 
<ul>
<li>Open this page in a new background tab</li>
</ul>
</li>
<li>CTRL-SHIFT-Click on a link: 
<ul>
<li>Open this page in a new tab and switch to this tab</li>
</ul>
</li>
<li>CTRL-TAB: 
<ul>
<li>Switch to the next tab</li>
</ul>
</li>
<li>CTRL-SHIFT-TAB: 
<ul>
<li>Switch to the previous tab</li>
</ul>
</li>
<li>CTRL-#: 
<ul>
<li>Switch to this tab</li>
</ul>
</li>
</ul>
<p>(Full listing available at: <a href="http://www.google.com/support/chrome/bin/answer.py?answer=95743&amp;cbid=q6wibwkovs0b&amp;src=cb&amp;lev=index" target="_blank">Explore Google Chrome Features</a>)</p>
<p><strong>Omnibar commands:</strong></p>
<p><strong> </strong></p>
<p><strong> </strong></p>
<p><strong> </strong></p>
<p><strong> </strong></p>
<p><span style="font-weight: normal;">The Omnibar is Chrome&#8217;s address bar and search bar rolled into one thing.  Typing a URL goes to that site, typing a search query looks up results in Google Search.</span></p>
<p><span style="font-weight: normal;">In addition to those operations, Chrome allows access to some valuable information about the browser&#8217;s inner workings.</span></p>
<ul>
<li><em>? &lt;search-query&gt;</em>
<ul>
<li>search the item &lt;search-query&gt; in Google</li>
</ul>
</li>
<li><em>type a web address then hit TAB+&lt;search-query&gt;</em>
<ul>
<li><em> </em>allows searching of the query on that url&#8217;s domain</li>
</ul>
</li>
<li><em>about:memory</em>
<ul>
<li>chrome process memory usage</li>
</ul>
</li>
<li><em>about:stats</em>
<ul>
<li>load times for Chrome, Javascript</li>
</ul>
</li>
<li><em>about:network</em>
<ul>
<li>behind-the-scenes network info</li>
</ul>
</li>
<li><em>about:dns</em>
<ul>
<li>dns info, time, stats</li>
</ul>
</li>
<li><em>about:version</em>
<ul>
<li>version, user-agent, etc.</li>
</ul>
</li>
<li><em>about:plugins </em>
<ul>
<li> installed plugins</li>
</ul>
</li>
<li><em>about:cache</em>
<ul>
<li>cached content</li>
</ul>
</li>
<li><em>view-cache:[URL]</em>
<ul>
<li>specific content cache info (e.g. <em>view-cache:http://www.thanscorner.info</em>)</li>
</ul>
</li>
<li><em>view-source:[URL] </em>
<ul>
<li>source of content (e.g. <em>view-source:http://www.thanscorner.info</em>)</li>
</ul>
</li>
<li><em>about:crash</em>
<ul>
<li>crash the tab (just for fun!)</li>
</ul>
</li>
</ul>

<span class="slashdigglicious">
<a href="http://slashdot.org/bookmark.pl?url=http%3A%2F%2Fwww.thanscorner.info%2Farchives%2F2009%2Fpower-chrome-keyboard-shortcuts-and-omnibar-info-commands&amp;title=Power+Chrome%3A+Keyboard+Shortcuts+and+Omnibar+Info+Commands" title="Slashdot It!" style="padding-right:4px;"><img src="http://slashdot.org/favicon.ico" height="16" width="16" alt="[Slashdot]" /></a>
<a href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fwww.thanscorner.info%2Farchives%2F2009%2Fpower-chrome-keyboard-shortcuts-and-omnibar-info-commands&amp;title=Power+Chrome%3A+Keyboard+Shortcuts+and+Omnibar+Info+Commands" title="Digg This Story" style="padding-right:4px;"><img src="http://digg.com/favicon.ico" width="16" height="16" alt="[Digg]" /></a>
<a href="http://reddit.com/submit?url=http%3A%2F%2Fwww.thanscorner.info%2Farchives%2F2009%2Fpower-chrome-keyboard-shortcuts-and-omnibar-info-commands&amp;title=Power+Chrome%3A+Keyboard+Shortcuts+and+Omnibar+Info+Commands" title="Reddit" style="padding-right:4px;"><img src="http://reddit.com/favicon.ico" width="16" height="16"" alt="[Reddit]" /></a>
<a href="http://del.icio.us/post?url=http%3A%2F%2Fwww.thanscorner.info%2Farchives%2F2009%2Fpower-chrome-keyboard-shortcuts-and-omnibar-info-commands&amp;title=Power+Chrome%3A+Keyboard+Shortcuts+and+Omnibar+Info+Commands" title="Save to del.icio.us" onclick="window.open('http://del.icio.us/post?v=4&amp;noui&amp;jump=close&amp;url=http%3A%2F%2Fwww.thanscorner.info%2Farchives%2F2009%2Fpower-chrome-keyboard-shortcuts-and-omnibar-info-commands&amp;title=Power+Chrome%3A+Keyboard+Shortcuts+and+Omnibar+Info+Commands', 'delicious', 'toolbar=no,width=700,height=400'); return false;" style="padding-right:4px;"><img src="http://images.del.icio.us/static/img/delicious.small.gif" width="16" height="16" alt="[del.icio.us]" /></a>
<a href="http://www.facebook.com/share.php?u=http%3A%2F%2Fwww.thanscorner.info%2Farchives%2F2009%2Fpower-chrome-keyboard-shortcuts-and-omnibar-info-commands" title="Share on Facebook" style="padding-right:4px;"><img src="http://www.facebook.com/favicon.ico" width="16" height="16" alt="[Facebook]" /></a>
<a href="http://technorati.com/faves?add=http%3A%2F%2Fwww.thanscorner.info%2Farchives%2F2009%2Fpower-chrome-keyboard-shortcuts-and-omnibar-info-commands" title="Add to my Technorati Favorites" style="padding-right:4px;"><img src="http://technorati.com/favicon.ico" width="16" height="16" alt="[Technorati]" /></a>
<a href="http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http%3A%2F%2Fwww.thanscorner.info%2Farchives%2F2009%2Fpower-chrome-keyboard-shortcuts-and-omnibar-info-commands&amp;title=Power+Chrome%3A+Keyboard+Shortcuts+and+Omnibar+Info+Commands" title="Save to Google Bookmarks" style="padding-right:4px;"><img src="http://www.google.com/favicon.ico" width="16" height="16" alt="[Google]" /></a>
<a href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fwww.thanscorner.info%2Farchives%2F2009%2Fpower-chrome-keyboard-shortcuts-and-omnibar-info-commands&amp;title=Power+Chrome%3A+Keyboard+Shortcuts+and+Omnibar+Info+Commands" title="Stumble it!" style="padding-right:4px;"><img src="http://www.stumbleupon.com/favicon.ico" width="16" height="16" alt="[StumbleUpon]" /></a>
</span>]]></content:encoded>
			<wfw:commentRss>http://www.thanscorner.info/archives/2009/power-chrome-keyboard-shortcuts-and-omnibar-info-commands/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Power Chrome: Chrome Extensions</title>
		<link>http://www.thanscorner.info/archives/2009/power-chrome-chrome-extensions</link>
		<comments>http://www.thanscorner.info/archives/2009/power-chrome-chrome-extensions#comments</comments>
		<pubDate>Thu, 28 May 2009 20:58:56 +0000</pubDate>
		<dc:creator>Nathaniel Meierpolys</dc:creator>
				<category><![CDATA[Google]]></category>
		<category><![CDATA[Web Design]]></category>

		<guid isPermaLink="false">http://thanscorner.info/?p=207</guid>
		<description><![CDATA[This is the first in a series of several posts outlining ways to take advantage of lesser-known Chrome features.
To try out the most recent development version of Chrome, you will need to make a few easy changes to your installation.

(img src: popandpolitics.com)
Instructions:

download the Chrome channel switcher here
after installing and running the program, select the &#8216;Dev&#8217; [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://thanscorner.info/wp-content/uploads/2009/05/chrometop.jpg"><img class="alignright size-medium wp-image-228" title="chrometop" src="http://thanscorner.info/wp-content/uploads/2009/05/chrometop-300x174.jpg" alt="chrometop" width="300" height="174" /></a>This is the first in a series of several posts outlining ways to take advantage of lesser-known Chrome features.</p>
<p>To try out the most recent development version of Chrome, you will need to make a few easy changes to your installation.</p>
<p><br class="spacer_" /></p>
<p>(img src: <a href="http://www.popandpolitics.com/wp-content/uploads/2008/09/chrometop.jpg">popandpolitics.com</a>)</p>
<p><strong>Instructions:</strong></p>
<ol>
<li>download the Chrome channel switcher <a href="http://chromium.googlecode.com/files/chromechannel-2.0.exe">here</a></li>
<li><a href="http://chromium.googlecode.com/files/chromechannel-2.0.exe"></a>after installing and running the program, select the &#8216;Dev&#8217; channel</li>
<li>to enable plugins, right-click your chrome shortcut and select properties. </li>
<li>in the &#8216;Target:&#8217;  field, add  &#8217;&#8211;enable-extensions&#8217;  to your path.  (e.g. &#8216;&#8221;&lt;chrome-path&gt;&#8221; &#8211;enable-extensions&#8217;)</li>
</ol>
<p>This developer channel might be a bit buggy but it gives you the chance to try out the newest Chrome release.  A few notable features at the writing of this post:</p>
<ul>
<li>ability to edit starting page thumbnails</li>
<li>support for extensions (.crx files)</li>
<li>support for video tag</li>
</ul>
<p>Info about current releases on each channel can be found on the updates blog for versions: <a href="http://googlechromereleases.blogspot.com/search/label/Stable%20updates" target="_blank">stable</a>, <a href="http://googlechromereleases.blogspot.com/search/label/Beta%20updates" target="_blank">beta</a>, and <a style="text-decoration: none;" href="http://googlechromereleases.blogspot.com/search/label/Dev%20updates" target="_parent">dev</a></p>
<p><strong>Available Chrome extensions include</strong><strong>:</strong></p>
<ul>
<li>AdSweep strip ads from web pages (<a href="http://www.adsweep.org/AdSweep.crx" target="_blank">link</a>).  
<ul>
<li>Provided by <a href="http://www.adsweep.org/">Adsweep.org</a></li>
</ul>
</li>
<li>Googlepedia (<a href="http://www.chromeplugins.org/wp-content/plugins/download-monitor/download.php?id=6" target="_blank">link</a>).  
<ul>
<li>Provided by <a href="http://www.chromeplugins.org/plugins/googlepedia-extension-for-chrome-get-wikipedia-articles-along-search-results/" target="_blank">Chrome Plugins: Googlepedia extension for Chrome &#8211; Get Wikipedia articles along search results</a></li>
</ul>
</li>
<li>RSS Feed Subscribe (<a href="http://dev.chromium.org/developers/design-documents/extensions/samples/subscribe.crx?attredirects=0" target="_blank">link</a>) 
<ul>
<li>via <a href="http://dev.chromium.org/developers/design-documents/extensions/samples" target="_blank">Chromium Developer Documentation</a></li>
</ul>
</li>
<li>GMail Inbox + New Message Count (<a href="http://dev.chromium.org/developers/design-documents/extensions/samples/gmail.crx?attredirects=0" target="_blank">link</a>) 
<ul>
<li>via <a href="http://dev.chromium.org/developers/design-documents/extensions/samples" target="_blank">Chromium Developer Documentation</a></li>
</ul>
</li>
</ul>
<p><strong>Additional flags for adding functionality</strong>: (turn them on just as you did &#8211;enable-extensions)</p>
<ul>
<li><em>-omnibox-popup-count=10</em>
<ul>
<li>specify the number of suggestions Chrome gives when typing in the omnibar</li>
</ul>
</li>
<li><em>-remote-shell-port=10</em>
<ul>
<li>change the port for remote shell</li>
</ul>
</li>
<li>-<em>-single-process</em>
<ul>
<li>run all chrome tabs within a single process (more info about Chrome processes: <a href="http://blog.marcchung.com/2008/09/05/chromes-process-model-explained.html">Chrome&#8217;s Process Model Explained</a>)</li>
</ul>
</li>
<li><em>&#8211;process-per-site</em>
<ul>
<li>run a separate chrome process for each site (2 google tabs will be within the same process)</li>
</ul>
</li>
<li><em>&#8211;process-per-tab</em>
<ul>
<li>run a separate chrome process for each tab</li>
</ul>
</li>
<li><em>&#8211;enable-extension</em>s  
<ul>
<li>turn on support for extensions (.crx)</li>
</ul>
</li>
<li><em>&#8211;proxy-server=PROXYSERVER:PORT</em>
<ul>
<li>specify a proxy server</li>
</ul>
</li>
<li><em>&#8211;enable-user-scripts</em>
<ul>
<li>turn on support for user scripts</li>
</ul>
</li>
<li><em>&#8211;enable-user-scripts &#8211;user-data-dir=&#8221;path\to\your\profile&#8221;</em>
<ul>
<li>specify the directory for user data</li>
</ul>
</li>
<li><em>&#8211;enable-logging</em>
<ul>
<li>turn on logging for developer use</li>
</ul>
</li>
<li><em>&#8211;enable-greasemonkey</em>
<ul>
<li>enable greasemonkey (place scripts from Userscripts.org in the C:\scripts\ directory)</li>
</ul>
</li>
<li><em>&#8211;auto-spell-correct</em>
<ul>
<li>enables fixing of little spelling issues automatically</li>
</ul>
</li>
</ul>

<span class="slashdigglicious">
<a href="http://slashdot.org/bookmark.pl?url=http%3A%2F%2Fwww.thanscorner.info%2Farchives%2F2009%2Fpower-chrome-chrome-extensions&amp;title=Power+Chrome%3A+Chrome+Extensions" title="Slashdot It!" style="padding-right:4px;"><img src="http://slashdot.org/favicon.ico" height="16" width="16" alt="[Slashdot]" /></a>
<a href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fwww.thanscorner.info%2Farchives%2F2009%2Fpower-chrome-chrome-extensions&amp;title=Power+Chrome%3A+Chrome+Extensions" title="Digg This Story" style="padding-right:4px;"><img src="http://digg.com/favicon.ico" width="16" height="16" alt="[Digg]" /></a>
<a href="http://reddit.com/submit?url=http%3A%2F%2Fwww.thanscorner.info%2Farchives%2F2009%2Fpower-chrome-chrome-extensions&amp;title=Power+Chrome%3A+Chrome+Extensions" title="Reddit" style="padding-right:4px;"><img src="http://reddit.com/favicon.ico" width="16" height="16"" alt="[Reddit]" /></a>
<a href="http://del.icio.us/post?url=http%3A%2F%2Fwww.thanscorner.info%2Farchives%2F2009%2Fpower-chrome-chrome-extensions&amp;title=Power+Chrome%3A+Chrome+Extensions" title="Save to del.icio.us" onclick="window.open('http://del.icio.us/post?v=4&amp;noui&amp;jump=close&amp;url=http%3A%2F%2Fwww.thanscorner.info%2Farchives%2F2009%2Fpower-chrome-chrome-extensions&amp;title=Power+Chrome%3A+Chrome+Extensions', 'delicious', 'toolbar=no,width=700,height=400'); return false;" style="padding-right:4px;"><img src="http://images.del.icio.us/static/img/delicious.small.gif" width="16" height="16" alt="[del.icio.us]" /></a>
<a href="http://www.facebook.com/share.php?u=http%3A%2F%2Fwww.thanscorner.info%2Farchives%2F2009%2Fpower-chrome-chrome-extensions" title="Share on Facebook" style="padding-right:4px;"><img src="http://www.facebook.com/favicon.ico" width="16" height="16" alt="[Facebook]" /></a>
<a href="http://technorati.com/faves?add=http%3A%2F%2Fwww.thanscorner.info%2Farchives%2F2009%2Fpower-chrome-chrome-extensions" title="Add to my Technorati Favorites" style="padding-right:4px;"><img src="http://technorati.com/favicon.ico" width="16" height="16" alt="[Technorati]" /></a>
<a href="http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http%3A%2F%2Fwww.thanscorner.info%2Farchives%2F2009%2Fpower-chrome-chrome-extensions&amp;title=Power+Chrome%3A+Chrome+Extensions" title="Save to Google Bookmarks" style="padding-right:4px;"><img src="http://www.google.com/favicon.ico" width="16" height="16" alt="[Google]" /></a>
<a href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fwww.thanscorner.info%2Farchives%2F2009%2Fpower-chrome-chrome-extensions&amp;title=Power+Chrome%3A+Chrome+Extensions" title="Stumble it!" style="padding-right:4px;"><img src="http://www.stumbleupon.com/favicon.ico" width="16" height="16" alt="[StumbleUpon]" /></a>
</span>]]></content:encoded>
			<wfw:commentRss>http://www.thanscorner.info/archives/2009/power-chrome-chrome-extensions/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Typing Upside-down</title>
		<link>http://www.thanscorner.info/archives/2009/typing-upside-down</link>
		<comments>http://www.thanscorner.info/archives/2009/typing-upside-down#comments</comments>
		<pubDate>Wed, 25 Feb 2009 03:21:41 +0000</pubDate>
		<dc:creator>Nathaniel Meierpolys</dc:creator>
				<category><![CDATA[Web Design]]></category>
		<category><![CDATA[Websites]]></category>

		<guid isPermaLink="false">http://thanscorner.info/?p=198</guid>
		<description><![CDATA[¡ʎɐqǝ uo pɹɐoqʎǝʞ ɐ ʎnq ı ǝɯıʇ ƃuı&#8230;ɟ ʇsɐן ǝɥʇ sı sıɥʇ
It&#8217;s stupid but cute.  In the extended alphabet sets of, there is a vast selection of letters.  Among these are those that can be used to model normal english characters upside-down.  This site has a script for converting text and a key of each [...]]]></description>
			<content:encoded><![CDATA[<p style="padding-left: 30px;">¡ʎɐqǝ uo pɹɐoqʎǝʞ ɐ ʎnq ı ǝɯıʇ ƃuı&#8230;ɟ ʇsɐן ǝɥʇ sı sıɥʇ</p>
<p>It&#8217;s stupid but cute.  In the extended alphabet sets of, there is a vast selection of letters.  Among these are those that can be used to model normal english characters upside-down.  <a href="http://www.sevenwires.com/play/UpsideDownLetters.html">This site</a> has a script for converting text and a key of each character&#8217;s representation.</p>
<p><a href="http://www.sevenwires.com/play/UpsideDownLetters.html">How to type upside down text and letters in HTML</a></p>
<p><br class="spacer_" /></p>

<span class="slashdigglicious">
<a href="http://slashdot.org/bookmark.pl?url=http%3A%2F%2Fwww.thanscorner.info%2Farchives%2F2009%2Ftyping-upside-down&amp;title=Typing+Upside-down" title="Slashdot It!" style="padding-right:4px;"><img src="http://slashdot.org/favicon.ico" height="16" width="16" alt="[Slashdot]" /></a>
<a href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fwww.thanscorner.info%2Farchives%2F2009%2Ftyping-upside-down&amp;title=Typing+Upside-down" title="Digg This Story" style="padding-right:4px;"><img src="http://digg.com/favicon.ico" width="16" height="16" alt="[Digg]" /></a>
<a href="http://reddit.com/submit?url=http%3A%2F%2Fwww.thanscorner.info%2Farchives%2F2009%2Ftyping-upside-down&amp;title=Typing+Upside-down" title="Reddit" style="padding-right:4px;"><img src="http://reddit.com/favicon.ico" width="16" height="16"" alt="[Reddit]" /></a>
<a href="http://del.icio.us/post?url=http%3A%2F%2Fwww.thanscorner.info%2Farchives%2F2009%2Ftyping-upside-down&amp;title=Typing+Upside-down" title="Save to del.icio.us" onclick="window.open('http://del.icio.us/post?v=4&amp;noui&amp;jump=close&amp;url=http%3A%2F%2Fwww.thanscorner.info%2Farchives%2F2009%2Ftyping-upside-down&amp;title=Typing+Upside-down', 'delicious', 'toolbar=no,width=700,height=400'); return false;" style="padding-right:4px;"><img src="http://images.del.icio.us/static/img/delicious.small.gif" width="16" height="16" alt="[del.icio.us]" /></a>
<a href="http://www.facebook.com/share.php?u=http%3A%2F%2Fwww.thanscorner.info%2Farchives%2F2009%2Ftyping-upside-down" title="Share on Facebook" style="padding-right:4px;"><img src="http://www.facebook.com/favicon.ico" width="16" height="16" alt="[Facebook]" /></a>
<a href="http://technorati.com/faves?add=http%3A%2F%2Fwww.thanscorner.info%2Farchives%2F2009%2Ftyping-upside-down" title="Add to my Technorati Favorites" style="padding-right:4px;"><img src="http://technorati.com/favicon.ico" width="16" height="16" alt="[Technorati]" /></a>
<a href="http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http%3A%2F%2Fwww.thanscorner.info%2Farchives%2F2009%2Ftyping-upside-down&amp;title=Typing+Upside-down" title="Save to Google Bookmarks" style="padding-right:4px;"><img src="http://www.google.com/favicon.ico" width="16" height="16" alt="[Google]" /></a>
<a href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fwww.thanscorner.info%2Farchives%2F2009%2Ftyping-upside-down&amp;title=Typing+Upside-down" title="Stumble it!" style="padding-right:4px;"><img src="http://www.stumbleupon.com/favicon.ico" width="16" height="16" alt="[StumbleUpon]" /></a>
</span>]]></content:encoded>
			<wfw:commentRss>http://www.thanscorner.info/archives/2009/typing-upside-down/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Bungee Connect &#8211; Platform as a Service</title>
		<link>http://www.thanscorner.info/archives/2008/bungee-connect-platform-as-a-service</link>
		<comments>http://www.thanscorner.info/archives/2008/bungee-connect-platform-as-a-service#comments</comments>
		<pubDate>Mon, 21 Jul 2008 00:14:56 +0000</pubDate>
		<dc:creator>Nathaniel Meierpolys</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Web Design]]></category>
		<category><![CDATA[Websites]]></category>

		<guid isPermaLink="false">http://thanscorner.info/archives/2008/bungee-connect-platform-as-a-service</guid>
		<description><![CDATA[

&#160;
The age of Web 2.0 has been dominating more clearly with every successfully integrated web app out there.  Facebook apps dominate hours of time in the lives of people from all walks of life.  The iPhone&#8217;s webapp integration is familiar to way more people than it should be, and high-speed internet has steadily [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.bungeeconnect.com/img/mainNav_logo.png" height="34" width="199" />
</p>
<p>&nbsp;</p>
<p>The age of Web 2.0 has been dominating more clearly with every successfully integrated web app out there.  Facebook apps dominate hours of time in the lives of people from all walks of life.  The iPhone&#8217;s webapp integration is familiar to way more people than it should be, and high-speed internet has steadily grown in accessibility allowing more and more powerful web projects that are more application than web site.</p>
<p><a href="http://www.bungeeconnect.com">Bungee Connect</a> aims to provide a powerful portal to the design of highly integrated and exciting applications on the web.  Now, I&#8217;ve just recently started an internship with the company Bungee Lab so I&#8217;m somewhat biased.  That bias comes, however, in the form only of one who has had the opportunity to really see what this is all about.</p>
<p>The builder requires no downloaded software, relying on a browser-based interface.  Developers can build AJAX-driven applications without the complicated and unpleasant detail management of the low-level message-passing involved.</p>
<p>In my opinion, however, the biggest feature offered by this development environment is its focus on integration with existing web services.  Bungee Connect provides interfaces for handling the low-level communication between a Bungee app and other information sources on the web.  This allows developers to automate the integrate of information like Google Calendar events, local weather details, RSS feeds or Facebook friend details without sorting through the nasty details of coding these connections by hand.</p>
<p>This is an entirely new way of approaching web design that opens doors to powerful applications.  The novelty comes with a relatively steep learning curve, but the Bungee Connect team is committed to helping developers overcome difficulties along the way.  Anyone is welcome to register and try out the service and I highly recommend taking advantage of this opportunity.  The internet is an exciting place to be these days.</p>
<p><a href="http://www.bungeeconnect.com">Bungee Connect</a></p>

<span class="slashdigglicious">
<a href="http://slashdot.org/bookmark.pl?url=http%3A%2F%2Fwww.thanscorner.info%2Farchives%2F2008%2Fbungee-connect-platform-as-a-service&amp;title=Bungee+Connect+%26%238211%3B+Platform+as+a+Service" title="Slashdot It!" style="padding-right:4px;"><img src="http://slashdot.org/favicon.ico" height="16" width="16" alt="[Slashdot]" /></a>
<a href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fwww.thanscorner.info%2Farchives%2F2008%2Fbungee-connect-platform-as-a-service&amp;title=Bungee+Connect+%26%238211%3B+Platform+as+a+Service" title="Digg This Story" style="padding-right:4px;"><img src="http://digg.com/favicon.ico" width="16" height="16" alt="[Digg]" /></a>
<a href="http://reddit.com/submit?url=http%3A%2F%2Fwww.thanscorner.info%2Farchives%2F2008%2Fbungee-connect-platform-as-a-service&amp;title=Bungee+Connect+%26%238211%3B+Platform+as+a+Service" title="Reddit" style="padding-right:4px;"><img src="http://reddit.com/favicon.ico" width="16" height="16"" alt="[Reddit]" /></a>
<a href="http://del.icio.us/post?url=http%3A%2F%2Fwww.thanscorner.info%2Farchives%2F2008%2Fbungee-connect-platform-as-a-service&amp;title=Bungee+Connect+%26%238211%3B+Platform+as+a+Service" title="Save to del.icio.us" onclick="window.open('http://del.icio.us/post?v=4&amp;noui&amp;jump=close&amp;url=http%3A%2F%2Fwww.thanscorner.info%2Farchives%2F2008%2Fbungee-connect-platform-as-a-service&amp;title=Bungee+Connect+%26%238211%3B+Platform+as+a+Service', 'delicious', 'toolbar=no,width=700,height=400'); return false;" style="padding-right:4px;"><img src="http://images.del.icio.us/static/img/delicious.small.gif" width="16" height="16" alt="[del.icio.us]" /></a>
<a href="http://www.facebook.com/share.php?u=http%3A%2F%2Fwww.thanscorner.info%2Farchives%2F2008%2Fbungee-connect-platform-as-a-service" title="Share on Facebook" style="padding-right:4px;"><img src="http://www.facebook.com/favicon.ico" width="16" height="16" alt="[Facebook]" /></a>
<a href="http://technorati.com/faves?add=http%3A%2F%2Fwww.thanscorner.info%2Farchives%2F2008%2Fbungee-connect-platform-as-a-service" title="Add to my Technorati Favorites" style="padding-right:4px;"><img src="http://technorati.com/favicon.ico" width="16" height="16" alt="[Technorati]" /></a>
<a href="http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http%3A%2F%2Fwww.thanscorner.info%2Farchives%2F2008%2Fbungee-connect-platform-as-a-service&amp;title=Bungee+Connect+%26%238211%3B+Platform+as+a+Service" title="Save to Google Bookmarks" style="padding-right:4px;"><img src="http://www.google.com/favicon.ico" width="16" height="16" alt="[Google]" /></a>
<a href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fwww.thanscorner.info%2Farchives%2F2008%2Fbungee-connect-platform-as-a-service&amp;title=Bungee+Connect+%26%238211%3B+Platform+as+a+Service" title="Stumble it!" style="padding-right:4px;"><img src="http://www.stumbleupon.com/favicon.ico" width="16" height="16" alt="[StumbleUpon]" /></a>
</span>]]></content:encoded>
			<wfw:commentRss>http://www.thanscorner.info/archives/2008/bungee-connect-platform-as-a-service/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>IEs4Linux &#8211; Internet Explorer for Linux</title>
		<link>http://www.thanscorner.info/archives/2008/ie4linux-internet-explorer-for-linux</link>
		<comments>http://www.thanscorner.info/archives/2008/ie4linux-internet-explorer-for-linux#comments</comments>
		<pubDate>Fri, 13 Jun 2008 18:02:38 +0000</pubDate>
		<dc:creator>Nathaniel Meierpolys</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[Web Design]]></category>

		<guid isPermaLink="false">http://thanscorner.info/archives/2008/ie4linux-internet-explorer-for-linux</guid>
		<description><![CDATA[IEs4Linux Main Site
Why would you want to run IE when you don&#8217;t have to?  Some websites require particular browsers and web developers need to test for browser compatibility.   This link is for you.
IEs4Linux simplifies the process of installing several versions of Internet Explorer for linux distributions using Wine.  Download and run the script and [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.tatanka.com.br/ies4linux/page/Main_Page">IEs4Linux Main Site</a></p>
<p>Why would you want to run IE when you don&#8217;t have to?  Some websites require particular browsers and web developers need to test for browser compatibility.   This link is for you.</p>
<p>IEs4Linux simplifies the process of installing several versions of Internet Explorer for linux distributions using Wine.  Download and run the script and it takes care of all the details</p>

<span class="slashdigglicious">
<a href="http://slashdot.org/bookmark.pl?url=http%3A%2F%2Fwww.thanscorner.info%2Farchives%2F2008%2Fie4linux-internet-explorer-for-linux&amp;title=IEs4Linux+%26%238211%3B+Internet+Explorer+for+Linux" title="Slashdot It!" style="padding-right:4px;"><img src="http://slashdot.org/favicon.ico" height="16" width="16" alt="[Slashdot]" /></a>
<a href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fwww.thanscorner.info%2Farchives%2F2008%2Fie4linux-internet-explorer-for-linux&amp;title=IEs4Linux+%26%238211%3B+Internet+Explorer+for+Linux" title="Digg This Story" style="padding-right:4px;"><img src="http://digg.com/favicon.ico" width="16" height="16" alt="[Digg]" /></a>
<a href="http://reddit.com/submit?url=http%3A%2F%2Fwww.thanscorner.info%2Farchives%2F2008%2Fie4linux-internet-explorer-for-linux&amp;title=IEs4Linux+%26%238211%3B+Internet+Explorer+for+Linux" title="Reddit" style="padding-right:4px;"><img src="http://reddit.com/favicon.ico" width="16" height="16"" alt="[Reddit]" /></a>
<a href="http://del.icio.us/post?url=http%3A%2F%2Fwww.thanscorner.info%2Farchives%2F2008%2Fie4linux-internet-explorer-for-linux&amp;title=IEs4Linux+%26%238211%3B+Internet+Explorer+for+Linux" title="Save to del.icio.us" onclick="window.open('http://del.icio.us/post?v=4&amp;noui&amp;jump=close&amp;url=http%3A%2F%2Fwww.thanscorner.info%2Farchives%2F2008%2Fie4linux-internet-explorer-for-linux&amp;title=IEs4Linux+%26%238211%3B+Internet+Explorer+for+Linux', 'delicious', 'toolbar=no,width=700,height=400'); return false;" style="padding-right:4px;"><img src="http://images.del.icio.us/static/img/delicious.small.gif" width="16" height="16" alt="[del.icio.us]" /></a>
<a href="http://www.facebook.com/share.php?u=http%3A%2F%2Fwww.thanscorner.info%2Farchives%2F2008%2Fie4linux-internet-explorer-for-linux" title="Share on Facebook" style="padding-right:4px;"><img src="http://www.facebook.com/favicon.ico" width="16" height="16" alt="[Facebook]" /></a>
<a href="http://technorati.com/faves?add=http%3A%2F%2Fwww.thanscorner.info%2Farchives%2F2008%2Fie4linux-internet-explorer-for-linux" title="Add to my Technorati Favorites" style="padding-right:4px;"><img src="http://technorati.com/favicon.ico" width="16" height="16" alt="[Technorati]" /></a>
<a href="http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http%3A%2F%2Fwww.thanscorner.info%2Farchives%2F2008%2Fie4linux-internet-explorer-for-linux&amp;title=IEs4Linux+%26%238211%3B+Internet+Explorer+for+Linux" title="Save to Google Bookmarks" style="padding-right:4px;"><img src="http://www.google.com/favicon.ico" width="16" height="16" alt="[Google]" /></a>
<a href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fwww.thanscorner.info%2Farchives%2F2008%2Fie4linux-internet-explorer-for-linux&amp;title=IEs4Linux+%26%238211%3B+Internet+Explorer+for+Linux" title="Stumble it!" style="padding-right:4px;"><img src="http://www.stumbleupon.com/favicon.ico" width="16" height="16" alt="[StumbleUpon]" /></a>
</span>]]></content:encoded>
			<wfw:commentRss>http://www.thanscorner.info/archives/2008/ie4linux-internet-explorer-for-linux/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Mozilla Prism: Webrunner with A Little Extra Juice</title>
		<link>http://www.thanscorner.info/archives/2007/mozilla-prism-webrunner-with-a-little-extra-juice</link>
		<comments>http://www.thanscorner.info/archives/2007/mozilla-prism-webrunner-with-a-little-extra-juice#comments</comments>
		<pubDate>Sun, 30 Dec 2007 05:48:18 +0000</pubDate>
		<dc:creator>Nathaniel Meierpolys</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[Web Design]]></category>
		<category><![CDATA[Websites]]></category>

		<guid isPermaLink="false">http://thanscorner.info/archives/2007/mozilla-prism-webrunner-with-a-little-extra-juice</guid>
		<description><![CDATA[Well I&#8217;m a bit slow on this one, but I finally noticed that mozilla labs has been working on the project previously known as Webrunner.  For those who don&#8217;t know, Webrunner was a &#8216;browser&#8217; of sorts that allows a web application (gmail, google reader, meebo, etc.) to be run as if it were a [...]]]></description>
			<content:encoded><![CDATA[<p>Well I&#8217;m a bit slow on this one, but I finally noticed that mozilla labs has been working on the project previously known as Webrunner.  For those who don&#8217;t know, Webrunner was a &#8216;browser&#8217; of sorts that allows a web application (gmail, google reader, meebo, etc.) to be run as if it were a desktop application. More here (Read: <a href="http://thanscorner.info/archives/2007/mozilla-webrunner-07">Mozilla WebRunner 0.7</a>).</p>
<p>Prism makes strides to simplify the process of harnessing this web application -&gt; desktop application capability.  Once installed, opening Prism prompts for a web url and options to create Desktop, Quick Launch, or Start Menu icons.  This new version also gives the users options allowing them to display a location bar, status messages, and navigation keys, should they so desire.<br />
<a href="http://labs.mozilla.com/2007/10/prism/"><br />
Mozilla Labs: Prism</a></p>
<p><img src="http://people.mozilla.com/%7Efaaborg/files/prism/announcement/prism08500.png" style="margin: 10px 10px 0pt 0pt; float: left" title="Prism Startup" align="bottom" height="400" width="500" /></p>

<span class="slashdigglicious">
<a href="http://slashdot.org/bookmark.pl?url=http%3A%2F%2Fwww.thanscorner.info%2Farchives%2F2007%2Fmozilla-prism-webrunner-with-a-little-extra-juice&amp;title=Mozilla+Prism%3A+Webrunner+with+A+Little+Extra+Juice" title="Slashdot It!" style="padding-right:4px;"><img src="http://slashdot.org/favicon.ico" height="16" width="16" alt="[Slashdot]" /></a>
<a href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fwww.thanscorner.info%2Farchives%2F2007%2Fmozilla-prism-webrunner-with-a-little-extra-juice&amp;title=Mozilla+Prism%3A+Webrunner+with+A+Little+Extra+Juice" title="Digg This Story" style="padding-right:4px;"><img src="http://digg.com/favicon.ico" width="16" height="16" alt="[Digg]" /></a>
<a href="http://reddit.com/submit?url=http%3A%2F%2Fwww.thanscorner.info%2Farchives%2F2007%2Fmozilla-prism-webrunner-with-a-little-extra-juice&amp;title=Mozilla+Prism%3A+Webrunner+with+A+Little+Extra+Juice" title="Reddit" style="padding-right:4px;"><img src="http://reddit.com/favicon.ico" width="16" height="16"" alt="[Reddit]" /></a>
<a href="http://del.icio.us/post?url=http%3A%2F%2Fwww.thanscorner.info%2Farchives%2F2007%2Fmozilla-prism-webrunner-with-a-little-extra-juice&amp;title=Mozilla+Prism%3A+Webrunner+with+A+Little+Extra+Juice" title="Save to del.icio.us" onclick="window.open('http://del.icio.us/post?v=4&amp;noui&amp;jump=close&amp;url=http%3A%2F%2Fwww.thanscorner.info%2Farchives%2F2007%2Fmozilla-prism-webrunner-with-a-little-extra-juice&amp;title=Mozilla+Prism%3A+Webrunner+with+A+Little+Extra+Juice', 'delicious', 'toolbar=no,width=700,height=400'); return false;" style="padding-right:4px;"><img src="http://images.del.icio.us/static/img/delicious.small.gif" width="16" height="16" alt="[del.icio.us]" /></a>
<a href="http://www.facebook.com/share.php?u=http%3A%2F%2Fwww.thanscorner.info%2Farchives%2F2007%2Fmozilla-prism-webrunner-with-a-little-extra-juice" title="Share on Facebook" style="padding-right:4px;"><img src="http://www.facebook.com/favicon.ico" width="16" height="16" alt="[Facebook]" /></a>
<a href="http://technorati.com/faves?add=http%3A%2F%2Fwww.thanscorner.info%2Farchives%2F2007%2Fmozilla-prism-webrunner-with-a-little-extra-juice" title="Add to my Technorati Favorites" style="padding-right:4px;"><img src="http://technorati.com/favicon.ico" width="16" height="16" alt="[Technorati]" /></a>
<a href="http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http%3A%2F%2Fwww.thanscorner.info%2Farchives%2F2007%2Fmozilla-prism-webrunner-with-a-little-extra-juice&amp;title=Mozilla+Prism%3A+Webrunner+with+A+Little+Extra+Juice" title="Save to Google Bookmarks" style="padding-right:4px;"><img src="http://www.google.com/favicon.ico" width="16" height="16" alt="[Google]" /></a>
<a href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fwww.thanscorner.info%2Farchives%2F2007%2Fmozilla-prism-webrunner-with-a-little-extra-juice&amp;title=Mozilla+Prism%3A+Webrunner+with+A+Little+Extra+Juice" title="Stumble it!" style="padding-right:4px;"><img src="http://www.stumbleupon.com/favicon.ico" width="16" height="16" alt="[StumbleUpon]" /></a>
</span>]]></content:encoded>
			<wfw:commentRss>http://www.thanscorner.info/archives/2007/mozilla-prism-webrunner-with-a-little-extra-juice/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Command Line Hack for Maxed Out  Remote Desktop Connections</title>
		<link>http://www.thanscorner.info/archives/2007/command-line-hack-for-maxed-out-remote-desktop-connections</link>
		<comments>http://www.thanscorner.info/archives/2007/command-line-hack-for-maxed-out-remote-desktop-connections#comments</comments>
		<pubDate>Fri, 14 Dec 2007 23:17:59 +0000</pubDate>
		<dc:creator>Nathaniel Meierpolys</dc:creator>
				<category><![CDATA[Systems Administration]]></category>
		<category><![CDATA[Web Design]]></category>

		<guid isPermaLink="false">http://thanscorner.info/archives/2007/command-line-hack-for-maxed-out-remote-desktop-connections</guid>
		<description><![CDATA[&#8220;The terminal server has exceeded the maximum number of allowed connections&#8221;
If you&#8217;ve got an unreliable internet connection, it&#8217;s possible to build up remote desktop connections that don&#8217;t time out when they should, putting you in a rough position.  If you have access to another server machine, you can use the following commands to view and [...]]]></description>
			<content:encoded><![CDATA[<p><em>&#8220;The terminal server has exceeded the maximum number of allowed connections&#8221;</em></p>
<p>If you&#8217;ve got an unreliable internet connection, it&#8217;s possible to build up remote desktop connections that don&#8217;t time out when they should, putting you in a rough position.  If you have access to another server machine, you can use the following commands to view and reset active connections.</p>
<blockquote><p>&gt; query session /server:servername</p>
<p>&gt; reset session [ID] /server:servername</p>
</blockquote>
<p>More information at: <a href="http://www.howtogeek.com/howto/windows/command-line-hack-for-terminal-server-has-exceeded-the-maximum-number-of-allowed-connections/">Command Line Hack for: &#8220;Terminal Server Has Exceeded the Maximum Number of Allowed Connections&#8221;</a></p>
<p><br class="spacer_" /></p>
<p><strong>Update: </strong>In the syntax &#8216;/server:servername&#8217;  The &#8217;server&#8217; is explicitly the text &#8217;server&#8217;.  For instance, if my server is at 192.168.1.104, the command would be: </p>
<p style="padding-left: 30px;">&gt; query session /server:192.168.1.104</p>
<p style="padding-left: 30px;">&gt; reset session 2 /server:192.168.1.104</p>

<span class="slashdigglicious">
<a href="http://slashdot.org/bookmark.pl?url=http%3A%2F%2Fwww.thanscorner.info%2Farchives%2F2007%2Fcommand-line-hack-for-maxed-out-remote-desktop-connections&amp;title=Command+Line+Hack+for+Maxed+Out++Remote+Desktop+Connections" title="Slashdot It!" style="padding-right:4px;"><img src="http://slashdot.org/favicon.ico" height="16" width="16" alt="[Slashdot]" /></a>
<a href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fwww.thanscorner.info%2Farchives%2F2007%2Fcommand-line-hack-for-maxed-out-remote-desktop-connections&amp;title=Command+Line+Hack+for+Maxed+Out++Remote+Desktop+Connections" title="Digg This Story" style="padding-right:4px;"><img src="http://digg.com/favicon.ico" width="16" height="16" alt="[Digg]" /></a>
<a href="http://reddit.com/submit?url=http%3A%2F%2Fwww.thanscorner.info%2Farchives%2F2007%2Fcommand-line-hack-for-maxed-out-remote-desktop-connections&amp;title=Command+Line+Hack+for+Maxed+Out++Remote+Desktop+Connections" title="Reddit" style="padding-right:4px;"><img src="http://reddit.com/favicon.ico" width="16" height="16"" alt="[Reddit]" /></a>
<a href="http://del.icio.us/post?url=http%3A%2F%2Fwww.thanscorner.info%2Farchives%2F2007%2Fcommand-line-hack-for-maxed-out-remote-desktop-connections&amp;title=Command+Line+Hack+for+Maxed+Out++Remote+Desktop+Connections" title="Save to del.icio.us" onclick="window.open('http://del.icio.us/post?v=4&amp;noui&amp;jump=close&amp;url=http%3A%2F%2Fwww.thanscorner.info%2Farchives%2F2007%2Fcommand-line-hack-for-maxed-out-remote-desktop-connections&amp;title=Command+Line+Hack+for+Maxed+Out++Remote+Desktop+Connections', 'delicious', 'toolbar=no,width=700,height=400'); return false;" style="padding-right:4px;"><img src="http://images.del.icio.us/static/img/delicious.small.gif" width="16" height="16" alt="[del.icio.us]" /></a>
<a href="http://www.facebook.com/share.php?u=http%3A%2F%2Fwww.thanscorner.info%2Farchives%2F2007%2Fcommand-line-hack-for-maxed-out-remote-desktop-connections" title="Share on Facebook" style="padding-right:4px;"><img src="http://www.facebook.com/favicon.ico" width="16" height="16" alt="[Facebook]" /></a>
<a href="http://technorati.com/faves?add=http%3A%2F%2Fwww.thanscorner.info%2Farchives%2F2007%2Fcommand-line-hack-for-maxed-out-remote-desktop-connections" title="Add to my Technorati Favorites" style="padding-right:4px;"><img src="http://technorati.com/favicon.ico" width="16" height="16" alt="[Technorati]" /></a>
<a href="http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http%3A%2F%2Fwww.thanscorner.info%2Farchives%2F2007%2Fcommand-line-hack-for-maxed-out-remote-desktop-connections&amp;title=Command+Line+Hack+for+Maxed+Out++Remote+Desktop+Connections" title="Save to Google Bookmarks" style="padding-right:4px;"><img src="http://www.google.com/favicon.ico" width="16" height="16" alt="[Google]" /></a>
<a href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fwww.thanscorner.info%2Farchives%2F2007%2Fcommand-line-hack-for-maxed-out-remote-desktop-connections&amp;title=Command+Line+Hack+for+Maxed+Out++Remote+Desktop+Connections" title="Stumble it!" style="padding-right:4px;"><img src="http://www.stumbleupon.com/favicon.ico" width="16" height="16" alt="[StumbleUpon]" /></a>
</span>]]></content:encoded>
			<wfw:commentRss>http://www.thanscorner.info/archives/2007/command-line-hack-for-maxed-out-remote-desktop-connections/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>A Brief Word to Bloggers and Social Networking Participants Everywhere&#8230;Part 2</title>
		<link>http://www.thanscorner.info/archives/2007/a-brief-word-to-bloggers-and-social-networking-participants-everywherepart-2</link>
		<comments>http://www.thanscorner.info/archives/2007/a-brief-word-to-bloggers-and-social-networking-participants-everywherepart-2#comments</comments>
		<pubDate>Mon, 26 Nov 2007 04:50:15 +0000</pubDate>
		<dc:creator>Nathaniel Meierpolys</dc:creator>
				<category><![CDATA[Web Design]]></category>
		<category><![CDATA[Websites]]></category>

		<guid isPermaLink="false">http://thanscorner.info/archives/2007/a-brief-word-to-bloggers-and-social-networking-participants-everywherepart-2</guid>
		<description><![CDATA[Here are a few rules that would go a long way to clean things up:

Ask yourself: If I ran across this post without knowing the author, would I care?
Is this adding value to the wealth of information or the organization of the web?
No personal, isolated stories included simply for the sake of telling
Did some thought [...]]]></description>
			<content:encoded><![CDATA[<p>Here are a few rules that would go a long way to clean things up:</p>
<ol>
<li>Ask yourself: If I ran across this post without knowing the author, would I care?</li>
<li>Is this adding value to the wealth of information or the organization of the web?</li>
<li>No personal, isolated stories included simply for the sake of telling</li>
<li>Did some thought and effort go into the composition and actual text of this entry?</li>
<li>Are any scientific or concrete claims/statistics cited?  You may have a great point, but if it&#8217;s based on stats that, for all I know, you arbitrarily dreamed up yourself, I don&#8217;t care.</li>
<li>Make connections between your article and other related or available info online.  Nothing exists in isolation and every story benefits from some context.  Even quote related material from other sources.</li>
<li>Copying someone else&#8217;s work, however, without a citation is not okay.  Period.</li>
<li>Avoid personal isolated stories or anecdotes about personal life.</li>
<li>When commenting on the contributions of someone else, do so in a constructive manner.  Far too often do we experience a battle of words between conflicting voices, which does nothing for the readership but polarize and interrupt valuable discussion.</li>
<li>Finally, seek out stories from less popular sources.  There is so much interesting stuff out there that gets lost in the shuffle.  These things deserve a little extra publicity and will break up the monotony of alternating links to Lifehacker and Engadget.</li>
</ol>
<p>Consider each of your contributions not as a soapbox from which to rant about trivial things in your own life, or selfish goals, but rather a <span style="font-style: italic">contribution </span>for the benefit of others around you.  Try not to pollute this thing we all depend on and love so much.</p>

<span class="slashdigglicious">
<a href="http://slashdot.org/bookmark.pl?url=http%3A%2F%2Fwww.thanscorner.info%2Farchives%2F2007%2Fa-brief-word-to-bloggers-and-social-networking-participants-everywherepart-2&amp;title=A+Brief+Word+to+Bloggers+and+Social+Networking+Participants+Everywhere%26%238230%3BPart+2" title="Slashdot It!" style="padding-right:4px;"><img src="http://slashdot.org/favicon.ico" height="16" width="16" alt="[Slashdot]" /></a>
<a href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fwww.thanscorner.info%2Farchives%2F2007%2Fa-brief-word-to-bloggers-and-social-networking-participants-everywherepart-2&amp;title=A+Brief+Word+to+Bloggers+and+Social+Networking+Participants+Everywhere%26%238230%3BPart+2" title="Digg This Story" style="padding-right:4px;"><img src="http://digg.com/favicon.ico" width="16" height="16" alt="[Digg]" /></a>
<a href="http://reddit.com/submit?url=http%3A%2F%2Fwww.thanscorner.info%2Farchives%2F2007%2Fa-brief-word-to-bloggers-and-social-networking-participants-everywherepart-2&amp;title=A+Brief+Word+to+Bloggers+and+Social+Networking+Participants+Everywhere%26%238230%3BPart+2" title="Reddit" style="padding-right:4px;"><img src="http://reddit.com/favicon.ico" width="16" height="16"" alt="[Reddit]" /></a>
<a href="http://del.icio.us/post?url=http%3A%2F%2Fwww.thanscorner.info%2Farchives%2F2007%2Fa-brief-word-to-bloggers-and-social-networking-participants-everywherepart-2&amp;title=A+Brief+Word+to+Bloggers+and+Social+Networking+Participants+Everywhere%26%238230%3BPart+2" title="Save to del.icio.us" onclick="window.open('http://del.icio.us/post?v=4&amp;noui&amp;jump=close&amp;url=http%3A%2F%2Fwww.thanscorner.info%2Farchives%2F2007%2Fa-brief-word-to-bloggers-and-social-networking-participants-everywherepart-2&amp;title=A+Brief+Word+to+Bloggers+and+Social+Networking+Participants+Everywhere%26%238230%3BPart+2', 'delicious', 'toolbar=no,width=700,height=400'); return false;" style="padding-right:4px;"><img src="http://images.del.icio.us/static/img/delicious.small.gif" width="16" height="16" alt="[del.icio.us]" /></a>
<a href="http://www.facebook.com/share.php?u=http%3A%2F%2Fwww.thanscorner.info%2Farchives%2F2007%2Fa-brief-word-to-bloggers-and-social-networking-participants-everywherepart-2" title="Share on Facebook" style="padding-right:4px;"><img src="http://www.facebook.com/favicon.ico" width="16" height="16" alt="[Facebook]" /></a>
<a href="http://technorati.com/faves?add=http%3A%2F%2Fwww.thanscorner.info%2Farchives%2F2007%2Fa-brief-word-to-bloggers-and-social-networking-participants-everywherepart-2" title="Add to my Technorati Favorites" style="padding-right:4px;"><img src="http://technorati.com/favicon.ico" width="16" height="16" alt="[Technorati]" /></a>
<a href="http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http%3A%2F%2Fwww.thanscorner.info%2Farchives%2F2007%2Fa-brief-word-to-bloggers-and-social-networking-participants-everywherepart-2&amp;title=A+Brief+Word+to+Bloggers+and+Social+Networking+Participants+Everywhere%26%238230%3BPart+2" title="Save to Google Bookmarks" style="padding-right:4px;"><img src="http://www.google.com/favicon.ico" width="16" height="16" alt="[Google]" /></a>
<a href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fwww.thanscorner.info%2Farchives%2F2007%2Fa-brief-word-to-bloggers-and-social-networking-participants-everywherepart-2&amp;title=A+Brief+Word+to+Bloggers+and+Social+Networking+Participants+Everywhere%26%238230%3BPart+2" title="Stumble it!" style="padding-right:4px;"><img src="http://www.stumbleupon.com/favicon.ico" width="16" height="16" alt="[StumbleUpon]" /></a>
</span>]]></content:encoded>
			<wfw:commentRss>http://www.thanscorner.info/archives/2007/a-brief-word-to-bloggers-and-social-networking-participants-everywherepart-2/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>A Brief Word to Bloggers and Social Networking Participants Everywhere&#8230; Part 1</title>
		<link>http://www.thanscorner.info/archives/2007/a-brief-word-to-bloggers-and-social-networking-participants-everywhere-part-1</link>
		<comments>http://www.thanscorner.info/archives/2007/a-brief-word-to-bloggers-and-social-networking-participants-everywhere-part-1#comments</comments>
		<pubDate>Thu, 22 Nov 2007 03:55:32 +0000</pubDate>
		<dc:creator>Nathaniel Meierpolys</dc:creator>
				<category><![CDATA[Web Design]]></category>
		<category><![CDATA[Websites]]></category>

		<guid isPermaLink="false">http://thanscorner.info/archives/2007/a-brief-word-to-bloggers-and-social-networking-participants-everywhere-part-1</guid>
		<description><![CDATA[There are a few classes of web pages on the web:

 Those from which I can glean some value from, as an anonymous visitor, and
Those about which I couldn&#8217;t really care less, essentially consisting of a glorified journal             entry by someone, somewhere, who [...]]]></description>
			<content:encoded><![CDATA[<p>There are a few classes of web pages on the web:</p>
<ol>
<li> Those from which I can glean some value from, as an anonymous visitor, and</li>
<li>Those about which I couldn&#8217;t really care less, essentially consisting of a glorified journal             entry by someone, somewhere, who assumes the rest of us care.</li>
</ol>
<p>The web is the &#8220;wild, wild west&#8221; of information; a haven for free speech and expression as an open medium for the exploration and sharing of ideas and knowledge&#8230;</p>
<p>&#8230;But come on people.  Those billions of &#8220;articles&#8221; from <strong>category 2</strong> are hurting the greater good and dragging us all down into the shady realm of shoddy writing.</p>
<p>If you want a centralized place for friends to catch up on your recent activities, that&#8217;s fine.  Just don&#8217;t publish to directories, and remove yourself from google.  Believe it or not, most of us don&#8217;t actually care about your fender-bender this afternoon or the lousy guy you just spent the evening with.</p>
<p>We need an internet filter designed to cut through the crap and intercept the masses of junk floating around on the web before it can distract us from what we&#8217;re actually seeking.</p>
<p>The team working on the <a href="http://stupidfilter.org/main/">StupidFilter</a> have a good start on this problem in the context of comments:</p>
<blockquote><p><cite>&#8230;an open-source filter software that can detect rampant stupidity in</cite><br />
<cite> written English. This will be accomplished with weighted Bayesian or</cite><br />
<cite> similar analysis and some rules-based processing, similar to spam</cite><br />
<cite> detection engines.</cite></p></blockquote>
<p>Drop a note in the comments with any ideas on how to clean this all up.</p>

<span class="slashdigglicious">
<a href="http://slashdot.org/bookmark.pl?url=http%3A%2F%2Fwww.thanscorner.info%2Farchives%2F2007%2Fa-brief-word-to-bloggers-and-social-networking-participants-everywhere-part-1&amp;title=A+Brief+Word+to+Bloggers+and+Social+Networking+Participants+Everywhere%26%238230%3B+Part+1" title="Slashdot It!" style="padding-right:4px;"><img src="http://slashdot.org/favicon.ico" height="16" width="16" alt="[Slashdot]" /></a>
<a href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fwww.thanscorner.info%2Farchives%2F2007%2Fa-brief-word-to-bloggers-and-social-networking-participants-everywhere-part-1&amp;title=A+Brief+Word+to+Bloggers+and+Social+Networking+Participants+Everywhere%26%238230%3B+Part+1" title="Digg This Story" style="padding-right:4px;"><img src="http://digg.com/favicon.ico" width="16" height="16" alt="[Digg]" /></a>
<a href="http://reddit.com/submit?url=http%3A%2F%2Fwww.thanscorner.info%2Farchives%2F2007%2Fa-brief-word-to-bloggers-and-social-networking-participants-everywhere-part-1&amp;title=A+Brief+Word+to+Bloggers+and+Social+Networking+Participants+Everywhere%26%238230%3B+Part+1" title="Reddit" style="padding-right:4px;"><img src="http://reddit.com/favicon.ico" width="16" height="16"" alt="[Reddit]" /></a>
<a href="http://del.icio.us/post?url=http%3A%2F%2Fwww.thanscorner.info%2Farchives%2F2007%2Fa-brief-word-to-bloggers-and-social-networking-participants-everywhere-part-1&amp;title=A+Brief+Word+to+Bloggers+and+Social+Networking+Participants+Everywhere%26%238230%3B+Part+1" title="Save to del.icio.us" onclick="window.open('http://del.icio.us/post?v=4&amp;noui&amp;jump=close&amp;url=http%3A%2F%2Fwww.thanscorner.info%2Farchives%2F2007%2Fa-brief-word-to-bloggers-and-social-networking-participants-everywhere-part-1&amp;title=A+Brief+Word+to+Bloggers+and+Social+Networking+Participants+Everywhere%26%238230%3B+Part+1', 'delicious', 'toolbar=no,width=700,height=400'); return false;" style="padding-right:4px;"><img src="http://images.del.icio.us/static/img/delicious.small.gif" width="16" height="16" alt="[del.icio.us]" /></a>
<a href="http://www.facebook.com/share.php?u=http%3A%2F%2Fwww.thanscorner.info%2Farchives%2F2007%2Fa-brief-word-to-bloggers-and-social-networking-participants-everywhere-part-1" title="Share on Facebook" style="padding-right:4px;"><img src="http://www.facebook.com/favicon.ico" width="16" height="16" alt="[Facebook]" /></a>
<a href="http://technorati.com/faves?add=http%3A%2F%2Fwww.thanscorner.info%2Farchives%2F2007%2Fa-brief-word-to-bloggers-and-social-networking-participants-everywhere-part-1" title="Add to my Technorati Favorites" style="padding-right:4px;"><img src="http://technorati.com/favicon.ico" width="16" height="16" alt="[Technorati]" /></a>
<a href="http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http%3A%2F%2Fwww.thanscorner.info%2Farchives%2F2007%2Fa-brief-word-to-bloggers-and-social-networking-participants-everywhere-part-1&amp;title=A+Brief+Word+to+Bloggers+and+Social+Networking+Participants+Everywhere%26%238230%3B+Part+1" title="Save to Google Bookmarks" style="padding-right:4px;"><img src="http://www.google.com/favicon.ico" width="16" height="16" alt="[Google]" /></a>
<a href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fwww.thanscorner.info%2Farchives%2F2007%2Fa-brief-word-to-bloggers-and-social-networking-participants-everywhere-part-1&amp;title=A+Brief+Word+to+Bloggers+and+Social+Networking+Participants+Everywhere%26%238230%3B+Part+1" title="Stumble it!" style="padding-right:4px;"><img src="http://www.stumbleupon.com/favicon.ico" width="16" height="16" alt="[StumbleUpon]" /></a>
</span>]]></content:encoded>
			<wfw:commentRss>http://www.thanscorner.info/archives/2007/a-brief-word-to-bloggers-and-social-networking-participants-everywhere-part-1/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>GoDaddy Applications</title>
		<link>http://www.thanscorner.info/archives/2007/godaddy-applications</link>
		<comments>http://www.thanscorner.info/archives/2007/godaddy-applications#comments</comments>
		<pubDate>Fri, 19 Oct 2007 17:33:10 +0000</pubDate>
		<dc:creator>Nathaniel Meierpolys</dc:creator>
				<category><![CDATA[Web Design]]></category>

		<guid isPermaLink="false">http://thanscorner.info/archives/2007/godaddy-applications</guid>
		<description><![CDATA[I&#8217;ve been hosting this website on GoDaddy for five months now and I&#8217;ve been incredibly happy with the experience.  Server uptime has been reliable, the administrative interface is very smooth and easy to user, and at $4.95/month, the price is right.
Something I hadn&#8217;t realized until this morning, though, is the suite of applications they offer.  [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve been hosting this website on <a href="http://www.godaddy.com" title="GoDaddy">GoDaddy</a> for five months now and I&#8217;ve been incredibly happy with the experience.  Server uptime has been reliable, the administrative interface is very smooth and easy to user, and at $4.95/month, the price is right.</p>
<p>Something I hadn&#8217;t realized until this morning, though, is the suite of applications they offer.  Open Source apps and frameworks such as Wordpress, Moodle, Drupal, Joomla and a collection of content management systems, wikis and eComerce solutions are all available from GoDaddy with every hosting account.</p>
<p>Once logged on to your account, one need only enter a few bits of information such as admin account login/password, and the location within the domain where each app should reside.  GoDaddy takes care of the rest and lets you know when the process is complete.  Now, of course each of these apps is something you could install and configure yourself with some work.  But where else are you going to find a system that gets a WordPress blog or Moodle server set up correctly and running in a sweet 5 minutes.</p>
<p>GoDaddy provides an all-around great web hosting resource for everyone, from basic users making family websites, to advanced users responsible for large servers and powerful applications.</p>

<span class="slashdigglicious">
<a href="http://slashdot.org/bookmark.pl?url=http%3A%2F%2Fwww.thanscorner.info%2Farchives%2F2007%2Fgodaddy-applications&amp;title=GoDaddy+Applications" title="Slashdot It!" style="padding-right:4px;"><img src="http://slashdot.org/favicon.ico" height="16" width="16" alt="[Slashdot]" /></a>
<a href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fwww.thanscorner.info%2Farchives%2F2007%2Fgodaddy-applications&amp;title=GoDaddy+Applications" title="Digg This Story" style="padding-right:4px;"><img src="http://digg.com/favicon.ico" width="16" height="16" alt="[Digg]" /></a>
<a href="http://reddit.com/submit?url=http%3A%2F%2Fwww.thanscorner.info%2Farchives%2F2007%2Fgodaddy-applications&amp;title=GoDaddy+Applications" title="Reddit" style="padding-right:4px;"><img src="http://reddit.com/favicon.ico" width="16" height="16"" alt="[Reddit]" /></a>
<a href="http://del.icio.us/post?url=http%3A%2F%2Fwww.thanscorner.info%2Farchives%2F2007%2Fgodaddy-applications&amp;title=GoDaddy+Applications" title="Save to del.icio.us" onclick="window.open('http://del.icio.us/post?v=4&amp;noui&amp;jump=close&amp;url=http%3A%2F%2Fwww.thanscorner.info%2Farchives%2F2007%2Fgodaddy-applications&amp;title=GoDaddy+Applications', 'delicious', 'toolbar=no,width=700,height=400'); return false;" style="padding-right:4px;"><img src="http://images.del.icio.us/static/img/delicious.small.gif" width="16" height="16" alt="[del.icio.us]" /></a>
<a href="http://www.facebook.com/share.php?u=http%3A%2F%2Fwww.thanscorner.info%2Farchives%2F2007%2Fgodaddy-applications" title="Share on Facebook" style="padding-right:4px;"><img src="http://www.facebook.com/favicon.ico" width="16" height="16" alt="[Facebook]" /></a>
<a href="http://technorati.com/faves?add=http%3A%2F%2Fwww.thanscorner.info%2Farchives%2F2007%2Fgodaddy-applications" title="Add to my Technorati Favorites" style="padding-right:4px;"><img src="http://technorati.com/favicon.ico" width="16" height="16" alt="[Technorati]" /></a>
<a href="http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http%3A%2F%2Fwww.thanscorner.info%2Farchives%2F2007%2Fgodaddy-applications&amp;title=GoDaddy+Applications" title="Save to Google Bookmarks" style="padding-right:4px;"><img src="http://www.google.com/favicon.ico" width="16" height="16" alt="[Google]" /></a>
<a href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fwww.thanscorner.info%2Farchives%2F2007%2Fgodaddy-applications&amp;title=GoDaddy+Applications" title="Stumble it!" style="padding-right:4px;"><img src="http://www.stumbleupon.com/favicon.ico" width="16" height="16" alt="[StumbleUpon]" /></a>
</span>]]></content:encoded>
			<wfw:commentRss>http://www.thanscorner.info/archives/2007/godaddy-applications/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>A Few Web Development Tips to Secure Your Web App</title>
		<link>http://www.thanscorner.info/archives/2007/a-few-web-development-tips-to-secure-your-webapp</link>
		<comments>http://www.thanscorner.info/archives/2007/a-few-web-development-tips-to-secure-your-webapp#comments</comments>
		<pubDate>Tue, 16 Oct 2007 05:06:38 +0000</pubDate>
		<dc:creator>Nathaniel Meierpolys</dc:creator>
				<category><![CDATA[Security]]></category>
		<category><![CDATA[Web Design]]></category>

		<guid isPermaLink="false">http://thanscorner.info/archives/2007/a-few-web-development-tips-to-secure-your-webapp</guid>
		<description><![CDATA[This is somewhat old news (the original blog was written November 2006) but it&#8217;s a really good collection of simple things we can all keep in mind to avoid gaping security holes as we develop new web applications.  Included are reminders about the vulnerabilities in browsable directories, plain-text variables, and freely-visable web stats from [...]]]></description>
			<content:encoded><![CDATA[<p>This is somewhat old news (the original blog was written November 2006) but it&#8217;s a really good collection of simple things we can all keep in mind to avoid gaping security holes as we develop new web applications.  Included are reminders about the vulnerabilities in browsable directories, plain-text variables, and freely-visable web stats from tools such as <a href="http://www.mrunix.net/webalizer/" title="Webalizer" target="_blank">Webalizer</a> (noted <a href="http://www.mrunix.net/webalizer/" title="Webalizer Security Vulnerabilities" target="_blank">security vulnerabilities</a>).</p>
<p>A few things I would add to the list include warnings about cross-site scripting vulnerabilities involved in careless variable passing (explanation <a href="http://thanscorner.info/archives/2007/interesting-security-exploits" title="Interesting Security Exploites">here</a>), SQL injection in forms, and predictability in the locations you place important files (system, admin, or install files).  All of these items open doors for malicious outsiders to learn how your system is set up and find ways to exploit it.</p>
<p>You may think you&#8217;re safe from hackers, spam or any sort of malicious activity, but this stuff happens all the time to all sorts of websites.  All it takes is a small hole and a script-kiddie with too much time on his or her hands to turn your hard work into a nightmare.</p>
<p><a href="http://portal.spidynamics.com/blogs/msutton/archive/2006/11/01/Top-10-Signs-You-Have-an-Insecure-Web-App.aspx" title="Top 10 Signs You Have an Insecure Web App">Michael Sutton&#8217;s Blog: Top 10 Signs You Have an Insecure Web App</a></p>

<span class="slashdigglicious">
<a href="http://slashdot.org/bookmark.pl?url=http%3A%2F%2Fwww.thanscorner.info%2Farchives%2F2007%2Fa-few-web-development-tips-to-secure-your-webapp&amp;title=A+Few+Web+Development+Tips+to+Secure+Your+Web+App" title="Slashdot It!" style="padding-right:4px;"><img src="http://slashdot.org/favicon.ico" height="16" width="16" alt="[Slashdot]" /></a>
<a href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fwww.thanscorner.info%2Farchives%2F2007%2Fa-few-web-development-tips-to-secure-your-webapp&amp;title=A+Few+Web+Development+Tips+to+Secure+Your+Web+App" title="Digg This Story" style="padding-right:4px;"><img src="http://digg.com/favicon.ico" width="16" height="16" alt="[Digg]" /></a>
<a href="http://reddit.com/submit?url=http%3A%2F%2Fwww.thanscorner.info%2Farchives%2F2007%2Fa-few-web-development-tips-to-secure-your-webapp&amp;title=A+Few+Web+Development+Tips+to+Secure+Your+Web+App" title="Reddit" style="padding-right:4px;"><img src="http://reddit.com/favicon.ico" width="16" height="16"" alt="[Reddit]" /></a>
<a href="http://del.icio.us/post?url=http%3A%2F%2Fwww.thanscorner.info%2Farchives%2F2007%2Fa-few-web-development-tips-to-secure-your-webapp&amp;title=A+Few+Web+Development+Tips+to+Secure+Your+Web+App" title="Save to del.icio.us" onclick="window.open('http://del.icio.us/post?v=4&amp;noui&amp;jump=close&amp;url=http%3A%2F%2Fwww.thanscorner.info%2Farchives%2F2007%2Fa-few-web-development-tips-to-secure-your-webapp&amp;title=A+Few+Web+Development+Tips+to+Secure+Your+Web+App', 'delicious', 'toolbar=no,width=700,height=400'); return false;" style="padding-right:4px;"><img src="http://images.del.icio.us/static/img/delicious.small.gif" width="16" height="16" alt="[del.icio.us]" /></a>
<a href="http://www.facebook.com/share.php?u=http%3A%2F%2Fwww.thanscorner.info%2Farchives%2F2007%2Fa-few-web-development-tips-to-secure-your-webapp" title="Share on Facebook" style="padding-right:4px;"><img src="http://www.facebook.com/favicon.ico" width="16" height="16" alt="[Facebook]" /></a>
<a href="http://technorati.com/faves?add=http%3A%2F%2Fwww.thanscorner.info%2Farchives%2F2007%2Fa-few-web-development-tips-to-secure-your-webapp" title="Add to my Technorati Favorites" style="padding-right:4px;"><img src="http://technorati.com/favicon.ico" width="16" height="16" alt="[Technorati]" /></a>
<a href="http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http%3A%2F%2Fwww.thanscorner.info%2Farchives%2F2007%2Fa-few-web-development-tips-to-secure-your-webapp&amp;title=A+Few+Web+Development+Tips+to+Secure+Your+Web+App" title="Save to Google Bookmarks" style="padding-right:4px;"><img src="http://www.google.com/favicon.ico" width="16" height="16" alt="[Google]" /></a>
<a href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fwww.thanscorner.info%2Farchives%2F2007%2Fa-few-web-development-tips-to-secure-your-webapp&amp;title=A+Few+Web+Development+Tips+to+Secure+Your+Web+App" title="Stumble it!" style="padding-right:4px;"><img src="http://www.stumbleupon.com/favicon.ico" width="16" height="16" alt="[StumbleUpon]" /></a>
</span>]]></content:encoded>
			<wfw:commentRss>http://www.thanscorner.info/archives/2007/a-few-web-development-tips-to-secure-your-webapp/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ReCAPTCHA Putting Website Users to Work</title>
		<link>http://www.thanscorner.info/archives/2007/recaptcha-putting-website-users-to-work</link>
		<comments>http://www.thanscorner.info/archives/2007/recaptcha-putting-website-users-to-work#comments</comments>
		<pubDate>Mon, 17 Sep 2007 21:33:01 +0000</pubDate>
		<dc:creator>Nathaniel Meierpolys</dc:creator>
				<category><![CDATA[Web Design]]></category>

		<guid isPermaLink="false">http://thanscorner.info/archives/2007/recaptcha-putting-website-users-to-work</guid>
		<description><![CDATA[ReCAPTCHA puts a new spin on the typical &#8216;Completely Automated Public Turing test to tell Computers and Humans Apart&#8217;  (CAPTCHA) 
CAPTCHA describes a technique for restricting website access to spammers or bots by means of an image with scrambled letters that a human user should be able to recognize and authenticate.   ReCAPTCHA [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://recaptcha.net/" target="_blank">ReCAPTCHA</a> puts a new spin on <font size="-1">the typical &#8216;Completely Automated Public Turing test to tell Computers and Humans Apart&#8217;  (CAPTCHA) </font></p>
<p>CAPTCHA describes a technique for restricting website access to spammers or bots by means of an image with scrambled letters that a human user should be able to recognize and authenticate.   ReCAPTCHA combines a solution to this common problem with the ability to help scan and make digitally available the vast wealth of print media information in circulation.</p>
<p>How it works:  Users are shown a background image with two words printed over it.  One of these words is already known and understood by the computer but the other is one that it was unable to recognize when scanned off the page.  The user then types in these words and is granted access if the response was correct.  ReCAPTCHA benefits from providing the service because each time someone verifies him or herself this way, another previously unrecognized word is added to the project&#8217;s version of that text.</p>

<span class="slashdigglicious">
<a href="http://slashdot.org/bookmark.pl?url=http%3A%2F%2Fwww.thanscorner.info%2Farchives%2F2007%2Frecaptcha-putting-website-users-to-work&amp;title=ReCAPTCHA+Putting+Website+Users+to+Work" title="Slashdot It!" style="padding-right:4px;"><img src="http://slashdot.org/favicon.ico" height="16" width="16" alt="[Slashdot]" /></a>
<a href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fwww.thanscorner.info%2Farchives%2F2007%2Frecaptcha-putting-website-users-to-work&amp;title=ReCAPTCHA+Putting+Website+Users+to+Work" title="Digg This Story" style="padding-right:4px;"><img src="http://digg.com/favicon.ico" width="16" height="16" alt="[Digg]" /></a>
<a href="http://reddit.com/submit?url=http%3A%2F%2Fwww.thanscorner.info%2Farchives%2F2007%2Frecaptcha-putting-website-users-to-work&amp;title=ReCAPTCHA+Putting+Website+Users+to+Work" title="Reddit" style="padding-right:4px;"><img src="http://reddit.com/favicon.ico" width="16" height="16"" alt="[Reddit]" /></a>
<a href="http://del.icio.us/post?url=http%3A%2F%2Fwww.thanscorner.info%2Farchives%2F2007%2Frecaptcha-putting-website-users-to-work&amp;title=ReCAPTCHA+Putting+Website+Users+to+Work" title="Save to del.icio.us" onclick="window.open('http://del.icio.us/post?v=4&amp;noui&amp;jump=close&amp;url=http%3A%2F%2Fwww.thanscorner.info%2Farchives%2F2007%2Frecaptcha-putting-website-users-to-work&amp;title=ReCAPTCHA+Putting+Website+Users+to+Work', 'delicious', 'toolbar=no,width=700,height=400'); return false;" style="padding-right:4px;"><img src="http://images.del.icio.us/static/img/delicious.small.gif" width="16" height="16" alt="[del.icio.us]" /></a>
<a href="http://www.facebook.com/share.php?u=http%3A%2F%2Fwww.thanscorner.info%2Farchives%2F2007%2Frecaptcha-putting-website-users-to-work" title="Share on Facebook" style="padding-right:4px;"><img src="http://www.facebook.com/favicon.ico" width="16" height="16" alt="[Facebook]" /></a>
<a href="http://technorati.com/faves?add=http%3A%2F%2Fwww.thanscorner.info%2Farchives%2F2007%2Frecaptcha-putting-website-users-to-work" title="Add to my Technorati Favorites" style="padding-right:4px;"><img src="http://technorati.com/favicon.ico" width="16" height="16" alt="[Technorati]" /></a>
<a href="http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http%3A%2F%2Fwww.thanscorner.info%2Farchives%2F2007%2Frecaptcha-putting-website-users-to-work&amp;title=ReCAPTCHA+Putting+Website+Users+to+Work" title="Save to Google Bookmarks" style="padding-right:4px;"><img src="http://www.google.com/favicon.ico" width="16" height="16" alt="[Google]" /></a>
<a href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fwww.thanscorner.info%2Farchives%2F2007%2Frecaptcha-putting-website-users-to-work&amp;title=ReCAPTCHA+Putting+Website+Users+to+Work" title="Stumble it!" style="padding-right:4px;"><img src="http://www.stumbleupon.com/favicon.ico" width="16" height="16" alt="[StumbleUpon]" /></a>
</span>]]></content:encoded>
			<wfw:commentRss>http://www.thanscorner.info/archives/2007/recaptcha-putting-website-users-to-work/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Interesting Security Exploits</title>
		<link>http://www.thanscorner.info/archives/2007/interesting-security-exploits</link>
		<comments>http://www.thanscorner.info/archives/2007/interesting-security-exploits#comments</comments>
		<pubDate>Fri, 27 Jul 2007 01:30:32 +0000</pubDate>
		<dc:creator>Nathaniel Meierpolys</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[Web Design]]></category>

		<guid isPermaLink="false">http://thanscorner.info/?p=8</guid>
		<description><![CDATA[Talking with my good friend Chris Mueller this afternoon, we stumbled across an article about a cross-site scripting sort of vulnerability that&#8217;s pretty wide-spread on the internet.
The general background is that many many dynamic websites, including probably this one, use forms or variables in the url of the page to communicate information from one page [...]]]></description>
			<content:encoded><![CDATA[<p>Talking with my good friend Chris Mueller this afternoon, we stumbled across an article about a cross-site scripting sort of vulnerability that&#8217;s pretty wide-spread on the internet.</p>
<p>The general background is that many many dynamic websites, including probably this one, use forms or variables in the url of the page to communicate information from one page to the next.  This includes things like login information, page choice, and virtually any link that changes over time.  (mousing over the &#8220;Most Recent Entries&#8221; links at the right gives &#8230;.?entry=entry839402874 and such)</p>
<p>This is hackable because, though my password might be unhackable, once I&#8217;m logged in to the admin or user-privaleged portion of a site, a hacker can send me to a site that essentially gets me to do their work for them.  They do this by adding a  <code><script src="%20http://www.samplepage.com/admin/index.cfm?%20fuse=person&amp;delete=1&amp;person_id=41234"></script></code> tag to a page.  Because the user is already logged in on their site, when this page opens the link within the tags, it allows things to go through, changing database entries, deleting pages, or even adding users with administrative privaleges.</p>
<p>If only the vulnerability stopped there&#8230;.</p>
<p>Unfortunately, it&#8217;s also possible to create a form with default values that automatically submits itself to your password protected page when the hosting page loads.  And, just as the URL-based hack works, this tricks the site into thinking it&#8217;s the authenticated user making the changes and gives a hacker essentially free reign if they know what they&#8217;re doing.</p>
<p>Now, this isn&#8217;t something that will just randomly happen to anyone &#8211; it relies on the hacker deliberately planting these <xms><script></script></xms> or tags on a page and getting a logged in user to visit the page.  Nevertheless, it&#8217;s striking how many seemingly secure sites are open to this type of attack.</p>
<p>What can you do?  SESSION variables cannot be spoofed in the same way as these POST and GET variables can so using them protects you against this kind of issue.  Additionally, there are a variety of frameworks such as xaraya and other tools that generate authentication codes to verify that indeed submitted forms came from a safe location.</p>
<p>It&#8217;s a crazy crazy world out there&#8230;</p>

<span class="slashdigglicious">
<a href="http://slashdot.org/bookmark.pl?url=http%3A%2F%2Fwww.thanscorner.info%2Farchives%2F2007%2Finteresting-security-exploits&amp;title=Interesting+Security+Exploits" title="Slashdot It!" style="padding-right:4px;"><img src="http://slashdot.org/favicon.ico" height="16" width="16" alt="[Slashdot]" /></a>
<a href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fwww.thanscorner.info%2Farchives%2F2007%2Finteresting-security-exploits&amp;title=Interesting+Security+Exploits" title="Digg This Story" style="padding-right:4px;"><img src="http://digg.com/favicon.ico" width="16" height="16" alt="[Digg]" /></a>
<a href="http://reddit.com/submit?url=http%3A%2F%2Fwww.thanscorner.info%2Farchives%2F2007%2Finteresting-security-exploits&amp;title=Interesting+Security+Exploits" title="Reddit" style="padding-right:4px;"><img src="http://reddit.com/favicon.ico" width="16" height="16"" alt="[Reddit]" /></a>
<a href="http://del.icio.us/post?url=http%3A%2F%2Fwww.thanscorner.info%2Farchives%2F2007%2Finteresting-security-exploits&amp;title=Interesting+Security+Exploits" title="Save to del.icio.us" onclick="window.open('http://del.icio.us/post?v=4&amp;noui&amp;jump=close&amp;url=http%3A%2F%2Fwww.thanscorner.info%2Farchives%2F2007%2Finteresting-security-exploits&amp;title=Interesting+Security+Exploits', 'delicious', 'toolbar=no,width=700,height=400'); return false;" style="padding-right:4px;"><img src="http://images.del.icio.us/static/img/delicious.small.gif" width="16" height="16" alt="[del.icio.us]" /></a>
<a href="http://www.facebook.com/share.php?u=http%3A%2F%2Fwww.thanscorner.info%2Farchives%2F2007%2Finteresting-security-exploits" title="Share on Facebook" style="padding-right:4px;"><img src="http://www.facebook.com/favicon.ico" width="16" height="16" alt="[Facebook]" /></a>
<a href="http://technorati.com/faves?add=http%3A%2F%2Fwww.thanscorner.info%2Farchives%2F2007%2Finteresting-security-exploits" title="Add to my Technorati Favorites" style="padding-right:4px;"><img src="http://technorati.com/favicon.ico" width="16" height="16" alt="[Technorati]" /></a>
<a href="http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http%3A%2F%2Fwww.thanscorner.info%2Farchives%2F2007%2Finteresting-security-exploits&amp;title=Interesting+Security+Exploits" title="Save to Google Bookmarks" style="padding-right:4px;"><img src="http://www.google.com/favicon.ico" width="16" height="16" alt="[Google]" /></a>
<a href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fwww.thanscorner.info%2Farchives%2F2007%2Finteresting-security-exploits&amp;title=Interesting+Security+Exploits" title="Stumble it!" style="padding-right:4px;"><img src="http://www.stumbleupon.com/favicon.ico" width="16" height="16" alt="[StumbleUpon]" /></a>
</span>]]></content:encoded>
			<wfw:commentRss>http://www.thanscorner.info/archives/2007/interesting-security-exploits/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SQL Server Migration</title>
		<link>http://www.thanscorner.info/archives/2007/sql-server-migration</link>
		<comments>http://www.thanscorner.info/archives/2007/sql-server-migration#comments</comments>
		<pubDate>Thu, 19 Jul 2007 15:56:43 +0000</pubDate>
		<dc:creator>Nathaniel Meierpolys</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[Web Design]]></category>

		<guid isPermaLink="false">http://thanscorner.info/?p=9</guid>
		<description><![CDATA[
So I just want to say for the record, if you&#8217;re ever moving sql databases, use a migration and synchronization tool.
I tried shutting down the servers and copying data over.  I tried using sql queries to do it.  But no matter how careful you are, something will get corrupted, some constraints or dependencies [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.become.com/pocketchange/MISC_Office_Space_Printer_Killers_lg.jpg" border="0" /></p>
<p>So I just want to say for the record, if you&#8217;re ever moving sql databases, use a migration and synchronization tool.</p>
<p>I tried shutting down the servers and copying data over.  I tried using sql queries to do it.  But no matter how careful you are, something will get corrupted, some constraints or dependencies will get lost.  I used a free time-limited but fully-featured version of Red Gate SQL Professional Tools which made the process incredibly smooth and safe to do.</p>
<p>Oh, the things I wish I&#8217;d known before I began this endeavor.</p>

<span class="slashdigglicious">
<a href="http://slashdot.org/bookmark.pl?url=http%3A%2F%2Fwww.thanscorner.info%2Farchives%2F2007%2Fsql-server-migration&amp;title=SQL+Server+Migration" title="Slashdot It!" style="padding-right:4px;"><img src="http://slashdot.org/favicon.ico" height="16" width="16" alt="[Slashdot]" /></a>
<a href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fwww.thanscorner.info%2Farchives%2F2007%2Fsql-server-migration&amp;title=SQL+Server+Migration" title="Digg This Story" style="padding-right:4px;"><img src="http://digg.com/favicon.ico" width="16" height="16" alt="[Digg]" /></a>
<a href="http://reddit.com/submit?url=http%3A%2F%2Fwww.thanscorner.info%2Farchives%2F2007%2Fsql-server-migration&amp;title=SQL+Server+Migration" title="Reddit" style="padding-right:4px;"><img src="http://reddit.com/favicon.ico" width="16" height="16"" alt="[Reddit]" /></a>
<a href="http://del.icio.us/post?url=http%3A%2F%2Fwww.thanscorner.info%2Farchives%2F2007%2Fsql-server-migration&amp;title=SQL+Server+Migration" title="Save to del.icio.us" onclick="window.open('http://del.icio.us/post?v=4&amp;noui&amp;jump=close&amp;url=http%3A%2F%2Fwww.thanscorner.info%2Farchives%2F2007%2Fsql-server-migration&amp;title=SQL+Server+Migration', 'delicious', 'toolbar=no,width=700,height=400'); return false;" style="padding-right:4px;"><img src="http://images.del.icio.us/static/img/delicious.small.gif" width="16" height="16" alt="[del.icio.us]" /></a>
<a href="http://www.facebook.com/share.php?u=http%3A%2F%2Fwww.thanscorner.info%2Farchives%2F2007%2Fsql-server-migration" title="Share on Facebook" style="padding-right:4px;"><img src="http://www.facebook.com/favicon.ico" width="16" height="16" alt="[Facebook]" /></a>
<a href="http://technorati.com/faves?add=http%3A%2F%2Fwww.thanscorner.info%2Farchives%2F2007%2Fsql-server-migration" title="Add to my Technorati Favorites" style="padding-right:4px;"><img src="http://technorati.com/favicon.ico" width="16" height="16" alt="[Technorati]" /></a>
<a href="http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http%3A%2F%2Fwww.thanscorner.info%2Farchives%2F2007%2Fsql-server-migration&amp;title=SQL+Server+Migration" title="Save to Google Bookmarks" style="padding-right:4px;"><img src="http://www.google.com/favicon.ico" width="16" height="16" alt="[Google]" /></a>
<a href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fwww.thanscorner.info%2Farchives%2F2007%2Fsql-server-migration&amp;title=SQL+Server+Migration" title="Stumble it!" style="padding-right:4px;"><img src="http://www.stumbleupon.com/favicon.ico" width="16" height="16" alt="[StumbleUpon]" /></a>
</span>]]></content:encoded>
			<wfw:commentRss>http://www.thanscorner.info/archives/2007/sql-server-migration/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>AJAX Permissions Error</title>
		<link>http://www.thanscorner.info/archives/2007/ajax-permissions-error</link>
		<comments>http://www.thanscorner.info/archives/2007/ajax-permissions-error#comments</comments>
		<pubDate>Wed, 18 Jul 2007 16:01:14 +0000</pubDate>
		<dc:creator>Nathaniel Meierpolys</dc:creator>
				<category><![CDATA[Web Design]]></category>

		<guid isPermaLink="false">http://thanscorner.info/?p=11</guid>
		<description><![CDATA[So you&#8217;re going along nicely with a small ajax application and you run into this:
Error: uncaught exception: Permission denied to call method XMLHttpRequest.open
AJAX restricts server-side requests to local servers to avoid security issues that would potentially allow javascript to make calls to hostile servers.  This can also show up even within your own server [...]]]></description>
			<content:encoded><![CDATA[<p>So you&#8217;re going along nicely with a small ajax application and you run into this:</p>
<p>Error: uncaught exception: Permission denied to call method XMLHttpRequest.open</p>
<p>AJAX restricts server-side requests to local servers to avoid security issues that would potentially allow javascript to make calls to hostile servers.  This can also show up even within your own server if you&#8217;ve got a hard-wired path to the query page and the domain has been entered differently (http://www.mypage.com vs. http://mypage.com).  Give relative paths, it makes everything more pleasant.</p>

<span class="slashdigglicious">
<a href="http://slashdot.org/bookmark.pl?url=http%3A%2F%2Fwww.thanscorner.info%2Farchives%2F2007%2Fajax-permissions-error&amp;title=AJAX+Permissions+Error" title="Slashdot It!" style="padding-right:4px;"><img src="http://slashdot.org/favicon.ico" height="16" width="16" alt="[Slashdot]" /></a>
<a href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fwww.thanscorner.info%2Farchives%2F2007%2Fajax-permissions-error&amp;title=AJAX+Permissions+Error" title="Digg This Story" style="padding-right:4px;"><img src="http://digg.com/favicon.ico" width="16" height="16" alt="[Digg]" /></a>
<a href="http://reddit.com/submit?url=http%3A%2F%2Fwww.thanscorner.info%2Farchives%2F2007%2Fajax-permissions-error&amp;title=AJAX+Permissions+Error" title="Reddit" style="padding-right:4px;"><img src="http://reddit.com/favicon.ico" width="16" height="16"" alt="[Reddit]" /></a>
<a href="http://del.icio.us/post?url=http%3A%2F%2Fwww.thanscorner.info%2Farchives%2F2007%2Fajax-permissions-error&amp;title=AJAX+Permissions+Error" title="Save to del.icio.us" onclick="window.open('http://del.icio.us/post?v=4&amp;noui&amp;jump=close&amp;url=http%3A%2F%2Fwww.thanscorner.info%2Farchives%2F2007%2Fajax-permissions-error&amp;title=AJAX+Permissions+Error', 'delicious', 'toolbar=no,width=700,height=400'); return false;" style="padding-right:4px;"><img src="http://images.del.icio.us/static/img/delicious.small.gif" width="16" height="16" alt="[del.icio.us]" /></a>
<a href="http://www.facebook.com/share.php?u=http%3A%2F%2Fwww.thanscorner.info%2Farchives%2F2007%2Fajax-permissions-error" title="Share on Facebook" style="padding-right:4px;"><img src="http://www.facebook.com/favicon.ico" width="16" height="16" alt="[Facebook]" /></a>
<a href="http://technorati.com/faves?add=http%3A%2F%2Fwww.thanscorner.info%2Farchives%2F2007%2Fajax-permissions-error" title="Add to my Technorati Favorites" style="padding-right:4px;"><img src="http://technorati.com/favicon.ico" width="16" height="16" alt="[Technorati]" /></a>
<a href="http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http%3A%2F%2Fwww.thanscorner.info%2Farchives%2F2007%2Fajax-permissions-error&amp;title=AJAX+Permissions+Error" title="Save to Google Bookmarks" style="padding-right:4px;"><img src="http://www.google.com/favicon.ico" width="16" height="16" alt="[Google]" /></a>
<a href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fwww.thanscorner.info%2Farchives%2F2007%2Fajax-permissions-error&amp;title=AJAX+Permissions+Error" title="Stumble it!" style="padding-right:4px;"><img src="http://www.stumbleupon.com/favicon.ico" width="16" height="16" alt="[StumbleUpon]" /></a>
</span>]]></content:encoded>
			<wfw:commentRss>http://www.thanscorner.info/archives/2007/ajax-permissions-error/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Manual Set a 404 Header</title>
		<link>http://www.thanscorner.info/archives/2007/manual-set-a-404-header</link>
		<comments>http://www.thanscorner.info/archives/2007/manual-set-a-404-header#comments</comments>
		<pubDate>Thu, 12 Jul 2007 18:49:50 +0000</pubDate>
		<dc:creator>Nathaniel Meierpolys</dc:creator>
				<category><![CDATA[ColdFusion]]></category>
		<category><![CDATA[Web Design]]></category>

		<guid isPermaLink="false">http://thanscorner.info/?p=13</guid>
		<description><![CDATA[So this is one of those posts where I blog something to remember it for that inevitable day when the same problem will plague me years down the road.
The issue is that google doesn&#8217;t like custom error pages and keeps them in their index without establishing that in fact they are bad pages that drag [...]]]></description>
			<content:encoded><![CDATA[<p>So this is one of those posts where I blog something to remember it for that inevitable day when the same problem will plague me years down the road.</p>
<p>The issue is that google doesn&#8217;t like custom error pages and keeps them in their index without establishing that in fact they are bad pages that drag down the overall quality of a website.  For a dynamic, database-driven site, inevitably the info on a website changes over time.  Generating pages that forward on to the new version, or give an informative error message help visitors stay on track on the website without getting too terribly lost.  The following line of code helps tell google that, whatever&#8217;s happened to the page it&#8217;s looking for, it&#8217;s not there now.</p>
<p><xmp>&amp;lt;cfheader statuscode=&#8221;404&#8243; statustext=&#8221;File Not Found&#8221;&amp;gt;&amp;lt;/cfheader&amp;gt;</xmp></p>
<p>As long as you&#8217;re at it, you might as well have the page sending you a message about the error so you can go hunt it down and fix it for future users.</p>
<p><xmp>&amp;lt;cfmail to=&#8221;sample@email.com&#8221; subject=&#8221;Error: Outdated or Invalid link&#8221; from=&#8221;sample@sample.com&#8221; type=&#8221;html&#8221;&amp;gt;&amp;lt;br /&amp;gt;Someone just encountered the following error:&amp;lt;/cfmail&amp;gt;</xmp></p>
<p>#arguments.errorText#</p>
<p>Page: #cgi.HTTP_USER_AGENT#</p>
<p>IP: #cgi.REMOTE_ADDR#</p>
<p>Offending Script: #cgi.SCRIPT_NAME#</p>
<p>Query Info: #cgi.QUERY_STRING#</p>
<p>Referring Page: #cgi.HTTP_REFERER#</p>

<span class="slashdigglicious">
<a href="http://slashdot.org/bookmark.pl?url=http%3A%2F%2Fwww.thanscorner.info%2Farchives%2F2007%2Fmanual-set-a-404-header&amp;title=Manual+Set+a+404+Header" title="Slashdot It!" style="padding-right:4px;"><img src="http://slashdot.org/favicon.ico" height="16" width="16" alt="[Slashdot]" /></a>
<a href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fwww.thanscorner.info%2Farchives%2F2007%2Fmanual-set-a-404-header&amp;title=Manual+Set+a+404+Header" title="Digg This Story" style="padding-right:4px;"><img src="http://digg.com/favicon.ico" width="16" height="16" alt="[Digg]" /></a>
<a href="http://reddit.com/submit?url=http%3A%2F%2Fwww.thanscorner.info%2Farchives%2F2007%2Fmanual-set-a-404-header&amp;title=Manual+Set+a+404+Header" title="Reddit" style="padding-right:4px;"><img src="http://reddit.com/favicon.ico" width="16" height="16"" alt="[Reddit]" /></a>
<a href="http://del.icio.us/post?url=http%3A%2F%2Fwww.thanscorner.info%2Farchives%2F2007%2Fmanual-set-a-404-header&amp;title=Manual+Set+a+404+Header" title="Save to del.icio.us" onclick="window.open('http://del.icio.us/post?v=4&amp;noui&amp;jump=close&amp;url=http%3A%2F%2Fwww.thanscorner.info%2Farchives%2F2007%2Fmanual-set-a-404-header&amp;title=Manual+Set+a+404+Header', 'delicious', 'toolbar=no,width=700,height=400'); return false;" style="padding-right:4px;"><img src="http://images.del.icio.us/static/img/delicious.small.gif" width="16" height="16" alt="[del.icio.us]" /></a>
<a href="http://www.facebook.com/share.php?u=http%3A%2F%2Fwww.thanscorner.info%2Farchives%2F2007%2Fmanual-set-a-404-header" title="Share on Facebook" style="padding-right:4px;"><img src="http://www.facebook.com/favicon.ico" width="16" height="16" alt="[Facebook]" /></a>
<a href="http://technorati.com/faves?add=http%3A%2F%2Fwww.thanscorner.info%2Farchives%2F2007%2Fmanual-set-a-404-header" title="Add to my Technorati Favorites" style="padding-right:4px;"><img src="http://technorati.com/favicon.ico" width="16" height="16" alt="[Technorati]" /></a>
<a href="http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http%3A%2F%2Fwww.thanscorner.info%2Farchives%2F2007%2Fmanual-set-a-404-header&amp;title=Manual+Set+a+404+Header" title="Save to Google Bookmarks" style="padding-right:4px;"><img src="http://www.google.com/favicon.ico" width="16" height="16" alt="[Google]" /></a>
<a href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fwww.thanscorner.info%2Farchives%2F2007%2Fmanual-set-a-404-header&amp;title=Manual+Set+a+404+Header" title="Stumble it!" style="padding-right:4px;"><img src="http://www.stumbleupon.com/favicon.ico" width="16" height="16" alt="[StumbleUpon]" /></a>
</span>]]></content:encoded>
			<wfw:commentRss>http://www.thanscorner.info/archives/2007/manual-set-a-404-header/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Coldfusion hosting frustrations</title>
		<link>http://www.thanscorner.info/archives/2007/coldfusion-hosting-frustrations</link>
		<comments>http://www.thanscorner.info/archives/2007/coldfusion-hosting-frustrations#comments</comments>
		<pubDate>Mon, 11 Jun 2007 16:01:37 +0000</pubDate>
		<dc:creator>Nathaniel Meierpolys</dc:creator>
				<category><![CDATA[ColdFusion]]></category>
		<category><![CDATA[Web Design]]></category>

		<guid isPermaLink="false">http://thanscorner.info/?p=16</guid>
		<description><![CDATA[So I am one of the first to tout the exceptionally efficient coding shortcuts associated with ColdFusion and in most cases it makes the job of a webmaster much easier.  All of that is true if the web server is running properly as intended.  Lately, however, I have come up against a suite [...]]]></description>
			<content:encoded><![CDATA[<p>So I am one of the first to tout the exceptionally efficient coding shortcuts associated with ColdFusion and in most cases it makes the job of a webmaster much easier.  All of that is true if the web server is running properly as intended.  Lately, however, I have come up against a suite of problems with keeping the server going without hitting all sorts of JRUN errors.</p>
<p>I host a personal coldfusion photo gallery with an online company Host Department and several times a week, one of the other users placed on the same server crashes it and it goes down for everyone.   I&#8217;ve also been working on another ColdFusion driven website for a non-profit organization.  In this case it dies about once a week or so without explanation or note in the logs.  If the server simply restarted, that&#8217;d be one thing, but it stalls and can&#8217;t do anything to automatically fix itself.</p>
<p>Now, admittedly this is something that can be fixed in each of these cases, that is the role of those in charge of the server.  It&#8217;s part of my job to set it up so it doesn&#8217;t break in these ways.  That said, with the number of posts on this issue floating around the web, you&#8217;d think a more robust implementation would be possible.</p>
<p>ColdFusion is supposed to be simple and easy while retaining its power and flexibility.  Dealing with server issues like this strike me as neither simple, nor powerful and send me looking for more stable alternatives.</p>

<span class="slashdigglicious">
<a href="http://slashdot.org/bookmark.pl?url=http%3A%2F%2Fwww.thanscorner.info%2Farchives%2F2007%2Fcoldfusion-hosting-frustrations&amp;title=Coldfusion+hosting+frustrations" title="Slashdot It!" style="padding-right:4px;"><img src="http://slashdot.org/favicon.ico" height="16" width="16" alt="[Slashdot]" /></a>
<a href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fwww.thanscorner.info%2Farchives%2F2007%2Fcoldfusion-hosting-frustrations&amp;title=Coldfusion+hosting+frustrations" title="Digg This Story" style="padding-right:4px;"><img src="http://digg.com/favicon.ico" width="16" height="16" alt="[Digg]" /></a>
<a href="http://reddit.com/submit?url=http%3A%2F%2Fwww.thanscorner.info%2Farchives%2F2007%2Fcoldfusion-hosting-frustrations&amp;title=Coldfusion+hosting+frustrations" title="Reddit" style="padding-right:4px;"><img src="http://reddit.com/favicon.ico" width="16" height="16"" alt="[Reddit]" /></a>
<a href="http://del.icio.us/post?url=http%3A%2F%2Fwww.thanscorner.info%2Farchives%2F2007%2Fcoldfusion-hosting-frustrations&amp;title=Coldfusion+hosting+frustrations" title="Save to del.icio.us" onclick="window.open('http://del.icio.us/post?v=4&amp;noui&amp;jump=close&amp;url=http%3A%2F%2Fwww.thanscorner.info%2Farchives%2F2007%2Fcoldfusion-hosting-frustrations&amp;title=Coldfusion+hosting+frustrations', 'delicious', 'toolbar=no,width=700,height=400'); return false;" style="padding-right:4px;"><img src="http://images.del.icio.us/static/img/delicious.small.gif" width="16" height="16" alt="[del.icio.us]" /></a>
<a href="http://www.facebook.com/share.php?u=http%3A%2F%2Fwww.thanscorner.info%2Farchives%2F2007%2Fcoldfusion-hosting-frustrations" title="Share on Facebook" style="padding-right:4px;"><img src="http://www.facebook.com/favicon.ico" width="16" height="16" alt="[Facebook]" /></a>
<a href="http://technorati.com/faves?add=http%3A%2F%2Fwww.thanscorner.info%2Farchives%2F2007%2Fcoldfusion-hosting-frustrations" title="Add to my Technorati Favorites" style="padding-right:4px;"><img src="http://technorati.com/favicon.ico" width="16" height="16" alt="[Technorati]" /></a>
<a href="http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http%3A%2F%2Fwww.thanscorner.info%2Farchives%2F2007%2Fcoldfusion-hosting-frustrations&amp;title=Coldfusion+hosting+frustrations" title="Save to Google Bookmarks" style="padding-right:4px;"><img src="http://www.google.com/favicon.ico" width="16" height="16" alt="[Google]" /></a>
<a href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fwww.thanscorner.info%2Farchives%2F2007%2Fcoldfusion-hosting-frustrations&amp;title=Coldfusion+hosting+frustrations" title="Stumble it!" style="padding-right:4px;"><img src="http://www.stumbleupon.com/favicon.ico" width="16" height="16" alt="[StumbleUpon]" /></a>
</span>]]></content:encoded>
			<wfw:commentRss>http://www.thanscorner.info/archives/2007/coldfusion-hosting-frustrations/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- Dynamic Page Served (once) in 0.685 seconds -->
