<?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>CHRISSPdotCOM</title>
	<atom:link href="http://chrissp.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://chrissp.com</link>
	<description>Christoph Spiegl Portfolio</description>
	<lastBuildDate>Wed, 08 Feb 2012 09:29:30 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>DropBox:  Your own Website (3/5)</title>
		<link>http://chrissp.com/blog/2012/dropbox-your-own-website-35/</link>
		<comments>http://chrissp.com/blog/2012/dropbox-your-own-website-35/#comments</comments>
		<pubDate>Wed, 08 Feb 2012 09:23:57 +0000</pubDate>
		<dc:creator>Chris Spiegl</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[Tipps]]></category>
		<category><![CDATA[DropBox]]></category>
		<category><![CDATA[Facebook]]></category>
		<category><![CDATA[Markdown]]></category>
		<category><![CDATA[Publishing]]></category>
		<category><![CDATA[Scriptogr.am]]></category>
		<category><![CDATA[Sync]]></category>
		<category><![CDATA[Tumblr]]></category>
		<category><![CDATA[Twitter]]></category>
		<category><![CDATA[Website]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://chrissp.com/?p=693</guid>
		<description><![CDATA[This little program is simply awesome! If you have not heard of it yet, here is the introduction&#160;post&#160;of this series, I will now tell you what it is all about. This time: Your own website create and publish via DropBox. Nowadays it is easy to get a space online where you can publish your content. [...]<p>
<a href="http://chrissp.com/blog/2012/dropbox-your-own-website-35/">DropBox:  Your own Website (3/5)</a> is a post from: <a href="http://chrissp.com">CHRISSPdotCOM</a></p>
]]></description>
			<content:encoded><![CDATA[<p>This little program is simply awesome! If you have not heard of it yet, here is the introduction&nbsp;<a href="http://chrissp.com/blog/2012/dropbox-series/">post</a>&nbsp;of this series, I will now tell you what it is all about. This time: Your own website create and publish via DropBox.</p>
<p>Nowadays it is easy to get a space online where you can publish your content. Probably the most useful for just your little personal status updates are <a href="http://facebook.com/CHRISSPdotCOM">Facebook</a>, <a href="http://twitter.com/CHRISSPdotCOM">Twitter</a> and the alike social-networks. But if you would like to be king of your site, the design and all other aspects you might find <a href="http://tumblr.com">Tumblr</a>, <a href="http://wordpress.com/">WordPress.com</a> or anything like that useful. Still there are people out there (like my self) who would like to host their site them self. Now I heard about a cheap alternative. Your DropBox.</p>
<h2>The Public Folder Method</h2>
<p style="text-align: left;">You already know that your DropBox has a folder called <em>Public</em> and you already know you can share files through that folder (if not, <a title="DropBox: Sharing (1/5)" href="http://chrissp.com/blog/2012/dropbox-sharing-15/">here</a> I describe what I mean). But you can also use it for Websites. This works like the following:</p>
<ol>
<li>First you open the <em>Public</em> folder in your DropBox directory.</li>
<li>Than you create a new folder inside the <em>Public</em> folder.</li>
<li>Inside that folder you create a text file called <em>index.html</em>.</li>
<li>Open this file with your text editor and add the following:
<pre>&lt;!doctype html&gt;
&lt;html lang="en"&gt;
&lt;head&gt;
&lt;meta charset="utf-8"&gt;
&lt;title&gt;The HTML5 Herald&lt;/title&gt;
&lt;meta name="description" content="The HTML5 Herald"&gt;
&lt;meta name="author" content="SitePoint"&gt;
&lt;link rel="stylesheet" href="css/styles.css?v=1.0"&gt;
&lt;!--[if lt IE 9]&gt;
&lt;script src="//html5shiv.googlecode.com/svn/trunk/html5.js"&gt;&lt;/script&gt;
&lt;![endif]--&gt;
&lt;/head&gt;
&lt;body&gt;

Your Text Here

&lt;/body&gt;
&lt;/html&gt;</pre>
<p>It would be awesome to be able to write some HTML but there are plenty of programs out there which can help you with that. If you are running on Mac OS X you already have one called <a href="http://www.apple.com/ilife/iweb/">iWeb</a>. You can use iWeb to produce the HTML code!Sidenote: if you are interested in learning HTML (5), here are two resources:&nbsp;<a href="http://camendesign.com/code/how_to_learn_html5">camendesign.com</a>&nbsp;and <a href="http://net.tutsplus.com/category/tutorials/html-css-techniques/?tag=basix">net.tutsplus.com</a>.</li>
<li>Now save the file and right-click the file and chose &#8216;DropBox-&gt;Copy Public Link&#8217;.</li>
<li>Paste the link into a browser and you are done. You can now see the website in your browser.</li>
</ol>
<h2>The <a href="http://Scriptogr.am/">Scriptogr.am</a> Method</h2>
<p>An alternative to publishing your stuff via the Public folder is&nbsp;<a href="http://Scriptogr.am/">Scriptogr.am</a>. They help you set up a special folder into which you only need to save txt (text-file) documents. They provide a specific format which enables you to set your Post Title, Date, Post Type (Post / Page) and other structural stuff. And then provide a link for you where your blog now can be reached. The site than checks once in a while if something changed in your text file folder and that way updates your site. They do the design stuff and even support <a href="http://daringfireball.net/projects/markdown/">Markdown</a>!</p>
<blockquote><p>“Scriptogr.am is the first blog publishing tool I’ve tried which is truly dead-simple to use.”</p></blockquote>
<p>~&nbsp;Rasmus Andersson |&nbsp;Product designer at&nbsp;<a href="http://facebook.com/">Facebook</a></p>
<p>This is a nice alternative to <a href="http://wordpress.com/">WordPress.com</a>. With ease of use and simply administered. Still this method lacks some functionality like plugins and comments.</p>
<h2>Downsides</h2>
<p>The problem with DropBox as a web server is that it does not provide the ability to run PHP scripts nor does it support a database like MySql. That would need DropBox Server to run some additional software which they currently do not support. So The websites are online. You can publish stuff but you are not able to really get something interactive out there.</p>
<h2>Conclusion</h2>
<p>I might not really use it for my own site. But I used it for presentational purpose of HTML Templates of a website and I already saw some people publish their holiday diary using this free DropBox Public Folder Website Method.</p>
<p>All in all one more simple method to get your word out there in a simple way. Hands up to <strong>Freedom of Speech</strong>!</p>
<p>
<a href="http://chrissp.com/blog/2012/dropbox-your-own-website-35/">DropBox:  Your own Website (3/5)</a> is a post from: <a href="http://chrissp.com">CHRISSPdotCOM</a></p>
 <img src="http://chrissp.com/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?view=1&post_id=693" width="1" height="1" style="display: none;" />]]></content:encoded>
			<wfw:commentRss>http://chrissp.com/blog/2012/dropbox-your-own-website-35/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>DropBox:  Hardlinking Files and Folders (2/5)</title>
		<link>http://chrissp.com/blog/2012/dropbox-hardlinking-files-and-folders-25/</link>
		<comments>http://chrissp.com/blog/2012/dropbox-hardlinking-files-and-folders-25/#comments</comments>
		<pubDate>Tue, 07 Feb 2012 10:15:09 +0000</pubDate>
		<dc:creator>Chris Spiegl</dc:creator>
				<category><![CDATA[Review]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[1Password]]></category>
		<category><![CDATA[Coda]]></category>
		<category><![CDATA[DropBox]]></category>
		<category><![CDATA[Ease of Use]]></category>
		<category><![CDATA[LittleSnapper]]></category>
		<category><![CDATA[Over the Air]]></category>
		<category><![CDATA[Sync]]></category>

		<guid isPermaLink="false">http://chrissp.com/?p=691</guid>
		<description><![CDATA[This little program is simply awesome! If you have not heard of it yet, here is the introduction post of this series, I will now tell you what it is all about. This time: Hardlinking files and folders so they sync with your different machines or to have a backup of settings and other stuff. For some [...]<p>
<a href="http://chrissp.com/blog/2012/dropbox-hardlinking-files-and-folders-25/">DropBox:  Hardlinking Files and Folders (2/5)</a> is a post from: <a href="http://chrissp.com">CHRISSPdotCOM</a></p>
]]></description>
			<content:encoded><![CDATA[<p>This little program is simply awesome! If you have not heard of it yet, here is the introduction <a href="http://chrissp.com/blog/2012/dropbox-series/">post</a> of this series, I will now tell you what it is all about. This time: Hardlinking files and folders so they sync with your different machines or to have a backup of settings and other stuff.</p>
<p>For some time it was a pain to sync folders outside your DropBox. On Windows you had to install a new program which than provided the ability to do hard links. But I am not going into Windows right here (if you are interested please visit the <a href="http://www.dropboxwiki.com/Sync_Other_Folders">DropBox Wiki</a>.</p>
<p>But I just found out that there are programs which allow you to manage this process easily now. The <a href="http://www.dropboxwiki.com/Sync_Other_Folders">DropBox Wiki</a> provides a great list of tools which make it really easy to hardlink a folder into your DropBox. For example on my Mac I now use <a href="http://www.dropboxwiki.com/MacDropAny">MacDropAny</a>. Probably this could be done even nicer and more user-friendly but I think it is much better than to think about the terminal commands for creating hardlinks.</p>
<p>I hope this helped.</p>
<h2>What I am Syncing</h2>
<p>Well first and for most: I sync my Documents folder. There are all my needed Documents such as School stuff, talks, keynotes and all the alike. But I noticed early on that some other programs tend to use the Documents folder too. For example Final Cut <a href="http://help.agile.ws/1Password3/configure_dropbox_on_mac.html">and</a> thus the Documents folder tended to outgrow my DropBox. Now I have a Documents folder inside my DropBox and linked to that folder in the Sidebar of the Finder and no longer sync the Documents via the hardlink.</p>
<p>I sync my Coda settings. That is a little tricky and I have not figured it out completely but it works for the plugins and workspaces which I created. A full tutorial on how to sync your Coda preferences can be found at <a href="http://eggfreckles.net/notes/syncing-coda-with-dropbox/">eggfreckles.net</a>. But basically, you only have to sync:</p>
<ul>
<li><code>~/Library/Preferences/com.panic.Coda.plist</code></li>
<li><code>~/Library/Application Support/Coda</code></li>
</ul>
<div>And third I use it to sync my 1Password Keychain and the LittleSnapper Library. For 1Passowrd there is a great tutorial on how to use DropBox to get over the air syncing. LittleSnapper is a little more tricky. You can just move your LittleSnapper library to your DropBox and then start LittleSnapper with the alt-key pressed and select the new location. But be warned: LittleSnapper is not built to sync that way. You can only use LittleSnapper on one computer. And not open LittleSnapper on two or more machines at the same time!</div>
<div></div>
<div>Happy Syncing!</div>
<p>
<a href="http://chrissp.com/blog/2012/dropbox-hardlinking-files-and-folders-25/">DropBox:  Hardlinking Files and Folders (2/5)</a> is a post from: <a href="http://chrissp.com">CHRISSPdotCOM</a></p>
 <img src="http://chrissp.com/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?view=1&post_id=691" width="1" height="1" style="display: none;" />]]></content:encoded>
			<wfw:commentRss>http://chrissp.com/blog/2012/dropbox-hardlinking-files-and-folders-25/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>DropBox: Sharing (1/5)</title>
		<link>http://chrissp.com/blog/2012/dropbox-sharing-15/</link>
		<comments>http://chrissp.com/blog/2012/dropbox-sharing-15/#comments</comments>
		<pubDate>Mon, 30 Jan 2012 14:32:11 +0000</pubDate>
		<dc:creator>Chris Spiegl</dc:creator>
				<category><![CDATA[Review]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Tipps]]></category>
		<category><![CDATA[Download]]></category>
		<category><![CDATA[DropBox]]></category>
		<category><![CDATA[Ease of Use]]></category>
		<category><![CDATA[Files]]></category>
		<category><![CDATA[Folders]]></category>
		<category><![CDATA[Gallery]]></category>
		<category><![CDATA[Photography]]></category>
		<category><![CDATA[Sharing]]></category>
		<category><![CDATA[Simplicity]]></category>
		<category><![CDATA[Tipp]]></category>
		<category><![CDATA[Upload]]></category>

		<guid isPermaLink="false">http://chrissp.com/?p=682</guid>
		<description><![CDATA[This little program is simply awesome! If you have not heard of it yet, here is the introduction post of this series, I will now tell you what it is all about. This time: Sharing files made easy! As in the last post, you already know what DropBox does in basics. They also provide very [...]<p>
<a href="http://chrissp.com/blog/2012/dropbox-sharing-15/">DropBox: Sharing (1/5)</a> is a post from: <a href="http://chrissp.com">CHRISSPdotCOM</a></p>
]]></description>
			<content:encoded><![CDATA[<p>This little program is simply awesome! If you have not heard of it yet, here is the introduction <a href="http://chrissp.com/blog/2012/dropbox-series/">post</a> of this series, I will now tell you what it is all about. This time: Sharing files made easy!</p>
<p>As in the last post, you already know what DropBox does in basics. They also provide very nice tutorials on how to use DropBox. I would like to show you one in particular this time. Sharing files and photos via DropBox.</p>
<p>Most of the time it is the case that you are shooting a birthday party and then you have to send the photos to all the people, burn a CD or get your self a server. Now you just creat a folder inside your DropBox/Photos folder and DropBox will create a web-viewable gallery for you. To grab the link you need to share it with your friends, simply do a right-click on the folder you just created and select &#8220;DropBox-&gt;Copy Public Gallery Link&#8221;. Now send this link to your friends via email and all they see is a beautiful gallery of all the photos. Just that simple.</p>
<p>But what about doing all this downloadable? So all you would like to do is provide some friends a Song which you created and you would like to share it with some of your friends? Now there is a folder for that. It is called Public. So if you want to share a file with friends, just drop it into the DropBox/Public folder and do a right-click &#8220;Copy Public Link&#8221;. Now you send this link to who ever you would like to download your file.</p>
<p>This simple. I am always amazed just copy it into the DropBox folder and you are done. I love it!</p>
<p>
<a href="http://chrissp.com/blog/2012/dropbox-sharing-15/">DropBox: Sharing (1/5)</a> is a post from: <a href="http://chrissp.com">CHRISSPdotCOM</a></p>
 <img src="http://chrissp.com/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?view=1&post_id=682" width="1" height="1" style="display: none;" />]]></content:encoded>
			<wfw:commentRss>http://chrissp.com/blog/2012/dropbox-sharing-15/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>DropBox: Series</title>
		<link>http://chrissp.com/blog/2012/dropbox-series/</link>
		<comments>http://chrissp.com/blog/2012/dropbox-series/#comments</comments>
		<pubDate>Sun, 29 Jan 2012 16:02:09 +0000</pubDate>
		<dc:creator>Chris Spiegl</dc:creator>
				<category><![CDATA[Review]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Download]]></category>
		<category><![CDATA[DropBox]]></category>
		<category><![CDATA[Ease of Use]]></category>
		<category><![CDATA[Files]]></category>
		<category><![CDATA[Folders]]></category>
		<category><![CDATA[Gallery]]></category>
		<category><![CDATA[Series]]></category>
		<category><![CDATA[Sharing]]></category>
		<category><![CDATA[Simplicity]]></category>
		<category><![CDATA[Tipp]]></category>
		<category><![CDATA[Upload]]></category>

		<guid isPermaLink="false">http://chrissp.com/?p=674</guid>
		<description><![CDATA[DropBox is a service where you create an account and download a little program to your PC (Mac, Windows and Linux versions available). DropBox than provides you with a simple folder, which acts just like all the other folders you have on your system. But DropBox is a little different. All the files you put [...]<p>
<a href="http://chrissp.com/blog/2012/dropbox-series/">DropBox: Series</a> is a post from: <a href="http://chrissp.com">CHRISSPdotCOM</a></p>
]]></description>
			<content:encoded><![CDATA[<p><a href="http://db.tt/VbZ32gk">DropBox</a> is a service where you create an account and download a little program to your PC (Mac, Windows and Linux versions available). DropBox than provides you with a simple folder, which acts just like all the other folders you have on your system. But DropBox is a little different. All the files you put in there are synced with the DropBox servers. That way all your files are in sync with the internet and accessible for you from all over the world. The best part: if you install DropBox on a second PC and authorize it with the same DropBox account, all your files are in sync between those two PCs! All the time.</p>
<p>Probably the best about this service: you get 2GB for free and if you refer friends you can pump that 2GB up to 10GB free online storage or you buy it.</p>
<p>But there is more about DropBox. And I would like to give you a little insight in how I use it over the next days.</p>
<ol>
<li>Sharing (Share files with friends and colleagues)</li>
<li>Hardlinking (backup folders which are not in your DropBox)</li>
<li>Your own Website (hosted for free in your DropBox)</li>
<li>Shared Folders (project folders with friends)</li>
<li>Mobile DropBox</li>
</ol>
<div>So stay tuned for this series of posts.</div>
<p>
<a href="http://chrissp.com/blog/2012/dropbox-series/">DropBox: Series</a> is a post from: <a href="http://chrissp.com">CHRISSPdotCOM</a></p>
 <img src="http://chrissp.com/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?view=1&post_id=674" width="1" height="1" style="display: none;" />]]></content:encoded>
			<wfw:commentRss>http://chrissp.com/blog/2012/dropbox-series/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Top 3 Timelapsers I Know</title>
		<link>http://chrissp.com/blog/2012/top-3-timelapsers-i-know/</link>
		<comments>http://chrissp.com/blog/2012/top-3-timelapsers-i-know/#comments</comments>
		<pubDate>Tue, 24 Jan 2012 16:40:15 +0000</pubDate>
		<dc:creator>Chris Spiegl</dc:creator>
				<category><![CDATA[LinkedList]]></category>
		<category><![CDATA[Astro Photography]]></category>
		<category><![CDATA[Photography]]></category>
		<category><![CDATA[TimeLapse]]></category>
		<category><![CDATA[Video]]></category>

		<guid isPermaLink="false">http://chrissp.com/?p=654</guid>
		<description><![CDATA[Currently I am getting a little deeper into timelapse photography and so I thought maybe I should share some love with awesome people in the field. Here are 3 (um its four to be exact) high end timelapse photographers who are doing some awesome work. Number one is Tom Lowe who is currenlty editing the [...]<p>
<a href="http://chrissp.com/blog/2012/top-3-timelapsers-i-know/">Top 3 Timelapsers I Know</a> is a post from: <a href="http://chrissp.com">CHRISSPdotCOM</a></p>
]]></description>
			<content:encoded><![CDATA[<p>Currently I am getting a little deeper into timelapse photography and so I thought maybe I should share some love with awesome people in the field. Here are 3 (um its four to be exact) high end timelapse photographers who are doing some awesome work.</p>
<ol>
<li>Number one is Tom Lowe who is currenlty editing the footage for his feature film <a href="http://timescapes.org/">TimeScapes</a> which will be edited in 4k! The trailer already is impressive! Watch the Trailer <a href="http://vimeo.com/33110953">here</a>. To follow his projects he is online at <a href="http://twitter.com/timescapes" rel="nofollow" target="_blank">twitter.com/timescapes</a>, <a href="http://www.facebook.com/TimeScapes" rel="nofollow" target="_blank">facebook.com/TimeScapes</a> and <a href="http://gplus.to/tomlowe" rel="nofollow" target="_blank">gplus.to/tomlowe</a></li>
<li>Eric Hines who is only 21 years old! He really impresses with some great work at <a href="http://vimeo.com/erichinesphotography">Vimeo</a>.</li>
<li>Sheldon Neill and Colin Delehanty with their work done in Yosemite. They absolutely killed it! Lovely short <a href="http://vimeo.com/35396305">film</a> in addition to that, they also did a great job on the behind the scenes <a href="http://vimeo.com/35223326">video</a>.</li>
</ol>
<p>
<a href="http://chrissp.com/blog/2012/top-3-timelapsers-i-know/">Top 3 Timelapsers I Know</a> is a post from: <a href="http://chrissp.com">CHRISSPdotCOM</a></p>
 <img src="http://chrissp.com/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?view=1&post_id=654" width="1" height="1" style="display: none;" />]]></content:encoded>
			<wfw:commentRss>http://chrissp.com/blog/2012/top-3-timelapsers-i-know/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Think Tank of Friends</title>
		<link>http://chrissp.com/blog/2012/think-tank-of-friends/</link>
		<comments>http://chrissp.com/blog/2012/think-tank-of-friends/#comments</comments>
		<pubDate>Thu, 12 Jan 2012 15:43:17 +0000</pubDate>
		<dc:creator>Chris Spiegl</dc:creator>
				<category><![CDATA[Social-Networking]]></category>
		<category><![CDATA[Tipps]]></category>
		<category><![CDATA[Friends]]></category>
		<category><![CDATA[People]]></category>
		<category><![CDATA[Think Tank]]></category>
		<category><![CDATA[Thinking]]></category>
		<category><![CDATA[Tip]]></category>

		<guid isPermaLink="false">http://chrissp.com/?p=634</guid>
		<description><![CDATA[Today my topic is &#8220;Think Tank&#8221; the Wikipedia definition is like this: A think tank (or policy institute) is an organization that conducts research and engages in advocacy in areas such as social policy, political strategy, economics, military, and technology issues. Most think tanks are non-profit organizations &#8230; ~ Wikipedia But I think that is not [...]<p>
<a href="http://chrissp.com/blog/2012/think-tank-of-friends/">Think Tank of Friends</a> is a post from: <a href="http://chrissp.com">CHRISSPdotCOM</a></p>
]]></description>
			<content:encoded><![CDATA[<p>Today my topic is &#8220;Think Tank&#8221; the Wikipedia definition is like this:</p>
<blockquote><p>A think tank (or policy institute) is an organization that conducts research and engages in advocacy in areas such as social policy, political strategy, economics, military, and technology issues. Most think tanks are non-profit organizations &#8230;</p></blockquote>
<p>~ <a href="http://en.wikipedia.org/wiki/Think_tank">Wikipedia</a></p>
<p>But I think that is not what I understand by that term. I would like to define a Think Tank as a collaboration of different people from different backgrounds working together to reach a goal. I implement that in my circle of friends a couple of weeks back. I initialized a meeting of a bunch of people with totally different backgrounds and some overlaps. We met just to have a nice meal together and then talk about ideas, random thoughts and concrete once as well. Discuss those thoughts and ideas with all the people and get totally different inputs.</p>
<p>In contrast to just meeting each other to sit together and talk some small talk we decided to do the same but also have some productive outcome. Sure we also strayed from the topic but that was and is OK (even wanted and needed sometimes)! We always found our way back.</p>
<h2>So what was the evening like?</h2>
<ol>
<li>First we met and cooked a meal. Sat together and just talked for a little while.</li>
<li>Second I had an inspirational <a href="http://log.cspiegl.com/post/13298453408/where-good-ideas-come-from-by-steven-johnson-by">video</a> prepared.</li>
<li>Third I talked a little about the reasons I arranged this meeting.</li>
<li>Fourth was about questions about why this meeting is a good idea and what should the outcome be.</li>
<li>And finally we just started with giving a ball into the round to people who wanted to propose an idea or say something different. The ball was a good started for those who did not really want to say something but were forced a little. Most of the time they are just shy.</li>
<li>We talked for some hours, different topics, different ideas and some small talk as well.</li>
</ol>
<p>This for sure is not a golden rule for such meetings. But I suggest 3 things!</p>
<h2>3 Suggestions</h2>
<ol>
<li> Watch an inspirational video to start off</li>
<li>Have a moderator of some kind</li>
<li>Charter and Smalltalk are not all that bad, but you should find a way back to the topic after some minutes</li>
</ol>
<p>So this you should remember! And get started. Call 3 &#8211; 6 friends and propose to make something to eat and discuss interesting topics. It is fun and maybe you will come up with a business idea?</p>
<p>
<a href="http://chrissp.com/blog/2012/think-tank-of-friends/">Think Tank of Friends</a> is a post from: <a href="http://chrissp.com">CHRISSPdotCOM</a></p>
 <img src="http://chrissp.com/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?view=1&post_id=634" width="1" height="1" style="display: none;" />]]></content:encoded>
			<wfw:commentRss>http://chrissp.com/blog/2012/think-tank-of-friends/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Publish</title>
		<link>http://chrissp.com/blog/2012/publish/</link>
		<comments>http://chrissp.com/blog/2012/publish/#comments</comments>
		<pubDate>Sun, 08 Jan 2012 16:25:18 +0000</pubDate>
		<dc:creator>Chris Spiegl</dc:creator>
				<category><![CDATA[Photogrpahy]]></category>
		<category><![CDATA[Social-Networking]]></category>
		<category><![CDATA[Tipps]]></category>
		<category><![CDATA[Art]]></category>
		<category><![CDATA[Blog]]></category>
		<category><![CDATA[Photography]]></category>
		<category><![CDATA[Publish]]></category>
		<category><![CDATA[Publishing]]></category>
		<category><![CDATA[Web]]></category>

		<guid isPermaLink="false">http://chrissp.com/?p=626</guid>
		<description><![CDATA[Think about someone who takes a bunch of photos each week, preferably even each day. He is going to edit them, maybe even prints them. But the question is: are they worth anything as long as nobody sees those pieces of art the artist put hours into? Well if you do not want your photos [...]<p>
<a href="http://chrissp.com/blog/2012/publish/">Publish</a> is a post from: <a href="http://chrissp.com">CHRISSPdotCOM</a></p>
]]></description>
			<content:encoded><![CDATA[<p>Think about someone who takes a bunch of photos each week, preferably even each day. He is going to edit them, maybe even prints them. But the question is: are they worth anything as long as nobody sees those pieces of art the artist put hours into?</p>
<p>Well if you do not want your photos to end all dusty in your computer or on your wall: The best way is to share them. One of my new years resolutions is to share more. Not a 365 yet but I will see how it goes. Maybe it is going to be daily. Maybe just every second day. But the important thing is to publish. Get your word out there. Some ways to do so are listed below:</p>
<ul>
<li><a href="http://www.facebook.com/">Facebook Profile</a><br />
You already have your friends there right. Why not show them your photos. Let them vote them. Maybe there is your next client!</li>
<li><a href="http://www.facebook.com/pages/create.php">Facebook Fan Page</a><br />
If you already have one: Great. If not: as long as you are just a single photographer I would suggest just to use the Facebook Profile with the subscribe feature it is just like a fan page. But it can be very powerful to use for a company / crew!</li>
<li><a href="http://www.flickr.com/">Flickr</a><br />
This site is great to share your photos in groups of topics you think your photos belong to. But as long as you do not get involved it is likely that nobody will care.</li>
<li><a href="http://500px.com/">500px</a><br />
With 500px it is a little like with Flickr. If you do not leave comments and engage with other photographers it is likely that you do not get any (or just a little bit) of attention. And in addition to that: do not upload every single photo you take there. They really like high quality!</li>
<li><a href="http://www.deviantart.com/">deviantart</a><br />
Remembered to be more about graphical design and such, this site also holds a lot of photography nuggets!</li>
<li><a href="http://www.smugmug.com/">smugmug</a><br />
A premium version of 500px and Flickr. Mainly I know that <a href="http://www.stuckincustoms.com/">Trey Ratcliff</a> uses it to host all of his pictures nowadays. But it is kinda expensive!</li>
</ul>
<p>So here you have a list of sites to use to share your photos. Maybe the best is to start with the things you already have. In my case it is a transformation. I used to use <a href="http://cspiegl.com/flickr">Flickr</a> a lot, started to use <a href="http://500px.com/CHRISSPdotCOM">500px</a> just a few month ago. But the thing I was scared about to use was Facebook. I already have a <a href="http://www.facebook.com/CHRISSPdotCOM?sk=photos">Portfolio</a> selection at my <a href="http://www.facebook.com/CHRISSPdotCOM">fan page</a> but I was scared to use my <a href="http://www.facebook.com/cspiegl">profile</a> because I have had a strange fear that people whom I know personally would react strange to it, dislike what I do or would be harsh in critics. A very stupid assumption and what makes it even more stupid is that I never tested that assumption. Actually it is the other way arround: more critics would be appreciated. So I decided to publish more and to more people!</p>
<p>Now I am going for it. I will start posting on Facebook much more in the coming weeks. And I hope you will get into publishing your stuff too!</p>
<p>
<a href="http://chrissp.com/blog/2012/publish/">Publish</a> is a post from: <a href="http://chrissp.com">CHRISSPdotCOM</a></p>
 <img src="http://chrissp.com/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?view=1&post_id=626" width="1" height="1" style="display: none;" />]]></content:encoded>
			<wfw:commentRss>http://chrissp.com/blog/2012/publish/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>New Year, New Ideas, New Goals and a Video to watch</title>
		<link>http://chrissp.com/blog/2012/new-year-new-idea-new-goals-and-a-great-time-to-come/</link>
		<comments>http://chrissp.com/blog/2012/new-year-new-idea-new-goals-and-a-great-time-to-come/#comments</comments>
		<pubDate>Sun, 01 Jan 2012 00:00:27 +0000</pubDate>
		<dc:creator>Chris Spiegl</dc:creator>
				<category><![CDATA[Other]]></category>
		<category><![CDATA[Celebration]]></category>
		<category><![CDATA[New Year]]></category>
		<category><![CDATA[Preview]]></category>
		<category><![CDATA[Review]]></category>

		<guid isPermaLink="false">http://chrissp.com/?p=616</guid>
		<description><![CDATA[2011 is over now it is time to look at the new year: 2012. This time I do not want to get into this looking back mood. Instead I would like to focus on the time that is coming. I have a plan for this blog. Ideas for projects. Lots of work to get my [...]<p>
<a href="http://chrissp.com/blog/2012/new-year-new-idea-new-goals-and-a-great-time-to-come/">New Year, New Ideas, New Goals and a Video to watch</a> is a post from: <a href="http://chrissp.com">CHRISSPdotCOM</a></p>
]]></description>
			<content:encoded><![CDATA[<p>2011 is over now it is time to look at the new year: <strong>2012</strong>.</p>
<p>This time I do not want to get into this looking back mood. Instead I would like to focus on the time that is coming. I have a plan for this blog. Ideas for projects. Lots of work to get my hands on and a hand full of habits I would like to change. For now: I will give you the following video to inspire for 2012.  I plan on watching it several times over the year. And why: cause it has 29 great ways to stay inspired.</p>
<p>So let&#8217;s celebrate an awesome up and coming 2012.<br />
Have fun and do stuff!</p>
<div style='text-align:center;'>
<object type="application/x-shockwave-flash" width="400" height="300" data="http://www.vimeo.com/moogaloop.swf?clip_id=24302498&amp;server=www.vimeo.com&amp;fullscreen=1&amp;show_title=1&amp;show_byline=0&amp;show_portrait=0&amp;color=01AAEA">
	<param name="quality" value="best" />
	<param name="allowfullscreen" value="true" />
	<param name="scale" value="showAll" />
	<param name="movie" value="http://www.vimeo.com/moogaloop.swf?clip_id=24302498&amp;server=www.vimeo.com&amp;fullscreen=1&amp;show_title=1&amp;show_byline=0&amp;show_portrait=0&amp;color=01AAEA" />
	<param name="wmode" value="opaque" />
</object>
</div>
<p>~  Video by <a href="http://www.to-fu.tv/">TO-FU TV</a></p>
<p>
<a href="http://chrissp.com/blog/2012/new-year-new-idea-new-goals-and-a-great-time-to-come/">New Year, New Ideas, New Goals and a Video to watch</a> is a post from: <a href="http://chrissp.com">CHRISSPdotCOM</a></p>
 <img src="http://chrissp.com/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?view=1&post_id=616" width="1" height="1" style="display: none;" />]]></content:encoded>
			<wfw:commentRss>http://chrissp.com/blog/2012/new-year-new-idea-new-goals-and-a-great-time-to-come/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>24.12.2011 Have a nice Day!</title>
		<link>http://chrissp.com/blog/2011/24-12-2011-have-a-nice-day/</link>
		<comments>http://chrissp.com/blog/2011/24-12-2011-have-a-nice-day/#comments</comments>
		<pubDate>Fri, 23 Dec 2011 23:00:06 +0000</pubDate>
		<dc:creator>Chris Spiegl</dc:creator>
				<category><![CDATA[Other]]></category>
		<category><![CDATA[Celebration]]></category>
		<category><![CDATA[Christmas]]></category>
		<category><![CDATA[Fest]]></category>

		<guid isPermaLink="false">http://chrissp.com/?p=611</guid>
		<description><![CDATA[Well, I am raised in Germany with a christian background. So we celebrate Christmas. And here it is. My Christmas post. I wish you all a great day for Christmas (if you celebrate something different, I wish you a happy *insert your fest here*). Have a nice day, enjoy your holidays and some silent time. [...]<p>
<a href="http://chrissp.com/blog/2011/24-12-2011-have-a-nice-day/">24.12.2011 Have a nice Day!</a> is a post from: <a href="http://chrissp.com">CHRISSPdotCOM</a></p>
]]></description>
			<content:encoded><![CDATA[<p>Well, I am raised in Germany with a christian background. So we celebrate Christmas. And here it is. My Christmas post.</p>
<p>I wish you all a great day for Christmas (if you celebrate something different, I wish you a happy *insert your fest here*). Have a nice day, enjoy your holidays and some silent time. We will all need that to start 2012 big! And that is what we all should! Get going. Let lose the thoughts of &#8216;I can&#8217;t!&#8217;. So celebrate the last year for the next few days and kick ass next year!</p>
<p>&nbsp;</p>
<p style="text-align: center;">That sad:</p>
<h1 style="text-align: center;">Happy Christmas!</h1>
<p>
<a href="http://chrissp.com/blog/2011/24-12-2011-have-a-nice-day/">24.12.2011 Have a nice Day!</a> is a post from: <a href="http://chrissp.com">CHRISSPdotCOM</a></p>
 <img src="http://chrissp.com/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?view=1&post_id=611" width="1" height="1" style="display: none;" />]]></content:encoded>
			<wfw:commentRss>http://chrissp.com/blog/2011/24-12-2011-have-a-nice-day/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Printing of the Photos in the Shop</title>
		<link>http://chrissp.com/blog/2011/printing-of-the-photos-in-the-shop/</link>
		<comments>http://chrissp.com/blog/2011/printing-of-the-photos-in-the-shop/#comments</comments>
		<pubDate>Wed, 14 Dec 2011 09:38:39 +0000</pubDate>
		<dc:creator>Chris Spiegl</dc:creator>
				<category><![CDATA[News about CHRISSPdotCOM]]></category>
		<category><![CDATA[Print]]></category>
		<category><![CDATA[Quality]]></category>
		<category><![CDATA[Review]]></category>
		<category><![CDATA[Shop]]></category>
		<category><![CDATA[White Wall]]></category>

		<guid isPermaLink="false">http://chrissp.com/?p=531</guid>
		<description><![CDATA[Printing of the photos in my shop is done by White Wall in great quality. I own some prints done by them personally and they look just as I wanted them to. They also do the shipping for you. Here are some example photos of a canvas print that hangs in the living room. They [...]<p>
<a href="http://chrissp.com/blog/2011/printing-of-the-photos-in-the-shop/">Printing of the Photos in the Shop</a> is a post from: <a href="http://chrissp.com">CHRISSPdotCOM</a></p>
]]></description>
			<content:encoded><![CDATA[<p>Printing of the photos in my <a title="Shop" href="http://chrissp.com/shop/">shop</a> is done by <a title="White Wall" href="http://www.whitewall.com/">White Wall</a> in great quality. I own some prints done by them personally and they look just as I wanted them to. They also do the shipping for you. Here are some example photos of a canvas print that hangs in the living room.</p>
<p>They write about them self, that they print in gallery quality. And as far as I can judge that they do. So I am sure that they can provide the quality you demand!</p>

<a href='http://chrissp.com/blog/2011/printing-of-the-photos-in-the-shop/2011-09-30_at_14-57-01/' title='2011-09-30_at_14-57-01'><img width="150" height="150" src="http://chrissp.com/wp-content/uploads/2011/11/2011-09-30_at_14-57-01-150x150.jpg" class="attachment-thumbnail" alt="2011-09-30_at_14-57-01" title="2011-09-30_at_14-57-01" /></a>
<a href='http://chrissp.com/blog/2011/printing-of-the-photos-in-the-shop/2011-09-30_at_15-06-35/' title='2011-09-30_at_15-06-35'><img width="150" height="150" src="http://chrissp.com/wp-content/uploads/2011/11/2011-09-30_at_15-06-35-150x150.jpg" class="attachment-thumbnail" alt="2011-09-30_at_15-06-35" title="2011-09-30_at_15-06-35" /></a>
<a href='http://chrissp.com/blog/2011/printing-of-the-photos-in-the-shop/2011-09-30_at_15-07-34/' title='2011-09-30_at_15-07-34'><img width="150" height="150" src="http://chrissp.com/wp-content/uploads/2011/11/2011-09-30_at_15-07-34-150x150.jpg" class="attachment-thumbnail" alt="2011-09-30_at_15-07-34" title="2011-09-30_at_15-07-34" /></a>
<a href='http://chrissp.com/blog/2011/printing-of-the-photos-in-the-shop/2011-11-11_at_18-26-27/' title='2011-11-11_at_18-26-27'><img width="150" height="150" src="http://chrissp.com/wp-content/uploads/2011/11/2011-11-11_at_18-26-27-150x150.jpg" class="attachment-thumbnail" alt="2011-11-11_at_18-26-27" title="2011-11-11_at_18-26-27" /></a>
<a href='http://chrissp.com/blog/2011/printing-of-the-photos-in-the-shop/2011-11-11_at_18-23-14/' title='2011-11-11_at_18-23-14'><img width="150" height="150" src="http://chrissp.com/wp-content/uploads/2011/11/2011-11-11_at_18-23-14-150x150.jpg" class="attachment-thumbnail" alt="2011-11-11_at_18-23-14" title="2011-11-11_at_18-23-14" /></a>
<a href='http://chrissp.com/blog/2011/printing-of-the-photos-in-the-shop/2011-11-11_at_18-27-12/' title='2011-11-11_at_18-27-12'><img width="150" height="150" src="http://chrissp.com/wp-content/uploads/2011/11/2011-11-11_at_18-27-12-150x150.jpg" class="attachment-thumbnail" alt="2011-11-11_at_18-27-12" title="2011-11-11_at_18-27-12" /></a>

<p>&nbsp;</p>
<p>
<a href="http://chrissp.com/blog/2011/printing-of-the-photos-in-the-shop/">Printing of the Photos in the Shop</a> is a post from: <a href="http://chrissp.com">CHRISSPdotCOM</a></p>
 <img src="http://chrissp.com/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?view=1&post_id=531" width="1" height="1" style="display: none;" />]]></content:encoded>
			<wfw:commentRss>http://chrissp.com/blog/2011/printing-of-the-photos-in-the-shop/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

