<?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>Daniel Kramer</title>
	<atom:link href="http://www.danielkramer.eu/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.danielkramer.eu</link>
	<description>Taking photos of clouds since 2010!</description>
	<lastBuildDate>Fri, 20 Jan 2012 17:16:55 +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>Opening the current Safari URL in Chrome with Alfred</title>
		<link>http://www.danielkramer.eu/2011/08/alfred/</link>
		<comments>http://www.danielkramer.eu/2011/08/alfred/#comments</comments>
		<pubDate>Thu, 11 Aug 2011 05:41:54 +0000</pubDate>
		<dc:creator>Daniel Kramer</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[Alfred]]></category>
		<category><![CDATA[AppleScript]]></category>

		<guid isPermaLink="false">http://www.danielkramer.eu/?p=317</guid>
		<description><![CDATA[One of the things that has been showing up in my feeds for years was the recommendation to use a keyboard launcher. Every now and then I tried one, but got rid of it after a few days. Too complex, too developer-y, too couldn&#8217;t-see-the-benefit (crazy, I know). This changed when I met , which (who?) ...]]></description>
			<content:encoded><![CDATA[<p style="text-align:justify">One of the things that has been showing up in my feeds for years was the recommendation to use a keyboard launcher. Every now and then I tried one, but got rid of it after a few days. Too complex, too developer-y, too couldn&#8217;t-see-the-benefit (crazy, I know). This changed when I met <a class="icon_text icon_link green" href="http://www.alfredapp.com/">Alfred</a>, which (who?) does so much that I can&#8217;t even begin to tell you, and at the same time integrates seamlessly into the way I use my Mac. Let me spell it out for you: <strong>I love it</strong>. And the base version is free, though I recommend getting the powerpack for a special pre-1.0-release price, because this is where the real fun begins. It&#8217;s even on the <a class="icon_text icon_link green" href="http://itunes.apple.com/de/app/alfred/id405843582?mt=12">Mac App Store</a>. There, I just eradicated your last excuse to not get it immediately.</p>
<p style="text-align:justify">Anyway, Alfred recently became even more capable with the introduction of <a class="icon_text icon_link green" href="http://help.alfredapp.com/extensions/">extensions</a> (available to powerpack users &#8211; told ya to get it!), which marks the departure from Alfred as an app to Alfred as a platform. With extensions users can perform actions or run scripts.</p>
<p style="text-align:justify">With the help of some people who actually know <a class="icon_text icon_link green" href="http://www.tuaw.com/2011/03/14/use-applescript-to-open-current-safari-url-in-google-chrome/">a thing</a> or <a class="icon_text icon_link green" href="http://laclefyoshi.blogspot.com/2010/10/google-chrome-ver.html">two</a> about AppleScript I managed to write (make/create/copy together?) my first extension for Alfred: &#8220;Send URL to Chrome&#8221;. What this does is send the URL of the website that is currently open in Safari to Chrome. As you may have noticed after upgrading to Lion is that it comes without Flash, and some people, including <a class="icon_text icon_link green" href="http://daringfireball.net/2010/11/flash_free_and_cheating_with_google_chrome">John Gruber</a> himself recommend you try to live without it. I surely do. But at times you do need it, and since Chrome comes bundled with Flash all by itself you can now use this Alfred extension to view this bad bad site &#8211; that wants you to install a plug-in you don&#8217;t want to install &#8211; in Chrome in perfectly good shape. Just fire up Alfred, start typing your personal keyword, and there you are.</p>
<p><a class="icon_text icon_link green" href="http://db.tt/IN05E42">Download the extension here</a></p>
<p style="text-align:justify">Note: For this to work properly it&#8217;s best to have Chrome running. You don&#8217;t necessarily need to have a window open, though this might cause <a class="icon_text icon_link green" href="http://tidbits.com/e/12398">problems with Lion&#8217;s Automatic Termination functionality</a>. Also I want to make clear that I know nothing about AppleScript and have only copied this together from mentioned places on the web. Alas, I&#8217;d like to take credit for making it work without Chrome having an open window. If for some strange reason you don&#8217;t want to use Alfred and just want the AppleScript, here you go:</p>
<div class="divider_line"></div>
<p>property theURL : &#8220;&#8221;</p>
<p>tell application &#8220;Safari&#8221;</p>
<p>set theURL to URL of current tab of window 1</p>
<p>end tell</p>
<p>tell application &#8220;Google Chrome&#8221;</p>
<p>if (count of windows) is 0<br />
    make new window<br />
else<br />
    make new tab at end of tabs of front window<br />
end if</p>
<p>delay 1</p>
<p>set URL of active tab of front window to theURL</p>
<p>activate</p>
<p>end tell</p>
<div class="divider_line"></div>
]]></content:encoded>
			<wfw:commentRss>http://www.danielkramer.eu/2011/08/alfred/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Deconstruction &#8211; Landing Stage</title>
		<link>http://www.danielkramer.eu/2011/07/deconstruction/</link>
		<comments>http://www.danielkramer.eu/2011/07/deconstruction/#comments</comments>
		<pubDate>Sat, 16 Jul 2011 19:02:37 +0000</pubDate>
		<dc:creator>Daniel Kramer</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[iPhoneography]]></category>
		<category><![CDATA[Instagram]]></category>
		<category><![CDATA[original content]]></category>

		<guid isPermaLink="false">http://www.danielkramer.eu/?p=216</guid>
		<description><![CDATA[This has been my most liked post to Instagram since I actively joined this awesome photosharing-community about 8 months ago. At the time of this writing it has received 555 likes and 54 comments, which in my experience is a pretty nice ratio of likes &#8211; followers. Always on the lookout for genuine content for ...]]></description>
			<content:encoded><![CDATA[<p style="text-align: justify;">This has been my most liked post to Instagram since I actively joined this awesome photosharing-community about 8 months ago. At the time of this writing it has received 555 likes and 54 comments, which in my experience is a pretty nice ratio of likes &#8211; followers.<br />
Always on the lookout for genuine content for this little blog I figured that there might just be a common interest in how this image was created &#8211; which apps and filters were used and how I ultimately achieved this look.</p>
<p style="text-align: justify;">Disclaimer: I do not purport in any way that this is great photography, or even great iPhonegraphy for that matter. I’m just playing around with some apps &#8211; nothing extraordinary!</p>
<h4 id="appsused" style="text-align: justify;">Apps used</h4>
<p style="text-align: justify;">From the plethora of photography apps on my iPhone &#8211; more on this little addiction of mine (and if you’re reading this: yours as well) some other time &#8211; I used a combination that is fairly common in my iPhoneography:</p>
<ol>
<li><a href="http://itunes.apple.com/de/app/bracket-mode/id407970599?mt=8">Bracket Mode</a>*</li>
<li><a href="http://itunes.apple.com/de/app/pro-hdr/id347104281?mt=8">ProHDR</a>*</li>
<li><a href="http://itunes.apple.com/de/app/id329670577?mt=8">Camera+</a>*</li>
<li><a href="http://itunes.apple.com/de/app/instagram/id389801252?mt=8">Instagram</a>*</li>
</ol>
<p>Let me guide you through this workflow that is very typical for me:</p>
<h5 id="bracketmode">1. Bracket Mode</h5>
<p style="text-align: justify;"><img id="" src="http://www.danielkramer.eu/wp-content/uploads/2011/07/landing-stage1.jpg" alt="Bracket 1: exposed for the brighter parts of the image" width="240" height="180" /> <img id="" src="http://www.danielkramer.eu/wp-content/uploads/2011/07/landing-stage2.jpg" alt="Bracket 2: exposed for the darker parts of the image" width="240" height="180" /><br />
This is a great little app that let’s you quickly take 2 exposures for combining them later. I really love this simple app, because I can capture a few brackets with different settings on the go and then combine them with ProHDR sometime later, when there’s more time. You can let the app decide on which part of the image to base the exposures on or choose manually.</p>
<h5 id="prohdr">2. ProHDR</h5>
<p style="text-align: justify;"><img id="" src="http://www.danielkramer.eu/wp-content/uploads/2011/07/landing-stage3.jpg" alt="Combined image" width="240" height="180" /><br />
This app works well for combining two exposures &#8211; either taken inside the app or imported from the camera roll &#8211; into one image with a high dynamic range. In practice you almost always get unwanted halo-effects in those parts of the final image where the two base-images are merged. You can prevent this by taking two base-exposures that are not so far apart, but then again, this is what you use an app like this for in the first place, right? The resulting image is far more dramatic that if you just used the HDR-functionality of Apple’s Camera app, so it’s perfectly right for me.</p>
<h5 id="camera">3. Camera+</h5>
<p style="text-align: justify;"><img id="" src="http://www.danielkramer.eu/wp-content/uploads/2011/07/landing-stage4.jpg" alt="Oversaturated and cropped version after Camera+" width="240" height="240" /><br />
This one you have already, right? One of the most prominent camera-replacement apps in the App Store, Camera+ gives you tons of functionality: Tap to focus and set exposure and a 6x digital zoom (who needs this?) to start. What’s more, it features an excellent little post-production suite, with a variety of scenes (to set the basic “feeling” of your image or imitate a certain condition you were in when you took it) and tons of brilliant filters. It doesn’t give you as much control over your images as <a href="http://itunes.apple.com/de/app/iris-photo-suite/id377598786?mt=8">Iris Photo Suite</a>* or the amazing <a href="http://itunes.apple.com/de/app/photoforge2/id435789422?mt=8">Photoforge 2</a>*, which both come pretty close to being fully featured image editors, but that’s not the point of Camera+. The point is to allow everyone and their neighbor to make images look awesome &#8211; and Camera+ does a magnifiecient job. (Know that this app may be despised by a certain breed of people &#8211; namely “real” photographers &#8211; and I can see why: It’s fiddling around with presets instead of really editing, but ultimately I don’t care, and neither should you.)<br />
For this image, I chose the scene “Clarity”, which is Camera+’s one stop to awesomeness: It brightens up the shadows and widens the dynamic range of the image, so in itself it is a HDR-effect. Since I already had an HDR-image before loading it into Camera+, the result is even more dramatic. Be aware that if your base-image is too dark you will get a lot of noise with this.<br />
I then cropped the image to a square ratio, trying to follow the rule-of-thirds as much as possible (just look where in the final image I positioned the end of the landing stage &#8211; this is where you want the most important part of your image to be, at least in most cases. (Remember: Even the best rules must be broken from time to time.)<br />
Next up is the Effects-panel. In this case I chose “Vibrant”, which ups the saturation a ton and does all sorts of things to make your image more, well, vibrant. I wouldn’t want to post it like this, but knowing what’s ahead this is perfect &#8211; call it overcorrection.</p>
<h5 id="instagram">4. Instagram</h5>
<p style="text-align: justify;"><img id="" src="http://www.danielkramer.eu/wp-content/uploads/2011/07/landing-stage5.jpg" alt="Final image" width="400" height="400" /><br />
Finally it’s time to load the image into Instagram. It’s already cropped perfectly, so all there’s left to do is to chose a final filter. Knowing from the start that I’d be using “Earlybird” for this one, I had oversaturated the image in the previous step on purpose. It’s still a good idea to check out some of the other filters, since another one might fit better and blow you away. In this case, Earlybird it was.<br />
Last but not least is the title of the image. I tend to chose a title that describes/names what’s in the image… Very creative, I know. Not knowing the word I looked it up, and even though I’m still not entirely convinced this is the right term (someone suggested “boat dock” insteadt) I went for it.</p>
<h4 id="conclusion">Conclusion</h4>
<p>I know from experience that a large number if likes and comments on Instagram doesn’t come out of nowhere but instead depends on a combination of things: Besides a decent number of followers and a good image to start with there is also timing to consider: You have to know when (the majority of) your followers are online. This is more important than you might think at first.<br />
With this image I was especially lucky, because everything came together. I’m still flabbergasted by the response I got for it and want to thank everyone who has liked or commented the image on IG or has made it to the bottom of this post.</p>
<p>*These are NOT affiliate links. If I get the hang of this and make it a regular thing, they may be in the future.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.danielkramer.eu/2011/07/deconstruction/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>+500 likes on Instagram</title>
		<link>http://www.danielkramer.eu/2011/07/500-likes-on-instagram/</link>
		<comments>http://www.danielkramer.eu/2011/07/500-likes-on-instagram/#comments</comments>
		<pubDate>Fri, 08 Jul 2011 12:45:14 +0000</pubDate>
		<dc:creator>Daniel Kramer</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[iPhoneography]]></category>
		<category><![CDATA[Instagram]]></category>

		<guid isPermaLink="false">http://www.danielkramer.eu/2011/07/500-likes-on-instagram/</guid>
		<description><![CDATA[This has been my mostliked image on Instagram so far&#8230; wow, thnx everyone! I&#8217;ll deconstruct it here soon and tell y&#8217;all how I did it&#8230;!]]></description>
			<content:encoded><![CDATA[<p>This has been my mostliked image on Instagram so far&#8230; wow, thnx everyone! I&#8217;ll deconstruct it here soon and tell y&#8217;all how I did it&#8230;!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.danielkramer.eu/2011/07/500-likes-on-instagram/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Posting via app</title>
		<link>http://www.danielkramer.eu/2011/07/posting-via-app/</link>
		<comments>http://www.danielkramer.eu/2011/07/posting-via-app/#comments</comments>
		<pubDate>Sun, 03 Jul 2011 17:26:32 +0000</pubDate>
		<dc:creator>Daniel Kramer</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[Meta]]></category>
		<category><![CDATA[image]]></category>
		<category><![CDATA[meta]]></category>

		<guid isPermaLink="false">http://www.danielkramer.eu/2011/07/posting-via-app/</guid>
		<description><![CDATA[If you&#8217;re seeing this in your rss-reader then you must be one of my 4 subscribers&#8230;!]]></description>
			<content:encoded><![CDATA[<p>If you&#8217;re seeing this in your rss-reader then you must be one of my 4 subscribers&#8230;!</p>
<p><a href="http://www.danielkramer.eu/wp-content/uploads/2011/07/20110703-192758.jpg"><img src="http://www.danielkramer.eu/wp-content/uploads/2011/07/20110703-192758.jpg" alt="20110703-192758.jpg" class="alignnone size-full" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.danielkramer.eu/2011/07/posting-via-app/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>one reason to love her</title>
		<link>http://www.danielkramer.eu/2011/07/one-reason-to-love-her/</link>
		<comments>http://www.danielkramer.eu/2011/07/one-reason-to-love-her/#comments</comments>
		<pubDate>Sat, 02 Jul 2011 22:23:42 +0000</pubDate>
		<dc:creator>Daniel Kramer</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[Musings]]></category>
		<category><![CDATA[poem]]></category>
		<category><![CDATA[poetry]]></category>

		<guid isPermaLink="false">http://www.danielkramer.eu/?p=153</guid>
		<description><![CDATA[disturbed by how relentless you address those problems i consider to be less important to our everyday existence i enviously yearn for your persistence]]></description>
			<content:encoded><![CDATA[<p>disturbed by how relentless you address<br />
those problems i consider to be less<br />
important to our everyday existence<br />
i enviously yearn for your persistence</p>
]]></content:encoded>
			<wfw:commentRss>http://www.danielkramer.eu/2011/07/one-reason-to-love-her/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Redesign</title>
		<link>http://www.danielkramer.eu/2011/07/redesign/</link>
		<comments>http://www.danielkramer.eu/2011/07/redesign/#comments</comments>
		<pubDate>Sat, 02 Jul 2011 15:58:44 +0000</pubDate>
		<dc:creator>Daniel Kramer</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[Meta]]></category>
		<category><![CDATA[meta]]></category>

		<guid isPermaLink="false">http://www.danielkramer.eu/?p=138</guid>
		<description><![CDATA[This website is undergoing a redesign. Please come back next week!]]></description>
			<content:encoded><![CDATA[<p>This website is undergoing a redesign. Please come back next week!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.danielkramer.eu/2011/07/redesign/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

