<?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>SnapJag Creative Designs</title>
	<atom:link href="http://www.snapjag.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.snapjag.com</link>
	<description>Specialists in busines consulting, database administration, programming, hosting, photography, and creative system designs.</description>
	<lastBuildDate>Fri, 25 Nov 2011 00:59:51 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.1</generator>
		<item>
		<title>EC2 and SQL Server micro</title>
		<link>http://www.snapjag.com/2011/11/ec2-and-sql-server-micro/</link>
		<comments>http://www.snapjag.com/2011/11/ec2-and-sql-server-micro/#comments</comments>
		<pubDate>Fri, 25 Nov 2011 00:59:51 +0000</pubDate>
		<dc:creator>snapjag</dc:creator>
				<category><![CDATA[Business]]></category>
		<category><![CDATA[Computers]]></category>
		<category><![CDATA[Database]]></category>
		<category><![CDATA[Hosting]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://www.snapjag.com/?p=1031</guid>
		<description><![CDATA[As I&#8217;m learning how to do the EC2 Amazon cloud services, I am compelled to post the how-to when setting up and connecting to an AWS EC2 SQL Server box. This will answer many questions for others so they can get around the few issues that will creep up when Launching a new EC2 SQL [...]]]></description>
			<content:encoded><![CDATA[<p>As I&#8217;m learning how to do the EC2 Amazon cloud services, I am compelled to post the how-to when setting up and connecting to an AWS EC2 SQL Server box. This will answer many questions for others so they can get around the few issues that will creep up when Launching a new EC2 SQL instance. This same information can be used for other server launches too.</p>
<h1>Steps to Allow Access</h1>
<ol>
<li>Open the SQL Server Configuration Management application, 1) start SQL Services and set to start automatically, 2) start SQL Browser and set to start automatically; these are not started or set to start automatically when a new AMI instance is launched</li>
<li>While in the SQL Server Configuration Management application, go to the node, Network Protocols and find the Dynamic TCP port under the IP ALL section. Make note of the port to be used later.</li>
<li>Open the same following ports in the Windows Firewall:
<ol>
<li>TCP &lt;dynamicport&gt; (from step #2)</li>
<li>UDP &lt;1434&gt; (for the SQL Browser Service)</li>
</ol>
</li>
<li>In the EC2 AWS Security Group of the server add the following ports:
<ol>
<li>TCP &lt;dynamicport&gt; (from step #2)</li>
<li>UDP &lt;1434&gt; (for the SQL Browser Service)</li>
</ol>
</li>
<li>Turn off EC2 server hostname naming from the EC2 Administration Services application, rename the server according to your own server naming standards in the Computer | Properties panel, restart the box</li>
</ol>
<h1>Accessing the Server through SSMS</h1>
<p>It&#8217;s important to note that there are four different ways to access the EC2 AWS SQL Server box from your local machine. To connect to a SQL Server Instance it&#8217;s necessary to use the name of the server and the port. If a default instance is setup, then the port, by default is TCP 1433, but this is not the case with EC2 AWS AMI servers.</p>
<p>The standard method to attach to the database server from an application or SSMS is &#8220;[&lt;servername&gt;][&lt;ip&gt;][\&lt;instance&gt;][,&lt;port&gt;]&#8221;</p>
<ol>
<li>In order to use &lt;servername&gt;, you need to have some form of DNS setup, which is done automatically for an EC2, or you have done through Elastic IPs and your own DNS server (like GoDaddy). If you don&#8217;t have DNS, use the &lt;ip&gt; or &lt;elasticip&gt;</li>
<li>To access the &lt;instance&gt;, the SQL Browser Service must be started and the UDP 1434 port open in AWS Security Group and the Windows Firewall.</li>
</ol>
<h2>Examples</h2>
<p>&#8220;<em>aws.dns.server.name</em>&#8221; comes from the properties of the EC2 instance properties. &#8220;<em>ec2sqlexpress</em>&#8221; is an example name of the SQL Server Instance. Using the IP must be the IP as provided through a VPC or the Elastic IP (not part of this tutorial). The port is represented as an example 411xx is not a real number, it must be what you find in the SQL Server Configuration Application.</p>
<ul>
<li>Example 1 using DNS and SQL Browser Service: &#8220;aws.dns.server.name\ec2sqlexpress&#8221;</li>
<li>Example 2 using DNS and port: &#8220;aws.dns.server.name,411xx&#8221;</li>
<li>Example 3 using IP (VPC) or Elastic IP and SQL Browser Service: &#8220;50.234.x.x\ec2sqlexpress&#8221;</li>
<li>Example 4 using IP (VPC) or Elastic IP and port: &#8220;50.234.x.x,411xx&#8221;</li>
</ul>
<h1>Other Considerations</h1>
<p>There have been some statements that SQL Server can&#8217;t run on a micro. Well, that can be true for the big SQL editions like Standard or Enterprise, and my considerations would be 2048 (my recommendation) to start.</p>
<p>As for another topic, I&#8217;m always pinning my CPU&#8217;s and my RAM at certain values.</p>
<p>For another topic, I&#8217;m always pinning my CPU&#8217;s and my RAM at certain  values, because all too many times do I find problems with keeping the  default installation settings. This is to say that the default  installation uses all CPUs and all RAM. I will put turn on CPU affinity  and take out 10% of the CPUs, if you have 10 cores, I remove 1 or 2 for  the OS and Networking services and other support activities to run. The  same goes for RAM.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.snapjag.com/2011/11/ec2-and-sql-server-micro/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<price></price>	</item>
		<item>
		<title>Zenfolio $5 Sign-Up Discount</title>
		<link>http://www.snapjag.com/2010/07/zenfolio-sign-up-discount/</link>
		<comments>http://www.snapjag.com/2010/07/zenfolio-sign-up-discount/#comments</comments>
		<pubDate>Thu, 08 Jul 2010 19:11:22 +0000</pubDate>
		<dc:creator>snapjag</dc:creator>
				<category><![CDATA[News]]></category>

		<guid isPermaLink="false">http://www.snapjag.com/?p=974</guid>
		<description><![CDATA[A discount of $5 will be taken off your order when signing up for an account at Zenfolio for photo hosting. Sign up today and be sure use the referral code below 929-GZ4-MB9. At SnapJag.com, we host our photos at Zenfolio for others to see which includes great features like password protection, themes, referral codes, ordering, [...]]]></description>
			<content:encoded><![CDATA[<p>A discount of $5 will be taken off your order when signing up for an account at Zenfolio for photo hosting. <a href="http://www.zenfolio.com/zf/pricing.aspx" target="_blank">Sign up today</a> and be sure use the referral code below <strong>929-GZ4-MB9</strong>.</p>
<p>At SnapJag.com, we host our photos at Zenfolio for others to see which includes great features like password protection, themes, referral codes, ordering, and especially with great speed to upload, view, and print. You can also take advantage of this service. Sign up and use the code above to receive your discount.</p>
<p>We have scoured the internet for the best option to host, post, and sell photos. Having looked at SmugMug, Flickr, and many others, which all have great benefits, none other is as equal to <a href="http://www.zenfolio.com/" target="_blank">Zenfolio</a>. The <a href="http://www.zenfolio.com/zf/pricing.aspx" target="_blank">features at Zenfolio are amazing</a> compared to others. The interface is fantastic. It&#8217;s all around a great platform. <a href="https://www.zenfolio.com/zf/signup/plans.aspx" target="_blank">We have the Premium plan and love it</a>.</p>
<p>&#8220;Is it worth it?&#8221;, absolutely!</p>
<p>Use this code when you <a href="http://www.zenfolio.com/zf/pricing.aspx" target="_blank">sign up</a> and I will receive a referring bonus.</p>
<h1><strong><em><a href="http://www.zenfolio.com/zf/pricing.aspx">929-GZ4-MB9</a></em></strong></h1>
<p><a href="https://www.zenfolio.com/zf/signup/registration.aspx" target="_blank">Go here to subscribe</a>, type in your details, part way through the registration, enter the above code, and you&#8217;ll immediately receive a discount.</p>
<p>The best part about it is this, you can start right off with a full subscription and $10 off, or <a href="https://www.zenfolio.com/zf/signup/registration.aspx" target="_blank">take a test run (trial) for 14 days</a>, and then use the code for your discount. It&#8217;s a great deal. No hype, no over selling from me, just a straight-forward good deal!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.snapjag.com/2010/07/zenfolio-sign-up-discount/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<price></price>	</item>
		<item>
		<title>John Moyer &#8211; Comedian</title>
		<link>http://www.snapjag.com/2010/06/johnmoyer/</link>
		<comments>http://www.snapjag.com/2010/06/johnmoyer/#comments</comments>
		<pubDate>Mon, 28 Jun 2010 05:34:58 +0000</pubDate>
		<dc:creator>snapjag</dc:creator>
				<category><![CDATA[Entertainment]]></category>
		<category><![CDATA[Stories]]></category>
		<category><![CDATA[Venues]]></category>
		<category><![CDATA[Comedy]]></category>
		<category><![CDATA[John Moyer]]></category>
		<category><![CDATA[Wise Guys]]></category>

		<guid isPermaLink="false">http://www.snapjag.com/?p=946</guid>
		<description><![CDATA[Portfolio pictures of John Moyer at Wise Guys Comedy Club in West Valley City, Utah My wife and I had the great opportunity to visit the Wise Guy&#8217;s Comedy Club in West Valley City, Utah on May 10, 2010, to see the acclaimed John Moyer. He is a renowned comedian, actor, screenwriter, director, and is fantastically funny. [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://folio.snapjag.com/wiseguys/johnmoyer" target="_blank">Portfolio pictures of John Moyer</a> at <a href="http://www.wiseguyscomedy.com/v2/index_wvc.asp" target="_blank">Wise Guys Comedy Club in West Valley City, Utah</a></p>
<p>My wife and I had the great opportunity to visit the Wise Guy&#8217;s Comedy Club in West Valley City, Utah on May 10, 2010, to see the acclaimed John Moyer. He is a renowned comedian, actor, screenwriter, director, and is fantastically funny.<span id="more-946"></span></p>
<p><a href="http://www.johnmoyer.com" target="_blank"><img class="alignleft" style="margin-right: 5px;" title="John Moyer" src="http://folio.snapjag.com/img/s9/v13/p745603761-2.jpg" alt="" /></a>We started the night with ordering great food offered, meeting a few of the entertainers, club talent, and club employees. A very friendly place that attributes to a fun, comfortable atmosphere. The food was great, and we then sat back as we were thoroughly entertained by four comedians, and then the special, main entertainer, John Moyer.</p>
<p><a href="http://www.wiseguyscomedy.com/v2/index_wvc.asp"><img class="alignright" title="Wise Guys Comedy Club" src="http://www.wiseguyscomedy.com/v2_img/po_wvc.jpg" alt="Wise Guys Comedy Club" width="150" height="150" /></a>His jokes were funny, modern, and very relevant to today&#8217;s world and culture. We met with John after and talked about great experiences and fun adventures. If you get a chance to see John Moyer, visit his website at <a href="http://www.johnmoyer.com" target="_blank">http://www.johnmoyer.com</a> or his facebook at <a href="http://www.facebook.com/johnemoyer" target="_blank">http://www.facebook.com/johnemoyer</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.snapjag.com/2010/06/johnmoyer/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<price></price>	</item>
		<item>
		<title>The E Center Changes its Name</title>
		<link>http://www.snapjag.com/2010/06/the-e-center-is-now-the-maverik-center/</link>
		<comments>http://www.snapjag.com/2010/06/the-e-center-is-now-the-maverik-center/#comments</comments>
		<pubDate>Tue, 15 Jun 2010 14:07:15 +0000</pubDate>
		<dc:creator>snapjag</dc:creator>
				<category><![CDATA[Business]]></category>
		<category><![CDATA[Concerts]]></category>
		<category><![CDATA[Events]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[Venues]]></category>

		<guid isPermaLink="false">http://www.snapjag.com/?p=936</guid>
		<description><![CDATA[The E Center changes its name to The Maverik Center. This happened on Tuesday night at about 4PM on June 8th, 2010. This will do well in Utah as the stores have provided an image to blend well with the Desert, Outdoors, and Activity based atmosphere of the state.]]></description>
			<content:encoded><![CDATA[<p>Last week, there was <a href="http://www.sltrib.com/news/ci_15255656">news that The E Center has changed it&#8217;s name</a>. The E Center will now be known as The Maverik Center. I am personally very excited about this. It has a great ring to it, even though The E Center name has been around longer than The Energy Solutions Arena, the new name will help keep them from being confused. The Maverik stores have done well in Utah and blend well with the Desert, Outdoors, Activity based atmosphere of the state.</p>
<p>Regarding the name change, people are always up in arms about change and there are two sides of the coin on this; some like the corporate names and some would rather have them stay the name originally given to it. Some like the corporate names because the venue has better exposer, recongnition, and support; however, it can lead the venu to appear to be a big franchise amidst the community and looking more corporate. Taking on a private, neighborhood name makes the venue blend into the neighborhood with a style and &#8221;close to home&#8221; ownership of a personal, private, and community owned event center.</p>
<p>Which is better? Promoting and advertising a corporate business entity receiving corporate backing, name, and brand recognition. Or promoting a community, neighborhood, and family event center, with a risk of greater attention.</p>
<p>This also means that I have a new title, as &#8220;The Head Photographer of The Maverik Center&#8221;.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.snapjag.com/2010/06/the-e-center-is-now-the-maverik-center/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<price></price>	</item>
		<item>
		<title>Concert: Angles and Airwaves</title>
		<link>http://www.snapjag.com/2010/05/concert-angles-and-airwaves/</link>
		<comments>http://www.snapjag.com/2010/05/concert-angles-and-airwaves/#comments</comments>
		<pubDate>Thu, 06 May 2010 04:19:35 +0000</pubDate>
		<dc:creator>snapjag</dc:creator>
				<category><![CDATA[Concerts]]></category>
		<category><![CDATA[Entertainment]]></category>
		<category><![CDATA[Events]]></category>
		<category><![CDATA[Stories]]></category>

		<guid isPermaLink="false">http://www.snapjag.com/?p=919</guid>
		<description><![CDATA[This was a fantastic concert. The opening act for Weezer made a huge impression on the concert goers. Everyone was on their feet. They enjoyed the music and had a great time.]]></description>
			<content:encoded><![CDATA[<p>This was a fantastic concert. The opening act for Weezer made a huge impression on the concert goers. Everyone was on their feet. They enjoyed the music and had a great time.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.snapjag.com/2010/05/concert-angles-and-airwaves/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<price></price>	</item>
		<item>
		<title>Simple Progress Indicator</title>
		<link>http://www.snapjag.com/2010/04/simple-progress-indicator/</link>
		<comments>http://www.snapjag.com/2010/04/simple-progress-indicator/#comments</comments>
		<pubDate>Fri, 16 Apr 2010 16:39:43 +0000</pubDate>
		<dc:creator>snapjag</dc:creator>
				<category><![CDATA[News]]></category>

		<guid isPermaLink="false">http://www.snapjag.com/?p=897</guid>
		<description><![CDATA[Ever try to find a simple progress indicator using nothing but HTML/CSS. Sometimes things can get overly complicated and this makes it all the easier to have a straight-forward, clean, and un-complicated user interface. Besides, it&#8217;s fast and easy. That&#8217;s what our findings are all about. The results of this is: Progress: 15% The source [...]]]></description>
			<content:encoded><![CDATA[<p>Ever try to find a simple progress indicator using nothing but HTML/CSS. Sometimes things can get overly complicated and this makes it all the easier to have a straight-forward, clean, and un-complicated user interface. Besides, it&#8217;s fast and easy. That&#8217;s what our findings are all about.<br />
<span id="more-897"></span><br />
The results of this is:</p>
<table style="width: 25%;">
<tr>
<td style="padding:0px;border-style:none;padding-right:2px;" nowrap>
      <span style="font-size:11px;">Progress:</span>
    </td>
<td style="padding:0px;border-style:none;width:100%;">
<div style="width:99%;border:1px solid #cccccc;padding:1px;height:6px;">
<div style="width:15%;background:green;height:6px;"></div>
</p></div>
</td>
<td style="padding:0px;border-style:none;padding-left:5px;font-size:10px;">15%</td>
</tr>
</table>
<p>The source code is:</p>
<pre class="brush: html; ">

&lt;table style=&quot;width: 10%;&quot;&gt;
&lt;tr&gt;
    &lt;td style=&quot;padding:0px;border-style:none;padding-right:2px;&quot; nowrap&gt;
      &lt;span style=&quot;font-size:11px;&quot;&gt;Progress:&lt;/span&gt;
    &lt;/td&gt;
    &lt;td style=&quot;padding:0px;border-style:none;width:100%;&quot;&gt;
      &lt;div style=&quot;width:99%;border:1px solid #cccccc;padding:1px;height:6px;&quot;&gt;
        &lt;div style=&quot;width:15%;background:green;height:6px;&quot;&gt;&lt;/div&gt;
      &lt;/div&gt;
    &lt;/td&gt;
    &lt;td style=&quot;padding:0px;border-style:none;padding-left:5px;font-size:10px;&quot;&gt;8%&lt;/td&gt;
&lt;/tr&gt;
&lt;/table&gt;
</pre>
]]></content:encoded>
			<wfw:commentRss>http://www.snapjag.com/2010/04/simple-progress-indicator/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<price></price>	</item>
		<item>
		<title>Concert: Muse</title>
		<link>http://www.snapjag.com/2010/04/muse/</link>
		<comments>http://www.snapjag.com/2010/04/muse/#comments</comments>
		<pubDate>Tue, 13 Apr 2010 01:45:15 +0000</pubDate>
		<dc:creator>snapjag</dc:creator>
				<category><![CDATA[Concerts]]></category>
		<category><![CDATA[Events]]></category>
		<category><![CDATA[Stories]]></category>
		<category><![CDATA[Venues]]></category>
		<category><![CDATA[Muse]]></category>
		<category><![CDATA[The E Center]]></category>

		<guid isPermaLink="false">http://www.snapjag.com/?p=880</guid>
		<description><![CDATA[The concert for Muse was good. I didn&#8217;t stay for the entire concert, but was there for the first three songs as is customary and allowed by the band management. Muse came out standing on a 360 degree stage which had three columns for each member of the band to stand on. They were as [...]]]></description>
			<content:encoded><![CDATA[<p>The concert for Muse was good. I didn&#8217;t stay for the entire concert, but was there for the first three songs as is customary and allowed by the band management. Muse came out standing on a 360 degree stage which had three columns for each member of the band to stand on. They were as high as the rear seating where they could be seen from anywhere in the venue. The arena was screaming, enjoying the music and they played very well.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.snapjag.com/2010/04/muse/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<price></price>	</item>
		<item>
		<title>SQL Server Best Practices</title>
		<link>http://www.snapjag.com/2010/04/sql-server-best-practices/</link>
		<comments>http://www.snapjag.com/2010/04/sql-server-best-practices/#comments</comments>
		<pubDate>Mon, 12 Apr 2010 18:37:39 +0000</pubDate>
		<dc:creator>snapjag</dc:creator>
				<category><![CDATA[Business]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Database]]></category>
		<category><![CDATA[Database Administration]]></category>
		<category><![CDATA[SQL Server]]></category>

		<guid isPermaLink="false">http://www.snapjag.com/?p=873</guid>
		<description><![CDATA[There is nothing better than knowing exactly what needs to be done to get the best results from your technology. Especially from a database server. Why wouldn&#8217;t someone read the manual on how to care for a car to know how it works? Because everyone wants to have the satisfaction that they got in the [...]]]></description>
			<content:encoded><![CDATA[<p>There is nothing better than knowing exactly what needs to be done to get the best results from your technology. Especially from a database server.</p>
<p>Why wouldn&#8217;t someone read the manual on how to care for a car to know how it works? Because everyone wants to have the satisfaction that they got in the car, ran it, and never had to look at the manual! Yet, you didn&#8217;t know you had to do maintenance, where that maintenance should take place and at what intervals.  Well, this is where best practices come in. Don&#8217;t try and drive your car and let the engine churn without knowing how to best care for it.</p>
<p><a title="http://technet.microsoft.com/en-us/sqlserver/bb671430.aspx" href="http://technet.microsoft.com/en-us/sqlserver/bb671430.aspx">http://technet.microsoft.com/en-us/sqlserver/bb671430.aspx</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.snapjag.com/2010/04/sql-server-best-practices/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<price></price>	</item>
		<item>
		<title>Five Signs You Aren&#8217;t CIO Material</title>
		<link>http://www.snapjag.com/2010/04/five-signs-you-arent-cio-material/</link>
		<comments>http://www.snapjag.com/2010/04/five-signs-you-arent-cio-material/#comments</comments>
		<pubDate>Mon, 12 Apr 2010 17:45:29 +0000</pubDate>
		<dc:creator>snapjag</dc:creator>
				<category><![CDATA[Business]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[CIO]]></category>
		<category><![CDATA[Leadership]]></category>

		<guid isPermaLink="false">http://www.snapjag.com/?p=867</guid>
		<description><![CDATA[This video presents the top 5 attributes and skills that make up a CIO or Chief Information Officer. There are many paths to take in the IT industry, and one of those it up. All the way up to CIO. You will say to yourself, &#8220;I can do that job, I know everything about computers&#8221;. [...]]]></description>
			<content:encoded><![CDATA[<p>This video presents the top 5 attributes and skills that make up a CIO or Chief Information Officer. There are many paths to take in the IT industry, and one of those it up. All the way up to CIO. You will say to yourself, &#8220;I can do that job, I know everything about computers&#8221;. Yet, when it comes to visionary, strategic, and financial implementations these are things you want to avoid. Then you might want to make some adjustments that either help you to be more involved and understand those more, or set your sights on something different.</p>
<p>This is a must see so you get a head on your fast track before time ticks away. Jason Hiner from <a href="http://www.techrepublic.com" target="_blank">TechRepublic</a> provides a small clip that reviews these top challenges in this career path.</p>
<div style="text-align: center;"><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="432" height="362" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="data" value="http://image.com.com/gamespot/images/cne_flash/production/media_player/proteus/one/proteus2.swf" /><param name="FlashVars" value="playerMode=embedded&amp;allowFullScreen=1&amp;flavor=EmbeddedPlayerVersion&amp;showOptions=0&amp;skin=http://image.com.com/gamespot/images/cne_flash/production/media_player/proteus/one/skins/proteus-tr.png&amp;autoPlay=false&amp;movieAspect=4.3&amp;embeddingAllowed=true&amp;clockColor=0x3b3b3b&amp;marqueeColor=0x70AF00&amp;chromeColor=0xCF0000&amp;paramsURI=http://video.techrepublic.com.com%2F2461-14074_11-199336.xml%3Fwidth%3D432%26height%3D362%26ptype%3D6475%26mode%3Dembedded%26autoplay%3Dfalse" /><param name="wmode" value="transparent" /><param name="allowScriptAccess" value="always" /><param name="src" value="http://image.com.com/gamespot/images/cne_flash/production/media_player/proteus/one/proteus2.swf" /><param name="flashvars" value="playerMode=embedded&amp;allowFullScreen=1&amp;flavor=EmbeddedPlayerVersion&amp;showOptions=0&amp;skin=http://image.com.com/gamespot/images/cne_flash/production/media_player/proteus/one/skins/proteus-tr.png&amp;autoPlay=false&amp;movieAspect=4.3&amp;embeddingAllowed=true&amp;clockColor=0x3b3b3b&amp;marqueeColor=0x70AF00&amp;chromeColor=0xCF0000&amp;paramsURI=http://video.techrepublic.com.com%2F2461-14074_11-199336.xml%3Fwidth%3D432%26height%3D362%26ptype%3D6475%26mode%3Dembedded%26autoplay%3Dfalse" /><embed type="application/x-shockwave-flash" width="432" height="362" src="http://image.com.com/gamespot/images/cne_flash/production/media_player/proteus/one/proteus2.swf" allowscriptaccess="always" wmode="transparent" flashvars="playerMode=embedded&amp;allowFullScreen=1&amp;flavor=EmbeddedPlayerVersion&amp;showOptions=0&amp;skin=http://image.com.com/gamespot/images/cne_flash/production/media_player/proteus/one/skins/proteus-tr.png&amp;autoPlay=false&amp;movieAspect=4.3&amp;embeddingAllowed=true&amp;clockColor=0x3b3b3b&amp;marqueeColor=0x70AF00&amp;chromeColor=0xCF0000&amp;paramsURI=http://video.techrepublic.com.com%2F2461-14074_11-199336.xml%3Fwidth%3D432%26height%3D362%26ptype%3D6475%26mode%3Dembedded%26autoplay%3Dfalse" data="http://image.com.com/gamespot/images/cne_flash/production/media_player/proteus/one/proteus2.swf"></embed></object></div>
]]></content:encoded>
			<wfw:commentRss>http://www.snapjag.com/2010/04/five-signs-you-arent-cio-material/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<price></price>	</item>
		<item>
		<title>What is Zipping Files?</title>
		<link>http://www.snapjag.com/2010/04/zipping-files/</link>
		<comments>http://www.snapjag.com/2010/04/zipping-files/#comments</comments>
		<pubDate>Mon, 12 Apr 2010 14:33:10 +0000</pubDate>
		<dc:creator>snapjag</dc:creator>
				<category><![CDATA[Computers]]></category>
		<category><![CDATA[Mac]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[How-To]]></category>
		<category><![CDATA[Zip]]></category>

		<guid isPermaLink="false">http://www.snapjag.com/?p=858</guid>
		<description><![CDATA[Compress files into a smaller format for transport via email, thumb-drive, or for storage. This is by bundling and reducing the size of the original files. This will not harm the original content, and can help to increase space. Some files can not be compressed, like JPG photos. But others are great for compression, like document files.]]></description>
			<content:encoded><![CDATA[<p>Zipping files on a Mac or Windows is straight-forward. You used to have to buy an application to zip files, and now the operating system has it built in, at least for the simple and basic tasks. This was included since Mac OSX 10.3 and later and in Windows XP and later.</p>
<p>Zipping capabilities are limited in these free OS versions. For example, it isn&#8217;t permitted to set password on the zip file, so make sure you don&#8217;t send sensitive information through the internet or to other people. It&#8217;s also not permitted to adjust how much compression is applied, or making an EXE version (for decompressing on a system that doesn&#8217;t have Zip capabilities). In order to get zipping with passwords and other enhanced features, you will still need to resort to purchasing an application, for the Mac, it can be <a href="http://www.stuffit.com" target="_blank">StuffIt Pro</a>; for Windows, it can be <a href="http://www.winzip.com/downwz.htm" target="_blank">WinZip</a>. There are other free utilities that that offer enhanced features for free, like from <a href="http://www.7-zip.org/" target="_blank">7-Zip</a> or <a href="http://www.rarlab.com/" target="_blank">WinRAR</a>.</p>
<p><strong>What is a Zip file?</strong></p>
<p>Zip files are a way to take many files on a disk, bundle them into a single file and apply compression to them to shrink the final resulting files into a smaller result than the sum of the total set of files being package/zipped/compressed. The files are made of the original files represented in a compressed format. Many operating systems have built-in Zipping or compression capabilities now, so you won&#8217;t have to buy an application for simple compressing/bundling tasks.</p>
<p>In simple terms, if you have a lot of the same letters and numbers in a document, Zipping the document would count how many duplicates there are, where they are located, and take them how, thus compressing the document. The document is not readable in the compressed format, but it can then be &#8220;unzipped&#8221; and the document will be reconstructed to it&#8217;s original form with all the duplicate letters, numbers, and other characters.</p>
<p>The files that don&#8217;t compress well are JPG photo files and other formats that already in a &#8220;compressed&#8221; format. It does still mean thought that you can &#8220;package&#8221; or &#8220;bundle&#8221; your files using Zip even though the compression may not reduce the file size. This is particularly important when you want to send one file to someone. For example, you have 50 new photos you&#8217;ve taken of a place you visited, you want to send those to someone, zip them up in to one &#8220;zip package&#8221; file. This eliminates sending all 50 files. The compression won&#8217;t be good, so the file will be large, so watch out for that. But you can still send the single file.</p>
<h1>How Do I Zip Files?</h1>
<p>This can be accomplished the same way on either Mac or Windows:</p>
<ol>
<li>Pick a set of files, or a folder that contains the files to package/compress</li>
<li>On Windows, right-click and &#8220;Send To | Compressed (Zipped) Folder&#8221;</li>
<li>On Mac, right-click or ctrl+left-click and choose &#8220;Compress Files&#8221;</li>
</ol>
<p>A single file will be created with all original files packaged and compressed and bundled into it for storage, email delivery, or thumb-drive transport.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.snapjag.com/2010/04/zipping-files/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<price></price>	</item>
	</channel>
</rss>

