<?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>Digital Parsimony &#187; howto</title>
	<atom:link href="http://vladg.com/category/howto/feed/" rel="self" type="application/rss+xml" />
	<link>http://vladg.com</link>
	<description>A blog from the perspective of Vlad, a modern-day techie. The content includes elements of design and tech. trends, with a strong emphasis on the beauty of simplicity.</description>
	<lastBuildDate>Thu, 09 Jun 2011 13:08:24 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Easily shrink PDFs in OS X</title>
		<link>http://vladg.com/2011/03/easily-shrink-pdfs-in-os-x/</link>
		<comments>http://vladg.com/2011/03/easily-shrink-pdfs-in-os-x/#comments</comments>
		<pubDate>Thu, 31 Mar 2011 18:45:49 +0000</pubDate>
		<dc:creator>Vlad</dc:creator>
				<category><![CDATA[howto]]></category>
		<category><![CDATA[technology]]></category>
		<category><![CDATA[easy]]></category>
		<category><![CDATA[os x]]></category>
		<category><![CDATA[pdf]]></category>
		<category><![CDATA[shrink]]></category>
		<category><![CDATA[tutorial]]></category>

		<guid isPermaLink="false">http://vladg.com/?p=341</guid>
		<description><![CDATA[I just learned something new today. I&#8217;ve been using Quartz filters in OS X&#8217;s Preview for the longest time to reduce the file size of PDF presentations. My only gripe has been that the image quality is significantly reduced and visible. The built-in &#8220;Reduce File Size&#8221; Quartz filter can take a 10.2mb presentation down to [...]]]></description>
			<content:encoded><![CDATA[<p>I just learned something new today. I&#8217;ve been using Quartz filters in OS X&#8217;s Preview for the longest time to reduce the file size of PDF presentations. My only gripe has been that the image quality is significantly reduced and visible.</p>
<p>The built-in &#8220;Reduce File Size&#8221; Quartz filter can take a 10.2mb presentation down to 0.6mb in a flash. I&#8217;ve always wanted an in-between; something that can take 10.2mb down to 3.0mb or so and still look nice. To do this, you use a little built-in utility called ColorSync.</p>
<p>ColorSync allows you to create your own Quartz filters.</p>
<ol>
<li>Open ColorSync (Applications &gt; Utilities &gt; ColorSync Utility)</li>
<li>Hit &#8220;Filters&#8221;</li>
<li>Hit the arrow to the right of the &#8220;Reduce File Size&#8221; filter and select &#8220;Duplicate Filter&#8221;</li>
<li>Double click on the new filter &#8220;Reduce File Size copy&#8221; and rename it to something like &#8220;Reduce File Size HQ&#8221;</li>
<li>Hit the drop-down arrow next to &#8220;Reduce File Size HQ&#8221;</li>
<li>Hit the drop-down arrow next to &#8220;Image Sampling&#8221;</li>
<li>Fill in the following options:
<p>Scale: 80%<br />
Resolution: &lt;leave blank&gt;<br />
Max: 768<br />
Min: 128<br />
Quality: High</li>
<li>You&#8217;re done! Now open any PDF, and select File &gt; Save As&#8230;</li>
<li>Select your newly-created Quartz filter under the &#8220;Quarts&#8221; drop-down menu, and save your new PDF.</li>
</ol>
<p><a href="http://www.hoboes.com/Mimsy/hacks/quality-reduced-file-size/">Mimsy: Quality reduced file size in Mac OS X Preview</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://vladg.com/2011/03/easily-shrink-pdfs-in-os-x/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Crack Excel password protected sheets, no software required</title>
		<link>http://vladg.com/2009/04/crack-excel-password-protected-sheets-no-software-required/</link>
		<comments>http://vladg.com/2009/04/crack-excel-password-protected-sheets-no-software-required/#comments</comments>
		<pubDate>Sun, 05 Apr 2009 17:19:40 +0000</pubDate>
		<dc:creator>Vlad</dc:creator>
				<category><![CDATA[howto]]></category>
		<category><![CDATA[technology]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[crack]]></category>
		<category><![CDATA[excel]]></category>
		<category><![CDATA[microsoft]]></category>
		<category><![CDATA[password]]></category>
		<category><![CDATA[security]]></category>
		<category><![CDATA[software]]></category>

		<guid isPermaLink="false">http://vladg.com/?p=283</guid>
		<description><![CDATA[Over time, Microsoft has increased the importance of security in their pecking order, but Microsoft Excel&#8217;s password protection is still rather lack-luster. A few days ago, a co-worker had asked me for help in recovering a password she had forgotten for an old Excel spreadsheet. Luckily, this can be done with absolutely no additional software. [...]]]></description>
			<content:encoded><![CDATA[<p>Over time, Microsoft has increased the importance of security in their pecking order, but Microsoft Excel&#8217;s password protection is still rather lack-luster. A few days ago, a co-worker had asked me for help in recovering a password she had forgotten for an old Excel spreadsheet. Luckily, this can be done with absolutely no additional software.</p>
<p>This routine provides a password to unprotect your worksheet. However, it may not give you the original password that was used.<span id="more-283"></span></p>
<ul>
<li>Open the workbook that has the protected sheet in it. Hit <strong><em>Alt+F11</em></strong> to view the <em>Visual Basic Editor</em>. Hit <strong><em>Insert-Module</em></strong> and paste this code into the right-hand code window:</li>
</ul>
<pre class="brush: vb; title: ;">Sub PasswordBreaker()
 'Author unknown but submitted by brettdj of www.experts-exchange.com

 Dim i As Integer, j As Integer, k As Integer
 Dim l As Integer, m As Integer, n As Integer
 Dim i1 As Integer, i2 As Integer, i3 As Integer
 Dim i4 As Integer, i5 As Integer, i6 As Integer
 On Error Resume Next
 For i = 65 To 66: For j = 65 To 66: For k = 65 To 66
 For l = 65 To 66: For m = 65 To 66: For i1 = 65 To 66
 For i2 = 65 To 66: For i3 = 65 To 66: For i4 = 65 To 66
 For i5 = 65 To 66: For i6 = 65 To 66: For n = 32 To 126

 ActiveSheet.Unprotect Chr(i) &amp; Chr(j) &amp; Chr(k) &amp; _
 Chr(l) &amp; Chr(m) &amp; Chr(i1) &amp; Chr(i2) &amp; Chr(i3) &amp; _
 Chr(i4) &amp; Chr(i5) &amp; Chr(i6) &amp; Chr(n)
 If ActiveSheet.ProtectContents = False Then
 MsgBox &quot;One usable password is &quot; &amp; Chr(i) &amp; Chr(j) &amp; _
 Chr(k) &amp; Chr(l) &amp; Chr(m) &amp; Chr(i1) &amp; Chr(i2) &amp; _
 Chr(i3) &amp; Chr(i4) &amp; Chr(i5) &amp; Chr(i6) &amp; Chr(n)
 ActiveWorkbook.Sheets(1).Select
 Range(&quot;a1&quot;).FormulaR1C1 = Chr(i) &amp; Chr(j) &amp; _
 Chr(k) &amp; Chr(l) &amp; Chr(m) &amp; Chr(i1) &amp; Chr(i2) &amp; _
 Chr(i3) &amp; Chr(i4) &amp; Chr(i5) &amp; Chr(i6) &amp; Chr(n)
 Exit Sub
 End If
 Next: Next: Next: Next: Next: Next
 Next: Next: Next: Next: Next: Next

End Sub
</pre>
<ul>
<li>Close the VB Editor window. Navigate to the worksheet you want to unprotect. Hit<strong> </strong><strong><em>Tools-Macro-Macros</em></strong> and double-click <em>PasswordBreaker</em> in the list.</li>
</ul>
<p>Original tutorial can found at <a href="http://www.theofficeexperts.com/VBASamples/Excel02.htm">The Office Experts Sample VBA</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://vladg.com/2009/04/crack-excel-password-protected-sheets-no-software-required/feed/</wfw:commentRss>
		<slash:comments>14</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/


Served from: vladg.com @ 2012-02-10 16:12:58 -->
