<?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>juust ~ php oddities &#187; juust</title>
	<atom:link href="http://www.juust.org/index.php/category/juust/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.juust.org</link>
	<description>Link theory and search engine optimization</description>
	<lastBuildDate>Thu, 19 Jan 2012 09:39:32 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>digital distribution</title>
		<link>http://www.juust.org/index.php/digital-distribution/2012/01/</link>
		<comments>http://www.juust.org/index.php/digital-distribution/2012/01/#comments</comments>
		<pubDate>Thu, 19 Jan 2012 02:19:27 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[juust]]></category>

		<guid isPermaLink="false">http://www.juust.org/?p=2172</guid>
		<description><![CDATA[Often in major changes in either production or distribution technology, there is a phase where supply and demand renegotiate a new price level agreement. We all have a computer at home that we paid for, we all have our ISP &#8230; <a href="http://www.juust.org/index.php/digital-distribution/2012/01/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Often in major changes in either production or distribution technology, there is a phase where supply and demand renegotiate a new price level agreement.</p>
<p>We all have a computer at home that we paid for, we all have our ISP account that we monthly pay for, with the router we paid for, and cables our society paid for from our taxes, and satellites our governments decided to put up there.  &#8220;We&#8221; as global community paid for and developed and built a global digital network, that makes everything easier and faster and cheaper because there is no truck or airplane or shop-shelf, Sony and pals get to use all that free of charge, that makes their promotion and distribution also cheaper, faster, easier. </p>
<p>Sony and pals do use the digital distribution network but continued to charge shop-shelf prices. The abuse of the digital network as such is largely on the part of the music and movie industry.</p>
<p>To put it in perspective : if I sit outside a bar and some waiter comes and asks what i want to drink and gets my drinks and keeps an eye to see when my glass is empty and asks if i want something else or offers the daily lunch, i give the man a tip, 15% or more.</p>
<p>If the bar has no waiter, i dont pay a tip. </p>
<p>If companies charge shop-shelf price in a digital market, you can expect a wave of &#8216;hacking&#8217; and illegal versions flooding the market, mainly due to dissatisfaction with the perceived overcharging by the suppliers. P2P-networks were the chosen platform for a while, or sites like YouTube. It continues until the market reaches a new price level agreement between supply and demand, or a new business model.</p>
<p>Steve Jobs finally introduced iTunes, 12 songs for 12 dollars, a completely legal digital distribution network. That is for music close to the old price level, just without the cost for the case, transport, and shop shelf (we are going to miss Steve Jobs). </p>
]]></content:encoded>
			<wfw:commentRss>http://www.juust.org/index.php/digital-distribution/2012/01/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Use MsAccess as MySql frontend</title>
		<link>http://www.juust.org/index.php/use-msaccess-as-mysql-frontend/2011/12/</link>
		<comments>http://www.juust.org/index.php/use-msaccess-as-mysql-frontend/2011/12/#comments</comments>
		<pubDate>Thu, 29 Dec 2011 22:02:44 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[juust]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.juust.org/?p=2074</guid>
		<description><![CDATA[&#160; Horses for courses, where MySql, PHP and HTML are native to the web, PHP/HTML suck as table GUI,no offense, I just got extremely frustrated with it today. Another way to get the data off the web onto my desktop &#8230; <a href="http://www.juust.org/index.php/use-msaccess-as-mysql-frontend/2011/12/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>&nbsp;</p>
<p>Horses for courses, where MySql, PHP and HTML are native to the web, PHP/HTML suck as table GUI,no offense, I just got extremely frustrated with it today. Another way to get the data off the web onto my desktop is using FTP/ODBC and enclosing MySql tables in my MsAccess desktop database. It has it perks but it works. If you want to try it check with your host (if you are not self hosting) if your host allows external access to your mysql server. For local servers it works flawless.</p>
<h2>Download the odbc connector</h2>
<p>Over at Dev.MySql they muist have heard my screams of agony an programmed an ODBC (open database connectivity) driver. Windows supports the ODBC standards hence in Office you can use external databases if you install an odbc driver for the database type.</p>
<p><a href="http://dev.mysql.com/downloads/connector/odbc/"><img src="http://www.juust.org/wp-content/uploads/2011/12/122911_2205_UseMsAccess1.png" alt="" border="0" /></a></p>
<h2>Create the system datasource</h2>
<p>Once the driver is installed you can add the MySql database as open database to Windows (odbc works via the operating system) and link the tables in MsAccess. Start by opening the Windows configuration screen and open System manager, where you can access the ODBC Datasources and open the ODBC Administrator screen :</p>
<p><img src="http://www.juust.org/wp-content/uploads/2011/12/122911_2205_UseMsAccess2.png" alt="" /></p>
<p>Pick the tab <strong>System DSN</strong> and choose <strong>Add…</strong> to select a driver : the new MySql ODBC Driver.</p>
<p><img src="http://www.juust.org/wp-content/uploads/2011/12/122911_2205_UseMsAccess3.png" alt="" /></p>
<p>Then comes the magic bit : when you click Finish, the MySql driver pops up its own configuration screen :</p>
<p><img src="http://www.juust.org/wp-content/uploads/2011/12/122911_2205_UseMsAccess4.png" alt="" /></p>
<p>The data you fill in is the same login data used in WordPress wp-config.php : the mysql database host, login and password, and what database to select. When you are done, you can make more than one ODBC Sources so you can add every WordPress install you have on the web to it, provided you have access to the mysql server. A lot of hosts do not actually allow it, but mine do.</p>
<p>So far so good, the Datasource is now known in the Windows operating system, now we go to MsAccess.</p>
<h2>Enclose the tables in MsAccess</h2>
<p>&nbsp;</p>
<p>Under <strong>External Data</strong> pick <strong>ODBC Database</strong> :</p>
<p><img src="http://www.juust.org/wp-content/uploads/2011/12/122911_2205_UseMsAccess5.png" alt="" /></p>
<p>In the screen that opens, pick the <strong>Link data</strong> option :</p>
<p><img src="http://www.juust.org/wp-content/uploads/2011/12/122911_2205_UseMsAccess6.png" alt="" /></p>
<p>And in the next screen pick the tab with machine data sources : this picture shows both my new localhost database and the juust.org database so I will pick that one (it is in Rotterdam somewhere on a server)</p>
<p><img src="http://www.juust.org/wp-content/uploads/2011/12/122911_2205_UseMsAccess7.png" alt="" /></p>
<p>When I pick that one the driver kicks in and connects to the remote database, retrieving a list with tables for me to link into the database, for the occasion I will link the Ak_Twitter table of the WordPress Twitter Tools plugin that has my most recent Tweets :</p>
<p><img src="http://www.juust.org/wp-content/uploads/2011/12/122911_2205_UseMsAccess8.png" alt="" /></p>
<p>And click okay and Voila :</p>
<p><img src="http://www.juust.org/wp-content/uploads/2011/12/122911_2205_UseMsAccess9.png" alt="" /></p>
<p>The tables are linked</p>
<p><img src="http://www.juust.org/wp-content/uploads/2011/12/122911_2205_UseMsAccess10.png" alt="" width="686" height="447" /></p>
<p>Note: if you get an error &#8220;server has gone away, ( ask your host to) <a href="http://www.thewebhostinghero.com/articles/mysql-odbc-call-failed.html">set the connection timeout to 300</a> or more</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.juust.org/index.php/use-msaccess-as-mysql-frontend/2011/12/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Publish Microsoft Word 2010 documents to your WordPress blog</title>
		<link>http://www.juust.org/index.php/publish-microsoft-word-2010-documents-to-your-wordpress-blog/2011/12/</link>
		<comments>http://www.juust.org/index.php/publish-microsoft-word-2010-documents-to-your-wordpress-blog/2011/12/#comments</comments>
		<pubDate>Wed, 28 Dec 2011 04:30:57 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[juust]]></category>
		<category><![CDATA[wordpress]]></category>
		<category><![CDATA[xml-rpc]]></category>

		<guid isPermaLink="false">http://www.juust.org/?p=1998</guid>
		<description><![CDATA[Hands on test, Microsoft Word 2010 supports publishing a document as WordPress blog post, excellent. I have been sailing for a while, so I haven&#8217;t played around with it yet. I love what Microsoft made. They did not just add &#8230; <a href="http://www.juust.org/index.php/publish-microsoft-word-2010-documents-to-your-wordpress-blog/2011/12/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Hands on test, Microsoft Word 2010 supports publishing a document as WordPress blog post, excellent. I have been sailing for a while, so I haven&#8217;t played around with it yet. I love what Microsoft made. They did not just add an XML-RPC post routine, they added a small editor in Microsoft Word itself, especially for blog posts. It is everything you ever wanted but the WordPress editor just never was. You can manage content you already posted, publish directly or as draft, you can cut and paste screenshots, pictures, excel sheets and access tables, it is such a total improvement.</p>
<h2>How to set Word up as WordPress editor ?</h2>
<p><img src="http://www.juust.org/wp-content/uploads/2011/12/122811_0434_PublishMicr15.png" alt="" align="left" />Make a document and pick from the File menu &#8220;Save and Send&#8221;, and you get an extra option to <span style="text-decoration: underline;"><strong>publish as blog post</strong></span>.</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>Once you pick that it opens an editor for blog posts, that pn the background uses the XML-RPC interface. Word starts a wizard the first time, that you can also access by &#8220;manage accounts&#8221; in the editor menu :</p>
<p><img src="http://www.juust.org/wp-content/uploads/2011/12/122811_0434_PublishMicr24.png" alt="" width="768" height="165" /></p>
<p>But let&#8217;s start by clicking <strong>Save and Send</strong> : Word will ask you to register an account, iow your wordpress blog website.</p>
<p><img src="http://www.juust.org/wp-content/uploads/2011/12/122811_0434_PublishMicr32.png" alt="" width="743" height="433" /></p>
<p>When registering you can pick from a whole list of blog types, of course I picked WordPress</p>
<p><img src="http://www.juust.org/wp-content/uploads/2011/12/122811_0434_PublishMicr44.png" alt="" /></p>
<p>In the dialog &#8216;new wordpress account&#8217; you enter your XML-RPC end point, the directory of your blog with /xmlrpc.php, that is where you can post to your blog. Username and Password can be your normal username and password, you can also register separately at the blog. That would be my choice.</p>
<p><img src="http://www.juust.org/wp-content/uploads/2011/12/122811_0434_PublishMicr54.png" alt="" /></p>
<p>Of course these days blog posts all have pictures, and in the account dialog in the lower left corner there is a button &#8220;picture options&#8221; where you can specify how you want uploaded. You can use an FTP upload but in my case picking the blog provider (iow let WordPress handle it itself) works out of the box.</p>
<p><img src="http://www.juust.org/wp-content/uploads/2011/12/122811_0434_PublishMicr64.png" alt="" /></p>
<p>Once you click OK you also get a warning about the visibility of your login and password, XML-RPC posts are text files and your account user name and password are not encrypted when sent to the blog XML-RPC endpoint. There is little risk in it but it is a point that has to be made.</p>
<p><img src="http://www.juust.org/wp-content/uploads/2011/12/122811_0434_PublishMicr74.png" alt="" /></p>
<p>When you agree to continue you can edit your post. And when done, publish.</p>
<p><img src="http://www.juust.org/wp-content/uploads/2011/12/122811_0434_PublishMicr82.png" alt="" /></p>
<p>&#8230;and out came this post. In the WordPress editor you can add some tags and categories if you publish as draft, but you can also specify a category in the  Word editor..</p>
<p>Word offers a lot of picture effects yet it outputs the result as  .png images so it works without css3 dependencies, and outputs very clean html markup. Just for the picture effects and total ease of editing it gets a 5 out of 5.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.juust.org/index.php/publish-microsoft-word-2010-documents-to-your-wordpress-blog/2011/12/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>mortgage and crisis and 30% more granny giftshops</title>
		<link>http://www.juust.org/index.php/mortgage-and-crisis-and-30-more-granny-giftshops/2011/12/</link>
		<comments>http://www.juust.org/index.php/mortgage-and-crisis-and-30-more-granny-giftshops/2011/12/#comments</comments>
		<pubDate>Mon, 05 Dec 2011 14:05:30 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[juust]]></category>
		<category><![CDATA[sem]]></category>
		<category><![CDATA[seo tips and tricks]]></category>
		<category><![CDATA[trends]]></category>
		<category><![CDATA[granny gift shop marketing]]></category>

		<guid isPermaLink="false">http://www.juust.org/?p=1724</guid>
		<description><![CDATA[Some random thoughts on economy : one cause of the crisis remains the recent refinancing of mortgage from annuitary to interest-only. We used to have annuitary mortgages, where you pay off the main sum as you go. Moneychimp has a &#8230; <a href="http://www.juust.org/index.php/mortgage-and-crisis-and-30-more-granny-giftshops/2011/12/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Some random thoughts on economy : one cause of the crisis remains the recent refinancing of mortgage from annuitary to interest-only. We used to have annuitary mortgages, where you pay off the main sum as you go. Moneychimp has a simple <a href="http://www.moneychimp.com/calculator/annuity_calculator.htm">annuity calculator</a> online :</p>
<table>
<tbody>
<tr>
<td>main sum</td>
<td>int.</td>
<td>yearly</td>
<td>monthly</td>
<td> yrs</td>
</tr>
<tr>
<td>200.000</td>
<td>4%</td>
<td>14.500</td>
<td>1200</td>
<td>20</td>
</tr>
<tr>
<td>200.000</td>
<td>2%</td>
<td>11.500</td>
<td>0900</td>
<td> 20</td>
</tr>
</tbody>
</table>
<p>At first you pay 98% interest and 2% debt, at the end you pay 2% and 98% debt. In the netherlands we have a specific regulation that allows for deduction of the interest payment from taxes, that benefits startup families and can lower the tax pressure from roughly 35% to 30%. After 20 years on average people make more money and can do without the deduct.</p>
<p>In the bubble one brand-new idea was the interest-only mortgage, where you pay the entire sum at the end when you sell the house.</p>
<p>There are arguments for it, and arguments to never go there.</p>
<table>
<tbody>
<tr>
<td>main sum</td>
<td>int.</td>
<td>yearly</td>
<td>monthly</td>
<td> yrs</td>
</tr>
<tr>
<td>200.000</td>
<td>4%</td>
<td>8.000</td>
<td>0700</td>
<td> -</td>
</tr>
<tr>
<td>200.000</td>
<td>2%</td>
<td>4.000</td>
<td>0350</td>
<td> -</td>
</tr>
</tbody>
</table>
<p>That would seem amazing, average joe can refinance his 200K house and pays only 70% compared to an annuity mortgage.</p>
<p>Problem remains that in a free market the price is what the market pays for it, and if 50% of the market is the average joe population the market has a 1000/mo budget, through competition the market price of houses goes up :</p>
<table>
<tbody>
<tr>
<td>main sum</td>
<td>int.</td>
<td>yearly</td>
<td>monthly</td>
<td></td>
</tr>
<tr>
<td>300.000</td>
<td>4%</td>
<td>12.000</td>
<td>1000</td>
<td></td>
</tr>
<tr>
<td>600.000</td>
<td>2%</td>
<td>12.000</td>
<td>1000</td>
<td></td>
</tr>
</tbody>
</table>
<p>Without the payment on the main debt, the prices on the housing market becomemore volatile. If interest goes up the prices drop, part of the mortgages can become a risk to the houseowner and bank, who can even lose their triple-A and that drives the interest up even more.</p>
<p>If Joe bought the house at 2% 600K and the price drops to 450K with 3% interest, Joe has a 150K net debt that is not covered in the sale of the house. 20 Joe&#8217;s is a million dollar problem. 200.000 Joes is a 10 billion dollar problem. We have roughly 3 million Joe families so we would have a 150 billion dollar problem.</p>
<p>A strong argument not to go there.</p>
<p>The second problem is the release of funds in the refinance round, the old mortgages were annuitary and some were almost completely paid. Selling a 200K 4% for 300K 4% frees 300K and that will largely be spent in the overal economy. It could amount to 300 billion for the netherlands, 20.000 per capita that is not structural growth.</p>
<p>The basic spend on housing, gas water electricity, municipal and state taxes, health insurance didn&#8217;t change, and much of the extra funds is spent on luxury. The baby-boomers were 45-55 at the time so they benefitted most from the refinance round, and could suddenly buy a Bavaria yacht for daddy, a timeshare pensionada home in Spain or Portugal, adventures on the stock exchange, music, computers, extra dinners.</p>
<p>With as result the yachtbuilders booming, expanding, entire new factories for ships, and now the entire demand is gone and half the companies go bankrupt. Construction of pensionado village in Spain and Portugal is over, sadly it was mainly the pension funds that invested in these projects (another reason not to go there).</p>
<p>Building capacity to satisfy extra demand in a bubble is a waste, there is no structural long term demand. John Maynard Keynes hinted at that, it is wise for a community to save money when things go well to support spend when things go less well, and choose a long term stable balanced growth.</p>
<p>In keynesian thought the state is the complement or maybe superego  of the population and in these phases increases taxes and cuts budget and spend on education, culture, health care to dampen excessive growth, once the economic growth slows down the state  lowers taxes and spends more. The state spend is complement to the populations spend and together they spend in a stable growing pattern. That allows for stable turnover for companies and stable employment, and would prevent building up bubble luxury overcapacity.</p>
<p>That remains a critique on my part, part of the crisis is caused by the egotism of the <a href="http://en.wikipedia.org/wiki/Baby_boom">baby-boom</a>. The baby-boom demographic segment is 30% bigger than normal, we have 6% &#8220;extra&#8221; population in that segment mainly in countries involved in WW2. When voting, they can outvote other demographic segments related to life phase issues.</p>
<p>The baby boom itself causes an independant extra demand in lifecycle related products of 30% in the west, and also a 30% drop in demand for these products as they move towards the retirement home. They could simply be used to catering to their own needs, for them the growth in business would always seem related to their lifecycle products, as if society actually shapes itself to satisfy their needs.</p>
<p>All in all, that makes the main search engine marketing tip for the next ten years Granny Gift shops on the web, lots of photos of happy little toddlers that make Granny happy, with $20,- gifts for Granny&#8217;s own grandchildren. Home delivery so Granny does not have to go out on the streets.</p>
<p>There is a 30% extra demand in the segment throughout the west (unless the pension funds go belly up). In 2015 there is 50% more demand for &#8220;happy 70th birthday&#8221; cards in the Netherlands.</p>
<p>Just some random thoughts.</p>
<p>I am going to get some coffee, I have a very stable coffee demand pattern that I *must* stafisy, my demand is very stable and long term a-cyclic.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.juust.org/index.php/mortgage-and-crisis-and-30-more-granny-giftshops/2011/12/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Henk en Ingrid</title>
		<link>http://www.juust.org/index.php/henk-en-ingrid/2011/11/</link>
		<comments>http://www.juust.org/index.php/henk-en-ingrid/2011/11/#comments</comments>
		<pubDate>Fri, 11 Nov 2011 04:36:41 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[juust]]></category>

		<guid isPermaLink="false">http://www.juust.org/?p=1553</guid>
		<description><![CDATA[Geert Wilders zat bij de VVD volkspartij voor vrijheid en democratie, maar die verliet hij en richtte de PVV partij voor vrijheid op, dus zonder volk of democratie, want in een democratie hebben Henk en Ingrid geen stemrecht omdat ze &#8230; <a href="http://www.juust.org/index.php/henk-en-ingrid/2011/11/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Geert Wilders zat bij de VVD volkspartij voor vrijheid en democratie, maar die verliet hij en richtte de PVV partij voor vrijheid op, dus zonder volk of democratie, want in een democratie hebben Henk en Ingrid geen stemrecht omdat ze waanideeen zijn en als dusdanig geen deel van het Nederlands volk. </p>
<p>Dat sloeg aan bij de roomsen, die van oudsher zeer vatbaar zijn voor waanideeen, en bij de fascisten, die naast waanideeen ook geen behoefte aan democratie hebben. Bij elkaar ruwweg 20% van de bevolking die zich mogelijk herkennen in Henk en Ingrid, de waanideeen van Wilders.</p>
<p>Wilders ligt bij het behartigen van de belangen van zijn waanideeen Henk en Ingrid regelmatig overhoop met ander partijen omdat die de belangen van werkelijk bestaande mensen behartigen. </p>
<p>Het lijkt me overigens raadzaam voor de Lebensraum van Henk en Ingrid dat Geert contacten met psychologen mijdt. </p>
<p>[toegevoegd : <a href="http://www.geenstijl.nl/mt/archieven/2011/11/henk_ingrid_bestaan_niet.html">GeenStijl</a> besloot er ook eens wat over op te merken]</p>
]]></content:encoded>
			<wfw:commentRss>http://www.juust.org/index.php/henk-en-ingrid/2011/11/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>crashing clippers</title>
		<link>http://www.juust.org/index.php/crashing-clippers/2011/05/</link>
		<comments>http://www.juust.org/index.php/crashing-clippers/2011/05/#comments</comments>
		<pubDate>Tue, 24 May 2011 13:39:05 +0000</pubDate>
		<dc:creator>juust</dc:creator>
				<category><![CDATA[juust]]></category>

		<guid isPermaLink="false">http://www.juust.org/?p=1494</guid>
		<description><![CDATA[Hi, quick post. I haven&#8217;t responded to some questions yet, sorry, and to be frank I doubt I&#8217;ll be having much time to dig into scripting the coming months, we&#8217;ll be sailing full-time till september. Sailing season started at the &#8230; <a href="http://www.juust.org/index.php/crashing-clippers/2011/05/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Hi, quick post. I haven&#8217;t responded to some questions yet, sorry, and to be frank I doubt I&#8217;ll be having much time to dig into scripting the coming months, we&#8217;ll be sailing full-time till september. Sailing season started at the end of march and we&#8217;ve been cruising around the lakes and islands with groups of guests.</p>
<p>Yes, that is far better than working in finance or IT :)</p>
<p>Yesterday we set new records with an 8bft wind in our back sailing to the islands, but for today we decided to give it a rest after two clippers collided in the harbor. Quite spectacular, the sound of 3 inch cables snapping and beams breaking. Clippers are roughly twice the size of a barge, weighing in at 150 tons and measuring 120ft. As today there is apparently a bit too much wind today even for the bigger ships to handle, we had a word with our guests and decided to stay docked for today. Sometimes a 60ft barge is really very small :) </p>
<p>So we just hang around on one of the islands (23c sunny warm weather, wish you were here). </p>
<p><a href="http://www.juust.org/wp-content/uploads/2011/05/IMG0006A.jpg" rel="shadowbox[post-1494];player=img;"><img src="http://www.juust.org/wp-content/uploads/2011/05/IMG0006A.jpg" alt="" title="greetings from Terschelling" width="128" height="128" class="alignnone size-full wp-image-1495" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.juust.org/index.php/crashing-clippers/2011/05/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>peanuts</title>
		<link>http://www.juust.org/index.php/peanuts/2010/12/</link>
		<comments>http://www.juust.org/index.php/peanuts/2010/12/#comments</comments>
		<pubDate>Sat, 04 Dec 2010 14:41:29 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[juust]]></category>

		<guid isPermaLink="false">http://www.juust.org/?p=1465</guid>
		<description><![CDATA[Since me and my girlfriend got together, you know what her fantasy has always been? Petting an elephant while giving it peanuts! When we where in the bed room going our thing she asked if I could act like an &#8230; <a href="http://www.juust.org/index.php/peanuts/2010/12/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<blockquote><p>Since me and my girlfriend got together, you know what her fantasy has always been? Petting an elephant while giving it peanuts! When we where in the bed room going our thing she asked if I could act like an elephant and she could feed me peanuts. Now she bought an elephant costume for me to wear which is extremely hot inside and she wants me to be on fours while she pets and pretends to feed me peanuts. She won&#8217;t let me do anything else! What should I do?
</p></blockquote>
<p>A question on <strong>Yahoo Answers</strong> :)</p>
]]></content:encoded>
			<wfw:commentRss>http://www.juust.org/index.php/peanuts/2010/12/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

