<?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>elorg.net &#187; tech</title>
	<atom:link href="http://www.elorg.net/tag/tech/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.elorg.net</link>
	<description>Ramblings and other miscellany.</description>
	<lastBuildDate>Wed, 23 Nov 2011 20:55:34 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>IE 9 Shortcut Behaviors</title>
		<link>http://www.elorg.net/2011/06/ie-9-shortcut-behaviors/</link>
		<comments>http://www.elorg.net/2011/06/ie-9-shortcut-behaviors/#comments</comments>
		<pubDate>Mon, 27 Jun 2011 14:31:51 +0000</pubDate>
		<dc:creator>elorg</dc:creator>
				<category><![CDATA[HowTo]]></category>
		<category><![CDATA[IE]]></category>
		<category><![CDATA[tech]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://www.elorg.net/?p=661</guid>
		<description><![CDATA[I&#8217;ve recently upgraded from IE 8 to IE 9 on my Windows 7 machine and started noticing some strange behavior. When I want to save &#8220;bookmarks&#8221; I usually just drag the URL to a folder on my computer instead of actually creating a bookmark within the application. I seem less likely to forget about going [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve recently upgraded from IE 8 to IE 9 on my Windows 7 machine and started noticing some strange behavior. When I want to save &#8220;bookmarks&#8221; I usually just drag the URL to a folder on my computer instead of actually creating a bookmark within the application. I seem less likely to forget about going back to them later this way.</p>
<p>Since the upgrade I&#8217;ve noticed inconsistencies with these shortcuts. When I double-click on them, some would open in a new tab while others would open in a completely new window. Those who know me would initially think &#8220;You have too many tabs open, so it&#8217;s opening the overflow into new windows&#8221; &#8211; but that doesn&#8217;t appear to be the case.</p>
<p>I&#8217;m not sure if it&#8217;s strictly the shortcuts from after the upgrade that are exhibiting this behavior, or just some of them (I haven&#8217;t done enough testing). I do know that at a minimum that it is not a random behavior &#8211; it&#8217;s always the same shortcuts that open in a new window.</p>
<p>My IE preferences are already configured to always open links and pop-ups in new tabs, so that wasn&#8217;t it, and viewing the properties of the shortcuts didn&#8217;t see to help either. I figured I&#8217;d try to edit the shortcuts and see if I could figure out what the difference was that caused this behavior. Bingo! I should have looked a little closer at the shortcut properties.</p>
<p>The shortcuts that opened in new tabs were &#8220;.url&#8221; files, while the shortcuts that opened in new windows are &#8220;.website&#8221; files. There&#8217;s about twice as much data in the shortcuts that open new windows, and all had different GUIDs. The shortcuts that opened in new tabs seemed to have all the same generic content with the exception of the URL propertly. Also, the .website shortcuts are called &#8220;Pinned Site Shortcuts&#8221; while the .url shortcuts are called &#8220;Internet Shortcuts&#8221;. I was able to copy the URL from one of the new-window shortcuts and paste it into one of the new-tab files and save it with a new name and it worked beautifully.</p>
<p>What a frustration. Now I have to figure out how to create the appropriate shortcut types on-demand. <img src='http://www.elorg.net/wp/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Here is an example of the contents of a .website file:<br />
<code><br />
[{000214A0-0000-0000-C000-000000000046}]<br />
Prop4=31,Page Title Here<br />
Prop3=19,11<br />
[{A7AF692E-098D-4C08-A225-D433CA835ED0}]<br />
Prop5=3,0<br />
Prop9=19,0<br />
Prop2=65,2C0000000000000001000000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF840000005C000000F0040000860300007A<br />
[InternetShortcut]<br />
URL=http://google.com<br />
IDList=<br />
[{9F4C2855-9F79-4B39-A8D0-E1D42DE1D5F3}]<br />
Prop5=8,Microsoft.Website.1E0E98C3.ED613691<br />
</code></p>
<p>And here is an example of the contents of a .url file:<br />
<code>[{000214A0-0000-0000-C000-000000000046}]<br />
Prop3=19,11<br />
[InternetShortcut]<br />
URL=http://google.com<br />
IDList=<br />
</code></p>
]]></content:encoded>
			<wfw:commentRss>http://www.elorg.net/2011/06/ie-9-shortcut-behaviors/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ASP Parser Error</title>
		<link>http://www.elorg.net/2010/05/asp-parser-error/</link>
		<comments>http://www.elorg.net/2010/05/asp-parser-error/#comments</comments>
		<pubDate>Fri, 07 May 2010 19:17:56 +0000</pubDate>
		<dc:creator>elorg</dc:creator>
				<category><![CDATA[HowTo]]></category>
		<category><![CDATA[.NET]]></category>
		<category><![CDATA[SharePoint]]></category>
		<category><![CDATA[tech]]></category>

		<guid isPermaLink="false">http://www.elorg.net/?p=531</guid>
		<description><![CDATA[More &#8220;dreaded&#8221; errors in SharePoint. We started receiving the this fun error when loading one of our portals: Server Error in &#8216;/&#8217; Application. Runtime Error Description: An application error occurred on the server.[...] We hadn&#8217;t recently patched, or performed any updates except for increasing the max allowed upload file size and timeouts (a client needed [...]]]></description>
			<content:encoded><![CDATA[<p>More &#8220;dreaded&#8221; errors in SharePoint. We started receiving the this fun error when loading one of our portals:</p>
<blockquote><p>Server Error in &#8216;/&#8217; Application.<br />
Runtime Error<br />
Description: An application error occurred on the server.[...]</p></blockquote>
<p><span id="more-531"></span></p>
<p>We hadn&#8217;t recently patched, or performed any updates except for increasing the max allowed upload file size and timeouts (a client needed to upload LARGE files).  The server application logs revealed something slightly more useful:</p>
<blockquote><p>Event Type:	Warning<br />
Event Source:	ASP.NET 2.0.50727.0<br />
Event Category:	Web Event<br />
Event ID:	1310<br />
Date:		5/6/2010<br />
Time:		4:50:11 PM<br />
User:		N/A<br />
Computer:	ServerName<br />
Description:<br />
Event code: 3006<br />
Event message: A parser error has occurred.<br />
Event time: 5/6/2010 4:50:11 PM<br />
Event time (UTC): 5/6/2010 8:50:11 PM<br />
Event ID: 57cbaa6a1f804cb2aefe80de4ceec102<br />
Event sequence: 5<br />
Event occurrence: 1<br />
Event detail code: 0</p>
<p>Application information:<br />
Application domain: /LM/W3SVC/1965610693/Root-1-129176526056583668<br />
Trust level: WSS_Minimal<br />
Application Virtual Path: /<br />
Application Path: C:\Inetpub\wwwroot\wss\VirtualDirectories\foldername443\<br />
Machine name: ServerName</p>
<p>Process information:<br />
Process ID: 1944<br />
Process name: w3wp.exe<br />
Account name: NT AUTHORITY\NETWORK SERVICE</p>
<p>Exception information:<br />
Exception type: HttpParseException<br />
Exception message: Could not load file or assembly &#8216;System?Web, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a&#8217; or one of its dependencies. The system cannot find the file specified. (C:\Inetpub\wwwroot\wss\VirtualDirectories\foldername443\web.config line 106)</p></blockquote>
<p>Now, the web.config wasn&#8217;t manually edited by anyone, but the modified date matched the date &amp; time when this problem started as well as the beginning of these ASP.NET errors.  All the evidence seemed to point to what I can only assume was caused by a hiccup when the settings were being saved from IIS &#8211; that corrupted the web.config.</p>
<p>I found 4 or 5 randomly placed &#8220;?&#8221; in the web.config.  I couldn&#8217;t just remove the question marks because they appeared to have replaced characters in the file instead of being inserted.  I didn&#8217;t have a backup, but we did have multiple AAMs for this portal and I was able to look at another web.config.  This gave me a better idea of what characters should have been in the file wherever I wasn&#8217;t able to make a good educated guess.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.elorg.net/2010/05/asp-parser-error/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Quick-ish Manual WordPress Upgrade</title>
		<link>http://www.elorg.net/2009/06/quick-ish-manual-wordpress-upgrade/</link>
		<comments>http://www.elorg.net/2009/06/quick-ish-manual-wordpress-upgrade/#comments</comments>
		<pubDate>Mon, 15 Jun 2009 20:54:08 +0000</pubDate>
		<dc:creator>elorg</dc:creator>
				<category><![CDATA[HowTo]]></category>
		<category><![CDATA[tech]]></category>
		<category><![CDATA[upgrade]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.elorg.net/?p=401</guid>
		<description><![CDATA[Here&#8217;s a tip for those new to upgrading WordPress if you don&#8217;t like, or trust, the automatic upgrade. It&#8217;s relatively quick, easy, and leaves you with minimal downtime while still retaining the ability to revert back. Note that I keep WordPress in its own folder to keep the files/folder structure on my webserver clean&#8230; It&#8217;s [...]]]></description>
			<content:encoded><![CDATA[<p>Here&#8217;s a tip for those new to upgrading WordPress if you don&#8217;t like, or trust, the automatic upgrade. It&#8217;s <em>relatively</em> quick, easy, and leaves you with minimal downtime while still retaining the ability to revert back.</p>
<p>Note that <a href="http://codex.wordpress.org/Giving_WordPress_Its_Own_Directory">I keep WordPress in its own folder</a> to keep the files/folder structure on my webserver clean&#8230; It&#8217;s key in this upgrade method.<br />
<span id="more-401"></span></p>
<ol>
<li>Always make a backup of your WordPress database before proceeding!</li>
<li>Manually download the WordPress zip file.</li>
<li>Open your FTP program of choice and upload the zip file to the same folder level that your WordPress folder resides.</li>
<li>Unzip the WordPress zip file <em>on your webserver</em>.
<ul>
<li>This can cause weird problems if you unzip it on your local computer before uploading.</li>
<li>It will unzip it to a &#8220;wordpress&#8221; folder, so make sure that this is not the folder name that you choose to keep your WordPress files in.</li>
</ul>
</li>
<li>Compare the wp-config-sample.php of the new version, to your existing wp-config.php.
<ul>
<li>If there isn&#8217;t any new content (like new salt/keys, etc.), then copy your wp-config.php to the new folder &#8220;wordpress/&#8221;.</li>
<li>If there is new content, save the new wp-config-sample.php as your new wp-config.php and copy over your settings from your original wp-config.php. Then make any other changes needed for the new content.</li>
</ul>
</li>
<li>Copy your theme folder from the old install to the new install location.</li>
<li>Copy your plugins files/folders from the old install to the new install location.
<ul>
<li>The new install already has Akismet and Hello Dolly &#8211; so you can leave these.</li>
<li>It&#8217;s a good idea to verify that your plugins are all compatible with the new version before doing this.</li>
</ul>
</li>
<li>Copy over any of the other folders &#038; files from your old wp-content (like &#8220;uploads&#8221;, &#8220;cache&#8221;, &#8220;backup-db&#8221;, etc.)
<ul>
<li>Up through this point, you&#8217;re still using the old version and have had zero downtime. You can choose to wait and finish later without having any impact.</li>
</ul>
</li>
<li>Rename your old WordPress folder to something else, like &#8220;wp_old&#8221;.</li>
<li>Rename the new WordPress folder to the name of your old WordPress folder.</li>
<li>Open your browser and go to YourDomain.com/Your-WordPress-Folder/wp-admin.</li>
<li>You will be prompted to update your database if necessary.</li>
<li>Verify that everything functions.</li>
<li>Remove the &#8220;wp_old&#8221; folder.</li>
</ol>
<p>Done! It&#8217;s not as fast as the automatic upgrade, but it&#8217;s great for the paranoid, or those who prefer to just perform the upgrade themselves.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.elorg.net/2009/06/quick-ish-manual-wordpress-upgrade/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Adding a Simple Button in SharePoint 2007</title>
		<link>http://www.elorg.net/2009/06/adding-a-simple-button-in-sharepoint-2007/</link>
		<comments>http://www.elorg.net/2009/06/adding-a-simple-button-in-sharepoint-2007/#comments</comments>
		<pubDate>Mon, 08 Jun 2009 18:47:16 +0000</pubDate>
		<dc:creator>elorg</dc:creator>
				<category><![CDATA[HowTo]]></category>
		<category><![CDATA[SharePoint]]></category>
		<category><![CDATA[tech]]></category>

		<guid isPermaLink="false">http://www.elorg.net/?p=378</guid>
		<description><![CDATA[Do you have a standard web design / HTML background and you&#8217;re looking to just add a button to SharePoint? I&#8217;ve been there. You apparently can&#8217;t just use the normal HTML methods. Here&#8217;s a quick way to add a button that will simply take you to another location. Edit the page in which you would [...]]]></description>
			<content:encoded><![CDATA[<p>Do you have a standard web design / HTML background and you&#8217;re looking to just add a button to SharePoint? I&#8217;ve been there.  You apparently can&#8217;t just use the normal HTML methods.  Here&#8217;s a quick way to add a button that will simply take you to another location.</p>
<p>Edit the page in which you would like the button to be displayed, or add a Content Editor Web Part in code view and enter code similar to this:</p>
<p><code>
<p>Click here:<br />
<button onclick="window.location.href='http://mysharepointserver.com/MySite/Forms/MyLinkedToPage.aspx'">Go to Another Page</button></p>
<p></code></p>
<p><strong>Update:</strong> Strange. WordPress isn&#8217;t displaying the code properly, so until I fix it, just view the page source <img src='http://www.elorg.net/wp/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://www.elorg.net/2009/06/adding-a-simple-button-in-sharepoint-2007/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>HP Pavillion tx2500 Tablet Review</title>
		<link>http://www.elorg.net/2009/06/hp-pavillion-tx2500-tablet-review/</link>
		<comments>http://www.elorg.net/2009/06/hp-pavillion-tx2500-tablet-review/#comments</comments>
		<pubDate>Sat, 06 Jun 2009 17:20:51 +0000</pubDate>
		<dc:creator>elorg</dc:creator>
				<category><![CDATA[Reviews]]></category>
		<category><![CDATA[tech]]></category>

		<guid isPermaLink="false">http://www.elorg.net/?p=325</guid>
		<description><![CDATA[I&#8217;ve been wanting to pick up a tablet PC for a long while now. Half-geek, half-artist &#8211; how could I not want one? I&#8217;ve had both a PC &#038; a tablet for well over a decade now, so why not merge them and simplify things? I&#8217;ve been dyin&#8217; for an Apple tablet PC &#8211; even [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve been wanting to pick up a tablet PC for a long while now. Half-geek, half-artist &#8211; how could I not want one?  I&#8217;ve had both a PC &#038; a tablet for well over a decade now, so why not merge them and simplify things?<span id="more-325"></span></p>
<p>I&#8217;ve been dyin&#8217; for an <a href="http://www.apple.com">Apple</a> tablet PC &#8211; even signed the online petition hoping that&#8217;d help, but they&#8217;re still not making one (I add hopefully, &#8220;at the time of this post&#8221;). Granted, there is always the <a href="http://www.axiotron.com/index.php?id=modbook">Axiotron Modbook</a>, but that&#8217;s just not the same. First, it&#8217;s a modified MacBook &#8211; so you have to pay not only full price for the laptop, but then for the modification.  That&#8217;s a <em>bit</em> out of my price range.  And besides, I would much rather have a modified MacBook <strong>Pro</strong>. Then there&#8217;s the fact that it is strictly a tablet PC &#8211; no keyboard.  And even though there&#8217;s an on-screen keyboard and handwriting recognition, that doesn&#8217;t help my efficiency in applications like Photoshop.</p>
<p>I did a lot of research on the various models out there, their specs, their prices. The Modbook, Lenovo, HP, Dell, Gateway.  The Modbook was too expensive, but ran my OS of choice. The Dell&#8217;s processor was far too slow (about 1/2 the others) and supported the least amount of RAM &#8211; while surprisingly it was barely less expensive than the Modbook! So the Dell was right out. The Gateway was too heavy and didn&#8217;t have much in the way of redeeming features or specs &#8211; at least nothing better than the others.  It all came down between the Lenovo &#038; the HP.</p>
<p>I really wanted to give the tablets a try before I made a decision.  I just couldn&#8217;t find any semi-local stores that had them in stock for me to look at. I called around &#8211; nothing. Apparently the tablets were either marketed as either business computers, or &#8220;multimedia&#8221; computers, and weren&#8217;t really popular enough to be kept in stock in stores?</p>
<p>Then one Friday after work on a whim I stopped by my local <a href="http://www.bestbuy.com">Best Buy</a> and found the HP out on display!  In addition to the display model, they had one left in stock &#8211; and it was on sale! I could hardly contain myself. It was a nice little machine, even a little style &#8211; and very affordable.  So I bought it.</p>
<p>This was just the base model &#8211; nothing upgraded. The HP Pavillion tx2500 with a 2.0GHz processor &#8211; a little slower than I wanted. 5400rpm hard drive (instead of the 7200rom drive in the Lenovo) &#8211; but it did come with 3GB of RAM (upgradeable to 4GB) and Windows Vista x64 SP1. It&#8217;s not a bad little machine.</p>
<p>The resolution&#8217;s very nice &#8211; perfect for the size. The screen rotates/swivels 180 degrees so you can use the keyboard &#8211; or not. You can also rotate the display to better orient the way that you&#8217;re holding it (vertical/landscape). Very cool. There are ports out the wazoo, a tetherable stylus with its own storage slot in the front for easy access, and a multimedia remote with its own storage as well (I like not having to worry about losing things).</p>
<p><strong>My complaints:</strong><br />
This is definitely marketed as more of a multimedia device than an artistic tool. The media drive is removable to lighten the weight if you don&#8217;t need it, but the laptop is a lot thicker/beefier than it needs to be because it has to accommodate it. It&#8217;s not really heavy, but borders on it for this size laptop.</p>
<p>It&#8217;s too bulky &#8211; it&#8217;s just really thick. It&#8217;s all about proportions. Why do I want to carry around something that&#8217;s the thickness of a larger laptop? It just feels wrong. I didn&#8217;t think I was going to say this, but I&#8217;d rather forgo the DVD drive for a thinner, lighter tablet PC. I just don&#8217;t use it to watch movies &#8211; I use it to sketch and work on my websites.</p>
<p>Another issue is that it seems to get warm quickly and the fans spin up a lot &#8211; and the fan is quite loud. This can get pretty annoying. The vents can kick out some serious hot air too. Sometimes I hibernate or shut it down just to make it stop if I&#8217;ve been working for a bit.</p>
<p>My biggest frustration however, is something that not everyone will run into. If you use this tablet PC in a coffee shop, at the office, etc., you&#8217;ll be fine. But if you use this say, in your living room to chill out while you work &#8211; then there&#8217;s a potential problem. It seems as though my Xbox360 remote can control my laptop to some extent. Initially I didn&#8217;t make the connection &#8211; I thought the laptop was just acting very strangely. One moment everything&#8217;s fine, and the next I hear the laptop&#8217;s fans spin up and I&#8217;m left confused, swearing that I had shutdown the laptop just an hour ago&#8230; I&#8217;d have to open the display and shut it back down again.</p>
<p>Apparently &#8211; if you suspend/hibernate/shutdown the laptop in the vicinity of your Xbox, then decide to play a movie&#8230; Simply pressing &#8220;play&#8221; will power up or resume the laptop! On top of that, Windows Vista won&#8217;t simply allow you to disable the IR port &#8211; and I&#8217;m not about to disable it in the BIOS. Or am I? Sticking a Post-It to the front of the laptop does look a little stupid and can lead to strange papercuts&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.elorg.net/2009/06/hp-pavillion-tx2500-tablet-review/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

