<?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>Geiger &#187; Uncategorized</title>
	<atom:link href="http://www.jaygeiger.com/index.php/category/uncategorized/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.jaygeiger.com</link>
	<description>Geiger, you don't know me! (Yet)</description>
	<lastBuildDate>Wed, 08 Feb 2012 19:35:01 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Woolly Mammoth Found</title>
		<link>http://www.jaygeiger.com/index.php/2012/02/08/woolly-mammoth-found/</link>
		<comments>http://www.jaygeiger.com/index.php/2012/02/08/woolly-mammoth-found/#comments</comments>
		<pubDate>Wed, 08 Feb 2012 19:35:01 +0000</pubDate>
		<dc:creator>Jason Geiger</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.jaygeiger.com/?p=1120</guid>
		<description><![CDATA[I SOOOOO want this to be real.&#160; However some are saying… - This is a bear with a huge fish in it’s mouth.&#160; (However Bears have necks so I disagree) - It’s an elephant that travelled too far North and is lost.&#8217; The video was “Supposedly” taken by a Russian civil engineer that was surveying [...]]]></description>
			<content:encoded><![CDATA[<p>I SOOOOO want this to be real.&#160; However some are saying…</p>
<blockquote><p><font color="#444444">- This is a bear with a huge fish in it’s mouth.&#160; (However Bears have necks so I disagree)</font></p>
<p><font color="#444444">- It’s an elephant that travelled too far North and is lost.&#8217;</font></p>
</blockquote>
<p>The video was “Supposedly” taken by a Russian civil engineer that was surveying for a future road.</p>
<p> <script src="http://player.ooyala.com/player.js?embedCode=5oZDBoMzreLfI78xe1sCSLDmQQFyhXym&amp;deepLinkEmbedCode=5oZDBoMzreLfI78xe1sCSLDmQQFyhXym"></script></p>
]]></content:encoded>
			<wfw:commentRss>http://www.jaygeiger.com/index.php/2012/02/08/woolly-mammoth-found/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Add jQuery to ASP.net</title>
		<link>http://www.jaygeiger.com/index.php/2012/01/26/add-jquery-to-asp-net/</link>
		<comments>http://www.jaygeiger.com/index.php/2012/01/26/add-jquery-to-asp-net/#comments</comments>
		<pubDate>Thu, 26 Jan 2012 15:40:12 +0000</pubDate>
		<dc:creator>Jason Geiger</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.jaygeiger.com/?p=1100</guid>
		<description><![CDATA[Quick Background: I don’t know much about jQuery other than it’s a library of Javascript functions.&#160; I wasn’t sure of how to add it to an ASP.net website running on IIS.&#160; It’s a lot simpler than you’d think but there wasn’t a good explanation out there. &#160; Quick Example: Add… &#60;script type=&#34;text/javascript&#34; src=&#34;http://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js&#34;&#62;&#60;/script&#62; That links [...]]]></description>
			<content:encoded><![CDATA[<p><strong>Quick Background:</strong></p>
<p>I don’t know much about <strong>jQuery</strong> other than it’s a <strong>library of Javascript functions</strong>.&#160; I wasn’t sure of how to add it to an ASP.net website running on IIS.&#160; It’s a lot simpler than you’d think but there wasn’t a good explanation out there.</p>
<p>&#160;</p>
<p><strong>Quick Example:</strong></p>
<p>Add…</p>
<blockquote><p>&lt;script type=&quot;text/javascript&quot; src=&quot;<a href="http://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js&quot;">http://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js&quot;</a>&gt;&lt;/script&gt;</p>
</blockquote>
<p>That links the library so that later on the page you can call jQuery.&#160; For example this…</p>
<blockquote><p>&lt;script type=&quot;text/javascript&quot;&gt;     <br />&#160;&#160;&#160; $(document).ready(function () {      <br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; $(&quot;a&quot;).click(function (event) {      <br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; alert(&quot;Thanks for visiting!&quot;);      <br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; });      <br />&#160;&#160;&#160; });&#160;&#160;&#160;&#160;&#160;&#160;&#160; <br />&lt;/script&gt;</p>
</blockquote>
<p>Will change all links on the page.&#160; Instead of linking they will create a popup saying “Thanks for Visiting”.</p>
<p>&#160;</p>
<p><strong>Summary:</strong></p>
<p>Adding jQuery to an ASP.net page is the same as adding it to any html/php/etc… page.&#160; While you may download the javascripts I suggest using Google’s repository as it will likely load faster than hosting your own.</p>
<p>You can also change the version by changing the number.&#160; The above version is <strong>1.7.1</strong> but you can use any versions out there.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.jaygeiger.com/index.php/2012/01/26/add-jquery-to-asp-net/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How much does H&amp;R Block Cost</title>
		<link>http://www.jaygeiger.com/index.php/2012/01/24/how-much-does-hr-block-cost/</link>
		<comments>http://www.jaygeiger.com/index.php/2012/01/24/how-much-does-hr-block-cost/#comments</comments>
		<pubDate>Tue, 24 Jan 2012 15:10:59 +0000</pubDate>
		<dc:creator>Jason Geiger</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.jaygeiger.com/index.php/2012/01/24/how-much-does-hr-block-cost/</guid>
		<description><![CDATA[Doing a tax return is overly hard even if you are using the easy form (1040EZ).  Most people feel dyslexic just reading the first question.  People can’t help but feel that the government makes it hard so that you and I pay so called “Experts” like H&#38;R Block to do it for us. Paying a [...]]]></description>
			<content:encoded><![CDATA[<p>Doing a tax return is overly hard even if you are using the easy form (1040EZ).  Most people feel dyslexic just reading the first question.  People can’t help but feel that the government makes it hard so that you and I pay so called “Experts” like H&amp;R Block to do it for us.</p>
<p>Paying a few dollars more to know that the job is done right might be worth it to some.</p>
<p>It is usually not worth it for people who make less than $40,000 a year.</p>
<p>Recently, a woman very near and dear to me that makes less than $25,000 a year went to H&amp;R Block to have her taxes done.  <strong>The price of doing a simple tax return at H&amp;R Block was over $140.00!  </strong><br />
Now this person who I love very much likes things simple.  She doesn’t have a car and walks to work.  She could find a higher paying job but likes the stress free style that comes with a small office where the employees care about each other.  There she is an important cog of a small business.  Some may say the American dream is to earn riches but this woman is rich in everything but money.  She loves to make stockings for everybody at Christmas, make the occasional crafts, take care of those around her and live in a quant All American town that still has cobblestone streets in some places.  She takes care of everything herself and spends her dollars wisely on the things she really needs.</p>
<p>H&amp;R Block doesn’t care about this kind of thing, just the dollar, not the person.</p>
<p>There are sites like <a href="http://peerfly.com/x/0/4495/504/blog/" target="_blank">TaxAct.com</a> (sponsored link) that charge a total of $15 file your taxes.  ($0 for Federal and $15 for State).</p>
<p>The woman in this story chooses the path of least resistance so instead opted to rely on the “Expert” who “Expertly” parted her and her money.  For me this is the last time and next year I will be taking her through doing it online at TaxAct or some other similar site.</p>
<p><strong>Summary</strong>: Don’t let your friends or family waste money on H&amp;R Block.  Help your grandmother, grandfather, aunt, uncle or elderly neighbor across the street or down the hall save a $100.00  by taking 15 minutes and guiding them through the online tax forms for them.</p>
<p>For me, doing that is the real American Way.<br />
<a href="http://www.jaygeiger.com/wp-content/uploads/2012/01/Income-Tax.jpg"><img class="size-full wp-image-1096" title="Income-Tax" src="http://www.jaygeiger.com/wp-content/uploads/2012/01/Income-Tax.jpg" alt="Income-Tax" width="240" height="180" /></a></p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.jaygeiger.com/index.php/2012/01/24/how-much-does-hr-block-cost/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Kindle Fire Shipped</title>
		<link>http://www.jaygeiger.com/index.php/2011/11/14/kindle-fire-shipped/</link>
		<comments>http://www.jaygeiger.com/index.php/2011/11/14/kindle-fire-shipped/#comments</comments>
		<pubDate>Mon, 14 Nov 2011 15:24:56 +0000</pubDate>
		<dc:creator>Jason Geiger</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.jaygeiger.com/index.php/2011/11/14/kindle-fire-shipped/</guid>
		<description><![CDATA[My Kindle Fire is on it’s way! If you are jealous you can still order one here. ORDER A KINDLE FIRE! Congratulations &#8211; your Kindle Fire is on the way. Learn how to get started and discover what your Kindle Fire can do!&#160;&#160;&#160; &#160;&#160;&#160; Kindle Fire puts Amazon&#8217;s incredible selection of 18 million movies and [...]]]></description>
			<content:encoded><![CDATA[<p>My Kindle Fire is on it’s way!</p>
<p>If you are jealous you can still order one here.</p>
<p><a href="http://amzn.to/w1IhS2" target="_blank"><u><font size="6">ORDER A KINDLE FIRE!</font></u></a></p>
<p> <a href="http://www.jaygeiger.com/wp-content/uploads/2011/11/image2.png"><img style="background-image: none; border-bottom: 0px; border-left: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top: 0px; border-right: 0px; padding-top: 0px" title="image" border="0" alt="image" src="http://www.jaygeiger.com/wp-content/uploads/2011/11/image_thumb2.png" width="608" height="526" /></a><br />
<blockquote>
<p>Congratulations &#8211; your Kindle Fire is on the way. Learn how to get started and discover what your Kindle Fire can do!&#160;&#160;&#160; </p>
<p>&#160;&#160;&#160; <br />Kindle Fire puts Amazon&#8217;s incredible selection of 18 million movies and TV shows, music, apps and games, books, magazines, and more at your fingertips. Shop now and your titles will be available on your Kindle Fire after you&#8217;ve connected to Wi-Fi.</p>
<p>Free month of Amazon Prime</p>
<p>Prime members enjoy unlimited, instant streaming of over 10,000 movies &amp; TV shows and can read thousands of books for free &#8211; as frequently as a book a month, with no due dates. Not a Prime member? Your Kindle Fire comes with a one month free trial. Learn more</p>
<p>&#160;&#160;&#160;&#160; </p>
<p>Upload your music collection</p>
<p>With Kindle Fire, you can enjoy your music wherever you are. Discover over 17 million songs in the music store to add to your collection, plus upload your existing music now so that you can stream or download to your Kindle Fire the moment it arrives. Get started</p>
<p>Web browsing</p>
<p>Experience Amazon Silk &#8211; our new mobile web browser, exclusively available on Kindle Fire. Learn more</p>
<p>&#160;&#160;&#160;&#160; </p>
<p>Outfit your Kindle Fire</p>
<p>Protect and personalize your new Kindle Fire with covers, sleeves, screen protectors, earphones, and more accessories made especially for the Kindle Fire. Shop accessories now</p>
<p>To easily shop for books, movies, music, apps, and more right from your Kindle Fire, you&#8217;ll need to connect to a Wi-Fi network and have a 1-Click payment method.</p>
<p>Connecting to a Wi-Fi network</p>
<p>Kindle Fire connects wirelessly over Wi-Fi networks. Don&#8217;t know how to connect to a Wi-Fi network? Learn how     <br />Verify your payment method</p>
<p>Kindle content purchases are made using the default 1-Click payment method tied to your Amazon account. View or update     <br />Learn more about your Kindle Fire</p>
<p>Kindle Fire is beautifully simple and easy to use. Have any questions? Check out the Getting Started guide and our online support pages to learn more about Kindle Fire.</p>
<p>Did you buy Kindle Fire as a gift?</p>
<p>Your Kindle Fire was automatically registered to the same Amazon.com account you used to make your purchase. If you bought Kindle Fire as a gift, you can deregister it from your account. Your gift recipient can then register it to their own Amazon.com account right from Kindle Fire to purchase content. Deregister Kindle</p>
<p>&#160;&#160;&#160; Join the Kindle Community      <br />Get the latest news, deals, and tips for using Kindle.&#160;&#160;&#160; <br />©2011 Amazon.com, Inc. or its affiliates. All rights reserved. Amazon, Kindle, Kindle Fire, Prime, 1-Click, and Amazon Silk are trademarks of Amazon.com, Inc. or its affiliates. Amazon.com, 410 Terry Avenue N., Seattle, WA 98109-5210.</p>
</blockquote>
]]></content:encoded>
			<wfw:commentRss>http://www.jaygeiger.com/index.php/2011/11/14/kindle-fire-shipped/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Information on How to Fix Your Webservice Client</title>
		<link>http://www.jaygeiger.com/index.php/2011/11/07/information-on-how-to-fix-your-webservice-client/</link>
		<comments>http://www.jaygeiger.com/index.php/2011/11/07/information-on-how-to-fix-your-webservice-client/#comments</comments>
		<pubDate>Mon, 07 Nov 2011 20:41:27 +0000</pubDate>
		<dc:creator>Jason Geiger</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.jaygeiger.com/index.php/2011/11/07/information-on-how-to-fix-your-webservice-client/</guid>
		<description><![CDATA[Background: (Skip to the bottom if you don’t really want to understand) In Visual Studio (VS) when web services work, they are nice and simple to understand.&#160; When they don’t work, there’s no way of finding out what the real problem is. In Visual Studio 2008 (and the editions before that), VS used WSDL.exe to [...]]]></description>
			<content:encoded><![CDATA[<p><strong>Background</strong>: (Skip to the bottom if you don’t really want to understand)</p>
<p>In Visual Studio (VS) when web services work, they are nice and simple to understand.&#160; When they don’t work, there’s no way of finding out what the real problem is.</p>
<p>In Visual Studio 2008 (and the editions before that), VS used WSDL.exe to consume the webservices for you to use.&#160; Most people would simply right click on the project, type the webservice URL and then click add reference.&#160; Most do not care about the specifics of how it was done.</p>
<p><a href="http://www.jaygeiger.com/wp-content/uploads/2011/11/image.png"><img style="background-image: none; border-right-width: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="image" border="0" alt="image" src="http://www.jaygeiger.com/wp-content/uploads/2011/11/image_thumb.png" width="244" height="178" /></a></p>
<p>Visual Studio 2010 threw out WSDL.exe and decided to use something called WCF (Windows Communication Foundation).&#160; WCF uses version 4.0 of the framework.&#160; Instead of adding a “Web Reference” you add a “Service Reference”.&#160; I thought these were the same but one uses WSDL.exe and the other uses WCF (SVCUTIL.exe).</p>
<p><a href="http://www.jaygeiger.com/wp-content/uploads/2011/11/image1.png"><img style="background-image: none; border-right-width: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="image" border="0" alt="image" src="http://www.jaygeiger.com/wp-content/uploads/2011/11/image_thumb1.png" width="244" height="166" /></a></p>
<p>When the webservice/service reference is created right, you don’t care which one you use as long as it works.&#160; Most don’t care about SOAP, WSDL, XML or anything else.&#160; They just want to have a class that wrapped around the webservice and not think about all the little parts that don’t matter.</p>
<p>For my Taleo Reference that kept not working I would get errors like…    <br /><strong></strong></p>
<p><strong>Unable to import binding &#8216;&#8230;Binding&#8217; from namespace &#8216;&#8230;&#8217;      <br /></strong>or…     <br /><strong>Custom tool error: Failed to generate code for the service reference &#8216;…&#8217;.&#160; Please check other error and warning messages for details.&#160;&#160;&#160; </strong></p>
<p>It took some trial and error to figure out what exactly was happening wrong.&#160; I quickly found a <a href="http://support.microsoft.com/kb/820122" target="_blank">Microsoft Page</a> about the error but did not think that was the problem but it ended up pretty much being that but the solution it gave was not pretty and has you rewriting the WSDL file.&#160; Because the WSDL files in my case are so complex, I did not consider that an adequate solution.</p>
<p>The problem for me was that the WSDL file was trying to import an XSD schema and wasn’t doing it correctly.&#160; For me WSDL.exe and SVCUTIL.exe kept failing because it did not import the “Schema” properly.</p>
<p>Fortunately you can use WSDL.exe and SVCUTIL.exe from the command line and add in the extra XSD’s that you want it to import.</p>
<p>WSDL.exe and SVCUTIL.exe simply create a C# (or VB) file that wraps up your webservice nicely.&#160; Here are 2 examples…</p>
<p>WSDL.exe Example (VS2008 and Older)</p>
<blockquote><p>cd &quot;C:\Program Files (x86)\Microsoft Visual Studio 8\SDK\v2.0\Bin\&quot;</p>
<p>wsdl /out:c:\MyProxyClass.cs /username:USER /password:PASSWORD /pd:PROXY-IF-YOU-USE-ONE /p:PROXY-PORT-IF-YOU-USE-ONE &quot;https://WSDL-LOCATION.wsdl&quot;&gt;https://WSDL-LOCATION.wsdl&quot; &quot;http://www.w3.org/2004/11/xmlmime&quot;</p>
</blockquote>
<p>SVCUTIL.exe Example (VS2010 and Newer)</p>
<blockquote><p>cd &quot;C:\Program Files (x86)\Microsoft SDKs\Windows\v7.0A\Bin&quot; </p>
<p>svcutil /language:cs /out:c:\MyProxyClass.cs /config:app.config &quot;https://WSDL-LOCATION.wsdl&quot; &quot;http://www.w3.org/2004/11/xmlmime&quot;</p>
</blockquote>
<p>Note that if you use a proxy and SVCUTIL you may have to download the WSDL file as SVCUTIL does not work with proxies.&#160; (Silly but true)</p>
]]></content:encoded>
			<wfw:commentRss>http://www.jaygeiger.com/index.php/2011/11/07/information-on-how-to-fix-your-webservice-client/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Backup and Restore Encrypted SQL Databases</title>
		<link>http://www.jaygeiger.com/index.php/2011/10/06/backup-and-restore-encrypted-sql-databases/</link>
		<comments>http://www.jaygeiger.com/index.php/2011/10/06/backup-and-restore-encrypted-sql-databases/#comments</comments>
		<pubDate>Thu, 06 Oct 2011 14:10:05 +0000</pubDate>
		<dc:creator>Jason Geiger</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.jaygeiger.com/index.php/2011/10/06/backup-and-restore-encrypted-sql-databases/</guid>
		<description><![CDATA[I am writing this article because I could not find a simple explanation on how to encrypt, backup and restore a SQL database.&#160; This applies to SQL 2008 and 2008 R2 and most likely any version that uses Transparent Data Encryption (TDE) in the future. Other titles/search-terms that you may have searched for are… - [...]]]></description>
			<content:encoded><![CDATA[<p>I am writing this article because I could not find a simple explanation on how to encrypt, backup and restore a SQL database.&#160; This applies to SQL 2008 and 2008 R2 and most likely any version that uses Transparent Data Encryption (TDE) in the future.</p>
<p>Other titles/search-terms that you may have searched for are…   <br />- How to Encrypt a SQL Database    <br />- Apply TDE    <br />- Restore a TDE database    <br />- Restore an encrypted SQL database    <br />- Backup/Restore a TDE Certificate</p>
<p>Below are the steps to Encrypt a SQL Database.&#160; The MOST important part though is to note the passwords used and to save the certificate and private key files.&#160; <strong>If you lose any of that information, you database can never be restored and is lost forever!</strong></p>
<p><strong><font size="4">Enable Encryption on a SQL Database</font></strong></p>
<p>1. Create a master key encryption in Master database.   <br />2. Create a Certificate that TDE will use.    <br />3. BACKUP the certificate to 2 files.&#160; (A Cert File and Private Key file that is encrypted with another password)    <br />4. Create a Database Encryption Key based off of the Cert you created in step 2    <br />5. Turn Encryption on in the target database</p>
<blockquote><p><strong>Sample Encrypt Database Script       <br /></strong>&#8211;Step 1      <br />USE master      <br />go      <br />CREATE MASTER KEY ENCRYPTION BY PASSWORD = &#8217;1StrongPassword&#8217;      <br />go      <br />&#8211;Step 2      <br />CREATE CERTIFICATE TDECert WITH SUBJECT = &#8216;TDE Certificate&#8217;      <br />go      <br />&#8211;Step 3      <br />BACKUP CERTIFICATE TDECert TO FILE = &#8216;C:\Temp\TDECert.Cer&#8217;      <br />WITH PRIVATE KEY (      <br />&#160;&#160;&#160; FILE = &#8216;C:\Temp\TDECertPrivateKey.pvk&#8217;,      <br />&#160;&#160;&#160; ENCRYPTION BY PASSWORD = &#8217;2ndStrongPassword&#8217;)      <br />go      <br />&#8211;Step 4      <br />USE SecureTest      <br />go      <br />CREATE DATABASE ENCRYPTION KEY      <br />WITH ALGORITHM = AES_128      <br />ENCRYPTION BY SERVER CERTIFICATE TDECert;      <br />go      <br />&#8211;Step 5      <br />ALTER DATABASE SecureTest      <br />SET Encryption ON</p>
</blockquote>
<p>Needed in order to Restore an Encrypted Database    <br />1. The Master Database Encryption Password    <br />2. The Certificate File Used    <br />3. The Private Key File Used    <br />4. The Decryption password for 2 and 3 (It is the same password for both).</p>
<p><strong><font size="4">Restore Encrypted SQL Database</font></strong></p>
<p>1. Create the Master Key in the Master Database   <br />2. Restore the Certificate used for encrypting the database to the Master Database.    <br />&#160;&#160;&#160; This is done from 2 files (which are encrypted using yet another password)    <br />&#160;&#160;&#160; -The Certificate File and the Private Key File.    <br />&#160;&#160;&#160; -These are restored using the &quot;CREATE CERTIFICATE&quot; command as &quot;RESTORE CERTIFICATE&quot; is not a valid command.    <br />3. Restore the database normally.</p>
<blockquote><p>Sample Restore Database Script     <br />&#8211;Step 1      <br />USE master      <br />go      <br />CREATE MASTER KEY ENCRYPTION BY PASSWORD = &#8217;1StrongPassword&#8217;      <br />go      <br />&#8211;Step 2      <br />CREATE CERTIFICATE TDECert      <br />&#160;&#160;&#160; FROM FILE = &#8216;C:\Temp\TDECert.Cer&#8217;      <br />&#160;&#160;&#160; WITH PRIVATE KEY (FILE = &#8216;C:\Temp\TDECertPrivateKey.pvk&#8217;,      <br />&#160;&#160;&#160; DECRYPTION BY PASSWORD = &#8217;2ndStrongPassword&#8217;)      <br />go      <br />&#8211;Step 3      <br />&#8211;Restore database normally.&#160; It will use the cert from step 2</p>
</blockquote>
]]></content:encoded>
			<wfw:commentRss>http://www.jaygeiger.com/index.php/2011/10/06/backup-and-restore-encrypted-sql-databases/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Obama Job Plan = $210,000 per job created</title>
		<link>http://www.jaygeiger.com/index.php/2011/09/09/obama-job-plan-210000-per-job-created/</link>
		<comments>http://www.jaygeiger.com/index.php/2011/09/09/obama-job-plan-210000-per-job-created/#comments</comments>
		<pubDate>Fri, 09 Sep 2011 14:01:09 +0000</pubDate>
		<dc:creator>Jason Geiger</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.jaygeiger.com/index.php/2011/09/09/obama-job-plan-210000-per-job-created/</guid>
		<description><![CDATA[I just got done reading a NY Times Article about Obama’s job plan. &#160; Conservative estimates set 1,300,000 new jobs by the end of 2012 and 800,000 more by the end of 2013 for a total of 2.1 million jobs. Others say that it might be 2.7 million jobs created. The cost of this is [...]]]></description>
			<content:encoded><![CDATA[<p>I just got done reading a NY Times Article about <a href="http://www.nytimes.com/2011/09/10/us/politics/10obama.html" target="_blank">Obama’s job plan</a>.</p>
<p><img src="http://www.conservativeactionalerts.com/wp-content/uploads/2011/09/090111-jobs-lg.jpg" /></p>
<p>&#160;</p>
<p>Conservative estimates set 1,300,000 new jobs by the end of 2012 and 800,000 more by the end of 2013 for a total of 2.1 million jobs.</p>
<p>Others say that it might be 2.7 million jobs created.</p>
<p>The cost of this is $447 billion.&#160; That’s $447,000,000,000.00 for 2,100,000 jobs.&#160; That means that each job costs the government $212,857.14.</p>
<p>(Unless the high estimates are right and it ends up costing only $165,555.56)</p>
<p>Alas I don’t know the details about the job plan and all the “Trickle Down” thoughts put into it.&#160; However, I would think it should cost a lot less than $200k per job.&#160; What are your thoughts?</p>
]]></content:encoded>
			<wfw:commentRss>http://www.jaygeiger.com/index.php/2011/09/09/obama-job-plan-210000-per-job-created/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Anonymous Resumes</title>
		<link>http://www.jaygeiger.com/index.php/2011/08/24/anonymous-resumes/</link>
		<comments>http://www.jaygeiger.com/index.php/2011/08/24/anonymous-resumes/#comments</comments>
		<pubDate>Wed, 24 Aug 2011 14:36:54 +0000</pubDate>
		<dc:creator>Jason Geiger</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.jaygeiger.com/index.php/2011/08/24/anonymous-resumes/</guid>
		<description><![CDATA[No matter how happy you are you want a better job, more money or both.&#160; With Monster, Indeed, LinkedIn, SimplyHired, etc… it’s a real mess. Sure, you could search the web, every job site and company site in the world but you’d never get the exposure you want.&#160; Even worse… your current employer sees that [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://hospitalconstruction.com/images/careers2.jpg" /></p>
<p>No matter how happy you are you want a better job, more money or both.&#160; With Monster, Indeed, LinkedIn, SimplyHired, etc… it’s a real mess.</p>
<p>Sure, you could search the web, every job site and company site in the world but you’d never get the exposure you want.&#160; Even worse… your current employer sees that you’re looking for work which could be AWFUL!</p>
<p>There’s a simple solution though.&#160; Twitter!</p>
<p>Now how the hell can <a href="http://www.twitter.com">Twitter</a> + You = A Better Job/Life?&#160; It’s real easy, here’s my list of why’s then I’ll tell you how.</p>
<p><strong><font size="4">The Why!</font></strong></p>
<p><strong>1. Anonymous </strong>    <br />&#160; Anybody can set up a Twitter Account and be Anonymous.    <br />&#160; Your current employer will have no idea you’re looking.    <br /><strong>2. Simple     <br /></strong>&#160; You have to get your skillset down to 140 characters.&#160; This means NO BS!&#160; Just the facts Maam!    <br /><strong>3. Even Playing Field     <br /></strong>&#160; It’s not who you know, it’s what you know.&#160; Other than that, all Tweeters are viewed as equal.    <br /><strong>4. Instant World Exposure     <br /></strong>&#160; Putting your resume on a blog or other website is slow and takes Google a longtime to show in searches.    <br />&#160; Twitter is instant!    <br /><strong>5. Free!</strong>    <br />&#160; It costs an employer $400+ to post 1 job on Monster.&#160; Twitter is free for both you and them!    <br /><strong>6. Easier than the job sites     <br /></strong>&#160; It can take 10-15 minutes to setup a resume on the big job sites.&#160; Twitter can take as little as 1 minute.    </p>
<p><strong><font size="4">The How!</font></strong></p>
<p><strong>1. Signup</strong> for Twitter at <a href="http://www.twitter.com/" target="_blank">Twitter.com</a>    <br /><strong>2. Use your real name or make up one to hide it from your bosses.</strong>    <br /><strong>3. Post a tweet that starts with this…</strong>    <br />&#160;&#160;&#160; “@TweetResumes #Resume Skill1 Skill2 Skill3…” where Skill1 is your first skill and so on.    </p>
<p>Example…   <br /><a href="http://www.jaygeiger.com/wp-content/uploads/2011/08/image.png"><img style="background-image: none; border-bottom: 0px; border-left: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top: 0px; border-right: 0px; padding-top: 0px" title="image" border="0" alt="image" src="http://www.jaygeiger.com/wp-content/uploads/2011/08/image_thumb.png" width="516" height="189" /></a></p>
<p>&#160;</p>
<p>Before you know it, you’ll twitter resume will be getting seen by hundreds that would never have known you existed previously.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.jaygeiger.com/index.php/2011/08/24/anonymous-resumes/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Social Media Costs</title>
		<link>http://www.jaygeiger.com/index.php/2011/05/19/social-media-costs/</link>
		<comments>http://www.jaygeiger.com/index.php/2011/05/19/social-media-costs/#comments</comments>
		<pubDate>Thu, 19 May 2011 14:06:42 +0000</pubDate>
		<dc:creator>Jason Geiger</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.jaygeiger.com/index.php/2011/05/19/social-media-costs/</guid>
		<description><![CDATA[(Click to Enlarge)]]></description>
			<content:encoded><![CDATA[<p align="center">(Click to Enlarge)</p>
<p align="center"><a href="http://www.jaygeiger.com/wp-content/uploads/2011/05/Social-Media-Cost1.png" target="_blank"><img style="background-image: none; border-bottom: 0px; border-left: 0px; margin: 0px auto; padding-left: 0px; padding-right: 0px; display: block; float: none; border-top: 0px; border-right: 0px; padding-top: 0px" title="Social Media Cost" border="0" alt="Social Media Cost" src="http://www.jaygeiger.com/wp-content/uploads/2011/05/Social-Media-Cost_thumb1.png" width="504" height="2795" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.jaygeiger.com/index.php/2011/05/19/social-media-costs/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Why China Will Fail!</title>
		<link>http://www.jaygeiger.com/index.php/2011/05/18/why-china-will-fail/</link>
		<comments>http://www.jaygeiger.com/index.php/2011/05/18/why-china-will-fail/#comments</comments>
		<pubDate>Wed, 18 May 2011 13:54:36 +0000</pubDate>
		<dc:creator>Jason Geiger</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.jaygeiger.com/index.php/2011/05/18/why-china-will-fail/</guid>
		<description><![CDATA[China will eventually fail.&#160; It won’t be 50 years from now, it will be much sooner.&#160; The reason behind it is simple.&#160; People can only have one child.&#160; What?&#160; Wouldn’t this prevent overpopulation and lower need for resources?&#160; On the short term yes.&#160; On the long term there is a much LARGER problem that looms [...]]]></description>
			<content:encoded><![CDATA[<p><img style="margin: 0px auto; display: block; float: none" title="China Fail" alt="China Fail" src="http://files.sharenator.com/fail_owned_screw_china_fail_when_things_failed_and_get_owned-s500x362-23924-580.jpg" /></p>
<p>China will eventually fail.&#160; It won’t be 50 years from now, it will be much sooner.&#160; The reason behind it is simple.&#160; People can only have one child.&#160; What?&#160; Wouldn’t this prevent overpopulation and lower need for resources?&#160; On the short term yes.&#160; On the long term there is a much LARGER problem that looms a couple generations in the future.</p>
<p><a href="http://www.jaygeiger.com/wp-content/uploads/2011/05/image2.png"><img style="background-image: none; border-bottom: 0px; border-left: 0px; padding-left: 0px; padding-right: 0px; display: block; float: none; margin-left: auto; border-top: 0px; margin-right: auto; border-right: 0px; padding-top: 0px" title="China&#39;s Elderly Population" border="0" alt="China&#39;s Elderly Population" src="http://www.jaygeiger.com/wp-content/uploads/2011/05/image_thumb2.png" width="524" height="269" /></a></p>
<p>The problem is that nobody takes care of China’s old people so the responsibility falls to their child (Not Children because they can only have 1).&#160; When their child gets too old, the caring for them falls to their child’s child.&#160; 1 “Working Class” person might have to take care of their parents and both sets of grand parents (or even great grand parents).&#160; This means 1 person would be taking care of 6+ other adults.&#160; By 2050 about half of the population is over 50!&#160; Does this sound like a powerhouse to you?</p>
<p>About this time I suspect China’s ultra-controlling ways will finally meet the breaking point and the few youth left will finally be able to overthrow what is left of the communist ways.</p>
<p>While it’s all milk and honey now for China, what brings them down will eventually be the very people that built them into a financial power house.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.jaygeiger.com/index.php/2011/05/18/why-china-will-fail/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>

