<?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>Thomas Ljungberg - Bröllopsfotograf Stockholm</title>
	<atom:link href="http://aurora-foto.se/lang/sv/feed/" rel="self" type="application/rss+xml" />
	<link>http://aurora-foto.se</link>
	<description>Porträtt-, bröllops- och konstfotograf Stockholm</description>
	<lastBuildDate>Wed, 22 May 2013 17:18:23 +0000</lastBuildDate>
	<language>sv</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
		<item>
		<title>Protected: Järfällagymnasterna 2013</title>
		<link>http://aurora-foto.se/lang/sv/2013/05/jarfallagymnasterna-2013</link>
		<comments>http://aurora-foto.se/lang/sv/2013/05/jarfallagymnasterna-2013#comments</comments>
		<pubDate>Wed, 22 May 2013 17:18:23 +0000</pubDate>
		<dc:creator>Thomas</dc:creator>
				<category><![CDATA[Kunder]]></category>

		<guid isPermaLink="false">http://aurora-foto.se/?p=1381</guid>
		<description><![CDATA[There is no excerpt because this is a protected post.]]></description>
				<content:encoded><![CDATA[<form action="http://aurora-foto.se/wp/wp-login.php?action=postpass" method="post">
<p>This post is password protected. To view it please enter your password below:</p>
<p><label for="pwbox-1381">Password: <input name="post_password" id="pwbox-1381" type="password" size="20" /></label> <input type="submit" name="Submit" value="Submit" /></p>
</form>
]]></content:encoded>
			<wfw:commentRss>http://aurora-foto.se/lang/sv/2013/05/jarfallagymnasterna-2013/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Modifying the Lightroom Calendar Template</title>
		<link>http://aurora-foto.se/lang/sv/2013/01/modifying-lightroom-calendar</link>
		<comments>http://aurora-foto.se/lang/sv/2013/01/modifying-lightroom-calendar#comments</comments>
		<pubDate>Tue, 15 Jan 2013 06:56:57 +0000</pubDate>
		<dc:creator>Thomas</dc:creator>
				<category><![CDATA[Lightroom]]></category>
		<category><![CDATA[Fotografer]]></category>
		<category><![CDATA[calendar template]]></category>
		<category><![CDATA[lightroom]]></category>
		<category><![CDATA[lightroom preset]]></category>

		<guid isPermaLink="false">http://aurora-foto.se/?p=1309</guid>
		<description><![CDATA[Previously, I&#8217;ve posted about the 2013 Lightroom calendar template files that are used to create personal calendars using Lightrooms Print module. This post will walk you through the structure of the fully layered calendar template files and how you go about to modify them. Previous years, the package contained one psd-file for each month, each [...]]]></description>
				<content:encoded><![CDATA[<p>Previously, I&#8217;ve posted about the 2013 Lightroom calendar template files that are used to <a title="Lightroom Calendar Templates" href="http://aurora-foto.se/lightroom-calendar-template/">create personal calendars using Lightrooms Print module</a>. This post will walk you through the structure of the fully layered calendar template files and how you go about to modify them.</p>
<p>Previous years, the package contained one psd-file for each month, each with different layer groups containing the specific texts for each language. This was rather cumbersome to maintain and modify. If you wanted to change the font for a text, this had to be done in each file, i.e. 12 times. So more advanced changes in the templates could give you much repetitive work. Not to mention the work needed to be done by me to create new templates for each new year&#8230;</p>
<h3>Enter Photoshop variables and data sets</h3>
<p>This years version (2013) uses Photoshop variables and different variable sets. In short, each text layer is defined with a variable and by using different data sets it is possible to change the text content for each text layer dynamically. The data sets can also control if different layers should be visible or not. So for each month, in each language, there is a different data set defined, setting the month text, all the days names, each individual date, the week numbers, etc and also showing the correct background area to match and gray out the previous and following months.</p>
<p>By using variables and data sets you can use the same basic master file (<a title="Lightroom Calendar Templates – 2013" href="http://aurora-foto.se/lightroom-calendar-template/">2013 Lightroom calendar preset</a>), and create different output files for each language and each month by applying different data sets. To modify the look of the template, the modification only needs to be done once in the master file. After that the new templates can be &#8220;generated&#8221; using the data sets. More on that a little later.</p>
<p>I&#8217;ve linked to some basic information/tutorials on Photoshop variables and data sets further down for reference.</p>
<h3>Template file layers</h3>
<p>But first, let us look into the different layers in the fully layered template file.</p>
<p>Starting from the top:</p>
<p><img class="alignright size-full wp-image-1312" title="Calendar template layers" src="http://aurora-foto.se/wp/wp-content/uploads/Template_layers.png" alt="Calendar template layers" width="368" height="375" /></p>
<ul>
<li><strong>Set</strong> &#8211; This is a hidden layer holding the data set name. It should always be hidden, so no modification of this is ever needed. It is needed as a placeholder when loading data sets from a file.</li>
<li><strong>Year</strong> &#8211; Holds the year text (&#8217;2013&#8242;)</li>
<li><strong>Month</strong> &#8211; Holds the main month text (&#8216;January&#8217;, &#8216;February&#8217;, etc depending on language)</li>
<li><strong>Weekdays</strong> &#8211; A layer group that holds the individual layers in the top row holding the weekday texts (Monday, Tuesday, etc)</li>
<li><strong>Hide last row</strong> &#8211; Most months only contain dates during five consecutive weeks, but some have dates during six weeks. This layer holds a vector mask that hides the bottom rows information (week number, dates, grid, etc). So for most weeks this layer is visible, but for months with six weeks, it is hidden. This layer is displayed and hidden using variables and information in the data sets.</li>
<li><strong>Weeks</strong> &#8211; A layer group holding the week number texts on the left. If you do not wish to show these, just hide this group in your master file.</li>
<li><strong>Main grid</strong> &#8211; Holds a number of vector mask layers (with a 2 px stroke in it&#8217;s layer style) that makes up the main grid in the calendar. Not very pretty, but it gets the end result done.</li>
<li><strong>Start-End Grid</strong> &#8211; A layer group that holds vector mask layers that gives the background colors for the weekends as well as the background color for dates in the preceding and following months. These areas will shift depending on the number of days in the month and when the month starts. There are different layer groups defined for all needed combinations; 28 day month starting on a Friday (Fri-28), 30 day month starting on a Saturday (Sat-30), etc. These are displayed and hidden using variables and information in the data sets.</li>
<li><strong>Dates</strong> &#8211; A layer group containing one text layer for each date in the calendar grid. The actual text in each layer is controlled by the data sets.</li>
<li><strong>Background</strong> &#8211; Sets the main background color and contains additional vector masks to control the area and background color for the shadings behind the week numbers, week days and the top month text areas.</li>
</ul>
<h3>General update process</h3>
<p>The main idea is that you should not need to change/update the actual texts in the template. See these as placeholders for the text with an example month to start out with. Do any layout changes (change fonts, move the texts, change colors, change text size, add your own logo layer, etc) with the example month as reference. You will then generate all the twelve templates files (one for each month) using the data sets that is included in the template file. When doing this, Photoshop will replace the example texts so that the correct dates, month text, etc are displayed.</p>
<h3>Making adjustments</h3>
<p>You can make just about any modification to the calendar template file, as long as you</p>
<ul>
<li>keep all the text layers</li>
<li>keep all the layers in the &#8220;Start-End Grid&#8221; group</li>
<li>keep the &#8220;Hide last row&#8221; layer</li>
<li>Don&#8217;t rename any of the above layers</li>
</ul>
<p>Apart from that you can change fonts, texts sizes, move around the texts, change colours, add new layers (not using the same layer name as the above mentioned layers), add layer styles, etc.</p>
<p>If you change the date and/or week number texts (font, size, colour, etc), don&#8217;t forget the sixth week! A good idea is to hide the &#8220;Hide last row&#8221; layer when modifying the master file to display these when working. You do not need to worry about the actual texts (month, weekdays, dates, etc). These will be changed when we apply the data sets.</p>
<p><em><strong>I would recommend that you create a copy of the master file before starting with the modifications.</strong></em></p>
<h3>Applying the data sets<img class="alignright" title="Apply data set" src="http://aurora-foto.se/wp/wp-content/uploads/Apply_Dataset.png" alt="Apply data set" width="512" height="554" /></h3>
<p>For the included languages, the calendar template already contains all the data sets needed for 2013. So there is no need to define any variables or data sets , that has already been done.</p>
<p>To try out your modified template, select Image -&#62; Apply Data Set&#8230;</p>
<ul>
<li>Select the data set you would like to apply. They are clearly labeled with the language ISO code, year, and month. Either select &#8220;Preview&#8221; (to keep the &#8220;Apply Data Set&#8221; window open) or &#8220;Apply&#8221;. <strong>Warning</strong>: Photoshop will go through some mayor spasms for 20-30 sec while applying the data set. Don&#8217;t worry. It&#8217;s suppose to do this, it will pass&#8230;</li>
</ul>
<p>When Photoshop settles, the week days and month should be set according to the selected language and all dates and background colors should be set according to the month.</p>
<h3>Saving new template files</h3>
<p>When you are content with your modifications and have applied the first data set (January for a specific language presumably) it is time to save your template for that month.</p>
<ul>
<li>First save your new modified master file, for example to &#8220;My 2013 calendar layout master.psd&#8221;. You can create as many different layout masters as you wish.</li>
<li>Go through and apply the data sets for each month in your preferred language and save (&#8220;Save as&#8221;) a template file for each month. This can be as a jpg-file or a psd-file, both will work in Lightroom.</li>
</ul>
<h3>Exporting data sets<img class="alignright" title="Export data set as file..." src="http://aurora-foto.se/wp/wp-content/uploads/Export_Dataset_asfile-590x385.png" alt="Export data set as file..." width="590" height="385" /></h3>
<p>An alternative to manually apply and save each data sets you can use the &#8220;Export&#8221; function. Select File -&#62; Export -&#62; Data Sets as Files&#8230;</p>
<p>This will give you the option to export a single Data set (select in the drop down list) or all existing data sets in the master file (the main master file contains 11 languages with 12 months each which will result in 136 different template files).</p>
<p>Select a destination folder, set a naming schema (using the data set name is a good start) and hit ok.<br />
I have noticed that exporting to psd files results in files that can&#8217;t be read by Lightroom directly. You will need to reopen and resave them in Photoshop before importing them into Lightroom. This has to do with the compatibility mode used in the Photoshops export function.</p>
<h3>Removing data sets to simplify export</h3>
<p>You are probably not interested in all the languages that have been defined in the original master file&#8217;s data sets. If you want to use the &#8220;All Data Sets&#8221; option when exporting and not have to wait while exporting and then delete the majority of resulting template files, you can delete data sets that are not of interest for you.<img class="alignright" title="Remove data sets" src="http://aurora-foto.se/wp/wp-content/uploads/Remove_dataset-590x508.png" alt="Remove data sets" width="590" height="508" /></p>
<p>You can remove datasets by selecting Image -&#62; Variables -&#62; Data sets&#8230;</p>
<ul>
<li>Select the data set you wish to remove and hit the trashcan to the right of the drop down list. I you need to undo, use the History panel&#8230;</li>
</ul>
<p>Removing none necessary data sets will reduce the export time when using the export &#8220;All Data Sets&#8221; option.</p>
<p>You can even define new languages in the Data Sets window. Select a data set to create a new set from, hit the disk icon (create new data set from selected) to the right of the Data Set drop down list and then edit the variable values. Make sure you create new data sets using existing data sets representing each month. For each month you will need to update the &#8216;Month&#8217; variable and each of the weekday variables (&#8216;Mon&#8217;, &#8216;Tue&#8217;, &#8216;Wed&#8217;, etc).</p>
<p>&#160;</p>
<p>&#160;</p>
<p>&#160;</p>
<p>&#160;</p>
<p>&#160;</p>
<p>For more information on Photoshop variables and data sets:</p>
<p><a title="Photoshop variables" href="http://layersmagazine.com/photoshop-variables.html" target="_blank">Layers Magazine: Adobe Photoshop Variables (Video with Dave Cross)</a></p>
<p><a title="Creating data-driven graphics" href="http://help.adobe.com/en_US/photoshop/cs/using/WSfd1234e1c4b69f30ea53e41001031ab64-7417a.html" target="_blank">Adobe: Photoshop, Creating data-driven graphics</a></p>
]]></content:encoded>
			<wfw:commentRss>http://aurora-foto.se/lang/sv/2013/01/modifying-lightroom-calendar/feed</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Lightroom Calendar Templates for 2013</title>
		<link>http://aurora-foto.se/lang/sv/2013/01/lightroom-calendare-templates-2013</link>
		<comments>http://aurora-foto.se/lang/sv/2013/01/lightroom-calendare-templates-2013#comments</comments>
		<pubDate>Fri, 11 Jan 2013 22:46:29 +0000</pubDate>
		<dc:creator>Thomas</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[Lightroom]]></category>
		<category><![CDATA[Fotografer]]></category>
		<category><![CDATA[bröllopsfotograf stockholm]]></category>
		<category><![CDATA[calendar template]]></category>
		<category><![CDATA[lightroom]]></category>
		<category><![CDATA[lightroom preset]]></category>

		<guid isPermaLink="false">http://aurora-foto.se/?p=1304</guid>
		<description><![CDATA[Finally I can release the much requested Lightroom calendar templates for 2013. I&#8217;ve redone the structure in my master files and now use Photoshop variables and data sets to more easily create new versions. This remake took more time than expected, sorry for the delay. Hopefully I will get to harvest the fruit of this [...]]]></description>
				<content:encoded><![CDATA[<p><img class="alignright  wp-image-1341" title="Calendar 2013 Examples" src="http://aurora-foto.se/wp/wp-content/uploads/Calendar_2013_Post_I.jpg" alt="Calendar 2013 Examples" width="470" height="610" />Finally I can release the much requested Lightroom calendar templates for 2013. I&#8217;ve redone the structure in my master files and now use Photoshop variables and data sets to more easily create new versions. This remake took more time than expected, sorry for the delay. Hopefully I will get to harvest the fruit of this when creating next years templates :-)</p>
<p>Go and get the free versions in any of 12 languages. New for this year is Polish!:</p>
<ul>
<li>Danish</li>
<li>German</li>
<li>Norwegian</li>
<li>Finnish</li>
<li>Swedish</li>
<li>Italian</li>
<li>French</li>
<li>Spanish</li>
<li>Portuguese</li>
<li>Dutch</li>
<li>English</li>
<li>Polish (new!)</li>
</ul>
<p><a title="Lightroom Calendar Templates" href="http://aurora-foto.se/lightroom-calendar-template/">Download them here</a> and create your own 2013 calendars using Lightroom&#8217;s print module.</p>
<p>Or buy the fully layered psd-files and make your own templates. Change fonts, colors, etc using Adobe Photoshop.</p>
<p><a class="ec_ejc_thkbx" href="http://www.e-junkie.com/ecom/gb.php?c=cart;i=LR-Cal_2013_Templ-Layered;cl=190287;ejc=2" target="ej_ejc"><img src="http://www.e-junkie.com/ej/ej_add_to_cart.gif" alt="Add to Cart" border="0" /></a> <a class="ec_ejc_thkbx" href="http://www.e-junkie.com/ecom/gb.php?c=cart;cl=190287;ejc=2" target="ej_ejc"><img src="http://www.e-junkie.com/ej/ej_view_cart.gif" alt="View Cart" border="0" /></a></p>
<p>More information regarding the <a title="Lightroom Calendar Templates" href="http://aurora-foto.se/lightroom-calendar-template/">2013 Lightroom Calendar Templates, free as well as fully layered templates, the ISO sized Lightroom Print presets</a> and how to use them.</p>
<p><del>I&#8217;ll make a post in a couple of days with</del> <a title="Modifying the Lightroom Calendar Template" href="http://aurora-foto.se/2013/01/modifying-lightroom-calendar/">more detailed instructions on how to modify the templates using data sets</a>, etc.</p>
<p><img class="aligncenter size-full wp-image-1342" title="Calendar 2013 Examples" src="http://aurora-foto.se/wp/wp-content/uploads/Calendar_2013_Post_II.jpg" alt="Calendar 2013 Examples" width="850" height="500" /></p>
<p>Many thanks to two great friends for letting me use some of their images in above examples (head portrait and ring image are taken by myself):</p>
<ul>
<li>Chamonix/France based photographer <a title="Mountain Adventure Photography" href="http://www.alexandrebuisse.org/" target="_blank">Alexandre Buisse</a>, a great mountaineering and adventure photographer.</li>
<li>West Kootenays/British Columbia/Canada based <a title="Ursula I Abresch Art Photography" href="http://ursulasphotos.com/" target="_blank">Ursula I Abresch</a>, an art photographer whose creativity and photographic eye always inspires.</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://aurora-foto.se/lang/sv/2013/01/lightroom-calendare-templates-2013/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Protected: Dream team och Gandalf</title>
		<link>http://aurora-foto.se/lang/sv/2012/09/dream-team-and-gandalf</link>
		<comments>http://aurora-foto.se/lang/sv/2012/09/dream-team-and-gandalf#comments</comments>
		<pubDate>Sun, 16 Sep 2012 18:05:44 +0000</pubDate>
		<dc:creator>Thomas</dc:creator>
				<category><![CDATA[Kunder]]></category>
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://aurora-foto.se/?p=1239</guid>
		<description><![CDATA[There is no excerpt because this is a protected post.]]></description>
				<content:encoded><![CDATA[<form action="http://aurora-foto.se/wp/wp-login.php?action=postpass" method="post">
<p>This post is password protected. To view it please enter your password below:</p>
<p><label for="pwbox-1239">Password: <input name="post_password" id="pwbox-1239" type="password" size="20" /></label> <input type="submit" name="Submit" value="Submit" /></p>
</form>
]]></content:encoded>
			<wfw:commentRss>http://aurora-foto.se/lang/sv/2012/09/dream-team-and-gandalf/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Kryddig äpple- och pistagepaj</title>
		<link>http://aurora-foto.se/lang/sv/2012/08/spicy-apple-pistage-pie</link>
		<comments>http://aurora-foto.se/lang/sv/2012/08/spicy-apple-pistage-pie#comments</comments>
		<pubDate>Fri, 24 Aug 2012 08:43:54 +0000</pubDate>
		<dc:creator>Thomas</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[Personligt]]></category>
		<category><![CDATA[Fotografer]]></category>
		<category><![CDATA[Food]]></category>
		<category><![CDATA[Lighting]]></category>
		<category><![CDATA[Stockholm]]></category>

		<guid isPermaLink="false">http://aurora-foto.se/?p=1147</guid>
		<description><![CDATA[Vid senaste besöket hos svägerskan fick vi med oss en stor påse med härliga röda äpplen. Så härom kvällen anpassade jag ett recept jag hittade och lagade min alldeles egenkomponerade paj: &#8220;Tompas kryddiga äpple- och pistagepaj&#8220;! Antagligen blir det inte godare än så här :-) Medan pajen lagade till sig i ugnen satte jag upp [...]]]></description>
				<content:encoded><![CDATA[<p><span lang="sv">Vid senaste besöket hos svägerskan fick vi med oss en stor påse med härliga röda äpplen. Så härom kvällen anpassade jag ett recept jag hittade och lagade min alldeles egenkomponerade paj: &#8220;<strong>Tompas kryddiga äpple- och pistagepaj</strong>&#8220;! Antagligen blir det inte godare än så här :-)</span></p>
<p><span lang="sv">Medan pajen lagade till sig i ugnen satte jag upp innestudion för att testa lite matfotografering. Så idag blir det två recept som presenteras, ett för att laga pajen och ett för hur jag ljussatte bilden nedan.</span></p>
<p style="text-align: center;"><img class="aligncenter  wp-image-1148" title="Spicy apple &#38; pistage pie with vanilla icecream/Kryddig äpple- och pistagepaj med vaniljglass" src="http://aurora-foto.se/wp/wp-content/uploads/20120821_Applepie__MG_1815-Edit.jpg" alt="" width="850" height="567" /></p>
<h2><span lang="sv">Recept, Tompas kryddiga äpple- och pistagepaj</span></h2>
<p><span lang="sv">Detta ger en härlig paj med mycket smak. De grovhackade pistagenötterna i degen ger en härlig &#8220;crunch&#8221; när du sätter tänderna i den.</span></p>
<h3><span lang="sv">Ingredienser, 4-6 port</span></h3>
<p><span lang="sv">4 äpplen<br />
1/2 dl strösocker<br />
1 tsk mald kanel<br />
1 tsk mald ingefära<br />
1 – 1 1/2 krm riven muskotnöt</span></p>
<p><span lang="sv">Smuldeg:<br />
150 g kallt smör<br />
1 dl pistagenötter (ej saltade)<br />
3 dl vetemjöl<br />
1/2 dl strösocker</span></p>
<h3><span lang="sv">Gör så här</span></h3>
<p><span lang="sv">Sätt ugnen på 225°. Hyvla ner smöret i en bunke och grovhacka pistagenötterna till smuldegen. Lägg i dessa och övriga ingredienser till degen och arbeta ihop till en smulig deg.</span></p>
<p><span lang="sv">Kärna ur och skiva äpplena tunnt, gärna med skalet kvar. Blanda ihop äppleskivorna med socker och kryddor och fördela dessa i en smord ugnssäker form, ca 25 cm i diameter, gärna med lite högre kanter. Fördela smuldegen på.</span></p>
<p><span lang="sv">Grädda i mitten av ugnen i ca 20 -25 min. Låt svalna något och servera sedan med tex vaniljglass, lättvispad vaniljsås, vaniljgrädde eller annat favorittillbehör.</span></p>
<h2><span lang="sv">Ljussättningsrecept</span></h2>
<p><span lang="sv">Målet med bilden var att få till ett naturligt utseende, som om bilden är tagen vid ett stort fönster eller i ett uterum. En nyckel för bra matbilder är att använda motljus vilket ger ett fint djup i bilden och ett fint kantljust och lyster i bilden. Ovan bild är tagen med två blixtar (Canon 580EX II). Huvudljuset är placerat bakom motivet och riktat ner mot pajen, mot kameran. En upplättningsblixt är placerad till höger om kameran. Som modifierare på huvudljuset har jag använt en <a title="90 cm Lastolite Hotrod Octa Softbox" href="http://www.scandinavianphoto.se/produkt/12138426/lastolite-softbox-hotrod-octa-90-cm" target="_blank">90 cm Lastolite Hotrod Octa Softbox</a>. Underkanten på softboxen ligger precis ovan överkant av bilden, bara 30-40 cm från tallriken. Detta för att skapa ett så mjukt ljust som möjligt som ska efterlikna ett fönsterljus. Som modifierare till upplättnadsblixten, som används för att lätta upp skuggorna, använde jag en <a title="Lastolite Paraplysoftbox" href="http://www.scandinavianphoto.se/produkt/1595873/lastolite-paraplysoftbox-1-meter" target="_blank">100 cm Lastolite Paraplysoftbox</a>. Se bild nedan till höger för uppställning.</span></p>
<p><span lang="sv">För att trigga blixtarna använder <a title="Pocketwizard" href="http://www.pocketwizard.com/" target="_blank">Pocketwizard</a>. En <a title="Pocketwizard MiniTT1 transmitter" href="http://www.pocketwizard.com/products/transmitter_receiver/minitt1-canon/" target="_blank">MiniTT1</a> som sändare och en <a title="Pocketwizard FlexTT5" href="http://www.pocketwizard.com/products/transmitter_receiver/flextt5-canon/" target="_blank">FlexTT5</a> som mottagare på vardera blixt. På sändaren använder jag även en <a title="Pocketwizard AC3 ZoneController" href="http://www.pocketwizard.com/products/transmitter_receiver/ac3%20zonecontroller/" target="_blank">AC 3 ZoneController</a> med vilken jag enkelt kan reglera styrkan på blixtarna (blixtarna kan styras i upp till tre olika zoner).</span></p>
<p><span lang="sv">Börjar med att ställa grundexponering för att slå bort det mesta av bakgrundsljuset i rummet. Över bordet hänger en armatur med glödlampa som jag behåller lite ljus från för att &#8220;värma&#8221; bilden något. Ett alternativ är att använda varma CTO filter på blixtarna men de hann inte komma på. Exponeringen sattes till f/2, 1/30 s och ISO 100 vilket resulterade till en grundexponering enligt nedan till vänster (utan blixt).</span></p>
<p><span lang="sv">Sen var det bara att lägga upp paj och glass och slå på blixtarna. Blixtexponeringen gjordes via ETTL och balansen mellan blixtarna regleras enkelt med AC3:n. Huvudblixten sattes till 0 EV och upplättnadsblixten skruvades ned till -1 2/3 EV.</span></p>
<p><span lang="sv">Bilden ovan är tagen med Canon 5D Mark II och <a title="Zeiss 100 Macro-Planar f/2 review" href="http://diglloyd.com/articles/ZeissZ/ZeissZ-100f2.html" target="_blank">Zeiss 100 mm f/2 Makro Planar</a>.</span></p>
<p style="text-align: center;"><img class="aligncenter  wp-image-1149" title="Ambient light and lighting setup/Bakgrundsljus och blixtuppställning" src="http://aurora-foto.se/wp/wp-content/uploads/20120821_Applepie__MG_1825-copy.jpg" alt="" width="850" height="281" /></p>
]]></content:encoded>
			<wfw:commentRss>http://aurora-foto.se/lang/sv/2012/08/spicy-apple-pistage-pie/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The importance of embedded color profiles</title>
		<link>http://aurora-foto.se/lang/sv/2012/05/importance-of-embedded-color-profiles</link>
		<comments>http://aurora-foto.se/lang/sv/2012/05/importance-of-embedded-color-profiles#comments</comments>
		<pubDate>Wed, 09 May 2012 20:05:29 +0000</pubDate>
		<dc:creator>Thomas</dc:creator>
				<category><![CDATA[Fotografer]]></category>
		<category><![CDATA[color encoding]]></category>
		<category><![CDATA[color profile]]></category>
		<category><![CDATA[color space]]></category>
		<category><![CDATA[embedded color profile]]></category>
		<category><![CDATA[rgb]]></category>
		<category><![CDATA[save for web]]></category>
		<category><![CDATA[srgb]]></category>

		<guid isPermaLink="false">http://aurora-foto.se/?p=1131</guid>
		<description><![CDATA[What does it mean to &#8220;embed a color profile&#8221; in an image file and how does it affect the presentation of images on the web? Take a look at the two images below. Chances are that you can see no difference between them. Good for you then. But some viewers will experience them very differently [...]]]></description>
				<content:encoded><![CDATA[<p>What does it mean to &#8220;embed a color profile&#8221; in an image file and how does it affect the presentation of images on the web?</p>
<p>Take a look at the two images below. Chances are that you can see no difference between them. Good for you then. But some viewers will experience them very differently when it comes to colors. Not so good if you want your images to be viewed in the way you intended.</p>
<div id="attachment_1132" class="wp-caption alignnone" style="width: 610px"><img class="wp-image-1132 " title="Color profile embedded, sRGB" src="http://aurora-foto.se/wp/wp-content/uploads/EmbedColorProfil_checked.jpg" alt="sRGB image with color profile embedded in the file" width="600" height="400" /><p class="wp-caption-text">Color profile embedded, sRGB</p></div>
<p>&#160;</p>
<div id="attachment_1133" class="wp-caption aligncenter" style="width: 610px"><img class="wp-image-1133 " title="No color profile embedded, sRGB" src="http://aurora-foto.se/wp/wp-content/uploads/EmbedColorProfil_unchecked.jpg" alt="sRGB image without color profile embedded in the file" width="600" height="400" /><p class="wp-caption-text">No color profile embedded, sRGB</p></div>
<p>In fact, the above images are identical when it comes to it&#8217;s content. They are both jpg images using the sRBG color space for its encoding and were created using the &#8220;Save for web&#8221; function in Photoshop CS5. The only difference is that the top image file has a <em>color profile embedded</em> in it and the second does not.</p>
<p>And what is really an <em>embedded color profile</em>? Well to simplify it a little it&#8217;s some meta-information in the file stating &#8220;this image file is encoded using the color profil xyz&#8221;. In the above case xyz happens to be &#8216;sRGB&#8217; (in reality the meta-information also holds the actual color profile itself as well as it&#8217;s name, but that is out of scope for this text).</p>
<p>To understand why this little piece of information can make such a difference, we need to take a step back and understand how colors are encoded in an image. You probably know that when using a RGB color space, colors are encoded using values for the red (R), green (G) and blue (B) channels (hence the name RGB). Each pixel will have a rgb value attached (130, 20, 160 for example) describing it&#8217;s color. The numbers gives the ratio for the different channels. If the file is a 8-bit file we will have numbers ranging from 0 to 255 for each channel. The rgb-values 0,0,0 is complete black and 255, 255, 255 is white. 255,0,0 would be the reddest red and 0,0,255 the bluest blue, etc. 256 values per channel gives the possibility to define 16 777 216 different colors.</p>
<p>But what colors? This is where the different color profiles/spaces come in. If I want to describe a color to you by giving you an rgb-value (for example 130,20,160) it will not be enough to define exactly what color I want to describe. Depending on how we define the reddest red, greenest green and bluest blue, this rgb value will define different colors. And the thing is that different color spaces (AdobeRGB, ProPhotoRGB, sRGB, etc) define these &#8216;most saturated colors&#8217; different&#8230; So the above rgb-value of 130,20,160 is some kind of purple color, but represent different purple hues depending on if it&#8217;s the AdobeRGB, sRGB or ProPhotoRGB color space we are referring to.</p>
<p>It is like when trying to communicate the speed of a vehicle. If I tell you I drove my car at the speed of 55, how fast is that? Well it will depend&#8230; An American would probably interpret that speed value as 55 mph and think it&#8217;s a rather good speed while I, who live in Sweden, intended it to be 55 km/h which is a rather moderate speed&#8230; Same figure, two totally different speeds. Same goes with color values; without knowing the color space used, an rgb value is not enough to define the color.</p>
<p>Back to our images above. They both contain the same rgb values for each and every pixel in the image file. The difference is that the first includes what color space is used by it&#8217;s embedded color profile. This enables the software used to view the image (your browser) to interpret the rgb-values correctly, as I intended them to be. Without the embedded profile (second image) any software that wants to display the image need to make an assumption on what color profile to use when interpreting the rgb values. Some will assume it is sRGB, some will use some monitor profile, some will fall back to a Generic RGB profile defined in the OS, etc. The end result is that different system will display them differently depending on these assumptions.</p>
<p>The bad new is that embedding a color profile is not a guarantee that the image will be displayed correctly. Not all software and browsers are <em>color managed</em>. Some software can not read the embedded software or just don&#8217;t care doing it and make their own assumptions on what profile to use. Not much to do there, is it? Bottom line, you can not control all the way how your images are displayed, but you can raise the probability that it will be displayed correctly.</p>
<ul>
<li>As a content provider, the best chance you have is to include the used color profile in your images. That way you give the displaying software the chance to interpret your files correctly.</li>
<li>As a content viewer, make sure you use a software/browser that is color managed so that the images are displayed as intended and not on some fall back assumption in the software.</li>
</ul>
<p>So how do we embed the color profile in our jpeg files? The above files where created from a PSD-file that is encoded using ProPhoto as color space. I used the &#8220;Save for Web&#8221; function in Photoshop CS5 to create the two jpeg copies.</p>
<div id="attachment_1134" class="wp-caption aligncenter" style="width: 960px"><img class="size-large wp-image-1134" title="Save for web in Photoshop" src="http://aurora-foto.se/wp/wp-content/uploads/Screen-shot-2012-05-09-at-19.28.41-950x692.png" alt="Image showing save for web in Photoshop" width="950" height="692" /><p class="wp-caption-text">&#39;Save for Web&#39; function in Photoshop.</p></div>
<p>Not that the following two settings:</p>
<ul>
<li>&#8216;Embed Color Profile&#8217; is checked (this is the key in the context of this article)</li>
<li>&#8216;Convert to sRGB&#8217; is checked (this is the &#8216;standard&#8217; color profile used on the web. Using this enhances the chance of your image to be displayed correctly in software that is not color managed.</li>
</ul>
<p>The second example image above is save in the same as above but with the option &#8216;Embed Color Profile&#8217; unchecked.</p>
<p>If you want to double check what embedded profile an image file has you can open it in Photoshop and look under the Info panel (make sure you have &#8216;Document profile&#8217; checked in the panel options). As you can see below, the first file has the sRGB profile embedded whereas the second does not (&#8216;Untagged RGB&#8217; is displayed in the Info panel).</p>
<div id="attachment_1137" class="wp-caption alignnone" style="width: 790px"><img class="wp-image-1137 " title="Embeded color profile image information" src="http://aurora-foto.se/wp/wp-content/uploads/Screen-shot-2012-05-09-at-19.33.37.png" alt="Embeded color profile image information" width="780" height="605" /><p class="wp-caption-text">Info Panel shows &#39;sRGB&#39; as embedded color profile</p></div>
<p>&#160;</p>
<div id="attachment_1136" class="wp-caption aligncenter" style="width: 795px"><img class=" wp-image-1136" title="No color profile in image information" src="http://aurora-foto.se/wp/wp-content/uploads/Screen-shot-2012-05-09-at-19.33.19.png" alt="No color profile in image information" width="785" height="608" /><p class="wp-caption-text">Files with no embedded color profile are displayed as &#34;Untagged RGB&#34; in the Info Panel</p></div>
<p>Looking at the original and the two jpeg files together we see that they are displayed the same color wise (embedded color profile to the left and no embedded color profile to the right. Original PSD using ProPhoto colorspace in the back). But this is more pure luck than something controlled. Photoshop has no idea what color profile the right image is encoded with and is making an assumption and using either sRGB or a generic rgb profil that is very close to sRGB to display the right image. If I scrutinize the two images I can actually see a difference on my wide gamut screen between the two jpeg images (probably not visible on the below screen capture). The file without embedded color profile has slightly higher contrast.</p>
<div id="attachment_1135" class="wp-caption aligncenter" style="width: 710px"><img class=" wp-image-1135" title="Original and jpg image files" src="http://aurora-foto.se/wp/wp-content/uploads/Screen-shot-2012-05-09-at-19.32.10.png" alt="Image showing original and jpg image files" width="700" height="429" /><p class="wp-caption-text">Original PSD together with created jpeg images (embedded color profile to the left)</p></div>
<p>The background for this post is a question on a forum where a photographer noticed that images on her Facebook fan page looked different from the one on her blog. The difference was visible on one of her computers but not the other. Some viewers from the forum reported that they looked just the same whiles other saw them very different. The photographer used the same basic file to upload to both Facebook and her blog. It was a mystery&#8230; After downloading the files we noticed that the one on her blog was missing the embedded color profile. We double checked the process of creating the file and uploaded again but with the same result. The file on Facebook had the embedded profile while the one on the blog did not. Our conclusion is that it is the blog platform that she is using that strips the file from the embedded profile when it is uploaded. So if you are a photographer I would double check how the platform you are using treats the image files you upload&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://aurora-foto.se/lang/sv/2012/05/importance-of-embedded-color-profiles/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Color profile test</title>
		<link>http://aurora-foto.se/lang/sv/2012/05/color-profile-test</link>
		<comments>http://aurora-foto.se/lang/sv/2012/05/color-profile-test#comments</comments>
		<pubDate>Tue, 01 May 2012 20:04:41 +0000</pubDate>
		<dc:creator>Thomas</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[färgprofiler]]></category>

		<guid isPermaLink="false">http://aurora-foto.se/?p=1110</guid>
		<description><![CDATA[Det här är ett test för att se hur filer som är sparade som sRGB utan resp med &#8220;embedded profile&#8221; beter sig i olika webbläsare, etc. Som start har jag använt en psd-fil som har färgrymden ProPhotoRGB. Jag har använt Photoshop CS5 på OSX för att hantera orginal psd och för att skapa jpg-filer. Två [...]]]></description>
				<content:encoded><![CDATA[<p>Det här är ett test för att se hur filer som är sparade som sRGB utan resp med &#8220;embedded profile&#8221; beter sig i olika webbläsare, etc.</p>
<p>Som start har jag använt en psd-fil som har färgrymden ProPhotoRGB. Jag har använt Photoshop CS5 på OSX för att hantera orginal psd och för att skapa jpg-filer.</p>
<p>Två jpg-filer har skapats genom att i Photoshop använda funktionen &#8220;Save for web &#38; Devices&#8221;, enda skillnaden är att &#8220;Embed Color Profile&#8221; är vald respektive inte vald. Observera att &#8220;Convert to sRGB&#8221; är vald.</p>
<p><img class="aligncenter size-large wp-image-1113" title="Screen shot 2012-05-01 at 21.30.15" src="http://aurora-foto.se/wp/wp-content/uploads/Screen-shot-2012-05-01-at-21.30.15-950x710.png" alt="" width="950" height="710" /></p>
<p>Resulterande jpg-fil med &#8220;Embed Color Profile&#8221; vald:</p>
<p><img class="aligncenter size-full wp-image-1111" title="Julkort-2010 embedded" src="http://aurora-foto.se/wp/wp-content/uploads/Julkort-2010-embedded.jpg" alt="" width="500" height="500" /></p>
<p>Resulterande jpg-fil med &#8220;Embed Color Profile&#8221; ej vald:</p>
<p><img class="aligncenter size-full wp-image-1112" title="Julkort-2010-not-embedded" src="http://aurora-foto.se/wp/wp-content/uploads/Julkort-2010-not-embedded.jpg" alt="" width="500" height="500" /></p>
<p>Dessa bilder kan upplevas lika eller olika beroende på vilken webbläsare man använder, dess grundinställningar, operativsystem, etc.</p>
<p>Öppnar man jpg-filerna i Photoshop ser man att de har olika färgprofiler i sin metadata. Den där &#8220;Embed Color Profile&#8221; var vald visar korrekt &#8216;sRGB IEC61&#8230;&#8217;, dvs det framgår av filens meta-information att det är en jpg fil som är kodad med färgprofil sRGB. En webbläsare som kan hantera och tolka olika typer av färgprofiler och som är korrekt inställd kommer visa denna fil korrekt.</p>
<p><img class="aligncenter size-full wp-image-1114" title="Screen shot 2012-05-01 at 21.33.43" src="http://aurora-foto.se/wp/wp-content/uploads/Screen-shot-2012-05-01-at-21.33.43.png" alt="" width="763" height="709" /></p>
<p>Den där &#8220;Embed Color Profile&#8221; inte var vald visar dock &#8216;Untagged RGB&#8217;, dvs det framgår inte av filens metadata vilken färgprofil som den är kodad med. Det är då upp till webbläsaren på klienten där man tittar på filen att välja hur den ska tolka rgb-värdena i filen. Beroende på vilken färgprofil respektive webbläsare antar att filen innehåller, kommer de visa filen korrekt eller fel.</p>
<p><img class="aligncenter size-full wp-image-1115" title="Screen shot 2012-05-01 at 21.34.07" src="http://aurora-foto.se/wp/wp-content/uploads/Screen-shot-2012-05-01-at-21.34.07.png" alt="" width="890" height="416" /></p>
<p>Nedan visar hur filerna visas i Photoshop när de ligger sida vid sida. Photoshop tolkar båda filerna korrekt som sRGB kodade filer vilket gör att den visar upp filerna med samma färger. Dvs Photoshop &#8220;antar&#8221; att filen utan meta-information om använd färgprofil är just &#8216;sRGB&#8217;</p>
<p><img class="aligncenter size-large wp-image-1116" title="Screen shot 2012-05-01 at 21.34.22" src="http://aurora-foto.se/wp/wp-content/uploads/Screen-shot-2012-05-01-at-21.34.22-950x412.png" alt="" width="950" height="412" /></p>
<p>För högsta sannolikhet att bilder visas i webbläsare med korrekta färger så bör filen innehålla meta-information om vilken färgprofil filen är kodad med. Det är dock ingen garanti då inte alla webbläsare kan läsa/tolka/använda denna information. Men med den informationen ger man mottagande webbläsare åtminstone <em>möjligheten</em> att tolka och visa filen korrekt.</p>
<p>Sedan beror presentationen av färger även på hur visande skärm är kalibrerad. Men det är ett annat ämne&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://aurora-foto.se/lang/sv/2012/05/color-profile-test/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Protected: Garden Design &#8211; Back cover</title>
		<link>http://aurora-foto.se/lang/sv/2012/03/garden-design-back-cover</link>
		<comments>http://aurora-foto.se/lang/sv/2012/03/garden-design-back-cover#comments</comments>
		<pubDate>Tue, 27 Mar 2012 18:39:14 +0000</pubDate>
		<dc:creator>Thomas</dc:creator>
				<category><![CDATA[Kunder]]></category>

		<guid isPermaLink="false">http://aurora-foto.se/?p=1105</guid>
		<description><![CDATA[There is no excerpt because this is a protected post.]]></description>
				<content:encoded><![CDATA[<form action="http://aurora-foto.se/wp/wp-login.php?action=postpass" method="post">
<p>This post is password protected. To view it please enter your password below:</p>
<p><label for="pwbox-1105">Password: <input name="post_password" id="pwbox-1105" type="password" size="20" /></label> <input type="submit" name="Submit" value="Submit" /></p>
</form>
]]></content:encoded>
			<wfw:commentRss>http://aurora-foto.se/lang/sv/2012/03/garden-design-back-cover/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Jana&#8230;</title>
		<link>http://aurora-foto.se/lang/sv/2011/11/jana</link>
		<comments>http://aurora-foto.se/lang/sv/2011/11/jana#comments</comments>
		<pubDate>Sat, 12 Nov 2011 21:40:16 +0000</pubDate>
		<dc:creator>Thomas</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[Bröllop]]></category>
		<category><![CDATA[bröllopsfotograf stockholm]]></category>
		<category><![CDATA[Djursholm]]></category>
		<category><![CDATA[Stockholm]]></category>
		<category><![CDATA[Villa Paula]]></category>
		<category><![CDATA[wedding]]></category>

		<guid isPermaLink="false">http://aurora-foto.se/?p=1089</guid>
		<description><![CDATA[Jag arbetar med redigeringen av bilder från Jonas &#38;b Janas vackra bröllop. Jag är inte färdig för att göra en publicering med hela historien, men jag känner att jag måste dela med mig denna bild av Jana&#8230; Jonas &#38; Janas &#8220;inför&#8221; bilder]]></description>
				<content:encoded><![CDATA[<p><span lang="sv">Jag arbetar med redigeringen av bilder från Jonas &#38;b Janas vackra bröllop. Jag är inte färdig för att göra en publicering med hela historien, men jag känner att jag måste dela med mig denna bild av Jana&#8230;</span></p>
<p><a href="http://aurora-foto.se/wp/wp-content/uploads/110820_Jonan-Jana_MG_7367-Edit-Edit.jpg"><img class="aligncenter size-full wp-image-1090" title="Jana at Villa Pauli - Thomas Ljungberg, fotograf" src="http://aurora-foto.se/wp/wp-content/uploads/110820_Jonan-Jana_MG_7367-Edit-Edit.jpg" alt="" width="850" height="567" /></a></p>
<p><span lang="sv"><a title="Jana &#38; Jonas – Provfotografering" href="http://aurora-foto.se/2011/07/jana-jonas-preshoot/">Jonas &#38; Janas &#8220;inför&#8221; bilder</a></span></p>
]]></content:encoded>
			<wfw:commentRss>http://aurora-foto.se/lang/sv/2011/11/jana/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Lightroom Calendar Templates for 2012</title>
		<link>http://aurora-foto.se/lang/sv/2011/11/lightroom-calendar-templates-2012</link>
		<comments>http://aurora-foto.se/lang/sv/2011/11/lightroom-calendar-templates-2012#comments</comments>
		<pubDate>Tue, 08 Nov 2011 20:12:36 +0000</pubDate>
		<dc:creator>Thomas</dc:creator>
				<category><![CDATA[Lightroom]]></category>
		<category><![CDATA[Fotografer]]></category>
		<category><![CDATA[bröllopsfotograf stockholm]]></category>
		<category><![CDATA[calendar template]]></category>
		<category><![CDATA[lightroom]]></category>
		<category><![CDATA[lightroom preset]]></category>

		<guid isPermaLink="false">http://aurora-foto.se/?p=1064</guid>
		<description><![CDATA[Finally I can release the much requested Lightroom calendar templates for 2012. Go and get the free versions in any of 11 languages: Danish German Norwegian Finnish Swedish Italian French Spanish Portuguese Dutch English Download them here and create your own 2012 calendars using Lightroom 3&#8242;s print module. Or purchase the fully layered psd-files and [...]]]></description>
				<content:encoded><![CDATA[<p><a href="http://aurora-foto.se/wp/wp-content/uploads/2012-Calendar-III.jpg"><img class="alignright size-full wp-image-1065" title="Lightroom 2012 Calendar Templates" src="http://aurora-foto.se/wp/wp-content/uploads/2012-Calendar-III.jpg" alt="" width="470" height="610" /></a>Finally I can release the much requested Lightroom calendar templates for 2012. Go and get the free versions in any of 11 languages:</p>
<ul>
<li>Danish</li>
<li>German</li>
<li>Norwegian</li>
<li>Finnish</li>
<li>Swedish</li>
<li>Italian</li>
<li>French</li>
<li>Spanish</li>
<li>Portuguese</li>
<li>Dutch</li>
<li>English</li>
</ul>
<p><a title="Lightroom Calendar Templates" href="http://aurora-foto.se/lightroom-calendar-template/">Download them here</a> and create your own <del>2012</del> calendars using Lightroom 3&#8242;s print module.</p>
<p>Or <a title="Lightroom Calendar Templates" href="http://aurora-foto.se/lightroom-calendar-template/">purchase the fully layered psd-files</a> and make your own templates. Change fonts, colors, etc using Adobe Photoshop.</p>
<p><a title="Lightroom Calendar Templates" href="http://aurora-foto.se/lightroom-calendar-template/">More information regarding the 2012 Lightroom Calendar Templates, free as well as fully layered templates, the ISO sized Lightroom Print presets and how to use them</a>.<br />
<script type="text/javascript" language="javascript">// <![CDATA[
function EJEJC_lc(th) { return false; }
// ]]&gt;</script><br />
<script type="text/javascript" src="http://www.e-junkie.com/ecom/box.js"></script></p>
<p><a href="http://aurora-foto.se/wp/wp-content/uploads/2012-Calendar-IV.jpg"><img class="size-full wp-image-1066 alignleft" title="Lightroom 2012 Editable Calendar Templates" src="http://aurora-foto.se/wp/wp-content/uploads/2012-Calendar-IV.jpg" alt="" width="850" height="500" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://aurora-foto.se/lang/sv/2011/11/lightroom-calendar-templates-2012/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Bröllop i New York</title>
		<link>http://aurora-foto.se/lang/sv/2011/09/new-york-wedding</link>
		<comments>http://aurora-foto.se/lang/sv/2011/09/new-york-wedding#comments</comments>
		<pubDate>Tue, 13 Sep 2011 07:00:04 +0000</pubDate>
		<dc:creator>Thomas</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[fp]]></category>
		<category><![CDATA[Bröllop]]></category>
		<category><![CDATA[bröllopsfotograf stockholm]]></category>
		<category><![CDATA[Destination Wedding]]></category>
		<category><![CDATA[Manhattan]]></category>
		<category><![CDATA[New York]]></category>
		<category><![CDATA[photographer]]></category>
		<category><![CDATA[wedding]]></category>

		<guid isPermaLink="false">http://aurora-foto.se/?p=972</guid>
		<description><![CDATA[New York&#8230; The Big Apple&#8230; Staden som aldrig sover&#8230; Där alla dina drömmar kan realiseras&#8230; Vilket ställe! För några veckor sedan hade jag nöjet att få flyga över till New York och fotografera ett härligt bröllop på Manhattan tillsammans med min vän Markus Dagnell. Inte det vanliga uppdraget man har&#8230; Vi flög över ett par [...]]]></description>
				<content:encoded><![CDATA[<p><a href="http://aurora-foto.se/wp/wp-content/uploads/0_NY.jpg"><img class="aligncenter size-full wp-image-974" title="Destination Wedding New York - Ben &#38; Catharine - Thomas Ljungberg Photographer" src="http://aurora-foto.se/wp/wp-content/uploads/0_NY.jpg" alt="The Big Apple - New York" width="850" height="281" /></a><br />
<span lang="sv">New York&#8230; The Big Apple&#8230; Staden som aldrig sover&#8230; Där alla dina drömmar kan realiseras&#8230; Vilket ställe!</span></p>
<p><span lang="sv">För några veckor sedan hade jag nöjet att få flyga över till New York och fotografera ett härligt bröllop på Manhattan tillsammans med min vän <a title="Markus Dagnell Foto" href="http://dagnellfoto.se/" target="_blank">Markus Dagnell</a>. Inte det vanliga uppdraget man har&#8230; Vi flög över ett par dagar innan bröllopet vilket gjorde att vi kunde följa Ben och Katherine sista dagar av förberedelser och ta bilder som förhoppningsvis kommer göra det möjligt att återleva deras bröllopsdag om och om igen&#8230;</span></p>
<p><span lang="sv">Ben och Katherine, det var ett sant nöje att få tillbringa dessa dagar med er. Tack för att ni vile dela er stora dag med oss.</span></p>
<p><span lang="sv">Bilderna ligger fortfarande och väntar på slutgiltig behandling men här kommer några bilder från denna oförglömliga resa</span></p>
<p><span lang="sv">Glöm inte att kolla in <a title="Markus Dagnell's bilder från New York" href="http://dagnellfoto.se/2011/10/ben-and-katherine-new-york-destination-wedding-photographer/" target="_blank">Markus bilder från New York</a>!</span></p>
<p><span lang="sv">Sista kvällen före bröllopet tillbringades givetvis ute på stan med tillresta vänner från hela världen. Canade, Los Angeles, Tyskland, Australien&#8230;</span><br />
<a href="http://aurora-foto.se/wp/wp-content/uploads/2_AtTheBar.jpg"><img class="aligncenter size-full wp-image-976" title="Destination Wedding New York - Ben &#38; Catharine - Thomas Ljungberg Photographer" src="http://aurora-foto.se/wp/wp-content/uploads/2_AtTheBar.jpg" alt="The night before the big day!" width="850" height="186" /></a><br />
<span lang="sv">Bruden och hennes vänner fixade naglarna dagen före bröllopet på <a title="Dashing Diva" href="http://www.dashingdiva.com/" target="_blank">Dashin Diva</a> på West Side, 72nd st.</span><br />
<a href="http://aurora-foto.se/wp/wp-content/uploads/1_DashingDiva.jpg"><img class="aligncenter size-full wp-image-975" title="Destination Wedding New York - Ben &#38; Catharine - Thomas Ljungberg Photographer" src="http://aurora-foto.se/wp/wp-content/uploads/1_DashingDiva.jpg" alt="Nail done at Dashing Diva" width="850" height="852" /></a><br />
<span lang="sv">Lockigt hår? Inget problem om du bor i New York där det finns salonger specialiserade på lockigt hår&#8230; Mike på <a title="Devachan Salon" href="http://www.devachansalon.com/" target="_blank">Devachan Salon</a> stylade håret på Katherine.</span><br />
<a href="http://aurora-foto.se/wp/wp-content/uploads/3_Hair.jpg"><img class="aligncenter size-full wp-image-977" title="Destination Wedding New York - Ben &#38; Catharine - Thomas Ljungberg Photographer" src="http://aurora-foto.se/wp/wp-content/uploads/3_Hair.jpg" alt="Hair done" width="850" height="852" /></a><br />
<a href="http://aurora-foto.se/wp/wp-content/uploads/Blog__MG_5273.jpg"><img class="aligncenter size-full wp-image-979" title="Destination Wedding New York - Ben &#38; Catharine - Thomas Ljungberg Photographer" src="http://aurora-foto.se/wp/wp-content/uploads/Blog__MG_5273.jpg" alt="Make up" width="850" height="567" /></a><br />
<a href="http://aurora-foto.se/wp/wp-content/uploads/Blog__MG_5319.jpg"><img class="aligncenter size-full wp-image-980" title="Destination Wedding New York - Ben &#38; Catharine - Thomas Ljungberg Photographer" src="http://aurora-foto.se/wp/wp-content/uploads/Blog__MG_5319.jpg" alt="Final preparations" width="850" height="567" /></a><br />
<span lang="sv">Bröllopet hölls i den vackra Church of the Good Shepherd på norra Manhattan, New York.</span><br />
<a href="http://aurora-foto.se/wp/wp-content/uploads/Blog__MG_5536.jpg"><img class="aligncenter size-full wp-image-981" title="Destination Wedding New York - Ben &#38; Catharine - Thomas Ljungberg Photographer" src="http://aurora-foto.se/wp/wp-content/uploads/Blog__MG_5536.jpg" alt="" width="850" height="567" /></a><br />
<a href="http://aurora-foto.se/wp/wp-content/uploads/Blog__MG_5564.jpg"><img class="aligncenter size-full wp-image-982" title="Destination Wedding New York - Ben &#38; Catharine - Thomas Ljungberg Photographer" src="http://aurora-foto.se/wp/wp-content/uploads/Blog__MG_5564.jpg" alt="" width="850" height="567" /></a><br />
<a href="http://aurora-foto.se/wp/wp-content/uploads/Blog__MG_5608.jpg"><img class="aligncenter size-full wp-image-983" title="Destination Wedding New York - Ben &#38; Catharine - Thomas Ljungberg Photographer" src="http://aurora-foto.se/wp/wp-content/uploads/Blog__MG_5608.jpg" alt="" width="850" height="567" /></a><br />
<a href="http://aurora-foto.se/wp/wp-content/uploads/Blog__MG_5700.jpg"><img class="aligncenter size-full wp-image-984" title="Destination Wedding New York - Ben &#38; Catharine - Thomas Ljungberg Photographer" src="http://aurora-foto.se/wp/wp-content/uploads/Blog__MG_5700.jpg" alt="" width="850" height="567" /></a><br />
<a href="http://aurora-foto.se/wp/wp-content/uploads/Blog__MG_5724.jpg"><img class="aligncenter size-full wp-image-985" title="Destination Wedding New York - Ben &#38; Catharine - Thomas Ljungberg Photographer" src="http://aurora-foto.se/wp/wp-content/uploads/Blog__MG_5724.jpg" alt="" width="850" height="567" /></a><br />
<a href="http://aurora-foto.se/wp/wp-content/uploads/Blog__MG_5752.jpg"><img class="aligncenter size-full wp-image-986" title="Destination Wedding New York - Ben &#38; Catharine - Thomas Ljungberg Photographer" src="http://aurora-foto.se/wp/wp-content/uploads/Blog__MG_5752.jpg" alt="" width="850" height="567" /></a><br />
<a href="http://aurora-foto.se/wp/wp-content/uploads/Blog__MG_5950.jpg"><img class="aligncenter size-full wp-image-987" title="Destination Wedding New York - Ben &#38; Catharine - Thomas Ljungberg Photographer" src="http://aurora-foto.se/wp/wp-content/uploads/Blog__MG_5950.jpg" alt="" width="850" height="567" /></a><br />
<span lang="sv">Bröllopsfesten hölls på <a title="New Leaf Restaurant &#38; Bar" href="http://newleafrestaurant.com/" target="_blank">New Leaf Restaurant</a> i Fort Tryon Park. Den vackra parken hade fantastisk utsikt över Hudsonfloden och New Jersey på andra sidan. Efterföljande dansen höll på länge och när den var över fortsatte det med efterfest på punkklubben Ding Dong Lounge. Staden som aldrig sover&#8230;</span><br />
<a href="http://aurora-foto.se/wp/wp-content/uploads/4_Party.jpg"><img class="aligncenter size-full wp-image-978" title="Destination Wedding New York - Ben &#38; Catharine - Thomas Ljungberg Photographer" src="http://aurora-foto.se/wp/wp-content/uploads/4_Party.jpg" alt="Party all night long..." width="850" height="281" /></a><br />
<span lang="sv">Förutom att följa och dokumentera Ben och Katherines bröllop hade vi även tid att uppleva den fantastiska staden New York. Jag är redo att åka tillbaka. När som helst&#8230;</span></p>
<p><a href="http://aurora-foto.se/wp/wp-content/uploads/NewYork-2.jpg"><img class="aligncenter size-full wp-image-988" title="Destination Wedding New York - Ben &#38; Catharine - Thomas Ljungberg Photographer" src="http://aurora-foto.se/wp/wp-content/uploads/NewYork-2.jpg" alt="" width="850" height="815" /></a><br />
<a href="http://aurora-foto.se/wp/wp-content/uploads/NewYork-3.jpg"><img class="aligncenter size-full wp-image-989" title="Destination Wedding New York - Ben &#38; Catharine - Thomas Ljungberg Photographer" src="http://aurora-foto.se/wp/wp-content/uploads/NewYork-3.jpg" alt="" width="850" height="917" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://aurora-foto.se/lang/sv/2011/09/new-york-wedding/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Protected: Konfa-film</title>
		<link>http://aurora-foto.se/lang/sv/2011/08/konfa-film</link>
		<comments>http://aurora-foto.se/lang/sv/2011/08/konfa-film#comments</comments>
		<pubDate>Wed, 24 Aug 2011 17:48:26 +0000</pubDate>
		<dc:creator>Thomas</dc:creator>
				<category><![CDATA[Kunder]]></category>

		<guid isPermaLink="false">http://aurora-foto.se/?p=967</guid>
		<description><![CDATA[There is no excerpt because this is a protected post.]]></description>
				<content:encoded><![CDATA[<form action="http://aurora-foto.se/wp/wp-login.php?action=postpass" method="post">
<p>This post is password protected. To view it please enter your password below:</p>
<p><label for="pwbox-967">Password: <input name="post_password" id="pwbox-967" type="password" size="20" /></label> <input type="submit" name="Submit" value="Submit" /></p>
</form>
]]></content:encoded>
			<wfw:commentRss>http://aurora-foto.se/lang/sv/2011/08/konfa-film/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Protected: Family &#8211; Oskar &amp; Lovisa</title>
		<link>http://aurora-foto.se/lang/sv/2011/07/family-oskar-lovisa</link>
		<comments>http://aurora-foto.se/lang/sv/2011/07/family-oskar-lovisa#comments</comments>
		<pubDate>Thu, 07 Jul 2011 20:56:44 +0000</pubDate>
		<dc:creator>Thomas</dc:creator>
				<category><![CDATA[Kunder]]></category>

		<guid isPermaLink="false">http://aurora-foto.se/?p=954</guid>
		<description><![CDATA[There is no excerpt because this is a protected post.]]></description>
				<content:encoded><![CDATA[<form action="http://aurora-foto.se/wp/wp-login.php?action=postpass" method="post">
<p>This post is password protected. To view it please enter your password below:</p>
<p><label for="pwbox-954">Password: <input name="post_password" id="pwbox-954" type="password" size="20" /></label> <input type="submit" name="Submit" value="Submit" /></p>
</form>
]]></content:encoded>
			<wfw:commentRss>http://aurora-foto.se/lang/sv/2011/07/family-oskar-lovisa/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Jana &amp; Jonas &#8211; Provfotografering</title>
		<link>http://aurora-foto.se/lang/sv/2011/07/jana-jonas-preshoot</link>
		<comments>http://aurora-foto.se/lang/sv/2011/07/jana-jonas-preshoot#comments</comments>
		<pubDate>Sun, 03 Jul 2011 21:03:03 +0000</pubDate>
		<dc:creator>Thomas</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[fp]]></category>
		<category><![CDATA[Bröllop]]></category>
		<category><![CDATA[bröllopsfotograf stockholm]]></category>
		<category><![CDATA[Djursholm]]></category>
		<category><![CDATA[porträtt]]></category>
		<category><![CDATA[Stockholm]]></category>
		<category><![CDATA[Villa Paula]]></category>

		<guid isPermaLink="false">http://aurora-foto.se/?p=921</guid>
		<description><![CDATA[Alltid lika kul att träffa nya bröllopspar för provfotografering. Idag har jag träffas Jan &#38; Jonas som gifter sig i augusti i Djursholms kapell. Vi träffades vid Villa Pauli där deras bröllopsfest kommer att hållas för att lära känna varandra, planera fotograferandet på deras stora dag och givetvis prova på fotograferingen. Jag ser verkligen fram [...]]]></description>
				<content:encoded><![CDATA[<p><a href="http://aurora-foto.se/wp/wp-content/uploads/20110603_Jonas-Jana_MG_3279.jpg"></a><a href="http://aurora-foto.se/wp/wp-content/uploads/20110603_Jonas-Jana_MG_3279.jpg"><img class="aligncenter size-full wp-image-933" title="Jana &#38; Jonas at Villa Pauli - Fotograf Thomas Ljungberg" src="http://aurora-foto.se/wp/wp-content/uploads/20110603_Jonas-Jana_MG_3279.jpg" alt="" width="850" height="567" /></a></p>
<p><span lang="sv">Alltid lika kul att träffa nya bröllopspar för provfotografering. Idag har jag träffas Jan &#38; Jonas som gifter sig i augusti i <a title="Djursholms kapell" href="http://www.danderyd.se/DanderydTemplates/Page____1166.aspx">Djursholms kapell</a>. Vi träffades vid <a title="Villa Pauli" href="http://www.villapauli.com/">Villa Pauli</a> där deras bröllopsfest kommer att hållas för att lära känna varandra, planera fotograferandet på deras stora dag och givetvis prova på fotograferingen. Jag ser verkligen fram emot augusti och få ta del av deras bröllopsdag. Jag vet redan att Jana &#38; Jonas kommer att se fantastiska ut&#8230;</span></p>
<p><a href="http://aurora-foto.se/wp/wp-content/uploads/20110603_Jonas-Jana_MG_3292.jpg"><img class="aligncenter size-full wp-image-934" title="Jana &#38; Jonas at Villa Pauli - Fotograf Thomas Ljungberg" src="http://aurora-foto.se/wp/wp-content/uploads/20110603_Jonas-Jana_MG_3292.jpg" alt="" width="850" height="567" /></a></p>
<p><a href="http://aurora-foto.se/wp/wp-content/uploads/20110603_Jonas-Jana_MG_3300.jpg"><img class="aligncenter size-full wp-image-935" title="Jana &#38; Jonas at Villa Pauli - Fotograf Thomas Ljungberg" src="http://aurora-foto.se/wp/wp-content/uploads/20110603_Jonas-Jana_MG_3300.jpg" alt="" width="850" height="567" /></a></p>
<p><a href="http://aurora-foto.se/wp/wp-content/uploads/20110603_Jonas-Jana_MG_3305.jpg"><img class="aligncenter size-full wp-image-936" title="Jana &#38; Jonas at Villa Pauli - Fotograf Thomas Ljungberg" src="http://aurora-foto.se/wp/wp-content/uploads/20110603_Jonas-Jana_MG_3305.jpg" alt="" width="850" height="567" /></a></p>
<p><a href="http://aurora-foto.se/wp/wp-content/uploads/20110603_Jonas-Jana_MG_3320.jpg"><img class="aligncenter size-full wp-image-938" title="Jana &#38; Jonas at Villa Pauli - Fotograf Thomas Ljungberg" src="http://aurora-foto.se/wp/wp-content/uploads/20110603_Jonas-Jana_MG_3320.jpg" alt="" width="850" height="567" /></a></p>
<p><a href="http://aurora-foto.se/wp/wp-content/uploads/20110603_Jonas-Jana_MG_3309.jpg"><img class="aligncenter size-full wp-image-937" title="Jana &#38; Jonas at Villa Pauli - Fotograf Thomas Ljungberg" src="http://aurora-foto.se/wp/wp-content/uploads/20110603_Jonas-Jana_MG_3309.jpg" alt="" width="850" height="567" /></a></p>
<p><a href="http://aurora-foto.se/wp/wp-content/uploads/20110603_Jonas-Jana_MG_3368.jpg"><img class="aligncenter size-full wp-image-940" title="Jana &#38; Jonas at Villa Pauli - Fotograf Thomas Ljungberg" src="http://aurora-foto.se/wp/wp-content/uploads/20110603_Jonas-Jana_MG_3368.jpg" alt="" width="850" height="567" /></a></p>
<p><a href="http://aurora-foto.se/wp/wp-content/uploads/20110603_Jonas-Jana_MG_3348.jpg"><img class="aligncenter size-full wp-image-939" title="Jana &#38; Jonas at Villa Pauli - Fotograf Thomas Ljungberg" src="http://aurora-foto.se/wp/wp-content/uploads/20110603_Jonas-Jana_MG_3348.jpg" alt="" width="850" height="567" /></a></p>
<p><a href="http://aurora-foto.se/wp/wp-content/uploads/20110603_Jonas-Jana_MG_3372.jpg"><img class="aligncenter size-full wp-image-941" title="Jana &#38; Jonas at Villa Pauli - Fotograf Thomas Ljungberg" src="http://aurora-foto.se/wp/wp-content/uploads/20110603_Jonas-Jana_MG_3372.jpg" alt="" width="850" height="567" /></a></p>
<p><a href="http://aurora-foto.se/wp/wp-content/uploads/20110603_Jonas-Jana_MG_3376.jpg"><img class="aligncenter size-full wp-image-942" title="Jana &#38; Jonas at Villa Pauli - Fotograf Thomas Ljungberg" src="http://aurora-foto.se/wp/wp-content/uploads/20110603_Jonas-Jana_MG_3376.jpg" alt="" width="850" height="567" /></a></p>
<p>&#160;</p>
<p>&#160;</p>
]]></content:encoded>
			<wfw:commentRss>http://aurora-foto.se/lang/sv/2011/07/jana-jonas-preshoot/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Protected: Dream Team Dinner</title>
		<link>http://aurora-foto.se/lang/sv/2011/06/dream-team-dinner</link>
		<comments>http://aurora-foto.se/lang/sv/2011/06/dream-team-dinner#comments</comments>
		<pubDate>Tue, 21 Jun 2011 18:45:24 +0000</pubDate>
		<dc:creator>Thomas</dc:creator>
				<category><![CDATA[Kunder]]></category>

		<guid isPermaLink="false">http://aurora-foto.se/?p=890</guid>
		<description><![CDATA[There is no excerpt because this is a protected post.]]></description>
				<content:encoded><![CDATA[<form action="http://aurora-foto.se/wp/wp-login.php?action=postpass" method="post">
<p>This post is password protected. To view it please enter your password below:</p>
<p><label for="pwbox-890">Password: <input name="post_password" id="pwbox-890" type="password" size="20" /></label> <input type="submit" name="Submit" value="Submit" /></p>
</form>
]]></content:encoded>
			<wfw:commentRss>http://aurora-foto.se/lang/sv/2011/06/dream-team-dinner/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Protected: Viewpoint Gallery</title>
		<link>http://aurora-foto.se/lang/sv/2011/06/viewpoint-gallery</link>
		<comments>http://aurora-foto.se/lang/sv/2011/06/viewpoint-gallery#comments</comments>
		<pubDate>Tue, 14 Jun 2011 17:41:13 +0000</pubDate>
		<dc:creator>Thomas</dc:creator>
				<category><![CDATA[Kunder]]></category>

		<guid isPermaLink="false">http://aurora-foto.se/?p=878</guid>
		<description><![CDATA[There is no excerpt because this is a protected post.]]></description>
				<content:encoded><![CDATA[<form action="http://aurora-foto.se/wp/wp-login.php?action=postpass" method="post">
<p>This post is password protected. To view it please enter your password below:</p>
<p><label for="pwbox-878">Password: <input name="post_password" id="pwbox-878" type="password" size="20" /></label> <input type="submit" name="Submit" value="Submit" /></p>
</form>
]]></content:encoded>
			<wfw:commentRss>http://aurora-foto.se/lang/sv/2011/06/viewpoint-gallery/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Välkommen Adela</title>
		<link>http://aurora-foto.se/lang/sv/2011/05/welcome-adela</link>
		<comments>http://aurora-foto.se/lang/sv/2011/05/welcome-adela#comments</comments>
		<pubDate>Tue, 24 May 2011 20:23:05 +0000</pubDate>
		<dc:creator>Thomas</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[Familj]]></category>
		<category><![CDATA[fp]]></category>

		<guid isPermaLink="false">http://aurora-foto.se/?p=849</guid>
		<description><![CDATA[Adela är dotter till några av mina vänner. En härlig liten klimp som bara var 14 dagar när dessa bilder togs. Joel och Jennie bjöd hem mig till deras lägenhet och vi hade riktigt kul när vi tog dessa bilder. Och de bjöd mig även på en välsmakande lunch!!!]]></description>
				<content:encoded><![CDATA[<p><a rel="attachment wp-att-855" href="http://aurora-foto.se/2011/05/welcome-adela/2011-02-05_adela_mg_9746-edit-copy/"><img class="aligncenter size-full wp-image-855" title="Adela" src="http://aurora-foto.se/wp/wp-content/uploads/2011-02-05_Adela_MG_9746-Edit-copy.jpg" alt="" width="850" height="567" /></a></p>
<p><span lang="sv">Adela är dotter till några av mina vänner. En härlig liten klimp som bara var 14 dagar när dessa bilder togs. Joel och Jennie bjöd hem mig till deras lägenhet och vi hade riktigt kul när vi tog dessa bilder. Och de bjöd mig även på en välsmakande lunch!!!</span></p>
<p><a rel="attachment wp-att-851" href="http://aurora-foto.se/2011/05/welcome-adela/2011-02-05_adela_mg_9754-edit-copy/"><img class="aligncenter size-full wp-image-851" title="Adela" src="http://aurora-foto.se/wp/wp-content/uploads/2011-02-05_Adela_MG_9754-Edit-copy.jpg" alt="" width="850" height="567" /></a></p>
<p><a rel="attachment wp-att-852" href="http://aurora-foto.se/2011/05/welcome-adela/2011-02-05_adela_mg_9788-edit-copy/"><img class="aligncenter size-full wp-image-852" title="Adela" src="http://aurora-foto.se/wp/wp-content/uploads/2011-02-05_Adela_MG_9788-Edit-copy.jpg" alt="" width="850" height="390" /></a></p>
<p><a rel="attachment wp-att-854" href="http://aurora-foto.se/2011/05/welcome-adela/2011-02-05_adela_mg_9858-edit-copy/"><img class="aligncenter size-full wp-image-854" title="Adela" src="http://aurora-foto.se/wp/wp-content/uploads/2011-02-05_Adela_MG_9858-Edit-copy.jpg" alt="" width="850" height="390" /></a></p>
<p><a rel="attachment wp-att-850" href="http://aurora-foto.se/2011/05/welcome-adela/2011-02-05_adela_mg_9677-edit-copy/"><img class="aligncenter size-full wp-image-850" title="Adela" src="http://aurora-foto.se/wp/wp-content/uploads/2011-02-05_Adela_MG_9677-Edit-copy.jpg" alt="" width="850" height="281" /></a></p>
<p><a rel="attachment wp-att-853" href="http://aurora-foto.se/2011/05/welcome-adela/2011-02-05_adela_mg_9839-edit-copy/"><img class="aligncenter size-full wp-image-853" title="Adela" src="http://aurora-foto.se/wp/wp-content/uploads/2011-02-05_Adela_MG_9839-Edit-copy.jpg" alt="" width="850" height="390" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://aurora-foto.se/lang/sv/2011/05/welcome-adela/feed</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Protected: Konfirmation Aspnäskyrkan 2011</title>
		<link>http://aurora-foto.se/lang/sv/2011/05/konfirmation-aspnaskyrkan-2011</link>
		<comments>http://aurora-foto.se/lang/sv/2011/05/konfirmation-aspnaskyrkan-2011#comments</comments>
		<pubDate>Tue, 24 May 2011 19:07:48 +0000</pubDate>
		<dc:creator>Thomas</dc:creator>
				<category><![CDATA[Kunder]]></category>

		<guid isPermaLink="false">http://aurora-foto.se/?p=843</guid>
		<description><![CDATA[There is no excerpt because this is a protected post.]]></description>
				<content:encoded><![CDATA[<form action="http://aurora-foto.se/wp/wp-login.php?action=postpass" method="post">
<p>This post is password protected. To view it please enter your password below:</p>
<p><label for="pwbox-843">Password: <input name="post_password" id="pwbox-843" type="password" size="20" /></label> <input type="submit" name="Submit" value="Submit" /></p>
</form>
]]></content:encoded>
			<wfw:commentRss>http://aurora-foto.se/lang/sv/2011/05/konfirmation-aspnaskyrkan-2011/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Protected: Family &#8211; Adela</title>
		<link>http://aurora-foto.se/lang/sv/2011/02/family-adela</link>
		<comments>http://aurora-foto.se/lang/sv/2011/02/family-adela#comments</comments>
		<pubDate>Wed, 16 Feb 2011 14:46:31 +0000</pubDate>
		<dc:creator>Thomas</dc:creator>
				<category><![CDATA[Kunder]]></category>

		<guid isPermaLink="false">http://aurora-foto.se/?p=677</guid>
		<description><![CDATA[There is no excerpt because this is a protected post.]]></description>
				<content:encoded><![CDATA[<form action="http://aurora-foto.se/wp/wp-login.php?action=postpass" method="post">
<p>This post is password protected. To view it please enter your password below:</p>
<p><label for="pwbox-677">Password: <input name="post_password" id="pwbox-677" type="password" size="20" /></label> <input type="submit" name="Submit" value="Submit" /></p>
</form>
]]></content:encoded>
			<wfw:commentRss>http://aurora-foto.se/lang/sv/2011/02/family-adela/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Vinterpromenad på Mälarens is</title>
		<link>http://aurora-foto.se/lang/sv/2011/02/winter-walk-on-the-lake</link>
		<comments>http://aurora-foto.se/lang/sv/2011/02/winter-walk-on-the-lake#comments</comments>
		<pubDate>Sat, 12 Feb 2011 20:14:49 +0000</pubDate>
		<dc:creator>Thomas</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[Personligt]]></category>
		<category><![CDATA[Mälaren]]></category>
		<category><![CDATA[portrait]]></category>
		<category><![CDATA[porträtt]]></category>
		<category><![CDATA[porträttfotograf]]></category>
		<category><![CDATA[solnedgång]]></category>

		<guid isPermaLink="false">http://aurora-foto.se/?p=643</guid>
		<description><![CDATA[Några personliga bilder som jag skulle vilja dela med mig av. De senaste dygnens snöfall har upphört, vi måste fått över 3 dm snö här i Stockholm, och vintern är verkligen tillbaka. Men det är bara februari, så det är som det ska antar jag. Idag har vi haft klar himmel och fantastiskt solsken och [...]]]></description>
				<content:encoded><![CDATA[<p><img class="aligncenter size-full wp-image-648" title="Promenad på Mälaren" src="http://aurora-foto.se/wp/wp-content/uploads/Blog_20110212_Ispromendad_MG_9894.jpg" alt="" width="850" height="567" /></p>
<p><span lang="sv">Några personliga bilder som jag skulle vilja dela med mig av. De senaste dygnens snöfall har upphört, vi måste fått över 3 dm snö här i Stockholm, och vintern är verkligen tillbaka. Men det är bara februari, så det är som det ska antar jag. Idag har vi haft klar himmel och fantastiskt solsken och temperaturer på -10°. Det blev en kortare eftermiddagspromenad ute på Mälarenisen, medan solen sjönk ner under horisonten.</span></p>
<p><img class="aligncenter size-full wp-image-644" title="Promenad på Mälaren" src="http://aurora-foto.se/wp/wp-content/uploads/Blog_20110212_Ispromendad_MG_9878-9880.jpg" alt="" width="850" height="567" /></p>
<p><img class="aligncenter size-full wp-image-646" title="Promenad på Mälaren" src="http://aurora-foto.se/wp/wp-content/uploads/Blog_20110212_Ispromendad_MG_9884.jpg" alt="" width="850" height="567" /></p>
<p><img class="aligncenter size-full wp-image-645" title="Promenad på Mälaren" src="http://aurora-foto.se/wp/wp-content/uploads/Blog_20110212_Ispromendad_MG_9881.jpg" alt="" width="850" height="567" /></p>
<p><img class="aligncenter size-full wp-image-647" title="Promenad på Mälaren" src="http://aurora-foto.se/wp/wp-content/uploads/Blog_20110212_Ispromendad_MG_9889.jpg" alt="" width="850" height="567" /></p>
<p><img class="aligncenter size-full wp-image-650" title="Promenad på Mälaren" src="http://aurora-foto.se/wp/wp-content/uploads/Blog_20110212_Ispromendad_MG_9901.jpg" alt="" width="850" height="567" /></p>
<p><img class="aligncenter size-full wp-image-649" title="Promenad på Mälaren" src="http://aurora-foto.se/wp/wp-content/uploads/Blog_20110212_Ispromendad_MG_9899.jpg" alt="" width="850" height="567" /></p>
<p><img class="aligncenter size-full wp-image-652" title="Promenad på Mälaren" src="http://aurora-foto.se/wp/wp-content/uploads/Blog_20110212_Ispromendad_MG_9911.jpg" alt="" width="850" height="567" /></p>
<p><img class="aligncenter size-full wp-image-654" title="Promenad på Mälaren" src="http://aurora-foto.se/wp/wp-content/uploads/Blog_20110212_Ispromendad_MG_9920.jpg" alt="" width="850" height="567" /></p>
<p><img class="aligncenter size-full wp-image-653" title="Promenad på Mälaren" src="http://aurora-foto.se/wp/wp-content/uploads/Blog_20110212_Ispromendad_MG_9913.jpg" alt="" width="850" height="567" /></p>
<p><img class="aligncenter size-full wp-image-656" title="Promenad på Mälaren" src="http://aurora-foto.se/wp/wp-content/uploads/Blog_20110212_Ispromendad_MG_9933.jpg" alt="" width="378" height="567" /></p>
<p><img class="aligncenter size-full wp-image-655" title="Promenad på Mälaren" src="http://aurora-foto.se/wp/wp-content/uploads/Blog_20110212_Ispromendad_MG_9924.jpg" alt="" width="850" height="567" /></p>
<p><img class="aligncenter size-full wp-image-657" title="Promenad på Mälaren" src="http://aurora-foto.se/wp/wp-content/uploads/Blog_20110212_Ispromendad_MG_9934.jpg" alt="" width="850" height="567" /></p>
<p><img class="aligncenter size-full wp-image-658" title="Promenad på Mälaren" src="http://aurora-foto.se/wp/wp-content/uploads/Blog_20110212_Ispromendad_MG_9936.jpg" alt="" width="850" height="567" /></p>
<p><span lang="sv">För de tekniskt intresserade är alla bilder tagna med Canon 5D MkII och Canon 50 f/1.2L. Efterbehandlingen är gjord i Lightroom och Photoshop har bara använts för förminskning och skärpning för bloggen.</span></p>
]]></content:encoded>
			<wfw:commentRss>http://aurora-foto.se/lang/sv/2011/02/winter-walk-on-the-lake/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Protected: Family &#8211; Björklund</title>
		<link>http://aurora-foto.se/lang/sv/2011/02/family-bjorklund</link>
		<comments>http://aurora-foto.se/lang/sv/2011/02/family-bjorklund#comments</comments>
		<pubDate>Sun, 06 Feb 2011 20:40:17 +0000</pubDate>
		<dc:creator>Thomas</dc:creator>
				<category><![CDATA[Kunder]]></category>

		<guid isPermaLink="false">http://aurora-foto.se/?p=583</guid>
		<description><![CDATA[There is no excerpt because this is a protected post.]]></description>
				<content:encoded><![CDATA[<form action="http://aurora-foto.se/wp/wp-login.php?action=postpass" method="post">
<p>This post is password protected. To view it please enter your password below:</p>
<p><label for="pwbox-583">Password: <input name="post_password" id="pwbox-583" type="password" size="20" /></label> <input type="submit" name="Submit" value="Submit" /></p>
</form>
]]></content:encoded>
			<wfw:commentRss>http://aurora-foto.se/lang/sv/2011/02/family-bjorklund/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Lightroom 2011 Calendar Presets and Templates &#8211; Follow up</title>
		<link>http://aurora-foto.se/lang/sv/2011/01/lightroom-calendar-presets-templates-followup</link>
		<comments>http://aurora-foto.se/lang/sv/2011/01/lightroom-calendar-presets-templates-followup#comments</comments>
		<pubDate>Sat, 29 Jan 2011 22:13:51 +0000</pubDate>
		<dc:creator>Thomas</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[Lightroom]]></category>
		<category><![CDATA[Fotografer]]></category>
		<category><![CDATA[bröllopsfotograf stockholm]]></category>
		<category><![CDATA[calendar template]]></category>
		<category><![CDATA[lightroom]]></category>
		<category><![CDATA[lightroom preset]]></category>

		<guid isPermaLink="false">http://aurora-foto.se/?p=554</guid>
		<description><![CDATA[Update: Calendar templates for 2012 2013 are now available. The other week I posted about some calendar templates that can be used in the Lightroom print module to create your own calendars. The original idea was described by Matt Kloskowski on his Lightroom Killer Tips blog. I changed the original layout to make the weeks [...]]]></description>
				<content:encoded><![CDATA[<p><img class="alignright size-full wp-image-555" title="Calendar Templates additional languages" src="http://aurora-foto.se/wp/wp-content/uploads/CalendarTemplates_Languages_I.jpg" alt="" width="500" height="608" /></p>
<p><em>Update: <a title="Lightroom Calendar Templates" href="http://aurora-foto.se/lightroom-calendar-template/">Calendar templates for <del>2012</del> 2013 are now available</a>.</em></p>
<p>The other week I posted about some <a title="Calendar Print Templates" href="http://aurora-foto.se/2011/01/lightroom-calendar-presets/">calendar templates</a> that can be used in the Lightroom print module to create your own calendars. The original idea was described by Matt Kloskowski on his <a title="Lightroom Killer Tips" href="http://lightroomkillertips.com/2011/lightroom-presets-calendar-print-templates/" target="_blank">Lightroom Killer Tips blog</a>.</p>
<p>I changed the original layout to make the weeks start on Mondays instead of Sundays, but only mad them available in Swedish.</p>
<p>I have now updated the fully layered psd-files to include a number of different languages. It is easy to select what language to use, the text layers that are language dependent are included in different layer groups. So if you want to make changes to the color scheme, change font, etc download the fully layered template files and go wild!</p>
<p>Below you can also download the calendar templates as flattened psd-files that can be used as described in Matt&#8217;s blog post above. I have also included a link to the Lightroom Print module templates I created for those using A4 paper size, as shown on the images besides and below, more on that in <a title="Calendar Print Templates" href="http://aurora-foto.se/2011/01/lightroom-calendar-presets/">my original post</a>.</p>
<p><a title="Calendar Templates - DA" href="http://aurora-foto.se/download/LR_Calendar/LR_CalendarTemplates_DA.zip">Calendar Templates in Danish</a><br />
<a title="Calendar Templates - DE" href="http://aurora-foto.se/download/LR_Calendar/LR_CalendarTemplates_DE.zip">Calendar Templates in German</a><br />
<a title="Calendar Templates - EN" href="http://aurora-foto.se/download/LR_Calendar/LR_CalendarTemplates_EN.zip">Calendar Templates in English</a><br />
<a title="Calendar Templates - ES" href="http://aurora-foto.se/download/LR_Calendar/LR_CalendarTemplates_ES.zip">Calendar Templates in Spanish</a><br />
<a title="Calendar Templates - FI" href="http://aurora-foto.se/download/LR_Calendar/LR_CalendarTemplates_FI.zip">Calendar Templates in Finnish</a><br />
<a title="Calendar Templates - FR" href="http://aurora-foto.se/download/LR_Calendar/LR_CalendarTemplates_FR.zip">Calendar Templates in French</a><br />
<a title="Calendar Templates - IT" href="http://aurora-foto.se/download/LR_Calendar/LR_CalendarTemplates_IT.zip">Calendar Templates in Italian</a><br />
<a title="Calendar Templates - NL" href="http://aurora-foto.se/download/LR_Calendar/LR_CalendarTemplates_NL.zip">Calendar Templates in Dutch</a> <em>(thank you Leendert van der Hoek)</em><br />
<a title="Calendar Templates - NO" href="http://aurora-foto.se/download/LR_Calendar/LR_CalendarTemplates_NO.zip">Calendar Templates in Norwegian</a><br />
<a title="Calendar Templates - SV" href="http://aurora-foto.se/download/LR_Calendar/LR_CalendarTemplates_SV.zip">Calendar Templates in Swedish</a></p>
<p><a title="Lightroom Calendar Print Templates" href="http://aurora-foto.se/download/LR_Calendar/LR_CalendarPresets_A4.zip">Download Lightroom Calendar Print Presets (A4 paper size)!</a><br />
<em>Note that print margins are dependent on printer type, the presets might need adjustments to fit with the printer you are using. </em><br />
<del>Download layered calendar template PSD&#8217;s!</del> (<a title="Lightroom Calendar Templates – 2012" href="http://aurora-foto.se/lightroom-calendar-template/">Get the <del>2012</del> latest version</a>)</p>
<p>Now go and print some beautiful calendars!!!</p>
<p style="text-align: center;"><img class="size-full wp-image-556 aligncenter" title="Calendar Templates additional languages" src="http://aurora-foto.se/wp/wp-content/uploads/CalendarTemplates_Languages_II.jpg" alt="" width="850" height="570" /></p>
]]></content:encoded>
			<wfw:commentRss>http://aurora-foto.se/lang/sv/2011/01/lightroom-calendar-presets-templates-followup/feed</wfw:commentRss>
		<slash:comments>21</slash:comments>
		</item>
		<item>
		<title>Protected: Family &#8211; Skywalker</title>
		<link>http://aurora-foto.se/lang/sv/2011/01/skywalker</link>
		<comments>http://aurora-foto.se/lang/sv/2011/01/skywalker#comments</comments>
		<pubDate>Sun, 23 Jan 2011 18:13:54 +0000</pubDate>
		<dc:creator>Thomas</dc:creator>
				<category><![CDATA[Kunder]]></category>

		<guid isPermaLink="false">http://aurora-foto.se/?p=503</guid>
		<description><![CDATA[There is no excerpt because this is a protected post.]]></description>
				<content:encoded><![CDATA[<form action="http://aurora-foto.se/wp/wp-login.php?action=postpass" method="post">
<p>This post is password protected. To view it please enter your password below:</p>
<p><label for="pwbox-503">Password: <input name="post_password" id="pwbox-503" type="password" size="20" /></label> <input type="submit" name="Submit" value="Submit" /></p>
</form>
]]></content:encoded>
			<wfw:commentRss>http://aurora-foto.se/lang/sv/2011/01/skywalker/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Lightroom 2011 Calendar Presets and Templates</title>
		<link>http://aurora-foto.se/lang/sv/2011/01/lightroom-calendar-presets</link>
		<comments>http://aurora-foto.se/lang/sv/2011/01/lightroom-calendar-presets#comments</comments>
		<pubDate>Sun, 09 Jan 2011 15:03:07 +0000</pubDate>
		<dc:creator>Thomas</dc:creator>
				<category><![CDATA[Lightroom]]></category>
		<category><![CDATA[Fotografer]]></category>
		<category><![CDATA[bröllopsfotograf stockholm]]></category>
		<category><![CDATA[calendar template]]></category>
		<category><![CDATA[lightroom]]></category>
		<category><![CDATA[lightroom preset]]></category>

		<guid isPermaLink="false">http://aurora-foto.se/?p=473</guid>
		<description><![CDATA[Update: Calendar templates for 2012 are now available. Interested in printing your own calendars using Lightroom 3? I can recommend a great article by Matt Kloskowski at Lightroom Killer Tips: Lightroom Presets &#8211; Calendar Print Templates. The original templates/presets are done by Ed Weaver and Matt wrote a great article on how to install and [...]]]></description>
				<content:encoded><![CDATA[<p><img class="alignright size-full wp-image-475" title="Calendar A4 1+2 months horizontal" src="http://aurora-foto.se/wp/wp-content/uploads/CalendarPresets2.jpg" alt="" width="500" height="800" /></p>
<p><em>Update: <a title="Lightroom Calendar Templates" href="http://aurora-foto.se/lightroom-calendar-template/">Calendar templates for 2012 are now available</a>.</em></p>
<p>Interested in printing your own calendars using Lightroom 3?</p>
<p>I can recommend a great article by Matt Kloskowski at Lightroom Killer Tips: <a title="Calendar Print Templates" href="http://lightroomkillertips.com/2011/lightroom-presets-calendar-print-templates/" target="_blank">Lightroom Presets &#8211; Calendar Print Templates</a>.</p>
<p>The original templates/presets are done by <a title="Ed Weaver" href="http://www.redphotographic.com/" target="_blank">Ed Weaver</a> and Matt wrote a great article on how to install and use the presets in Lightroom 3. Go and check it out!</p>
<p><strong>Swedish calendar templates and new presets</strong></p>
<p>Only &#8220;problem&#8221; is that Ed&#8217;s calendars are &#8220;American style&#8221; with weeks beginning on Sundays (who came up with that?) and in English of course.</p>
<p>So I&#8217;ve made new calendar templates in Swedish, which also include week numbers. I&#8217;ve also made some new Lightroom print presets for the paper size A4. Both the two Ed provided in letter format (&#8217;1 month&#8217; and &#8216;Full Year&#8217;) as well as two additional ones. These are &#8217;1+2 month&#8217; presets, showing a head month as well as previous and coming months (in smaller size). One is for vertical aligned images and one for horizontal.</p>
<p>The Swedish calendar templates follow the same size and aspect ratio as Ed&#8217;s, so they should work well with the the presets he provides for larger format papers!</p>
<p><strong>Swedish not good enough for you?</strong></p>
<p><em>Update: For <a href="http://aurora-foto.se/2011/01/lightroom-calendar-presets-templates-followup/">additional languages</a> (German, French, English, Italian, Spanish, etc), see my follow-up post!</em></p>
<p>In the calendar/preset download file I have provided flat psd-files for each month to use in the print templates. In the layered download file are the full layered original psd&#8217;s. You can use these and translate to any language you like, provided you want week numbers and use weeks starting with Mondays, to create your own calendar templates.</p>
<p>I couldn&#8217;t figure out what font Ed used but found some similar. If you want to translate these templates in Photoshop, you will need to install the following fonts:</p>

<p>You can always change the font in the templates, but that will probably give you some extra work aligning the texts :-).</p>
<p><a title="Lightroom Calendar Print Templates" href="http://aurora-foto.se/download/LR_Calendar/LR_CalendarTemplates_SV.zip">Download Swedish calendar templates!</a></p>
<p><a title="Lightroom Calendar Print Templates" href="http://aurora-foto.se/download/LR_Calendar/LR_CalendarPresets_A4.zip">Download Lightroom Calendar Print Presets (A4 paper size)!</a><em></em><em><br />
Note that print margins are dependent on printer type, the presets might need adjustments to fit with the printer you are using. </em><br />
<del>Download layered calendar template PSD&#8217;s!</del> (<a title="Lightroom Calendar Templates – 2012" href="http://aurora-foto.se/lightroom-calendar-template/">Get the 2012 version!</a>)</p>
<p>Matt&#8217;s <a title="Calendar Print Templates" href="http://lightroomkillertips.com/2011/lightroom-presets-calendar-print-templates/" target="_blank">article</a> gives great information on how to install and use the templates and presets!</p>
<p><em>For <a href="http://aurora-foto.se/2011/01/lightroom-calendar-presets-templates-followup/">additional languages</a> (German, French, English, Italian, Spanish, etc), see my follow-up post!</em></p>
<p><em>Update 2011-01-29: New versions of download files with previous error in July template fixed.</em></p>
<p><img class="aligncenter size-full wp-image-476" title="Calendar A4 1 month" src="http://aurora-foto.se/wp/wp-content/uploads/CalendarPresets3.jpg" alt="" width="850" height="570" /></p>
<p><img class="aligncenter size-full wp-image-474" title="Calendar A4 1+2 months" src="http://aurora-foto.se/wp/wp-content/uploads/CalendarPresets1.jpg" alt="" width="850" height="570" /></p>
]]></content:encoded>
			<wfw:commentRss>http://aurora-foto.se/lang/sv/2011/01/lightroom-calendar-presets/feed</wfw:commentRss>
		<slash:comments>25</slash:comments>
		</item>
		<item>
		<title>Lek med höstlöv – Uppsala</title>
		<link>http://aurora-foto.se/lang/sv/2010/12/playing-autumn-leafs-uppsala</link>
		<comments>http://aurora-foto.se/lang/sv/2010/12/playing-autumn-leafs-uppsala#comments</comments>
		<pubDate>Sun, 05 Dec 2010 17:00:24 +0000</pubDate>
		<dc:creator>Thomas</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[Familj]]></category>
		<category><![CDATA[Porträtt]]></category>
		<category><![CDATA[autumn]]></category>
		<category><![CDATA[höst]]></category>
		<category><![CDATA[leaf]]></category>
		<category><![CDATA[löv]]></category>
		<category><![CDATA[porträttfotograf]]></category>
		<category><![CDATA[Uppsala]]></category>

		<guid isPermaLink="false">http://aurora-foto.se/?p=444</guid>
		<description><![CDATA[Här kommer några bilder från en porträttsession tidigare under hösten. Jag hade förmånen att porträttera Oskar redan förra året och när Daniel och Ulrika frågade ifall jag hade möjlighet att komma till Uppsala igen så var svaret givet. Oskar är en riktigt härlig kille och vi hade en massa kul under eftermiddagen. Leka med färgglada [...]]]></description>
				<content:encoded><![CDATA[<p><img class="aligncenter size-full wp-image-445" title="Oskar - Uppsala" src="http://aurora-foto.se/wp/wp-content/uploads/Blog__MG_7812-Edit.jpg" alt="" width="850" height="567" /></p>
<p><span lang="sv">Här kommer några bilder från en porträttsession tidigare under hösten. Jag hade förmånen att porträttera Oskar redan förra året och när <a href="http://dwahlberg.se/" target="_blank">Daniel</a> och Ulrika frågade ifall jag hade möjlighet att komma till Uppsala igen så var svaret givet.</span></p>
<p><span lang="sv">Oskar är en riktigt härlig kille och vi hade en massa kul under eftermiddagen. Leka med färgglada höstlöv är förstås alltid skoj för en liten kille i den här åldern.</span></p>
<p><img class="aligncenter size-full wp-image-447" title="Oskar - Uppsala" src="http://aurora-foto.se/wp/wp-content/uploads/Oskar_triple_II.jpg" alt="" width="850" height="520" /><br />
<img class="aligncenter size-full wp-image-447" title="Oskar - Uppsala" src="http://aurora-foto.se/wp/wp-content/uploads/Oskar_triple_I.jpg" alt="" width="850" height="520" /></p>
]]></content:encoded>
			<wfw:commentRss>http://aurora-foto.se/lang/sv/2010/12/playing-autumn-leafs-uppsala/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Protected: Family &#8211; Clara &amp; Henny</title>
		<link>http://aurora-foto.se/lang/sv/2010/12/family-clara-henny</link>
		<comments>http://aurora-foto.se/lang/sv/2010/12/family-clara-henny#comments</comments>
		<pubDate>Sat, 04 Dec 2010 16:35:29 +0000</pubDate>
		<dc:creator>Thomas</dc:creator>
				<category><![CDATA[Kunder]]></category>

		<guid isPermaLink="false">http://aurora-foto.se/?p=413</guid>
		<description><![CDATA[There is no excerpt because this is a protected post.]]></description>
				<content:encoded><![CDATA[<form action="http://aurora-foto.se/wp/wp-login.php?action=postpass" method="post">
<p>This post is password protected. To view it please enter your password below:</p>
<p><label for="pwbox-413">Password: <input name="post_password" id="pwbox-413" type="password" size="20" /></label> <input type="submit" name="Submit" value="Submit" /></p>
</form>
]]></content:encoded>
			<wfw:commentRss>http://aurora-foto.se/lang/sv/2010/12/family-clara-henny/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title> Sugen att stå modell?</title>
		<link>http://aurora-foto.se/lang/sv/2010/11/care-to-do-modeling</link>
		<comments>http://aurora-foto.se/lang/sv/2010/11/care-to-do-modeling#comments</comments>
		<pubDate>Wed, 17 Nov 2010 20:11:06 +0000</pubDate>
		<dc:creator>Thomas</dc:creator>
				<category><![CDATA[Fotografer]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[modell]]></category>

		<guid isPermaLink="false">http://aurora-foto.se/?p=403</guid>
		<description><![CDATA[Vill du stå model? Jag har nyligen investerat i en del ny utrustning som jag ska använda för &#8220;on location&#8221; porträtt sessioner. Nya blixtar, fjärrsyrningsutrustning, paraplyer, mm. Massor av roliga nördiga fotoprylar :-) Jag kommer att testköra och prova de här prylarna under den närmsta tiden men jag antar att jag kommer bli ganska trött [...]]]></description>
				<content:encoded><![CDATA[<p><img class="aligncenter size-full wp-image-404" title="Models" src="http://aurora-foto.se/wp/wp-content/uploads/Models.jpg" alt="" width="850" height="547" /></p>





<p><span lang="sv">Vill du stå model?</span></p>
<p><span lang="sv">Jag har nyligen investerat i en del ny utrustning som jag ska använda för &#8220;on location&#8221; porträtt sessioner. Nya blixtar, fjärrsyrningsutrustning, paraplyer, mm. Massor av roliga nördiga fotoprylar :-)</span></p>
<p><span lang="sv">Jag kommer att testköra och prova de här prylarna under den närmsta tiden men jag antar att jag kommer bli ganska trött på att fotografera väggarna här hemma. Så jag tänkte att varför inte fråga om någon vill ställa upp som modell och öva och utvärdera under mer realistiska förhållanden och samtidigt träffa vänner, kanske t.o.m. lära känna nya?</span></p>
<p><span lang="sv">Jag får möjlighet att test och utvärdera min nya utrustning, du får förhoppningsvis nya fina porträttbilder och vi alla kan ha riktigt kul tillsammans. Formella porträtt eller mer livstilsorienterade? Familj, par eller bara själv? Spelar ingen större roll, jag är öppen för förslag!</span></p>
<p><span lang="sv">Så om du är sugen att träffas och göra en del rolig fotografering med mig, kontakta mig via kontaktformuläret här på hemsidan så ser vi om vi kan arrangera något!<br />
</span></p>
<p><img class="aligncenter size-full wp-image-405" title="Modeling" src="http://aurora-foto.se/wp/wp-content/uploads/Models2.jpg" alt="" width="850" height="295" /></p>
]]></content:encoded>
			<wfw:commentRss>http://aurora-foto.se/lang/sv/2010/11/care-to-do-modeling/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Protected: Family &#8211; Oskar</title>
		<link>http://aurora-foto.se/lang/sv/2010/11/wahlberg-hostsession</link>
		<comments>http://aurora-foto.se/lang/sv/2010/11/wahlberg-hostsession#comments</comments>
		<pubDate>Sun, 14 Nov 2010 16:56:28 +0000</pubDate>
		<dc:creator>Thomas</dc:creator>
				<category><![CDATA[Kunder]]></category>

		<guid isPermaLink="false">http://aurora-foto.se/?p=369</guid>
		<description><![CDATA[There is no excerpt because this is a protected post.]]></description>
				<content:encoded><![CDATA[<form action="http://aurora-foto.se/wp/wp-login.php?action=postpass" method="post">
<p>This post is password protected. To view it please enter your password below:</p>
<p><label for="pwbox-369">Password: <input name="post_password" id="pwbox-369" type="password" size="20" /></label> <input type="submit" name="Submit" value="Submit" /></p>
</form>
]]></content:encoded>
			<wfw:commentRss>http://aurora-foto.se/lang/sv/2010/11/wahlberg-hostsession/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Protected: Print download &#8211; Grepstad</title>
		<link>http://aurora-foto.se/lang/sv/2010/10/print-download_grepstad</link>
		<comments>http://aurora-foto.se/lang/sv/2010/10/print-download_grepstad#comments</comments>
		<pubDate>Wed, 27 Oct 2010 20:38:47 +0000</pubDate>
		<dc:creator>Thomas</dc:creator>
				<category><![CDATA[Kunder]]></category>

		<guid isPermaLink="false">http://aurora-foto.se/?p=362</guid>
		<description><![CDATA[There is no excerpt because this is a protected post.]]></description>
				<content:encoded><![CDATA[<form action="http://aurora-foto.se/wp/wp-login.php?action=postpass" method="post">
<p>This post is password protected. To view it please enter your password below:</p>
<p><label for="pwbox-362">Password: <input name="post_password" id="pwbox-362" type="password" size="20" /></label> <input type="submit" name="Submit" value="Submit" /></p>
</form>
]]></content:encoded>
			<wfw:commentRss>http://aurora-foto.se/lang/sv/2010/10/print-download_grepstad/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Patrik &amp; Julia – Bröllop i Vaxholm</title>
		<link>http://aurora-foto.se/lang/sv/2010/10/patrik-julia-wedding-at-vaxholm</link>
		<comments>http://aurora-foto.se/lang/sv/2010/10/patrik-julia-wedding-at-vaxholm#comments</comments>
		<pubDate>Tue, 19 Oct 2010 10:54:13 +0000</pubDate>
		<dc:creator>Thomas</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[fp]]></category>
		<category><![CDATA[Bröllop]]></category>
		<category><![CDATA[bröllopsfotograf stockholm]]></category>
		<category><![CDATA[Vaxholm]]></category>
		<category><![CDATA[Vaxholm hembygdsgård]]></category>
		<category><![CDATA[Vaxholms kyrka]]></category>

		<guid isPermaLink="false">http://aurora-foto.se/?p=312</guid>
		<description><![CDATA[Julia och Patrik sa det magiska orden JA till varandra ute i vackra Vaxholm. Förberedelser för dagen gjordes på Waxholm hotell, vigseln ägde rum i Vaxholms kyrka och festen hölls i Vaxholms Hembydgsgård i Norra hamnen. Julia och Patrik, tack för att vi fick dela er mycket speciella dag. Det var en fröjd att fotografera [...]]]></description>
				<content:encoded><![CDATA[<p><img class="aligncenter size-full wp-image-345" title="Patrik &#38; Julia, Waxholm Wedding" src="http://aurora-foto.se/wp/wp-content/uploads/Blog_MG_5831_6038_6622-Edit.jpg" alt="" width="850" height="425" /></p>

<p><span lang="sv">Julia och Patrik sa det magiska orden JA till varandra ute i vackra Vaxholm. Förberedelser för dagen gjordes på Waxholm hotell, vigseln ägde rum i Vaxholms kyrka och festen hölls i Vaxholms Hembydgsgård i Norra hamnen.</span></p>
<p><span lang="sv">Julia och Patrik, tack för att vi fick dela er mycket speciella dag. Det var en fröjd att fotografera er båda och vi hade det riktigt trevligt tillsammans med er!</span></p>
<p><img class="aligncenter size-full wp-image-314" title="Patrik &#38; Julia, Waxholm Wedding" src="http://aurora-foto.se/wp/wp-content/uploads/Blog__MG_5640-Edit.jpg" alt="" width="850" height="567" /></p>
<p><span lang="sv">Makeup utfördes av makeup artist <a title="Jenny The Makeup Artist" href="http://www.jennythemakeupartist.se" target="_blank">Jenny Möller</a>.</span></p>
<p><img class="aligncenter size-full wp-image-317" title="Patrik &#38; Julia, Waxholm Wedding" src="http://aurora-foto.se/wp/wp-content/uploads/Blog__MG_5750-Edit.jpg" alt="" width="850" height="567" /></p>
<p><img class="aligncenter size-full wp-image-318" title="Patrik &#38; Julia, Waxholm Wedding" src="http://aurora-foto.se/wp/wp-content/uploads/Blog__MG_5769-Edit.jpg" alt="" width="850" height="567" /></p>
<p><img class="aligncenter size-full wp-image-319" title="Patrik &#38; Julia, Waxholm Wedding" src="http://aurora-foto.se/wp/wp-content/uploads/Blog__MG_5794-Edit.jpg" alt="" width="850" height="567" /></p>
<p><img class="aligncenter size-full wp-image-316" title="Patrik &#38; Julia, Waxholm Wedding" src="http://aurora-foto.se/wp/wp-content/uploads/Blog__MG_5689-Edit.jpg" alt="" width="850" height="567" /></p>
<p><img class="aligncenter size-full wp-image-320" title="Patrik &#38; Julia, Waxholm Wedding" src="http://aurora-foto.se/wp/wp-content/uploads/Blog__MG_5835-Edit.jpg" alt="" width="850" height="567" /></p>
<p><img class="aligncenter size-full wp-image-321" title="Patrik &#38; Julia, Waxholm Wedding" src="http://aurora-foto.se/wp/wp-content/uploads/Blog__MG_5928-Edit.jpg" alt="" width="850" height="567" /></p>
<p><img class="aligncenter size-full wp-image-315" title="Patrik &#38; Julia, Waxholm Wedding" src="http://aurora-foto.se/wp/wp-content/uploads/Blog__MG_5657-Edit.jpg" alt="" width="850" height="567" /></p>
<p><img class="aligncenter size-full wp-image-325" title="Blog__MG_6020-Edit" src="http://aurora-foto.se/wp/wp-content/uploads/Blog__MG_6020-Edit.jpg" alt="" width="850" height="567" /></p>
<p><img class="aligncenter size-full wp-image-324" title="Patrik &#38; Julia, Waxholm Wedding" src="http://aurora-foto.se/wp/wp-content/uploads/Blog__MG_5991-Edit.jpg" alt="" width="850" height="567" /></p>
<p><img class="aligncenter size-full wp-image-323" title="Patrik &#38; Julia, Waxholm Wedding" src="http://aurora-foto.se/wp/wp-content/uploads/Blog__MG_5967-Edit.jpg" alt="" width="850" height="567" /></p>
<p><img class="aligncenter size-full wp-image-322" title="Patrik &#38; Julia, Waxholm Wedding" src="http://aurora-foto.se/wp/wp-content/uploads/Blog__MG_5948-Edit.jpg" alt="" width="850" height="567" /></p>
<p><img class="aligncenter size-full wp-image-327" title="Patrik &#38; Julia, Waxholm Wedding" src="http://aurora-foto.se/wp/wp-content/uploads/Blog__MG_6060-Edit.jpg" alt="" width="850" height="567" /></p>
<p><img class="aligncenter size-full wp-image-326" title="Patrik &#38; Julia, Waxholm Wedding" src="http://aurora-foto.se/wp/wp-content/uploads/Blog__MG_6041-Edit.jpg" alt="" width="850" height="567" /></p>
<p><img class="aligncenter size-full wp-image-328" title="Patrik &#38; Julia, Waxholm Wedding" src="http://aurora-foto.se/wp/wp-content/uploads/Blog__MG_6077-Edit.jpg" alt="" width="850" height="567" /></p>
<p><img class="aligncenter size-full wp-image-330" title="Patrik &#38; Julia, Waxholm Wedding" src="http://aurora-foto.se/wp/wp-content/uploads/Blog__MG_6211-Edit.jpg" alt="" width="850" height="567" /></p>
<p><img class="aligncenter size-full wp-image-331" title="Patrik &#38; Julia, Waxholm Wedding" src="http://aurora-foto.se/wp/wp-content/uploads/Blog__MG_6221-Edit.jpg" alt="" width="850" height="567" /></p>
<p><img class="aligncenter size-full wp-image-332" title="Patrik &#38; Julia, Waxholm Wedding" src="http://aurora-foto.se/wp/wp-content/uploads/Blog__MG_6242-Edit.jpg" alt="" width="850" height="567" /></p>
<p><img class="aligncenter size-full wp-image-333" title="Patrik &#38; Julia, Waxholm Wedding" src="http://aurora-foto.se/wp/wp-content/uploads/Blog__MG_6245-Edit.jpg" alt="" width="850" height="567" /></p>
<p><img class="aligncenter size-full wp-image-334" title="Patrik &#38; Julia, Waxholm Wedding" src="http://aurora-foto.se/wp/wp-content/uploads/Blog__MG_6275-Edit.jpg" alt="" width="850" height="567" /></p>
<p><span lang="sv">Väderprognosen slog olyckligtvis in denna dag. Precis före vigseln så öppnade sig skyarna och regnet började vräka ner. Ett av de häftigaste regnovädren för året passerade Stockholmsområdet. Men det sägs att regna på brudbuketten bringar lycka&#8230;</span></p>
<p><img class="aligncenter size-full wp-image-335" title="Patrik &#38; Julia, Waxholm Wedding" src="http://aurora-foto.se/wp/wp-content/uploads/Blog__MG_6295-Edit.jpg" alt="" width="850" height="567" /></p>
<p><img class="aligncenter size-full wp-image-337" title="Patrik &#38; Julia, Waxholm Wedding" src="http://aurora-foto.se/wp/wp-content/uploads/Blog__MG_6363.jpg" alt="" width="850" height="567" /></p>
<p><img class="aligncenter size-full wp-image-338" title="Patrik &#38; Julia, Waxholm Wedding" src="http://aurora-foto.se/wp/wp-content/uploads/Blog__MG_6459-Edit.jpg" alt="" width="850" height="567" /></p>
<p><img class="aligncenter size-full wp-image-329" title="Patrik &#38; Julia, Waxholm Wedding" src="http://aurora-foto.se/wp/wp-content/uploads/Blog__MG_6167-Edit.jpg" alt="" width="850" height="567" /></p>
<p><img class="aligncenter size-full wp-image-339" title="Patrik &#38; Julia, Waxholm Wedding" src="http://aurora-foto.se/wp/wp-content/uploads/Blog__MG_6614.jpg" alt="" width="850" height="567" /></p>
<p><img class="aligncenter size-full wp-image-341" title="Patrik &#38; Julia, Waxholm Wedding" src="http://aurora-foto.se/wp/wp-content/uploads/Blog__MG_6704-Edit.jpg" alt="" width="850" height="567" /></p>
<p><span lang="sv">Vem behöver barnvakter när det finns iPhones..? :-)</span></p>
<p><img class="aligncenter size-full wp-image-340" title="Patrik &#38; Julia, Waxholm Wedding" src="http://aurora-foto.se/wp/wp-content/uploads/Blog__MG_6633.jpg" alt="" width="850" height="567" /></p>
<p><img class="aligncenter size-full wp-image-342" title="Patrik &#38; Julia, Waxholm Wedding" src="http://aurora-foto.se/wp/wp-content/uploads/Blog__MG_6755-Edit.jpg" alt="" width="850" height="567" /></p>
<p><img class="aligncenter size-full wp-image-343" title="Patrik &#38; Julia, Waxholm Wedding" src="http://aurora-foto.se/wp/wp-content/uploads/Blog__MG_6818-Edit.jpg" alt="" width="850" height="567" /></p>
<p><img class="aligncenter size-full wp-image-344" title="Patrik &#38; Julia, Waxholm Wedding" src="http://aurora-foto.se/wp/wp-content/uploads/Blog__MG_6831-Edit.jpg" alt="" width="850" height="567" /></p>
<p><span lang="sv">Som många gånger tidigare så gjordes denna bröllopsporträttsession tillsammans med fotograf <a title="Dagnell Foto" href="http://dagnellfoto.se/" target="_blank">Markus Dagnell</a>.</span></p>
]]></content:encoded>
			<wfw:commentRss>http://aurora-foto.se/lang/sv/2010/10/patrik-julia-wedding-at-vaxholm/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Protected: RCS Libri &#8211; Book Cover Image</title>
		<link>http://aurora-foto.se/lang/sv/2010/09/rcs-libri-book-cover-image</link>
		<comments>http://aurora-foto.se/lang/sv/2010/09/rcs-libri-book-cover-image#comments</comments>
		<pubDate>Thu, 16 Sep 2010 16:42:37 +0000</pubDate>
		<dc:creator>Thomas</dc:creator>
				<category><![CDATA[Kunder]]></category>

		<guid isPermaLink="false">http://aurora-foto.se/?p=278</guid>
		<description><![CDATA[There is no excerpt because this is a protected post.]]></description>
				<content:encoded><![CDATA[<form action="http://aurora-foto.se/wp/wp-login.php?action=postpass" method="post">
<p>This post is password protected. To view it please enter your password below:</p>
<p><label for="pwbox-278">Password: <input name="post_password" id="pwbox-278" type="password" size="20" /></label> <input type="submit" name="Submit" value="Submit" /></p>
</form>
]]></content:encoded>
			<wfw:commentRss>http://aurora-foto.se/lang/sv/2010/09/rcs-libri-book-cover-image/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Bild med i Fotosidan Magasin</title>
		<link>http://aurora-foto.se/lang/sv/2010/09/fotosidan-magasin</link>
		<comments>http://aurora-foto.se/lang/sv/2010/09/fotosidan-magasin#comments</comments>
		<pubDate>Wed, 15 Sep 2010 20:15:55 +0000</pubDate>
		<dc:creator>Thomas</dc:creator>
				<category><![CDATA[Fotografer]]></category>
		<category><![CDATA[fotosidan]]></category>
		<category><![CDATA[publisering]]></category>

		<guid isPermaLink="false">http://aurora-foto.se/?p=271</guid>
		<description><![CDATA[Fotosidan Magasin är en tidning som ges ut av Fotosidan, en av Sveriges största mötesplatser på nätet för fotografer i Sverige. De brukar ha ett avsnitt med bilder från medlemmar som kommenteras av &#8220;experter&#8221;. I senaste numret var ett av teman &#8220;Barnen&#8221; och en av mina bilder kom med. Och till och med på framsidan! [...]]]></description>
				<content:encoded><![CDATA[<p><a rel="attachment wp-att-272" href="http://aurora-foto.se/2010/09/fotosidan-magasin/fotosidan-magasin/"><img class="alignright size-full wp-image-272" title="Fotosidan Magasin" src="http://aurora-foto.se/wp/wp-content/uploads/fotosidan-magasin.jpg" alt="" width="440" height="573" /></a><span lang="sv">Fotosidan Magasin är en tidning som ges ut av <a title="Fotosidan" href="http://www.fotosidan.se" target="_blank">Fotosidan</a>, en av Sveriges största mötesplatser på nätet för fotografer i Sverige. De brukar ha ett avsnitt med bilder från medlemmar som kommenteras av &#8220;experter&#8221;. I senaste numret var ett av teman &#8220;Barnen&#8221; och en av mina bilder kom med. Och till och med på framsidan! Bilden heter &#8220;<a title="Togetherness" href="http://aurora-foto.se/2010/06/spring-portraits/" target="_self">Togetherness</a>&#8220;</span></p>
<p><span lang="sv">Kul tycker jag! </span></p>
]]></content:encoded>
			<wfw:commentRss>http://aurora-foto.se/lang/sv/2010/09/fotosidan-magasin/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Frukost med fåren</title>
		<link>http://aurora-foto.se/lang/sv/2010/08/breakfast-with-the-sheep</link>
		<comments>http://aurora-foto.se/lang/sv/2010/08/breakfast-with-the-sheep#comments</comments>
		<pubDate>Tue, 24 Aug 2010 17:35:22 +0000</pubDate>
		<dc:creator>Thomas</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[Familj]]></category>
		<category><![CDATA[Porträtt]]></category>
		<category><![CDATA[Hummelmora]]></category>
		<category><![CDATA[porträttfotograf]]></category>

		<guid isPermaLink="false">http://aurora-foto.se/?p=258</guid>
		<description><![CDATA[Här kommer några smakprov från familjesessionen jag hade tillsammans med Samuel &#38; Elisabeth den gångna helgen. Vi hade riktigt kul tillsammans, vilket inkluderade frukost pick-nick, brandbilar, årgångsradio, ekklättring och fårklappning&#8230; Fler bilder kommer! Några klassiska porträtt på Elisabeth &#38; Samuel hann vi med medan barnen sprang ur lite spring i benen&#8230;]]></description>
				<content:encoded><![CDATA[<p><span lang="sv">Här kommer några smakprov från familjesessionen jag hade tillsammans med Samuel &#38; Elisabeth den gångna helgen. Vi hade riktigt kul tillsammans, vilket inkluderade frukost pick-nick, brandbilar, årgångsradio, ekklättring och fårklappning&#8230; Fler bilder kommer!</span></p>
<p><img class="aligncenter size-full wp-image-261" title="Noomi" src="http://aurora-foto.se/wp/wp-content/uploads/Blog__MG_5353-Edit.jpg" alt="" width="567" height="567" /></p>
<p><img class="aligncenter size-full wp-image-259" title="Junia" src="http://aurora-foto.se/wp/wp-content/uploads/Blog__MG_5264-Edit.jpg" alt="" width="850" height="567" /></p>
<p><span lang="sv">Några klassiska porträtt på Elisabeth &#38; Samuel hann vi med medan barnen sprang ur lite spring i benen&#8230;</span></p>
<p><img class="aligncenter size-full wp-image-260" title="Elisabeth" src="http://aurora-foto.se/wp/wp-content/uploads/Blog__MG_5300-Edit.jpg" alt="" width="850" height="567" /></p>
<p><img class="aligncenter size-full wp-image-262" title="Samuel" src="http://aurora-foto.se/wp/wp-content/uploads/Blog__MG_5465-Edit.jpg" alt="" width="850" height="567" /></p>
]]></content:encoded>
			<wfw:commentRss>http://aurora-foto.se/lang/sv/2010/08/breakfast-with-the-sheep/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>(Nästan) Kungligt bröllop på Rosendals Trädgård</title>
		<link>http://aurora-foto.se/lang/sv/2010/07/erica-mikael-wedding-at-rosendals-tradgard</link>
		<comments>http://aurora-foto.se/lang/sv/2010/07/erica-mikael-wedding-at-rosendals-tradgard#comments</comments>
		<pubDate>Sat, 31 Jul 2010 15:27:19 +0000</pubDate>
		<dc:creator>Thomas</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[fp]]></category>
		<category><![CDATA[Bröllop]]></category>
		<category><![CDATA[bröllopsfotograf stockholm]]></category>
		<category><![CDATA[Rosendals trädgård]]></category>

		<guid isPermaLink="false">http://aurora-foto.se/?p=106</guid>
		<description><![CDATA[Jag vet inte ifall Erica och Mikael planerade det, men nu blev så att de hade sitt bröllop samma dag som det stora kungliga bröllopet den 19:e juni, i Stockholm, fast ute på Djurgården. Stora utmaningen blev att ta sig ut till Rosendals Trädgård där vigsel och fest skulle hållas. Inte ofta man tar cykeln [...]]]></description>
				<content:encoded><![CDATA[<p><span lang="sv">Jag vet inte ifall Erica och Mikael planerade det, men nu blev så att de hade sitt bröllop samma dag som det <em>stora</em> kungliga bröllopet den 19:e juni, i Stockholm, fast ute på Djurgården. Stora utmaningen blev att ta sig ut till <a title="Rosendals Trädgård" href="http://www.rosendalstradgard.se" target="_blank">Rosendals Trädgård</a> där vigsel och fest skulle hållas. Inte ofta man tar cykeln till bröllopsfotograferingar, men så fick det bli denna dag, då halva stan var avstängd på alla sätt. Jag och <a title="Dagnell Foto" href="http://dagnellfoto.se" target="_blank">Markus</a>, som jag fotograferade tillsammans med, cyklade på den avstängda kortegevägen hela vägen ut till Djurgården.</span></p>
<p><span lang="sv">Det var fantastiskt roligt att fotografera Erica och Mikael, det var leenden och skratt mest hela tiden. Solen och molnen spelade med ljuset hela dagen vilket gav perfekta förutsättningar. Vigseln, som höls ute i trädgården, var perfekt planerad. Precis när brudparet gick ut ur lunden efter ceremonin flög 18 st JAS 39 Gripen över deras huvuden för att gratulera dem på sin stora dag!</span></p>
<p><span lang="sv">Kolla även in <a title="Markus bilder från Erica och Mikaels bröllop på Rosendals Trädgård" href="http://dagnellfoto.se/2010/06/erica-och-mikael-gifte-sig-i-rosendals-tradgard-brollopsfotografstockholm/" target="_blank">Markus bilder från Erica och Mikaels bröllop.</a></span></p>


<p><img class="aligncenter size-full" title="Erica och Mikael Bröllop Rosendals Trädgård" src="http://aurora-foto.se/wp/wp-content/uploads/Blog__MG_2534-Edit.jpg" alt="" width="850" height="567" /></p>
<p><img class="aligncenter size-full" title="Erica och Mikael Bröllop Rosendals Trädgård" src="http://aurora-foto.se/wp/wp-content/uploads/Blog__MG_2434-Edit.jpg" alt="" width="850" height="567" /></p>
<p><img class="aligncenter size-full" title="Erica och Mikael Bröllop Rosendals Trädgård" src="http://aurora-foto.se/wp/wp-content/uploads/Blog__MG_2591-Edit.jpg" alt="" width="378" height="567" /></p>
<p><img class="aligncenter size-full" title="Erica och Mikael Bröllop Rosendals Trädgård" src="http://aurora-foto.se/wp/wp-content/uploads/Blog__MG_2554-Edit-2.jpg" alt="" width="378" height="567" /></p>
<p><img class="aligncenter size-full" title="Erica och Mikael Bröllop Rosendals Trädgård" src="http://aurora-foto.se/wp/wp-content/uploads/Blog__MG_2602-Edit.jpg" alt="" width="850" height="567" /></p>
<p><img class="aligncenter size-full" title="Erica och Mikael Bröllop Rosendals Trädgård" src="http://aurora-foto.se/wp/wp-content/uploads/Blog__MG_2613-Edit.jpg" alt="" width="850" height="567" /></p>
<p><img class="aligncenter size-full" title="Erica och Mikael Bröllop Rosendals Trädgård" src="http://aurora-foto.se/wp/wp-content/uploads/Blog__MG_2619-Edit.jpg" alt="" width="850" height="567" /></p>
<p><img class="aligncenter size-full" title="Erica och Mikael Bröllop Rosendals Trädgård" src="http://aurora-foto.se/wp/wp-content/uploads/Blog__MG_2679-Edit.jpg" alt="" width="850" height="567" /></p>
<p><span lang="sv">Två av favoriterna från dagens session. Erica och Mikael var så spontana så det var inga problem att hitta bra fototillfällen&#8230;</span></p>
<p><img class="aligncenter size-full" title="Erica och Mikael Bröllop Rosendals Trädgård" src="http://aurora-foto.se/wp/wp-content/uploads/Blog__MG_2714-Edit.jpg" alt="" width="850" height="567" /></p>
<p><img class="aligncenter size-full" title="Erica och Mikael Bröllop Rosendals Trädgård" src="http://aurora-foto.se/wp/wp-content/uploads/Blog__MG_2736-Edit.jpg" alt="" width="850" height="567" /></p>
<p><img class="aligncenter size-full" title="Erica och Mikael Bröllop Rosendals Trädgård" src="http://aurora-foto.se/wp/wp-content/uploads/Blog__MG_2828-Edit.jpg" alt="" width="850" height="567" /></p>
<p><img class="aligncenter size-full" title="Erica och Mikael Bröllop Rosendals Trädgård" src="http://aurora-foto.se/wp/wp-content/uploads/Blog__MG_2858-Edit.jpg" alt="" width="850" height="567" /></p>
<p><img class="aligncenter size-full" title="Erica och Mikael Bröllop Rosendals Trädgård" src="http://aurora-foto.se/wp/wp-content/uploads/Blog__MG_2774-Edit.jpg" alt="" width="850" height="567" /></p>
<p><img class="aligncenter size-full" title="Erica och Mikael Bröllop Rosendals Trädgård" src="http://aurora-foto.se/wp/wp-content/uploads/Blog__MG_2368-Edit.jpg" alt="" width="850" height="567" /></p>
<p><span lang="sv">Mikael kommer inte att glömma bröllopsdagen i första taget. Och gör han det är det bara att plocka fram de för dagen specialgjorda manschettknapparna&#8230; Det är i detaljerna det sitter!</span></p>
<p><img class="aligncenter size-full" title="Erica och Mikael Bröllop Rosendals Trädgård" src="http://aurora-foto.se/wp/wp-content/uploads/Blog__MG_2462-Edit.jpg" alt="" width="850" height="567" /></p>
<p><span lang="sv">Efter minglet efter ceremonin skämtade vi med brudparet om att det är <em>nu</em> som man skulle tagit bröllopsporträtten. Solen hade sänk sig och gav ett härligt mjukt varmt sken. &#8220;Jamän då gör vi det då&#8221; sa både Erica och Mikael! Med lite bubbel innanför västen och ceremonin avklarad kunde de verkligen slappna av och släppa loss!</span></p>
<p><img class="aligncenter size-full" title="Erica och Mikael Bröllop Rosendals Trädgård" src="http://aurora-foto.se/wp/wp-content/uploads/Blog__MG_3227-Edit.jpg" alt="" width="850" height="567" /></p>
<p><img class="aligncenter size-full" title="Erica och Mikael Bröllop Rosendals Trädgård" src="http://aurora-foto.se/wp/wp-content/uploads/Blog__MG_3270-Edit-2.jpg" alt="" width="850" height="567" /></p>
<p><img class="aligncenter size-full" title="Erica och Mikael Bröllop Rosendals Trädgård" src="http://aurora-foto.se/wp/wp-content/uploads/Blog__MG_3289-Edit.jpg" alt="" width="850" height="567" /></p>
<p><img class="aligncenter size-full" title="Erica och Mikael Bröllop Rosendals Trädgård" src="http://aurora-foto.se/wp/wp-content/uploads/Blog__MG_3321-Edit.jpg" alt="" width="850" height="567" /></p>
<p><img class="aligncenter size-full" title="Erica och Mikael Bröllop Rosendals Trädgård" src="http://aurora-foto.se/wp/wp-content/uploads/Blog__MG_3299-Edit.jpg" alt="" width="850" height="567" /></p>
<p><span lang="sv">Festen hölls på festvåningen på <a title="Rosendals Trädgård" href="http://www.rosendalstradgard.se" target="_blank">Rosendals Trädgård</a>.</span></p>
<p><img class="aligncenter size-full" title="Erica och Mikael Bröllop Rosendals Trädgård" src="http://aurora-foto.se/wp/wp-content/uploads/Blog__MG_3082-Edit.jpg" alt="" width="850" height="567" /></p>
<p><img class="aligncenter size-full" title="Erica och Mikael Bröllop Rosendals Trädgård" src="http://aurora-foto.se/wp/wp-content/uploads/Blog__MG_3148-Edit.jpg" alt="" width="850" height="567" /></p>
<p><img class="aligncenter size-full" title="Erica och Mikael Bröllop Rosendals Trädgård" src="http://aurora-foto.se/wp/wp-content/uploads/Blog__MG_3381-Edit.jpg" alt="" width="850" height="567" /></p>
<p><img class="aligncenter size-full" title="Erica och Mikael Bröllop Rosendals Trädgård" src="http://aurora-foto.se/wp/wp-content/uploads/Blog__MG_3350-Edit.jpg" alt="" width="850" height="567" /></p>
]]></content:encoded>
			<wfw:commentRss>http://aurora-foto.se/lang/sv/2010/07/erica-mikael-wedding-at-rosendals-tradgard/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Bröllop i Ulriksdal – Fotografering med Lindísima</title>
		<link>http://aurora-foto.se/lang/sv/2010/07/wedding-at-ulriksdal-with-lindisima</link>
		<comments>http://aurora-foto.se/lang/sv/2010/07/wedding-at-ulriksdal-with-lindisima#comments</comments>
		<pubDate>Sun, 25 Jul 2010 16:05:04 +0000</pubDate>
		<dc:creator>Thomas</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[fp]]></category>
		<category><![CDATA[Bröllop]]></category>
		<category><![CDATA[bröllopsfotograf stockholm]]></category>
		<category><![CDATA[Ulriksdals Slott]]></category>
		<category><![CDATA[Ulriksdals Slottskapell]]></category>
		<category><![CDATA[Ulriksdals Wärdshus]]></category>

		<guid isPermaLink="false">http://aurora-foto.se/?p=152</guid>
		<description><![CDATA[Jag hade den stora förmånen att få följa och assistera Linda på Lindísima under hennes fotografering av Helen och Jonas bröllop på Ulriksdal i slutet av maj. Väderprognosen var ostadig och det regnade på förmiddagen. Mitt svåraste arbete under dagen blev att bära de fyra paraplyerna under porträttsessionen. Det är svårt att tro på bilderna [...]]]></description>
				<content:encoded><![CDATA[<p><span lang="sv">Jag hade den stora förmånen att få följa och assistera Linda på <a title="Lindísima" href="http://www.lindisima.se/" target="_blank">Lindísima</a> under hennes fotografering av Helen och Jonas bröllop på Ulriksdal i slutet av maj. Väderprognosen var ostadig och det regnade på förmiddagen. Mitt svåraste arbete under dagen blev att bära de fyra paraplyerna under porträttsessionen. Det är svårt att tro på bilderna att regnet hängde i luften, men faktum är att vi hann precis tillbaka till <a title="Ulriksdals Wärdshus" href="http://www.ulriksdalswardshus.se/" target="_blank">Uliksdals Wärdshus</a> när himlen öppnade sig.</span></p>
<p><span lang="sv">Det var fantastiskt kul och en värdefull erfarenhet att få följa Linda och se henne arbeta. Det blev en hel del tips och små saker som jag plockade upp på vägen, och en del tekniksnack förstås emellanåt. Och Linda fick givetvis låna den 50mm f/1.2 glugg jag hade med mig&#8230;</span></p>
<p><span lang="sv">Ulriksdals slottspark är väldig trevlig och Helen och Jonas gjorde ett riktigt bra jobb som modeller framför kameran. Imponerande att se hur lätt Linda fick dem att slappna av och hur hon med ytterst enkla och få instruktioner fick dem att glömma kameran. Och det syns på <a title="Lindísimas bilder från Helen och Jonas bröllop" href="http://www.lindisima.se/blog/helen-jonas-at-ulriksdal/" target="_blank">Lindas fantastiska bilder från Helen och Jonas bröllop på Ulriksdal</a>.</span></p>
<p><span lang="sv">Linda, ett stort tack för att jag fick möjligheten att följa och assistera dig denna dag!<br />
</span></p>
<p><span lang="sv">Mellan paraplybärningen och en del agerande som röststyrt stativ för diffusorskärm fick jag möjlighet att ta en del kort själv också.</span></p>
<p><span lang="sv">Helena fick hjälp med de sista förberedelserna av sin brudtärna uppe på Ulriksdals Wärdshus.</span></p>
<p><img class="aligncenter size-full wp-image-154" title="Helen o Jonas bröllop i Rosendal - Med Lindísima" src="http://aurora-foto.se/wp/wp-content/uploads/Blog__MG_2017-Edit-Edit.jpg" alt="" width="850" height="638" /></p>
<p><img class="aligncenter size-full wp-image-153" title="Helen o Jonas bröllop i Rosendal - Med Lindísima" src="http://aurora-foto.se/wp/wp-content/uploads/Blog__MG_2012-Edit.jpg" alt="" width="850" height="567" /></p>
<p><img class="aligncenter size-full wp-image-156" title="Helen o Jonas bröllop i Rosendal - Med Lindísima" src="http://aurora-foto.se/wp/wp-content/uploads/Blog__MG_2146-Edit.jpg" alt="" width="850" height="567" /></p>
<p><img class="aligncenter size-full wp-image-155" title="Helen o Jonas bröllop i Rosendal - Med Lindísima" src="http://aurora-foto.se/wp/wp-content/uploads/Blog__MG_2102-Edit.jpg" alt="" width="850" height="567" /></p>
<p><img class="aligncenter size-full wp-image-157" title="Helen o Jonas bröllop i Rosendal - Med Lindísima" src="http://aurora-foto.se/wp/wp-content/uploads/Blog__MG_2165-Edit.jpg" alt="" width="850" height="567" /></p>
<p><span lang="sv">Linda praktiserar tips #43 från dagen: Under fotosessionen, visa brudparet hur fantastiska de faktiskt är! Det ökar förtroende hos brudparet och ger ny energi till fotograferingen.</span></p>
<p><img class="aligncenter size-full wp-image-158" title="Helen o Jonas bröllop i Rosendal - Med Lindísima" src="http://aurora-foto.se/wp/wp-content/uploads/Blog__MG_2181-Edit.jpg" alt="" width="850" height="567" /></p>
]]></content:encoded>
			<wfw:commentRss>http://aurora-foto.se/lang/sv/2010/07/wedding-at-ulriksdal-with-lindisima/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Vårporträtt</title>
		<link>http://aurora-foto.se/lang/sv/2010/06/spring-portraits</link>
		<comments>http://aurora-foto.se/lang/sv/2010/06/spring-portraits#comments</comments>
		<pubDate>Wed, 02 Jun 2010 19:57:58 +0000</pubDate>
		<dc:creator>Thomas</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[Familj]]></category>
		<category><![CDATA[fp]]></category>
		<category><![CDATA[Personligt]]></category>
		<category><![CDATA[Porträtt]]></category>
		<category><![CDATA[Hummelmora]]></category>
		<category><![CDATA[Stockholm]]></category>

		<guid isPermaLink="false">http://aurora-foto.se/wp/?p=68</guid>
		<description><![CDATA[]]></description>
				<content:encoded><![CDATA[<p style="text-align: center;"><img class="aligncenter size-full wp-image-61" title="Wilma" src="http://aurora-foto.se/wp/wp-content/uploads/Thomas_Ljungberg-Vårporträtt-2.jpg" alt="Wilma" width="850" height="566" /></p>
<p><img class="aligncenter size-full wp-image-60" title="Togetherness" src="http://aurora-foto.se/wp/wp-content/uploads/Thomas_Ljungberg-Vårporträtt-1.jpg" alt="Togetherness" width="850" height="566" /></p>
]]></content:encoded>
			<wfw:commentRss>http://aurora-foto.se/lang/sv/2010/06/spring-portraits/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Elias – 12 dagar</title>
		<link>http://aurora-foto.se/lang/sv/2010/05/elias-12-days</link>
		<comments>http://aurora-foto.se/lang/sv/2010/05/elias-12-days#comments</comments>
		<pubDate>Fri, 21 May 2010 19:19:57 +0000</pubDate>
		<dc:creator>Thomas</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[Familj]]></category>
		<category><![CDATA[fp]]></category>
		<category><![CDATA[kids]]></category>

		<guid isPermaLink="false">http://aurora-foto.se/wp/?p=25</guid>
		<description><![CDATA[Tog dessa bilder på Elias hemma i vårt vardagsrum, han är bara 12 dagar gammal. Babybilder som dessa tas bäst när barnet är 10-14 dagar gamla. Dessa är tagna enbart med naturligt ljus från våra stora fönster. Vi täckte fönstren med en Lastolite SkyLite diffusor för att mjuka upp ljuset ytterligare.]]></description>
				<content:encoded><![CDATA[<p><span lang="sv">Tog dessa bilder på Elias hemma i vårt vardagsrum, han är bara 12 dagar gammal. Babybilder som dessa tas bäst när barnet är 10-14 dagar gamla.</span></p>
<p><span lang="sv">Dessa är tagna enbart med naturligt ljus från våra stora fönster. Vi täckte fönstren med en <a title="Lastolite SkyLite" href="http://www.lastolite.com/skylites.php" target="_blank">Lastolite SkyLite diffusor</a> för att mjuka upp ljuset ytterligare.</span></p>
<p><img class="p3-insert-all size-full aligncenter" title="Elias 12 days - Sweet dreams" src="http://aurora-foto.se/wp/wp-content/uploads/Thomas_Ljungberg-Elias-2.jpg" alt="Elias 12 days - Sweet dreams" width="850" height="567" /></p>
<p><img class="p3-insert-all size-full aligncenter" title="Elias 12 days" src="http://aurora-foto.se/wp/wp-content/uploads/Thomas_Ljungberg-Elias-1.jpg" alt="Elias 12 days" width="850" height="567" /></p>
<p><img class="aligncenter size-full wp-image-28" title="Elias 12 days" src="http://aurora-foto.se/wp/wp-content/uploads/Thomas_Ljungberg-Elias-3.jpg" alt="Elias 12 days" width="850" height="388" /></p>
]]></content:encoded>
			<wfw:commentRss>http://aurora-foto.se/lang/sv/2010/05/elias-12-days/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Vårens tårar</title>
		<link>http://aurora-foto.se/lang/sv/2010/04/springtears</link>
		<comments>http://aurora-foto.se/lang/sv/2010/04/springtears#comments</comments>
		<pubDate>Fri, 30 Apr 2010 13:32:27 +0000</pubDate>
		<dc:creator>Thomas</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[Konstfoto]]></category>
		<category><![CDATA[blåsippa]]></category>
		<category><![CDATA[flower]]></category>

		<guid isPermaLink="false">http://aurora-foto.se/wp/?p=14</guid>
		<description><![CDATA[]]></description>
				<content:encoded><![CDATA[<p style="text-align: center;">
<p style="text-align: left;"><a href="http://aurora-foto.se/wp/wp-content/uploads/Springtears.jpg"><img class="size-full wp-image-13 aligncenter" title="Spring Tears" src="http://aurora-foto.se/wp/wp-content/uploads/Springtears.jpg" alt="Spring Tears" width="900" height="637" /></a></p>
<p style="text-align: center;">
]]></content:encoded>
			<wfw:commentRss>http://aurora-foto.se/lang/sv/2010/04/springtears/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Förtrollande ögon</title>
		<link>http://aurora-foto.se/lang/sv/2009/09/mezmerizing-eyes-malin-at-hummelmora</link>
		<comments>http://aurora-foto.se/lang/sv/2009/09/mezmerizing-eyes-malin-at-hummelmora#comments</comments>
		<pubDate>Sat, 26 Sep 2009 19:45:44 +0000</pubDate>
		<dc:creator>Thomas</dc:creator>
				<category><![CDATA[fp]]></category>
		<category><![CDATA[Porträtt]]></category>
		<category><![CDATA[Hummelmora]]></category>

		<guid isPermaLink="false">http://aurora-foto.se/?p=251</guid>
		<description><![CDATA[Dessa porträtt av Malin togs under vår session med hennes dotter Alicia. Men bilderna på Malin blev så fantastiskt bra att de förtjänare en egen blog-post :-).]]></description>
				<content:encoded><![CDATA[<p><span lang="sv">Dessa porträtt av Malin togs under vår <a title="Alicia vid Hummelmora" href="http://aurora-foto.se/2009/09/alicia-autumn-portrait-at-hummelmora/">session med hennes dotter Alicia</a>. Men bilderna på Malin blev så fantastiskt bra att de förtjänare en egen blog-post :-).</span></p>
<p><img class="aligncenter size-full wp-image-217" title="Malin i Hummelmora" src="http://aurora-foto.se/wp/wp-content/uploads/Blog__MG_0186-Edit.jpg" alt="" width="766" height="510" /></p>
<p><img class="aligncenter size-full wp-image-218" title="Malin i Hummelmora" src="http://aurora-foto.se/wp/wp-content/uploads/Blog__MG_0190-Edit-2.jpg" alt="" width="732" height="524" /></p>
]]></content:encoded>
			<wfw:commentRss>http://aurora-foto.se/lang/sv/2009/09/mezmerizing-eyes-malin-at-hummelmora/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Höstporträtt med Alicia</title>
		<link>http://aurora-foto.se/lang/sv/2009/09/alicia-autumn-portrait-at-hummelmora</link>
		<comments>http://aurora-foto.se/lang/sv/2009/09/alicia-autumn-portrait-at-hummelmora#comments</comments>
		<pubDate>Wed, 23 Sep 2009 17:25:58 +0000</pubDate>
		<dc:creator>Thomas</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[Familj]]></category>
		<category><![CDATA[fp]]></category>
		<category><![CDATA[autumn]]></category>
		<category><![CDATA[family]]></category>
		<category><![CDATA[Hummelmora]]></category>
		<category><![CDATA[kids]]></category>
		<category><![CDATA[portrait]]></category>
		<category><![CDATA[Stockholm]]></category>

		<guid isPermaLink="false">http://aurora-foto.se/?p=208</guid>
		<description><![CDATA[När mina kompisar Gustav och Malin frågade ifall jag kunde ta porträtt av deras dotter Alicia blev jag verkligen glad och kände mig hedrad. Vi hade verkligen kul när vi fotograferade under en vacker höstdag ute vid Hummelmora, inte lång ifrån där vi bor. Alicia är verkligen en härlig liten tjej men hade inga som [...]]]></description>
				<content:encoded><![CDATA[<p><span lang="sv">När mina kompisar Gustav och Malin frågade ifall jag kunde ta porträtt av deras dotter Alicia blev jag verkligen glad och kände mig hedrad. Vi hade verkligen kul när vi fotograferade under en vacker höstdag ute vid Hummelmora, inte lång ifrån där vi bor. Alicia är verkligen en härlig liten tjej men hade inga som helst planer på att sitta still och posera. Varför ska man göra det när man precis har lärt sig gå? Vi började med en lite pick-nick och sedan sprang Alicia ut på upptäcksfärd i hagen.</span></p>
<p><img class="aligncenter size-full wp-image-235" title="Malin och Alicia i Hummelmora" src="http://aurora-foto.se/wp/wp-content/uploads/Blog__MG_9987-Edit.jpg" alt="" width="850" height="567" /></p>
<p><img class="aligncenter size-full wp-image-236" title="Malin och Alicia i Hummelmora" src="http://aurora-foto.se/wp/wp-content/uploads/Blog__MG_9994-Edit.jpg" alt="" width="779" height="519" /></p>
<p><img class="aligncenter size-full wp-image-209" title="Alicia och Malin i Hummelmora" src="http://aurora-foto.se/wp/wp-content/uploads/Blog__MG_0022.jpg" alt="" width="850" height="567" /></p>
<p><img class="aligncenter size-full wp-image-210" title="Alicia i Hummelmora" src="http://aurora-foto.se/wp/wp-content/uploads/Blog__MG_0035.jpg" alt="" width="850" height="567" /></p>
<p><img class="aligncenter size-full wp-image-211" title="Alicia i Hummelmora" src="http://aurora-foto.se/wp/wp-content/uploads/Blog__MG_0042-Edit.jpg" alt="" width="850" height="567" /></p>
<p><img class="aligncenter size-full wp-image-212" title="Alicia i Hummelmora" src="http://aurora-foto.se/wp/wp-content/uploads/Blog__MG_0067.jpg" alt="" width="850" height="567" /></p>
<p><img class="aligncenter size-full wp-image-213" title="Alicia i Hummelmora" src="http://aurora-foto.se/wp/wp-content/uploads/Blog__MG_0101-Edit.jpg" alt="" width="850" height="567" /></p>
<p><img class="aligncenter size-full wp-image-214" title="Alicia i Hummelmora" src="http://aurora-foto.se/wp/wp-content/uploads/Blog__MG_0146-Edit-2.jpg" alt="" width="850" height="567" /></p>
<p><img class="aligncenter size-full wp-image-215" title="Alicia och Malin i Hummelmora" src="http://aurora-foto.se/wp/wp-content/uploads/Blog__MG_0160.jpg" alt="" width="850" height="567" /></p>
<p><img class="aligncenter size-full wp-image-216" title="Alicia i Hummelmora" src="http://aurora-foto.se/wp/wp-content/uploads/Blog__MG_0183.jpg" alt="" width="850" height="567" /></p>
<p><span lang="sv">Det här äe en av mina personliga favoriter från dagen. Vi hade fotat ett tag och tagit en paus. Medan jag stod och pratade lite med Malin upptäckte jag att Alicia hittat en lite plastmugg som hon undersökte. Han ta några få kort innan Alicia förlorade intresset för muggen och stack iväg för att upptäcka något annat.</span></p>
<p><img class="aligncenter size-full wp-image-219" title="Alicia i Hummelmora" src="http://aurora-foto.se/wp/wp-content/uploads/Blog__MG_0199.jpg" alt="" width="850" height="567" /></p>
<p><img class="aligncenter size-full wp-image-220" title="Alicia i Hummelmora" src="http://aurora-foto.se/wp/wp-content/uploads/Blog__MG_0281-Edit.jpg" alt="" width="766" height="511" /></p>
<p><img class="aligncenter size-full wp-image-222" title="Alicia i Hummelmora" src="http://aurora-foto.se/wp/wp-content/uploads/Blog__MG_0309.jpg" alt="" width="850" height="567" /></p>
<p><img class="aligncenter size-full wp-image-224" title="Alicia i Hummelmora" src="http://aurora-foto.se/wp/wp-content/uploads/Blog__MG_0350.jpg" alt="" width="850" height="567" /></p>
<p><img class="aligncenter size-full wp-image-223" title="Gustav och Alicia i Hummelmora" src="http://aurora-foto.se/wp/wp-content/uploads/Blog__MG_0340-Edit.jpg" alt="" width="850" height="567" /></p>
<p><img class="aligncenter size-full wp-image-225" title="Gustav, Alicia och Malin i Hummelmora" src="http://aurora-foto.se/wp/wp-content/uploads/Blog__MG_0367.jpg" alt="" width="378" height="567" /></p>
<p><img class="aligncenter size-full wp-image-230" title="Gustav och Alicia i Hummelmora" src="http://aurora-foto.se/wp/wp-content/uploads/Blog__MG_0424.jpg" alt="" width="850" height="567" /></p>
<p><img class="aligncenter size-full wp-image-231" title="Alicia i Hummelmora" src="http://aurora-foto.se/wp/wp-content/uploads/Blog__MG_0435-Edit.jpg" alt="" width="850" height="567" /></p>
<p><span lang="sv">Jag hade med mig min lilla såpbubblemaskin. Vi startade den i slutet av sessionen och Alicia blev som hypnotiserad. Efter att inte kunnat stå still i mer en en halv sekund satt hon nu still i över en kvart för att försöka lista ut hur det här svävande bubblorna fungerade&#8230;</span></p>
<p><img class="aligncenter size-full wp-image-233" title="Alicia i Hummelmora" src="http://aurora-foto.se/wp/wp-content/uploads/Blog__MG_0705.jpg" alt="" width="850" height="567" /></p>
<p><img class="aligncenter size-full wp-image-232" title="Alicia i Hummelmora" src="http://aurora-foto.se/wp/wp-content/uploads/Blog__MG_0545_0550_0565.jpg" alt="" width="850" height="425" /></p>
<p><img class="aligncenter size-full wp-image-234" title="Alicia i Hummelmora" src="http://aurora-foto.se/wp/wp-content/uploads/Blog__MG_0732.jpg" alt="" width="850" height="567" /></p>
<p><span lang="sv">Jag han ta en del kort av Gustav och Malin också&#8230;</span></p>
<p><img class="aligncenter size-full wp-image-229" title="Gustav och Malin i Hummelmora" src="http://aurora-foto.se/wp/wp-content/uploads/Blog__MG_0389.jpg" alt="" width="850" height="567" /></p>
<p><span lang="sv">&#8230;men Alicia ville förstås vara med hon också. Jag gillar verkligen den här bilden. Man kan verkligen se och känna känslorna som Gustav och Malin har för sin lilla Alicia.</span></p>
<p><img class="aligncenter size-full wp-image-226" title="Gustav, Malin och Alicia i Hummelmora" src="http://aurora-foto.se/wp/wp-content/uploads/Blog__MG_0374.jpg" alt="" width="850" height="567" /></p>
<p><img class="aligncenter size-full wp-image-227" title="Gustav och Malin i Hummelmora" src="http://aurora-foto.se/wp/wp-content/uploads/Blog__MG_0376-Edit.jpg" alt="" width="850" height="567" /></p>
<p><img class="aligncenter size-full wp-image-217" title="Malin i Hummelmora" src="http://aurora-foto.se/wp/wp-content/uploads/Blog__MG_0186-Edit.jpg" alt="" width="766" height="510" /></p>
<p><img class="aligncenter size-full wp-image-228" title="Gustav i Hummelmora" src="http://aurora-foto.se/wp/wp-content/uploads/Blog__MG_0382-Edit.jpg" alt="" width="850" height="567" /></p>
<p><img class="aligncenter size-full wp-image-218" title="Malin i Hummelmora" src="http://aurora-foto.se/wp/wp-content/uploads/Blog__MG_0190-Edit-2.jpg" alt="" width="732" height="524" /></p>
]]></content:encoded>
			<wfw:commentRss>http://aurora-foto.se/lang/sv/2009/09/alicia-autumn-portrait-at-hummelmora/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Annika &amp; Peter gifter sig i Sigtuna</title>
		<link>http://aurora-foto.se/lang/sv/2009/06/annika-peter-wedding-at-sigtuna</link>
		<comments>http://aurora-foto.se/lang/sv/2009/06/annika-peter-wedding-at-sigtuna#comments</comments>
		<pubDate>Tue, 09 Jun 2009 14:54:15 +0000</pubDate>
		<dc:creator>Thomas</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[fp]]></category>
		<category><![CDATA[Bröllop]]></category>
		<category><![CDATA[32 rum och kök]]></category>
		<category><![CDATA[bröllopsfotograf stockholm]]></category>
		<category><![CDATA[Haga kyrka]]></category>
		<category><![CDATA[Sigtuna]]></category>

		<guid isPermaLink="false">http://aurora-foto.se/?p=174</guid>
		<description><![CDATA[Annika och Peter gifte sig i vackra Haga kyrka norr om Sigtuna. Annika&#8217;s brudbukett var underbar och verkligen originell och Peter var var perfekt färgmatchad, t.o.m. strumporna gick i samma ton&#8230; Annika och Peter driver 32 Rum o Kök, ett trevligt hotell med restrurang i Sigtuna. Givetvis hölls festen i deras trevliga lokaler med utsikt [...]]]></description>
				<content:encoded><![CDATA[<p><span lang="sv">Annika och Peter gifte sig i vackra Haga kyrka norr om Sigtuna. Annika&#8217;s brudbukett var underbar och verkligen originell och Peter var var perfekt färgmatchad, t.o.m. strumporna gick i samma ton&#8230;</span></p>
<p><span lang="sv">Annika och Peter driver <a title="32 Rum o Kök" href="http://www.32rok.se/" target="_blank">32 Rum o Kök</a>, ett trevligt hotell med restrurang i Sigtuna. Givetvis hölls festen i deras trevliga lokaler med utsikt över Mälaren.</span></p>

<p><img class="aligncenter size-full wp-image-176" title="Annika o Peter bröllop i Sigtuna" src="http://aurora-foto.se/wp/wp-content/uploads/Blog__MG_4732_4738_4741.jpg" alt="" width="850" height="425" /></p>
<p><img class="aligncenter size-full wp-image-175" title="Annika o Peter bröllop i Sigtuna" src="http://aurora-foto.se/wp/wp-content/uploads/Blog__MG_4727-Edit.jpg" alt="" width="850" height="567" /></p>
<p><img class="aligncenter size-full wp-image-177" title="Annika o Peter bröllop i Sigtuna" src="http://aurora-foto.se/wp/wp-content/uploads/Blog__MG_4749-Edit.jpg" alt="" width="850" height="567" /></p>
<p><img class="aligncenter size-full wp-image-178" title="Annika o Peter bröllop i Sigtuna" src="http://aurora-foto.se/wp/wp-content/uploads/Blog__MG_4763-Edit.jpg" alt="" width="850" height="567" /></p>
<p><img class="aligncenter size-full wp-image-179" title="Annika o Peter bröllop i Sigtuna" src="http://aurora-foto.se/wp/wp-content/uploads/Blog__MG_4802-Edit.jpg" alt="" width="850" height="567" /></p>
<p><img class="aligncenter size-full wp-image-180" title="Annika o Peter bröllop i Sigtuna" src="http://aurora-foto.se/wp/wp-content/uploads/Blog__MG_4815-Edit.jpg" alt="" width="850" height="567" /></p>
<p><img class="aligncenter size-full wp-image-181" title="Annika o Peter bröllop i Sigtuna" src="http://aurora-foto.se/wp/wp-content/uploads/Blog__MG_4843-Edit.jpg" alt="" width="850" height="567" /></p>
<p><img class="aligncenter size-full wp-image-182" title="Annika o Peter bröllop i Sigtuna" src="http://aurora-foto.se/wp/wp-content/uploads/Blog__MG_4845-Edit.jpg" alt="" width="850" height="567" /></p>
<p><img class="aligncenter size-full wp-image-183" title="Annika o Peter bröllop i Sigtuna" src="http://aurora-foto.se/wp/wp-content/uploads/Blog__MG_4861_4871.jpg" alt="" width="850" height="638" /></p>
<p><img class="aligncenter size-full wp-image-184" title="Annika o Peter bröllop i Sigtuna" src="http://aurora-foto.se/wp/wp-content/uploads/Blog__MG_4899_4902_4910.jpg" alt="" width="850" height="425" /></p>
<p><img class="aligncenter size-full wp-image-185" title="Annika o Peter bröllop i Sigtuna" src="http://aurora-foto.se/wp/wp-content/uploads/Blog__MG_4948-Edit.jpg" alt="" width="850" height="567" /></p>
<p><img class="aligncenter size-full wp-image-186" title="Annika o Peter bröllop i Sigtuna" src="http://aurora-foto.se/wp/wp-content/uploads/Blog__MG_4977-Edit.jpg" alt="" width="850" height="567" /></p>
<p><img class="aligncenter size-full wp-image-187" title="Annika o Peter bröllop i Sigtuna" src="http://aurora-foto.se/wp/wp-content/uploads/Blog__MG_4984-Edit.jpg" alt="" width="850" height="567" /></p>
<p><img class="aligncenter size-full wp-image-188" title="Annika o Peter bröllop i Sigtuna" src="http://aurora-foto.se/wp/wp-content/uploads/Blog__MG_4998-Edit.jpg" alt="" width="850" height="567" /></p>
<p><img class="aligncenter size-full wp-image-189" title="Annika o Peter bröllop i Sigtuna" src="http://aurora-foto.se/wp/wp-content/uploads/Blog__MG_9509-Edit.jpg" alt="" width="850" height="567" /></p>
<p><img class="aligncenter size-full wp-image-190" title="Annika o Peter bröllop i Sigtuna" src="http://aurora-foto.se/wp/wp-content/uploads/Blog__MG_9517-Edit.jpg" alt="" width="850" height="567" /></p>
<p><span lang="sv">Som så ofta förr fotograferade jag med Markus Dagnell, glöm inte att kika på <a title="Markus bilder från Annika o Peters bröllop i Sigtuna" href="http://dagnellfoto.se/2010/05/annika-och-peter/" target="_blank">Markus bilder från Annika o Peters bröllop i Sigtuna</a>.</span></p>
]]></content:encoded>
			<wfw:commentRss>http://aurora-foto.se/lang/sv/2009/06/annika-peter-wedding-at-sigtuna/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Charlotta och Markus – Sommarbröllop i Sörfjärden</title>
		<link>http://aurora-foto.se/lang/sv/2005/07/charlotta-markus-wedding-at-sorfjarden</link>
		<comments>http://aurora-foto.se/lang/sv/2005/07/charlotta-markus-wedding-at-sorfjarden#comments</comments>
		<pubDate>Fri, 22 Jul 2005 19:37:26 +0000</pubDate>
		<dc:creator>Thomas</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[fp]]></category>
		<category><![CDATA[Bröllop]]></category>
		<category><![CDATA[bröllopsfotograf stockholm]]></category>
		<category><![CDATA[Sörfjärden]]></category>

		<guid isPermaLink="false">http://aurora-foto.se/wp/?p=32</guid>
		<description><![CDATA[Att få fotografera bröllop är alltid en förmån för en fotograf. När det är en annan fotograf som ber om tjänsten så känns det förstås extra pirrigt. Om bruden dessutom är ens egen syster&#8230; Charlotta och Markus gifte sig en härlig sommardag i Hälsingland och porträttsessionen höll vi vid en tjärn ute i skogen.]]></description>
				<content:encoded><![CDATA[<p style="text-align: left;"><span lang="sv">Att få fotografera bröllop är alltid en förmån för en fotograf. När det är en annan fotograf som ber om tjänsten så känns det förstås extra pirrigt. Om bruden dessutom är ens egen syster&#8230;</span></p>

<p style="text-align: left;"><span lang="sv">Charlotta och <a title="Markus Dagnell Foto - Bröllops- och porträttfotograf" href="http://dagnellfoto.se" target="_blank">Markus</a> gifte sig en härlig sommardag i Hälsingland och porträttsessionen höll vi vid en tjärn ute i skogen.</span></p>

<p style="text-align: left;"><img class="p3-insert-all size-full aligncenter" title="Charlotta o Markus bröllop - Thomas Ljungberg" src="http://aurora-foto.se/wp/wp-content/uploads/Thomas_Ljungberg-CharlottaMarkus-3.jpg" alt="Charlotta o Markus bröllop - Thomas Ljungberg" width="850" height="631" /></p>
<p style="text-align: center;"><img class="p3-insert-all size-full aligncenter" title="Charlotta o Markus bröllop - Thomas Ljungberg" src="http://aurora-foto.se/wp/wp-content/uploads/Thomas_Ljungberg-CharlottaMarkus-2.jpg" alt="Charlotta o Markus bröllop - Thomas Ljungberg" width="850" height="629" /></p>
]]></content:encoded>
			<wfw:commentRss>http://aurora-foto.se/lang/sv/2005/07/charlotta-markus-wedding-at-sorfjarden/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
