<?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>Marius van Witzenburg</title>
	<atom:link href="http://mariusvw.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://mariusvw.com</link>
	<description>&#34;Learned my lesson in life, now setting my action to stay in life.&#34;</description>
	<lastBuildDate>Wed, 10 Mar 2010 10:53:03 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>List only directories on the command-line or in your scripts.</title>
		<link>http://mariusvw.com/2010/03/10/list-only-directories-on-the-command-line-or-in-your-scripts/</link>
		<comments>http://mariusvw.com/2010/03/10/list-only-directories-on-the-command-line-or-in-your-scripts/#comments</comments>
		<pubDate>Wed, 10 Mar 2010 10:53:03 +0000</pubDate>
		<dc:creator>mariusvw</dc:creator>
				<category><![CDATA[Computers]]></category>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[Bash]]></category>
		<category><![CDATA[Command-line]]></category>
		<category><![CDATA[Directories]]></category>
		<category><![CDATA[Find]]></category>
		<category><![CDATA[Ls]]></category>
		<category><![CDATA[Perl]]></category>
		<category><![CDATA[Php]]></category>
		<category><![CDATA[Script]]></category>
		<category><![CDATA[SH]]></category>

		<guid isPermaLink="false">http://mariusvw.com/?p=1322</guid>
		<description><![CDATA[Here you have some different ways of showing only the directories on a path you specify.
This can be used in different other languages such as PHP with shell_exec for example.

ls -l /shares/ &#124; grep "^d" &#124; awk '{ print $9 }'
find /shares/ -maxdepth 1 -mindepth 1 -type d &#124; sed 's/.\///g'
find /shares/ -maxdepth 1 -mindepth [...]]]></description>
			<content:encoded><![CDATA[<p>Here you have some different ways of showing only the directories on a path you specify.<br />
This can be used in different other languages such as PHP with <em>shell_exec</em> for example.<br />
<code><br />
ls -l /shares/ | grep "^d" | awk '{ print $9 }'<br />
find /shares/ -maxdepth 1 -mindepth 1 -type d | sed 's/.\///g'<br />
find /shares/ -maxdepth 1 -mindepth 1 -type d | perl -pi -e 's/.\///g'<br />
find /shares/ -maxdepth 1 -mindepth 1 -type d | grep -v '^\./\.'<br />
</code></p>
<p>I hope you find them useful on some way <img src='http://mariusvw.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /><br />
Of course comments are more than welcome!</p>
<a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fmariusvw.com%2F2010%2F03%2F10%2Flist-only-directories-on-the-command-line-or-in-your-scripts%2F&amp;linkname=List%20only%20directories%20on%20the%20command-line%20or%20in%20your%20scripts."><img src="http://mariusvw.com/wp-content/plugins/add-to-any/share_save_120_16.png" width="120" height="16" alt="Share/Bookmark"/></a>]]></content:encoded>
			<wfw:commentRss>http://mariusvw.com/2010/03/10/list-only-directories-on-the-command-line-or-in-your-scripts/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Found an old image of a pipe I made&#8230; Toke &#8216;n smoke.</title>
		<link>http://mariusvw.com/2010/03/09/found-an-old-image-of-a-pipe-i-made-toke-n-smoke/</link>
		<comments>http://mariusvw.com/2010/03/09/found-an-old-image-of-a-pipe-i-made-toke-n-smoke/#comments</comments>
		<pubDate>Tue, 09 Mar 2010 12:58:41 +0000</pubDate>
		<dc:creator>mariusvw</dc:creator>
				<category><![CDATA[Home]]></category>
		<category><![CDATA[Living]]></category>
		<category><![CDATA[Pipe]]></category>
		<category><![CDATA[Share]]></category>
		<category><![CDATA[Smoke]]></category>
		<category><![CDATA[Stoned]]></category>
		<category><![CDATA[Stoners]]></category>
		<category><![CDATA[Tabaco]]></category>
		<category><![CDATA[Toke]]></category>
		<category><![CDATA[Weed]]></category>

		<guid isPermaLink="false">http://mariusvw.com/?p=1319</guid>
		<description><![CDATA[Found this picture in an old mail and I thought why not&#8230; Lets share  

]]></description>
			<content:encoded><![CDATA[<p>Found this picture in an old mail and I thought why not&#8230; Lets share <img src='http://mariusvw.com/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </p>
<p><a href="http://mariusvw.com/wp-content/uploads/2010/03/Img002_2048x1536.jpg"><img src="http://mariusvw.com/wp-content/uploads/2010/03/Img002_2048x1536-512x384.jpg" alt="" title="Smoke &#039;n Toke pipe 1." width="512" height="384" class="alignnone size-medium wp-image-1320" /></a></p>
<a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fmariusvw.com%2F2010%2F03%2F09%2Ffound-an-old-image-of-a-pipe-i-made-toke-n-smoke%2F&amp;linkname=Found%20an%20old%20image%20of%20a%20pipe%20I%20made%26%238230%3B%20Toke%20%26%238216%3Bn%20smoke."><img src="http://mariusvw.com/wp-content/plugins/add-to-any/share_save_120_16.png" width="120" height="16" alt="Share/Bookmark"/></a>]]></content:encoded>
			<wfw:commentRss>http://mariusvw.com/2010/03/09/found-an-old-image-of-a-pipe-i-made-toke-n-smoke/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Using fstab to automatically mount samba drives</title>
		<link>http://mariusvw.com/2010/03/04/using-fstab-to-automatically-mount-samba-drives/</link>
		<comments>http://mariusvw.com/2010/03/04/using-fstab-to-automatically-mount-samba-drives/#comments</comments>
		<pubDate>Thu, 04 Mar 2010 21:10:01 +0000</pubDate>
		<dc:creator>mariusvw</dc:creator>
				<category><![CDATA[Computers]]></category>
		<category><![CDATA[FreeBSD]]></category>
		<category><![CDATA[CIFS]]></category>
		<category><![CDATA[Drive]]></category>
		<category><![CDATA[Mount]]></category>
		<category><![CDATA[Samba]]></category>
		<category><![CDATA[Share]]></category>
		<category><![CDATA[Shares]]></category>
		<category><![CDATA[ShareStore]]></category>
		<category><![CDATA[SMB]]></category>

		<guid isPermaLink="false">http://mariusvw.com/?p=1311</guid>
		<description><![CDATA[Using fstab to automatically mount samba drives from for example a WD ShareStore drive with CIFS and SMB share support.
My configuration runs on FreeBSD 7.
First put your password information into a special tiny file /etc/nsmb.conf

[SERVER]
addr=192.168.1.5
[SERVER:USER1]
password=PASS1
[SERVER:USER2]
password=PASS2

Next you want to add these to /etc/fstab to auto mount:

# Mount shares
//server@user1/administration    /mnt/server/downloads    smbfs [...]]]></description>
			<content:encoded><![CDATA[<p>Using fstab to automatically mount samba drives from for example a WD ShareStore drive with CIFS and SMB share support.</p>
<p>My configuration runs on <a href='http://www.freebsd.org' rel='external ' title=''>FreeBSD</a> 7.</p>
<p>First put your password information into a special tiny file /etc/nsmb.conf<br />
<code><br />
[SERVER]<br />
addr=192.168.1.5</p>
<p>[SERVER:USER1]<br />
password=PASS1</p>
<p>[SERVER:USER2]<br />
password=PASS2<br />
</code></p>
<p>Next you want to add these to /etc/fstab to auto mount:<br />
<code><br />
# Mount shares<br />
//server@user1/administration    /mnt/server/downloads    smbfs   rw,auto 0   0<br />
//server@user1/communicatie  /mnt/server/documents  smbfs   rw,auto 0   0<br />
//server@user2/creative  /mnt/server/music   smbfs   rw,auto 0   0<br />
</code></p>
<p>I hope this helps you out with easy mounting it <img src='http://mariusvw.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fmariusvw.com%2F2010%2F03%2F04%2Fusing-fstab-to-automatically-mount-samba-drives%2F&amp;linkname=Using%20fstab%20to%20automatically%20mount%20samba%20drives"><img src="http://mariusvw.com/wp-content/plugins/add-to-any/share_save_120_16.png" width="120" height="16" alt="Share/Bookmark"/></a>]]></content:encoded>
			<wfw:commentRss>http://mariusvw.com/2010/03/04/using-fstab-to-automatically-mount-samba-drives/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Easy replace php short open tags with long php open tags.</title>
		<link>http://mariusvw.com/2010/03/03/easy-replace-php-short-open-tags-with-long-php-open-tags/</link>
		<comments>http://mariusvw.com/2010/03/03/easy-replace-php-short-open-tags-with-long-php-open-tags/#comments</comments>
		<pubDate>Wed, 03 Mar 2010 19:36:38 +0000</pubDate>
		<dc:creator>mariusvw</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[Cake]]></category>
		<category><![CDATA[CakePHP]]></category>
		<category><![CDATA[Code]]></category>
		<category><![CDATA[Open]]></category>
		<category><![CDATA[Php]]></category>
		<category><![CDATA[Replace]]></category>
		<category><![CDATA[Script]]></category>
		<category><![CDATA[Short]]></category>
		<category><![CDATA[Tag]]></category>

		<guid isPermaLink="false">http://mariusvw.com/?p=1305</guid>
		<description><![CDATA[I wrote a quite simple script to fix short open tags to long open tags.
This script is compatible with CakePHP 1.1 and 1.2, on request  
Have fun using it!
I suggest saving this file to /usr/local/bin/php_fix_short_open_tag

#!/bin/sh
# Written by Marius van Witzenburg 
path="."
if [ ! -z "$1" ] &#038;&#038; [ -d "$1" ]
then
    [...]]]></description>
			<content:encoded><![CDATA[<p>I wrote a quite simple script to fix short open tags to long open tags.</p>
<p>This script is compatible with CakePHP 1.1 and 1.2, on request <img src='http://mariusvw.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<p>Have fun using it!</p>
<p>I suggest saving this file to <em>/usr/local/bin/php_fix_short_open_tag</em><br />
<code><br />
#!/bin/sh<br />
# Written by Marius van Witzenburg <info @mariusvw.com></p>
<p>path="."<br />
if [ ! -z "$1" ] &#038;&#038; [ -d "$1" ]<br />
then<br />
    path="$1"<br />
elif [ ! -z "$1" ]<br />
then<br />
    echo "Invalid path defined, using default."<br />
fi</p>
<p>echo "Searching for php short open tags..."<br />
echo "Starting path: $path"<br />
find $path -name '*.php' -type f -exec perl -i -wpe 's/< \?=/<\?php echo /g' '{}' \;<br />
find $path -name '*.php' -type f -exec perl -i -wpe 's/<\?/<\?php/g' '{}' \;<br />
find $path -name '*.php' -type f -exec perl -i -wpe 's/<\?phpphp/<\?php/g' '{}' \;<br />
find $path -name '*.ctp' -type f -exec perl -i -wpe 's/<\?=/<\?php echo /g' '{}' \;<br />
find $path -name '*.ctp' -type f -exec perl -i -wpe 's/<\?/<\?php/g' '{}' \;<br />
find $path -name '*.ctp' -type f -exec perl -i -wpe 's/<\?phpphp/<\?php/g' '{}' \;<br />
find $path -name '*.inc' -type f -exec perl -i -wpe 's/<\?=/<\?php echo /g' '{}' \;<br />
find $path -name '*.inc' -type f -exec perl -i -wpe 's/<\?/<\?php/g' '{}' \;<br />
find $path -name '*.inc' -type f -exec perl -i -wpe 's/<\?phpphp/<\?php/g' '{}' \;<br />
find $path -name '*.thtml' -type f -exec perl -i -wpe 's/<\?=/<\?php echo /g' '{}' \;<br />
find $path -name '*.thtml' -type f -exec perl -i -wpe 's/<\?/<\?php/g' '{}' \;<br />
find $path -name '*.thtml' -type f -exec perl -i -wpe 's/<\?phpphp/<\?php/g' '{}' \; </p>
<p>echo 'Done!'<br />
</code></p>
<p>Please leave the credits in if you want to modify it.<br />
Donations are welcome haha <img src='http://mariusvw.com/wp-includes/images/smilies/icon_razz.gif' alt=':-P' class='wp-smiley' /> </info></code></p>
<a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fmariusvw.com%2F2010%2F03%2F03%2Feasy-replace-php-short-open-tags-with-long-php-open-tags%2F&amp;linkname=Easy%20replace%20php%20short%20open%20tags%20with%20long%20php%20open%20tags."><img src="http://mariusvw.com/wp-content/plugins/add-to-any/share_save_120_16.png" width="120" height="16" alt="Share/Bookmark"/></a>]]></content:encoded>
			<wfw:commentRss>http://mariusvw.com/2010/03/03/easy-replace-php-short-open-tags-with-long-php-open-tags/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Shellproxy, an easy tool to run shell commands from PHP or other languages.</title>
		<link>http://mariusvw.com/2010/03/02/shellproxy-an-easy-tool-to-run-shell-commands-from-php-or-other-languages/</link>
		<comments>http://mariusvw.com/2010/03/02/shellproxy-an-easy-tool-to-run-shell-commands-from-php-or-other-languages/#comments</comments>
		<pubDate>Tue, 02 Mar 2010 19:53:02 +0000</pubDate>
		<dc:creator>mariusvw</dc:creator>
				<category><![CDATA[Computers]]></category>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[FreeBSD]]></category>
		<category><![CDATA[Work]]></category>
		<category><![CDATA[C]]></category>
		<category><![CDATA[Code]]></category>
		<category><![CDATA[Command]]></category>
		<category><![CDATA[Php]]></category>
		<category><![CDATA[Proxy]]></category>
		<category><![CDATA[Return]]></category>
		<category><![CDATA[Shell]]></category>
		<category><![CDATA[Value]]></category>

		<guid isPermaLink="false">http://mariusvw.com/?p=1302</guid>
		<description><![CDATA[This is a simple script that runs a shell command from PHP with the function system().
It sometimes happens that a command doesn&#8217;t close the stdin or stdout, resulting the system() function to halt and wait for it to finish&#8230;
This causes PHP to reach the 30 second time limit and kill the script.
This script runs it [...]]]></description>
			<content:encoded><![CDATA[<p>This is a simple script that runs a shell command from PHP with the function system().<br />
It sometimes happens that a command doesn&#8217;t close the stdin or stdout, resulting the system() function to halt and wait for it to finish&#8230;<br />
This causes PHP to reach the 30 second time limit and kill the script.</p>
<p>This script runs it in the background and you could make your commands send their output to a log file and still having full control.</p>
<p>Read the code below how to use it.</p>
<p>You can compile it by placing the code into &#8217;shellproxy.c&#8217; and then compile it with the following command:</p>
<p><code>gcc -o shellproxy shellproxy.c</code></p>
<p>I hope this is something useful for you as it was for me.</p>
<p><code><br />
#include <stdio .h><br />
#include <stdlib .h><br />
#include <string .h></p>
<p>int main(int argc, char *argv[]) {<br />
    char command[1024];<br />
    int t;</p>
<p>    if (argc == 1) {<br />
        printf("\nShell Proxy\n");<br />
        printf("By Marius van Witzenburg <http ://mariusvw.com>\n\n");<br />
        printf("You will mostly use this program from PHP or any other\n");<br />
        printf("webscripting language to background run programs\n\n");<br />
        printf("Usage:\n");<br />
        printf("- CLI:\n");<br />
        printf("shellproxy \"<cmd> <arg>\"\n");<br />
        printf("shellproxy \"<cmd> <arg> > redirect.txt\"\n");<br />
        printf("- PHP:\n");<br />
        printf("system('shellproxy \"<cmd> <arg> &#038;\"');\n");<br />
        printf("system('shellproxy \"<cmd> <arg> > redirect.txt\"');\n\n");<br />
    }</p>
<p>    command[0] = 0;</p>
<p>    for (t = 1; t < argc; t++) {<br />
        strcat(command, argv[t]);<br />
        strcat(command, " ");<br />
    }</p>
<p>    fclose(stdin);<br />
    fclose(stdout);<br />
    fclose(stderr);</p>
<p>    system(command);<br />
}<br />
</code></p>
<p>It would be nice if you keep my name mentioned into this code if you use it.</p>
<p>Ps. Donations are welcome <img src='http://mariusvw.com/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </arg></cmd></arg></cmd></arg></cmd></arg></cmd></http></string></stdlib></stdio></code></p>
<a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fmariusvw.com%2F2010%2F03%2F02%2Fshellproxy-an-easy-tool-to-run-shell-commands-from-php-or-other-languages%2F&amp;linkname=Shellproxy%2C%20an%20easy%20tool%20to%20run%20shell%20commands%20from%20PHP%20or%20other%20languages."><img src="http://mariusvw.com/wp-content/plugins/add-to-any/share_save_120_16.png" width="120" height="16" alt="Share/Bookmark"/></a>]]></content:encoded>
			<wfw:commentRss>http://mariusvw.com/2010/03/02/shellproxy-an-easy-tool-to-run-shell-commands-from-php-or-other-languages/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>project: www.slagboomvld.nl</title>
		<link>http://mariusvw.com/2010/03/01/project-www-slagboomvld-nl/</link>
		<comments>http://mariusvw.com/2010/03/01/project-www-slagboomvld-nl/#comments</comments>
		<pubDate>Mon, 01 Mar 2010 13:17:41 +0000</pubDate>
		<dc:creator>mariusvw</dc:creator>
				<category><![CDATA[Work]]></category>
		<category><![CDATA[Design]]></category>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[Project]]></category>
		<category><![CDATA[Site]]></category>
		<category><![CDATA[Slagboom]]></category>
		<category><![CDATA[Vlaardingen]]></category>
		<category><![CDATA[Website]]></category>

		<guid isPermaLink="false">http://mariusvw.com/?p=1292</guid>
		<description><![CDATA[We finished the website of Slagboom Vlaardingen.
Its viewable at http://www.slagboomvld.nl
In the gallery below the left one is the old design and the right side is the new design.
Design &#038; Development by PersC
]]></description>
			<content:encoded><![CDATA[<p>We finished the website of Slagboom Vlaardingen.</p>
<p>Its viewable at <a href="http://www.slagboomvld.nl">http://www.slagboomvld.nl</a></p>
<p>In the gallery below the left one is the old design and the right side is the new design.</p>

<a href='http://mariusvw.com/2010/03/01/project-www-slagboomvld-nl/slagboomvld_nl-old/' title='slagboomvld_nl-old'><img width="150" height="150" src="http://mariusvw.com/wp-content/uploads/2010/03/slagboomvld_nl-old-150x150.jpg" class="attachment-thumbnail" alt="" title="slagboomvld_nl-old" /></a>
<a href='http://mariusvw.com/2010/03/01/project-www-slagboomvld-nl/slagboomvld_nl-new/' title='slagboomvld_nl-new'><img width="150" height="150" src="http://mariusvw.com/wp-content/uploads/2010/03/slagboomvld_nl-new-150x150.jpg" class="attachment-thumbnail" alt="" title="slagboomvld_nl-new" /></a>

<p>Design &#038; Development by <a href='http://www.persc.nl' rel='external ' title='PersC | Communicatie - Creative - Interactive'>PersC</a></p>
<a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fmariusvw.com%2F2010%2F03%2F01%2Fproject-www-slagboomvld-nl%2F&amp;linkname=project%3A%20www.slagboomvld.nl"><img src="http://mariusvw.com/wp-content/plugins/add-to-any/share_save_120_16.png" width="120" height="16" alt="Share/Bookmark"/></a>]]></content:encoded>
			<wfw:commentRss>http://mariusvw.com/2010/03/01/project-www-slagboomvld-nl/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>OMNIA Sleeveless Hoody pictures</title>
		<link>http://mariusvw.com/2010/02/27/omnia-sleeveless-hoody-pictures/</link>
		<comments>http://mariusvw.com/2010/02/27/omnia-sleeveless-hoody-pictures/#comments</comments>
		<pubDate>Sat, 27 Feb 2010 17:08:44 +0000</pubDate>
		<dc:creator>mariusvw</dc:creator>
				<category><![CDATA[Clothing]]></category>
		<category><![CDATA[Internet]]></category>
		<category><![CDATA[Music]]></category>
		<category><![CDATA[Clothes]]></category>
		<category><![CDATA[Folk]]></category>
		<category><![CDATA[Hoodies]]></category>
		<category><![CDATA[Hoody]]></category>
		<category><![CDATA[OMNIA]]></category>
		<category><![CDATA[Pagan]]></category>
		<category><![CDATA[Sleeveless]]></category>
		<category><![CDATA[Webshop]]></category>

		<guid isPermaLink="false">http://mariusvw.com/?p=1288</guid>
		<description><![CDATA[One of the limited Sleeveless Hoodies from the OMNIA webshop.
Some of you might know the hoody with the sleeves&#8230;
They were dropped off while transporting  
]]></description>
			<content:encoded><![CDATA[<p>One of the limited Sleeveless Hoodies from the <a href='http://www.worldofomnia.com/' rel='external ' title=''>OMNIA</a> webshop.</p>
<p>Some of you might know the hoody with the sleeves&#8230;<br />
They were dropped off while transporting <img src='http://mariusvw.com/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </p>

<a href='http://mariusvw.com/2010/02/27/omnia-sleeveless-hoody-pictures/imga0004/' title='OMNIA Sleeveless Hoody - back'><img width="150" height="150" src="http://mariusvw.com/wp-content/uploads/2010/02/IMGA0004-150x150.jpg" class="attachment-thumbnail" alt="" title="OMNIA Sleeveless Hoody - back" /></a>
<a href='http://mariusvw.com/2010/02/27/omnia-sleeveless-hoody-pictures/imga0002-5/' title='OMNIA Sleeveless Hoody - front'><img width="150" height="150" src="http://mariusvw.com/wp-content/uploads/2010/02/IMGA0002-150x150.jpg" class="attachment-thumbnail" alt="" title="OMNIA Sleeveless Hoody - front" /></a>

<a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fmariusvw.com%2F2010%2F02%2F27%2Fomnia-sleeveless-hoody-pictures%2F&amp;linkname=OMNIA%20Sleeveless%20Hoody%20pictures"><img src="http://mariusvw.com/wp-content/plugins/add-to-any/share_save_120_16.png" width="120" height="16" alt="Share/Bookmark"/></a>]]></content:encoded>
			<wfw:commentRss>http://mariusvw.com/2010/02/27/omnia-sleeveless-hoody-pictures/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Always fun to get a order with clothes in a fancy box from OMNIA ;-)</title>
		<link>http://mariusvw.com/2010/02/27/always-fun-to-get-a-order-with-clothes-in-a-fancy-box-from-omnia/</link>
		<comments>http://mariusvw.com/2010/02/27/always-fun-to-get-a-order-with-clothes-in-a-fancy-box-from-omnia/#comments</comments>
		<pubDate>Sat, 27 Feb 2010 13:53:19 +0000</pubDate>
		<dc:creator>mariusvw</dc:creator>
				<category><![CDATA[Living]]></category>
		<category><![CDATA[Music]]></category>
		<category><![CDATA[Shops]]></category>
		<category><![CDATA[Box]]></category>
		<category><![CDATA[Clothes]]></category>
		<category><![CDATA[Folk]]></category>
		<category><![CDATA[Hoody]]></category>
		<category><![CDATA[OMNIA]]></category>
		<category><![CDATA[Pagan]]></category>
		<category><![CDATA[Shipment]]></category>
		<category><![CDATA[Webshop]]></category>

		<guid isPermaLink="false">http://mariusvw.com/?p=1279</guid>
		<description><![CDATA[
We received our order last week from the OMNIA webshop.
Thanks Chloe and Monique  
]]></description>
			<content:encoded><![CDATA[<p><a href="http://mariusvw.com/wp-content/uploads/2010/02/IMGA0001.jpg"><img src="http://mariusvw.com/wp-content/uploads/2010/02/IMGA0001-511x341.jpg" alt="" title="OMINA shipment box" width="511" height="341" class="alignnone size-medium wp-image-1278" /></a></p>
<p>We received our order last week from the <a href='http://www.worldofomnia.com/' rel='external ' title=''>OMNIA</a> webshop.</p>
<p>Thanks Chloe and Monique <img src='http://mariusvw.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':-D' class='wp-smiley' /> </p>
<a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fmariusvw.com%2F2010%2F02%2F27%2Falways-fun-to-get-a-order-with-clothes-in-a-fancy-box-from-omnia%2F&amp;linkname=Always%20fun%20to%20get%20a%20order%20with%20clothes%20in%20a%20fancy%20box%20from%20OMNIA%20%3B-%29"><img src="http://mariusvw.com/wp-content/plugins/add-to-any/share_save_120_16.png" width="120" height="16" alt="Share/Bookmark"/></a>]]></content:encoded>
			<wfw:commentRss>http://mariusvw.com/2010/02/27/always-fun-to-get-a-order-with-clothes-in-a-fancy-box-from-omnia/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Some funny movies using camera stop-motion. Which I like a lot :-)</title>
		<link>http://mariusvw.com/2010/02/19/some-funny-movies-using-camera-stop-motion-which-i-like-a-lot/</link>
		<comments>http://mariusvw.com/2010/02/19/some-funny-movies-using-camera-stop-motion-which-i-like-a-lot/#comments</comments>
		<pubDate>Fri, 19 Feb 2010 20:10:31 +0000</pubDate>
		<dc:creator>mariusvw</dc:creator>
				<category><![CDATA[Funnies]]></category>
		<category><![CDATA[Music]]></category>
		<category><![CDATA[Clips]]></category>
		<category><![CDATA[Guitar]]></category>
		<category><![CDATA[Lady]]></category>
		<category><![CDATA[Movie]]></category>
		<category><![CDATA[piano]]></category>
		<category><![CDATA[T-Shirt]]></category>
		<category><![CDATA[War]]></category>

		<guid isPermaLink="false">http://mariusvw.com/?p=1273</guid>
		<description><![CDATA[T-Shirt War!! (stop-motion music video):

Guitar: Impossible (stop motion music short by MysteryGuitarMan):

I hope you&#8217;ll like them too&#8230;
I especially like the second movie with the guitar. Since I play guitar my self  
The last one is a impressive movie clip of a lady playing the piano with the song &#8216;Chop Suey&#8217;:
http://www.dumpert.nl/mediabase/836441/ed9a8fce/dumpert_muziek.html
]]></description>
			<content:encoded><![CDATA[<p>T-Shirt War!! (stop-motion music video):</p>
<p><object width="425" height="344"><param name="movie" value="http://www.youtube.com/v/DKWdSCt4jGE&#038;fs=1" /><param name="allowFullScreen" value="true" /><param name="allowscriptaccess" value="always" /><embed src="http://www.youtube.com/v/DKWdSCt4jGE&#038;fs=1" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="425" height="344"></embed></object></p>
<p>Guitar: Impossible (stop motion music short by MysteryGuitarMan):</p>
<p><object width="425" height="344"><param name="movie" value="http://www.youtube.com/v/MuU00Q3RhDg&#038;fs=1" /><param name="allowFullScreen" value="true" /><param name="allowscriptaccess" value="always" /><embed src="http://www.youtube.com/v/MuU00Q3RhDg&#038;fs=1" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="425" height="344"></embed></object></p>
<p>I hope you&#8217;ll like them too&#8230;<br />
I especially like the second movie with the guitar. Since I play guitar my self <img src='http://mariusvw.com/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </p>
<p>The last one is a impressive movie clip of a lady playing the piano with the song &#8216;Chop Suey&#8217;:</p>
<p>http://www.dumpert.nl/mediabase/836441/ed9a8fce/dumpert_muziek.html</p>
<a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fmariusvw.com%2F2010%2F02%2F19%2Fsome-funny-movies-using-camera-stop-motion-which-i-like-a-lot%2F&amp;linkname=Some%20funny%20movies%20using%20camera%20stop-motion.%20Which%20I%20like%20a%20lot%20%3A-%29"><img src="http://mariusvw.com/wp-content/plugins/add-to-any/share_save_120_16.png" width="120" height="16" alt="Share/Bookmark"/></a>]]></content:encoded>
			<wfw:commentRss>http://mariusvw.com/2010/02/19/some-funny-movies-using-camera-stop-motion-which-i-like-a-lot/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Use a sausage as stylus for your iPhone touch screen. (How sick is that?)</title>
		<link>http://mariusvw.com/2010/02/14/use-a-sausage-as-stylus-for-your-iphone-touch-screen-how-sick-is-that/</link>
		<comments>http://mariusvw.com/2010/02/14/use-a-sausage-as-stylus-for-your-iphone-touch-screen-how-sick-is-that/#comments</comments>
		<pubDate>Sun, 14 Feb 2010 10:33:14 +0000</pubDate>
		<dc:creator>mariusvw</dc:creator>
				<category><![CDATA[Animals]]></category>
		<category><![CDATA[Nature]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[Fingers]]></category>
		<category><![CDATA[Gloves]]></category>
		<category><![CDATA[Korean]]></category>
		<category><![CDATA[Meat]]></category>
		<category><![CDATA[Pork]]></category>
		<category><![CDATA[Sausage]]></category>
		<category><![CDATA[Screen]]></category>
		<category><![CDATA[Snack]]></category>
		<category><![CDATA[Stylus]]></category>
		<category><![CDATA[Touch]]></category>
		<category><![CDATA[Touch Screen]]></category>

		<guid isPermaLink="false">http://mariusvw.com/?p=1271</guid>
		<description><![CDATA[In life I noticed that people use the most weird things to &#8216;invent&#8217; something new&#8230;
In the following post and movie you can read and see how people use a sausage instead of their fingers, cause they use gloves the touch screen doesn&#8217;t work&#8230; This solves that problem&#8230; But on the other hand it raises another [...]]]></description>
			<content:encoded><![CDATA[<p>In life I noticed that people use the most weird things to &#8216;invent&#8217; something new&#8230;</p>
<p>In the following post and movie you can read and see how people use a sausage instead of their fingers, cause they use gloves the touch screen doesn&#8217;t work&#8230; This solves that problem&#8230; But on the other hand it raises another problem, we have to kill animals to make sausages to use as a stylus for an iPhone gadget? How sick is that&#8230;</p>
<p>Read the full article on the link below:</p>
<p><a href="http://www.popsci.com/technology/article/2010-02/meat-iphone-sausage-stylus">http://www.popsci.com/technology/article/2010-02/meat-iphone-sausage-stylus</a></p>
<p>Here you can see how they are used as drumsticks&#8230;</p>
<p><object width="500" height="400"><param name="movie" value="http://www.youtube.com/v/3RNpMAtqIZ8&#038;fs=1"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/3RNpMAtqIZ8&#038;fs=1" type="application/x-shockwave-flash" width="500" height="400" allowscriptaccess="always" allowfullscreen="true"></embed></object></p>
<a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fmariusvw.com%2F2010%2F02%2F14%2Fuse-a-sausage-as-stylus-for-your-iphone-touch-screen-how-sick-is-that%2F&amp;linkname=Use%20a%20sausage%20as%20stylus%20for%20your%20iPhone%20touch%20screen.%20%28How%20sick%20is%20that%3F%29"><img src="http://mariusvw.com/wp-content/plugins/add-to-any/share_save_120_16.png" width="120" height="16" alt="Share/Bookmark"/></a>]]></content:encoded>
			<wfw:commentRss>http://mariusvw.com/2010/02/14/use-a-sausage-as-stylus-for-your-iphone-touch-screen-how-sick-is-that/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
