<?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>ArtistBlog.ME development</title>
	<atom:link href="http://development.artistblog.me/feed/" rel="self" type="application/rss+xml" />
	<link>http://development.artistblog.me</link>
	<description>ArtistPlug.ME network development</description>
	<lastBuildDate>Sat, 02 Jan 2010 15:26:22 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Spamassassin 2010 bugfix</title>
		<link>http://development.artistblog.me/2010/01/spamassassin-2010-bugfix/</link>
		<comments>http://development.artistblog.me/2010/01/spamassassin-2010-bugfix/#comments</comments>
		<pubDate>Fri, 01 Jan 2010 11:06:40 +0000</pubDate>
		<dc:creator>Freaking Wildchild</dc:creator>
				<category><![CDATA[Coding Mines]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[2010]]></category>
		<category><![CDATA[debian]]></category>
		<category><![CDATA[rewrite rules]]></category>
		<category><![CDATA[spamassassin]]></category>

		<guid isPermaLink="false">http://development.artistblog.me/?p=169</guid>
		<description><![CDATA[I came home to find out Spamassassin has dumped a lot of mail towards SPAM, because of the 2010 bug. This is a fine-grain fix to thwart mails coming from the future without loosing your mails from 2010. The solution extends to users of Unix systems (with and without root privileges), Directadmin and admispconfig. Enjoy your spam-free mail coming from the future!


No related posts.]]></description>
			<content:encoded><![CDATA[<p>I came home after newyear and was flabbergasted as soon as I saw, I had no mail! With exception of my whitelist, which is bitter small. After reading <a href="http://it.slashdot.org/story/10/01/02/0027207/SpamAssassin-2010-Bug">Slashdot</a>, I&#8217;ve noticed Spamassassin has a 2010 bug, dropping legit mails to spam or nowhere; depending on the account settings.</p>
<p>There are two ways to fix this by hand; to keep the ability to thwart mails coming from the future (after <strong>2014 </strong>in this case):</p>
<p><em><strong><span style="text-decoration: underline">Step 1: edit the ruleset file.</span></strong></em></p>
<ul>
<li>With root privileges: Edit the file <em>/usr/share/spamassassin/72_active.cf</em></li>
<li>Without root privileges: Add to the file <em>~/.spamassassin/user_prefs</em></li>
</ul>
<p><span style="text-decoration: underline"><em><strong>Step 2: find/add or change FH_DATE_PAST_20XX:</strong></em></span></p>
<p><code><br />
##{ FH_DATE_PAST_20XX<br />
header FH_DATE_PAST_20XX Date =~ /20(1[4-9]|[2-9][0-9])/ [if-unset: 2006]<br />
describe FH_DATE_PAST_20XX The date is grossly in the future.<br />
##} FH_DATE_PAST_20XX<br />
</code></p>
<p>I wish variables could be used in regexps like these, like $year + 2 would be a nice start&#8230;.</p>
<p><em><span style="text-decoration: underline"><strong>Alternative Step: Automatic update of rulesets </strong></span></em></p>
<p>The Spamassassin rules can be updated automatically by executing the following command:</p>
<ul>
<li><strong>any unix system:</strong> <em>sa-update &amp;&amp; /etc/init.d/spamassassin reload</em></li>
<li><strong>Directadmin:</strong> <em>/usr/local/directadmin/scripts/packages/Mail-SpamAssassin-3.2.5/sa-update <em> &amp;&amp; /etc/init.d/spamassassin reload</em></em></li>
<li><strong>admispconfig:</strong> <em><em>/usr/local/admispconfig</em>/ispconfig/tools/spamassassin/usr/bin/</em><em><em>sa-update </em><em> &amp;&amp; /etc/init.d/spamassassin reload</em></em></li>
</ul>
<p>Enjoy your mail without spam coming from the future!</p>
<p>02/jan/2010: Thanks go to <a href="https://secure.grepular.com/">mike</a> for the even more-fine-grain regexp: <em>20(1[4-9]|[2-9][0-9])/</em></p>
<img src="http://development.artistblog.me/wp-content/plugins/pixelstats/trackingpixel.php?post_id=169&amp;ts=1268180739" style="display:none;" alt="pixelstats trackingpixel"/>

<p>No related posts.</p>]]></content:encoded>
			<wfw:commentRss>http://development.artistblog.me/2010/01/spamassassin-2010-bugfix/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Cannot create new quotafile ?</title>
		<link>http://development.artistblog.me/2009/08/cannot-create-new-quotafile/</link>
		<comments>http://development.artistblog.me/2009/08/cannot-create-new-quotafile/#comments</comments>
		<pubDate>Sat, 08 Aug 2009 20:50:11 +0000</pubDate>
		<dc:creator>ArtistPlug.ME</dc:creator>
				<category><![CDATA[Coding Mines]]></category>
		<category><![CDATA[Murphy's law]]></category>
		<category><![CDATA[bug]]></category>
		<category><![CDATA[debian]]></category>
		<category><![CDATA[quota]]></category>

		<guid isPermaLink="false">http://development.artistblog.me/?p=162</guid>
		<description><![CDATA[How to fix a nasty quotaproblem on Debian Etch.
quotacheck: Cannot initialise IO on new quotafile: File exists


No related posts.]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve been busy with a very strange bug lately. A few weeks ago I&#8217;ve tried to fix it by using the normal quota procedures but still I was getting that dreadful DirectAdmin message with:</p>
<p><code>Error with system Quotas<br />
setquota: Mountpoint (or device) /home not found.<br />
setquota: Not all specified mountpoints are using quota.<br />
</code><br />
Normally, the line /sbin/quotaoff -a ; /sbin/quotacheck -avugm ; /sbin/quotaon -a should fix it, but still, I got a rather nasty error with that:</p>
<p><code>root@mother:/# /sbin/quotacheck -avugm<br />
quotacheck: Cannot create new quotafile //aquota.user.new: File exists<br />
quotacheck: Cannot initialise IO on new quotafile: File exists<br />
quotacheck: Cannot create new quotafile //aquota.group.new: File exists<br />
quotacheck: Cannot initialise IO on new quotafile: File exists<br />
quotacheck: Scanning /dev/cciss/c0d1p1 [/home]<br />
....</code></p>
<p>I&#8217;ve solved this finally by renaming four files and running the same command again. Seems to be a (new) bug in Debian Etch? ..</p>
<p><code><br />
cd / ; mv aquota.user.new aquota.user.trash ; cd /home ; mv aquota.user.new aquota.user.trash<br />
</code><br />
I&#8217;ve had no group quotas defined, the same probably has to be done with aquota.group.new.</p>
<img src="http://development.artistblog.me/wp-content/plugins/pixelstats/trackingpixel.php?post_id=162&amp;ts=1268180739" style="display:none;" alt="pixelstats trackingpixel"/>

<p>No related posts.</p>]]></content:encoded>
			<wfw:commentRss>http://development.artistblog.me/2009/08/cannot-create-new-quotafile/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ArtistPlug.NET social functions under development</title>
		<link>http://development.artistblog.me/2009/04/under-development/</link>
		<comments>http://development.artistblog.me/2009/04/under-development/#comments</comments>
		<pubDate>Fri, 24 Apr 2009 15:55:19 +0000</pubDate>
		<dc:creator>ArtistPlug.ME</dc:creator>
				<category><![CDATA[Announcements]]></category>

		<guid isPermaLink="false">http://development.artistblog.me/?p=154</guid>
		<description><![CDATA[WordPress 2.7.1 and BuddyPress RC2 is out; so; it&#8217;s patchday!
But, before panic, be warned the ArtistPlug.NET social features (ran under BuddyPress) are currently under development.
There are a few issues which need to be fixed before groups, members and other social features will work.
This work won&#8217;t take too long, I&#8217;ll promise  


No related posts.


No related posts.]]></description>
			<content:encoded><![CDATA[<p><!--:en-->WordPress 2.7.1 and BuddyPress RC2 is out; so; it&#8217;s patchday!<br />
But, before panic, be warned the ArtistPlug.NET social features (ran under BuddyPress) are currently under development.<br />
There are a few issues which need to be fixed before groups, members and other social features will work.<br />
This work won&#8217;t take too long, I&#8217;ll promise <img src='http://development.artistblog.me/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> <!--:--></p>
<img src="http://development.artistblog.me/wp-content/plugins/pixelstats/trackingpixel.php?post_id=154&amp;ts=1268180739" style="display:none;" alt="pixelstats trackingpixel"/>

<p>No related posts.</p>]]></content:encoded>
			<wfw:commentRss>http://development.artistblog.me/2009/04/under-development/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Virtual Domains, DiggBar, Wordpress and Rewrite Rules!</title>
		<link>http://development.artistblog.me/2009/04/virtual-domains-wordpress-and-rewrite-rules/</link>
		<comments>http://development.artistblog.me/2009/04/virtual-domains-wordpress-and-rewrite-rules/#comments</comments>
		<pubDate>Fri, 17 Apr 2009 23:58:21 +0000</pubDate>
		<dc:creator>Freaking Wildchild</dc:creator>
				<category><![CDATA[Coding Mines]]></category>
		<category><![CDATA[Apache]]></category>
		<category><![CDATA[development]]></category>
		<category><![CDATA[rewrite rules]]></category>
		<category><![CDATA[virtual domains]]></category>

		<guid isPermaLink="false">http://development.artistblog.me/?p=138</guid>
		<description><![CDATA[There have been some issues lately with the Wordpress MU Domain Mapping plugin; which has been playing with my brains for multiple weeks now. First of all the "add media" plug-in didn't work as it used to be. When pressing the "add to post" button, nothing happened! For us developers that wouldn't be a problem but to get users to add their images with raw html code is a little bit overkill. A few weeks ago Digg added DiggBar which has made the plug-in nasty with redirects, since it does not support Redirections!


No related posts.]]></description>
			<content:encoded><![CDATA[<p><!--:en-->There have been some issues lately with the Wordpress MU Domain Mapping plugin; which has been playing with my brains for multiple weeks now. First of all the &#8220;add media&#8221; plug-in didn&#8217;t work as it used to be. When pressing the &#8220;add to post&#8221; button, nothing happened! For us developers that wouldn&#8217;t be a problem but to get users to add their images with raw html code is a little bit overkill&#8230;</p>
<p>I&#8217;ve started searching and found out I&#8217;ve had some error in my rewriting rules which took all requests from subdomain.artistblog.me towards it&#8217;s destination subdomain; but also including the administration interface directory which in it&#8217;s turn gave errors like cutting off the last character of the post slug, not adding categories, failing the &#8220;add media&#8221; and &#8220;add to post&#8221; button, failing random uploads and more functions that depend on the real root domain set in the WordPress database.</p>
<p>Next to that, I&#8217;ve started to get mildly annoyed the old posts of my blog has been lost at DIGG, because DiggBar serves as transparant proxy, but without the compatibility for URL redirects! That&#8217;s partially solved now in my solution, as long as the user has referers turned on. So, I&#8217;ve finally streamlined my rewrite rules, with the following remarks for code:</p>
<ol>
<li>exclude wp-admin from redirecting to the new domain</li>
<li>redirect the domain with as hostname source.domain.com</li>
<li>exclude the referer digg.com from redirecting the domain (for compatibility with DiggBar)</li>
<li>rewrite to the new virtual.domain.com with all extra parameters</li>
</ol>
<p></p>
<pre>RewriteCond %{REQUEST_URI} !^/wp-admin(.*)$
RewriteCond %{HTTP_HOST} ^source\.domain\.com$ [NC]
RewriteCond %{HTTP_REFERER} !digg.com [NC]
RewriteRule (.*) http://virtual.domain.com$1 [L]</pre>
<hr noshade>
Another solution to get rid of DiggBar completely is by adding the following code to your header of your template:</p>
<pre>&lt;script type="text/javascript"&gt;</pre>
<pre>   if (top !== self) top.location.href = self.location.href;</pre>
<pre>&lt;/script&gt;</pre>
<hr noshade>
Have Fun, <a href="http://blog.gowildchild.com">Freaking Wildchild</a>.<!--:--></p>
<img src="http://development.artistblog.me/wp-content/plugins/pixelstats/trackingpixel.php?post_id=138&amp;ts=1268180739" style="display:none;" alt="pixelstats trackingpixel"/>

<p>No related posts.</p>]]></content:encoded>
			<wfw:commentRss>http://development.artistblog.me/2009/04/virtual-domains-wordpress-and-rewrite-rules/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Soundcloud case study</title>
		<link>http://development.artistblog.me/2009/03/soundcloud-case-study/</link>
		<comments>http://development.artistblog.me/2009/03/soundcloud-case-study/#comments</comments>
		<pubDate>Wed, 11 Mar 2009 20:44:18 +0000</pubDate>
		<dc:creator>Freaking Wildchild</dc:creator>
				<category><![CDATA[Open Source]]></category>
		<category><![CDATA[Services]]></category>
		<category><![CDATA[ArtistPlug.ME]]></category>
		<category><![CDATA[SoundCloud]]></category>
		<category><![CDATA[VisualDreams]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://development.artistblog.me/?p=38</guid>
		<description><![CDATA[SoundCloud seems to be the all-around, easy to use, drop-and-play solution for any digital audiophile around. It supports a majority of uploadable file formats, including aiff, wave, mp3, ogg, flac and aac. It&#8217;s widget is even easier to use, point and click the share button and in no time the widget is implemented on your [...]


Related posts:<ol><li><a href='http://development.artistblog.me/2009/03/visualmix-engine/' rel='bookmark' title='Permanent Link: VisualMIX Engine'>VisualMIX Engine</a> <small>The VisualMIX engine is a combination of hard labor, industry...</small></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p><!--:en--><a href="http://soundcloud.com">SoundCloud</a> seems to be the all-around, easy to use, drop-and-play solution for any digital audiophile around. It supports a majority of uploadable file formats, including aiff, wave, mp3, ogg, flac and aac. It&#8217;s widget is even easier to use, point and click the share button and in no time the widget is implemented on your website. Their file uploads and streaming are raging fast which is based on the KISS principle.</p>
<p>There are three widgets available:</p>
<ol>
<li>&#8220;sets&#8221; which will show the active waveform and album art; together with a &#8220;buy now&#8221; link (<a href="http://wildchild.artistblog.me/2009/03/seriexl/">example</a>)</li>
<li>&#8220;track&#8221; which will show the tracks waveform, comments and &#8220;buy now&#8221; link; (<a title="DrumPlug.ME!" href="http://wildchild.artistblog.me/2009/03/drumplug-me">example</a>)</li>
<li>&#8220;dropbox&#8221; which can be put on any website, which is an universal portable way to move digital music without any hassle at all! (<a href="http://wildchild.artistblog.me/2009/03/musicians-always-welcome/">example</a>)</li>
</ol>
<p>The RESTful API of SoundCloud seems to be simple and yet sturdy, aimed towards open-standards. It&#8217;s API (<a href="http://soundcloud.com/api/console">console</a>) supports oAuth, XML and JSON to give the smallest details of the SoundCloud owner. They encourage hacks and apps towards their audio platform, because their believe lies that audio is a key part of the web. The SoundCloud developer team has an open transparant foundation which encourages feedback and suggestions to improve it&#8217;s platform. Their file storage is based on Amazon 3S. There are extensive examples available through the <a href="http://wiki.github.com/soundcloud/api/apps-and-kits">website</a> like A <a href="http://wiki.github.com/soundcloud/api/javascript-player">Javascript player</a>; <a href="http://wiki.github.com/soundcloud/api/python-api-wrapper">Python</a>, <a href="http://wiki.github.com/soundcloud/api/ruby-api-wrapper">Ruby</a> or <a href="http://wiki.github.com/soundcloud/api/cocoa-api-wrapper">Cocoa</a> API wrapper and <a href="http://wiki.github.com/soundcloud/api/apps-and-kits">more</a>!</p>
<blockquote><p>SoundCloud has a <a href="http://soundcloud.com/api/manifesto">Developer Manifesto</a> on-line, which states &#8220;we aim towards a platform where artists, labels and music professionals from around the planet can host, share and receive music in the smartest and most efficient way imaginable&#8221;.  This platform will complement the VisualDreams platform towards portable music for music professionels around the planet without breaking any bank beforehand!</p></blockquote>
<p>Their application was first not supported by Wordpress before going through hoola-hoops; although I&#8217;ve changed that a few days ago with the <a href="development.artistblog.me/visualsound-plugin">visual-sound-plugin-for-wordpress</a> which also supports the ArtistBlog.ME and ArtistPlug.ME (<a href="http://development.artistblog.me/2009/03/visualdreams-engine">VisualDreams</a>) API immediately. More examples about this plugin is available at <a href="http://development.artistblog.me/visualsound-plugin">development.artistblog.me/visualsound-plugin</a></p>
<p>I&#8217;ll be looking forward to implement this application through ArtistBlog.ME with the <a href="http://development.artistblog.me/2009/03/visualdreams-engine">VisualDreams engine</a>, so it&#8217;ll be the added glue towards the users convenience to get their hard-labor heard, discussed and promoted.</p>
<p>As a last nice thing &#8230; Check out <a href="http://www.thecloudplayer.com">this</a>!<!--:--></p>
<img src="http://development.artistblog.me/wp-content/plugins/pixelstats/trackingpixel.php?post_id=38&amp;ts=1268180739" style="display:none;" alt="pixelstats trackingpixel"/>

<p>Related posts:<ol><li><a href='http://development.artistblog.me/2009/03/visualmix-engine/' rel='bookmark' title='Permanent Link: VisualMIX Engine'>VisualMIX Engine</a> <small>The VisualMIX engine is a combination of hard labor, industry...</small></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://development.artistblog.me/2009/03/soundcloud-case-study/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>VisualMIX Engine</title>
		<link>http://development.artistblog.me/2009/03/visualmix-engine/</link>
		<comments>http://development.artistblog.me/2009/03/visualmix-engine/#comments</comments>
		<pubDate>Wed, 11 Mar 2009 20:28:38 +0000</pubDate>
		<dc:creator>Freaking Wildchild</dc:creator>
				<category><![CDATA[Open Source]]></category>
		<category><![CDATA[ArtistPlug.ME]]></category>
		<category><![CDATA[VisualDreams]]></category>
		<category><![CDATA[VisualMIX]]></category>

		<guid isPermaLink="false">http://development.artistblog.me/?p=49</guid>
		<description><![CDATA[The VisualMIX engine is a combination of hard labor, industry research and sleepless nights together with a dim screen with white letters. Welcome to the engine written in Perl, created over the few years and implemented so tightly it&#8217;s an event on itself! It&#8217;s technology supports (but not limited to) a full customizable templatable website, [...]


Related posts:<ol><li><a href='http://development.artistblog.me/2009/03/soundcloud-case-study/' rel='bookmark' title='Permanent Link: <!--:en-->Soundcloud case study<!--:-->'><!--:en-->Soundcloud case study<!--:--></a> <small>SoundCloud seems to be the all-around, easy to use, drop-and-play...</small></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p><!--:en-->The VisualMIX engine is a combination of hard labor, industry research and sleepless nights together with a dim screen with white letters. Welcome to the engine written in Perl, created over the few years and implemented so tightly it&#8217;s an event on itself! It&#8217;s technology supports (but not limited to) a full customizable templatable website, virtual domain support, advanced VeXX (XML) script language supporting dozens of on-line services and feeds, advanced protection system with granular security, download protection, diverse on-line media and document formats are supported on-the-spot, API supporting raw-import for iframes and RPC:XML for exporting filesystem details.</p>
<p><strong><span style="color: #ff0000">This engine is currently on-the-move, under construction and deconstruction. The sites below could be down because of this migration.</span></strong></p>
<blockquote>
<p style="text-align: left">I wouldn&#8217;t be promoting something if I wouldn&#8217;t be eating my own dog food .. right? Some of the websites I&#8217;ve created with this engine:</p>
<ul style="text-align: left"><span style="font-size: x-small"></p>
<li><a href="http://www.gowildchild.com">GoWildchild</a> (with licensing)</li>
<li><a href="http://www.guildofbob.org">Guild of BoB</a> (WoW guild)<a href="http://www.guildofbob.org"><br />
</a></li>
<li><a href="http://wildchild.artistblog.me/2009/02/world-of-warcraft/">My WoW page</a> through Wordpress</li>
<li><a href="http://www.realident.com">RealIdent</a> (for YubiKey support)</li>
<li><a href="http://artistplug.me">ArtistPlug.ME</a> (preliminary reviewing &amp; promotion platform)</li>
<li><a href="http://www.dreamdisk.be">Dreamdisk</a> (file hosting)</li>
<p></span></ul>
</blockquote>
<p>The name wasn&#8217;t always VisualMIX; it used to be VisualDreams; and had the unpublicised name VisualART, which was merely an audio/visual file manager with support for easy uploads and userfriendly (or SEO friendly) url&#8217;s. I needed a system myself which was able to get a load of files while processing them automatically towards my website. It&#8217;s support for that many file-formats and features is more a fanatic rage of programming and sleepless hours. Either I could be lying in bed staying awake or be productive and fix some (more) code &#8230;</p>
<p>You could think about it as the &#8220;new-age filesystem&#8221;, maybe a File-Content Management System, to stay with the buzzwords. It can be tweaked to the maximum and it supports dozens of graphics formats which are converted real-time after upload. Last development includes a licensing system which is backed up by the JW-Flash player and heavy CPAN module support. A <a href="http://development.artistblog.me/visualsound-plugin">wordpress module</a> is available with direct support towards the VisualDreams engine, straight from the programmer.</p>
<p>If you thought that was all? Nah, it has a very extensive form engine which hides the e-mail of the recipient, a doc &amp; xml-to web reader and extensive password modules supporting both tickets and (encrypted) logins. Multi-language support, SEO friendly links, rss feed &amp; podcast is available at the fingertips for anyone around. Upload your file and it&#8217;s on-line, it couldn&#8217;t be easier than that!</p>
<p>There are no real storage limits because each file is a seperate object without the database overhead. It&#8217;s based on open-source, Linux, Apache and Perl. FTP, Webdav and a scarce web frontend are currently the only supported protocols to get files uploaded; although this will be changed as the front-end is not so important to keep a VisualDreams engine disk managed; it would just relax the user with it&#8217;s many supported (and undocumented) options.</p>
<p>It&#8217;s development in the mind is 24/7/365; features are getting added 24/7 while speed and security cannot be comprimised. Some of the upcoming features will be:</p>
<ul>
<li>Front-end management interface;</li>
<li>Automatic conversion of .MOV/.AVI &amp; other large formats to Flash;</li>
<li>Feeds for all files supported by the VisualDreams engine;</li>
<li><a href="http://development.artistblog.me/2009/03/soundcloud-case-study">SoundCloud </a>Widget &amp; API support;</li>
<li>Add static-website support for super-cachine;</li>
<li>Seamless integration towards the ArtistPlug.ME network (including ArtistBLOG.ME);</li>
<li>Template Widget Support;</li>
<li>Plug-in and Yubikey support;</li>
<li>release of parts towards the oss world;</li>
<li><em><strong>&#8230;. and it won&#8217;t stop here!</strong></em></li>
</ul>
<p><!--:--></p>
<img src="http://development.artistblog.me/wp-content/plugins/pixelstats/trackingpixel.php?post_id=49&amp;ts=1268180739" style="display:none;" alt="pixelstats trackingpixel"/>

<p>Related posts:<ol><li><a href='http://development.artistblog.me/2009/03/soundcloud-case-study/' rel='bookmark' title='Permanent Link: <!--:en-->Soundcloud case study<!--:-->'><!--:en-->Soundcloud case study<!--:--></a> <small>SoundCloud seems to be the all-around, easy to use, drop-and-play...</small></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://development.artistblog.me/2009/03/visualmix-engine/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Wordpress SoundCloud &amp; ArtistPlug.ME plugin!</title>
		<link>http://development.artistblog.me/2009/03/visual-sound-soundcloud-wordpress-plugin/</link>
		<comments>http://development.artistblog.me/2009/03/visual-sound-soundcloud-wordpress-plugin/#comments</comments>
		<pubDate>Wed, 11 Mar 2009 02:54:49 +0000</pubDate>
		<dc:creator>Freaking Wildchild</dc:creator>
				<category><![CDATA[Open Source]]></category>
		<category><![CDATA[Services]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[SoundCloud]]></category>
		<category><![CDATA[VisualDreams]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://development.artistblog.me/?p=18</guid>
		<description><![CDATA[After searching long on the net, I've not found any clue or hint to a Wordpress Soundcloud widget. So, I've been developing a widget myself, currently in use on some of the Wildchild pages, which will be able to load the Soundcloud applet without loops! After it's development cycle, I'll be releasing this plugin in the wild for all to use.


No related posts.]]></description>
			<content:encoded><![CDATA[<p><!--:en--><strong> </strong></p>
<div id="attachment_133" class="wp-caption alignright" style="width: 213px"><a href="http://development.artistblog.me/files/2009/03/visualsound-104cfg.jpg" rel="shadowbox[post-18];player=img;"><img class="size-medium wp-image-133" src="http://development.artistblog.me/files/2009/03/visualsound-104cfg-203x300.jpg" alt="Admin Screen v1.04" width="203" height="300" /></a><p class="wp-caption-text">Admin Screen v1.04</p></div>
<p>Welcome to VisualSound, the WordPress (MU compatible) plug-in with built-in SoundCloud &amp; VisualDreams support.</p>
<p>After searching for a long time on the Internet, I&#8217;ve not found any clue for any SoundCloud widget available; so I&#8217;ve started development of VisualSound; which is currently in use at some of the <a href="http://wildchild.artistblog.me/2009/03/seriexl/">Wildchild pages</a>. The applet has a natural interfacing towards <a href="http://www.soundcloud.com">SoundCloud</a> &amp; other multimedia providers.</p>
<p>Later support will include direct API support towards <a href="http://www.soundcloud.com">SoundCloud</a> and <a href="http://development.artistblog.me/2009/03/visualdreams-engine/">VisualDreams</a>/<a href="http://development.artistblog.me/2009/03/visualdreams-engine/">VisualMix</a>.</p>
<p>The configuration screen allows easy access to a few applet options, available to the users convenience.</p>
<p>* <span style="font-size: xx-small">(this SoundCloud widget should autostart!)</span><br />

<!-- visual-sound plug-in player start -->
<div><object height="81" width="100%">
<param name="movie" value="http://player.soundcloud.com/player.swf?url=http%3A%2F%2Fsoundcloud.com%2Fwildchild%2Fidmix-v2&amp;auto_play=false&amp;color=ff7700&amp;theme_color=e9e9e9&amp;comments_color=c0c0c0&amp;show_comments=true&amp;show_artwork=true&amp;show_playcount=true"></param>  <param name="wmode" value="transparent"></param>  <param name="allowscriptaccess" value="always"></param>  <embed allowscriptaccess="always" height="81" src="http://player.soundcloud.com/player.swf?url=http%3A%2F%2Fsoundcloud.com%2Fwildchild%2Fidmix-v2&amp;auto_play=false&amp;show_comments=true&amp;color=ff7700&amp;theme_color=e9e9e9&amp;comments_color=c0c0c0&amp;show_artwork=true&amp;show_playcount=true" type="application/x-shockwave-flash" width="100%" wmode="transparent"> </embed> </object></div> <div style="padding-top: 5px;">
<a href="http://soundcloud.com/wildchild/idmix-v2">idmix-v2 </a> <span title="VisualSound::soundcloud v1.10 by Freaking Wildchild">/</span>  <a href="http://soundcloud.com/wildchild">wildchild</a> <a href="http://visualsound.be" target="_blank" style="text-decoration:none" title="VisualSound::soundcloud v1.10 by Freaking Wildchild ">+</a></div>
<!-- visual-sound plug-in player stop -->

</div> 


<p><strong><span style="text-decoration: underline"><span style="color: #800000">WARNING !!!</span></span></strong></p>
<p><strong><span style="color: #800000">v1.10+: The standard soundcloud URL can be used as command like {soundcloud play url} and {soundcloud autoplay url}.<br />
</span></strong></p>
<p><strong><span style="color: #800000">pre-v1.0: This plug-in has been simplified with commands.<br />
</span></strong></p>
<ul><span style="font-size: x-small"></p>
<li><strong><span style="color: #800000">Double check your previous posts/page syntax if you upgrade from pre-v1.0!</span></strong></li>
<li> <strong><span style="color: #800000">Disable/Re-enable plug-in for full support to upgrade from pre-v1.0!</span></strong></li>
<li> <strong><span style="color: #800000">For Soundcloud: use [keyword] <em>soundcloud</em> and [provider] <em>soundcloud</em> in the configuration screen!</span></strong></li>
<li> <strong><span style="color: #800000">If your plug-in does not work, try as [provider] <em>beta</em><br />
</span></strong></li>
<p></span></ul>
<p><span style="font-size: x-small"><strong><span style="color: #800000">Old syntax: [visualsound username mode location] </span></strong><span style="color: #800000">&#8211; </span><strong><span style="color: #800000"><span style="text-decoration: underline">New syntax</span>: [keyword mode username location]</span></strong><span style="color: #800000"> </span></span></p>
<h2><span style="color: #800000">Newest Syntax: [keyword mode url] where keyword is soundcloud for SoundCloud!</span></h2>
<h1><span style="color: #800000"> </span></h1>
<p><span style="color: #800000"> </span><br />
Syntax line:</p>
<pre>[keyword mode username location]</pre>
<table border="0" width="100%">
<tbody>
<tr>
<td>
<pre>[</pre>
</td>
<td>keyword</td>
<td>mode</td>
<td>username</td>
<td>location</td>
<td>
<pre>]</pre>
</td>
<td>description</td>
</tr>
<tr>
<td>
<pre>[</pre>
</td>
<td colspan="2">soundcloud track</td>
<td colspan="2"><strong>username location</strong></td>
<td>
<pre>]</pre>
</td>
<td><a href="http://wildchild.artistblog.me/2008/03/drumplug-me">play individual track name</a></td>
</tr>
<tr>
<td>
<pre>[</pre>
</td>
<td colspan="2">soundcloud playtrack</td>
<td colspan="2"><strong>username location</strong></td>
<td>
<pre>]</pre>
</td>
<td>autoplay individual SoundCloud track name*</td>
</tr>
<tr>
<td>
<pre>[</pre>
</td>
<td colspan="2">soundcloud set</td>
<td colspan="2"><strong>username location</strong></td>
<td>
<pre>]</pre>
</td>
<td><a href="http://wildchild.artistblog.me/2009/03/seriexl/">open SoundCloud set name</a></td>
</tr>
<tr>
<td>
<pre>[</pre>
</td>
<td colspan="2">soundcloud playset</td>
<td colspan="2"><strong>username location</strong></td>
<td>
<pre>]</pre>
</td>
<td>autoplay SoundCloud set name</td>
</tr>
<tr>
<td>
<pre>[</pre>
</td>
<td colspan="2">soundcloud dropbox</td>
<td colspan="2"><strong><br />
</strong></td>
<td>
<pre>]</pre>
</td>
<td><a href="http://wildchild.artistblog.me/2009/03/musicians-always-welcome/">show dropbox widget</a></td>
</tr>
<tr>
<td>
<pre>[</pre>
</td>
<td colspan="2">soundcloud cloudplayer</td>
<td colspan="2"><strong><br />
</strong></td>
<td>
<pre>]</pre>
</td>
<td>show thecloudplayer in blog!</td>
</tr>
<tr>
<td>
<pre>[</pre>
</td>
<td colspan="2">visualmix artistplugme</td>
<td colspan="2"><strong>username location</strong></td>
<td>
<pre>]</pre>
</td>
<td>Open inline ArtistPlug.ME (visualmix) API</td>
</tr>
<tr>
<td>
<pre>[</pre>
</td>
<td colspan="2">visualmix artistplugme</td>
<td colspan="2"><strong>username location</strong></td>
<td>
<pre>]</pre>
</td>
<td><a href="http://wildchild.artistblog.me/2009/02/world-of-warcraft/">open visualmix api at location</a></td>
</tr>
</tbody>
</table>
<p><strong>Downloads:</strong></p>
<ul>
<li><strong><strong>Download link</strong></strong>: <a href="http://development.artistblog.me/download/visual-sound-1.10.tgz">visual-sound-1.10.tgz</a> (5 November 2009)</li>
<li><strong>Wordpress plug-in link</strong>: <a href="http://wordpress.org/extend/plugins/visual-sound">wordpress.org/extend/plugins/visual-sound</a> (v1.06)</li>
<li><a href="http://svn.wp-plugins.org/visual-sound/trunk/readme.txt">readme.txt</a> v1.06</li>
</ul>
<p><strong><strong>Revision History</strong></strong>:</p>
<ul>
<li>0.8   &#8211; Initial release</li>
<li>0.9   &#8211; Public release</li>
<li>0.91  &#8211; fixed open DIV tags</li>
<li>0.92  &#8211; cosmetic fixes and corrected links</li>
<li>0.93  &#8211; autoplay works only on single posts, so a cacafony is ruled out!</li>
<li>0.99 &#8211; had contact with Soundcloud and they sure motivated me to finish this release!</li>
<li>1.00 &#8211; Advanced configuration possible, soundcloudplayer and more!</li>
<li>1.01 &#8211; Rewrote database upgrade code + more configurable parameters on user-demand;</li>
<li>1.02 &#8211; Added additional artwork, playcount widget parameters and fixed colors for SoundCloud sets;</li>
<li>1.03 &#8211; Support Plug-IN parameter gives additionally the sample widget preview which is quite handy!</li>
<li>1.04 &#8211; Added support for hidden applet parameters &amp; beta provider for diagnose (out after beta test!)</li>
<li>1.05 &#8211; Bugfixes for pages and addition of groups</li>
<li>1.06 &#8211; Bugfixes for groups &#8230;</li>
<li>1.10 &#8211; Added new Soundcloud url parsing to avoid bugs of groups and sets not loading correctly</li>
</ul>

 
<div style="font-size: 11px;">
  <style type='text/css'>a.soundcloud-dropbox:hover {color: white !important; background-color: transparent !important; background-position: -250px 0 !important;}*html a.soundcloud-dropbox {background-image: none !important; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='(http://a1.soundcloud.com/images/dropbox_small_dark.png?021512)', sizingMethod='crop') !important;}/* if you want to have valid HTML, please be so kind and put the style part in the head of your page */</style><a href='http://soundcloud.com/wildchild/dropbox' style='display: block; margin: 10px auto; background: transparent url(http://a1.soundcloud.com/images/dropbox_small_dark.png?021512) top left no-repeat; color: #D9D9D9; font-size: 10px; height: 30px; padding: 26px 60px 0 12px; width: 127px; text-decoration: none; font-family: "Lucida Grande", Helvetica, Arial, sans-serif; line-height: 1.3em' class='soundcloud-dropbox'>Send wildchild your track</a>

</div> 

<br />
Enjoy!</p>
<p><a href="http://blog.gowildchild.com">Freaking Wildchild</a><!--:--></p>
<img src="http://development.artistblog.me/wp-content/plugins/pixelstats/trackingpixel.php?post_id=18&amp;ts=1268180739" style="display:none;" alt="pixelstats trackingpixel"/>

<p>No related posts.</p>]]></content:encoded>
			<wfw:commentRss>http://development.artistblog.me/2009/03/visual-sound-soundcloud-wordpress-plugin/feed/</wfw:commentRss>
		<slash:comments>24</slash:comments>
		</item>
		<item>
		<title>Yikes, two Leaseweb server crashes in a row!</title>
		<link>http://development.artistblog.me/2009/03/two-leaseweb-crashes-in-a-row/</link>
		<comments>http://development.artistblog.me/2009/03/two-leaseweb-crashes-in-a-row/#comments</comments>
		<pubDate>Mon, 09 Mar 2009 19:04:44 +0000</pubDate>
		<dc:creator>Freaking Wildchild</dc:creator>
				<category><![CDATA[Internet Provider]]></category>
		<category><![CDATA[Murphy's law]]></category>
		<category><![CDATA[crash]]></category>
		<category><![CDATA[IT]]></category>
		<category><![CDATA[LeaseWeb]]></category>

		<guid isPermaLink="false">http://development.artistblog.me/?p=10</guid>
		<description><![CDATA[I've been having a terrible headache of crashing disk drives lately. For sure when this happens for twice in a row! Once at 2 march 2009, the second at 8 march 2009. This with the brand new HP DL 180 server hosted at Leaseweb.


Related posts:<ol><li><a href='http://development.artistblog.me/2009/08/cannot-create-new-quotafile/' rel='bookmark' title='Permanent Link: Cannot create new quotafile ?'>Cannot create new quotafile ?</a> <small>How to fix a nasty quotaproblem on Debian Etch. quotacheck:...</small></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p><!--:en-->I&#8217;ve been having a terrible headache of crashing disk drives lately. For sure when this happens for twice in a row! Once at 2 march 2009, the second at 8 march 2009. This with the brand new HP DL 180 server hosted at Leaseweb.</p>
<blockquote><p>Mental note: whatever you administrate:</p>
<h2>KEEP BACKUPS READY! <strong>All time!</strong></h2>
</blockquote>
<p style="text-align: justify">The first crash at 22:45 was swiftly taken care of, the disks were changed inside 24 hours with Western Digital, the dataloss was quite minimal.  After working for 5 consecutive days all data was recovered, including my work for a second server which was ordered through Leaseweb. The restoration process was visible by miles, since the changes from ArtistBlog.ME/beta were implemented at once at the production side of ArtistBlog.ME.</p>
<p style="text-align: justify">The second crash happened just a day before writing this, this time at night. At 05:00 I&#8217;ve noticed the server was going very slow and I was able to send myself the latest snapshot of the backup which was ready to be transported. The server was brought back online at 18:00 thanks to Leaseweb support and after a bit of MySQL &amp; permissions troubles the ArtistBlog.ME component was back on-line in no time later.</p>
<p style="text-align: justify">Leaseweb has responded me &#8220;the HP controller firmware seems to be buggy, which will be upgraded tomorrow morning.&#8221; <span style="text-decoration: underline">Hopefully this firmware will fix the server with an automagical potion of fairy dust so it&#8217;ll be enchanted to the use of the ArtistPlug.ME network for many years</span>. I&#8217;ve already demanded for a parallel solution if this server would corrupt it&#8217;s data one more time, to get a kosher prompt replacement of the server; because this could hurt customers with the second server i&#8217;ve been preparing at Leaseweb.</p>
<p>So, Leaseweb, let&#8217;s really hope so this HP DL 180 server will be healed up with the firmware for reliabilities sake&#8230;</p>
<p>update (19 june 2009): Until now the update has been working great! (holding wood). Leaseweb support has been swift and easy and the server has lived long and happy since that famous HP controller firmware update!</p>
<p>You&#8217;ll find a bit of reference material underhere!</p>
<h2><!--:--><span id="more-10"></span><!--:en--><strong><span style="text-decoration: underline">The first crash &#8230; where it started &#8230;</span></strong></h2>
<address> Mar  2 23:12:46 mother kernel: cciss: cmd f7002500 has CHECK CONDITION sense key = 0&#215;3<br />
Mar  2 23:12:46 mother kernel: Buffer I/O error on device cciss/c0d1p1, logical block 136478722<br />
Mar  2 23:12:46 mother kernel: cciss: cmd f7002750 has CHECK CONDITION sense key = 0&#215;3<br />
Mar  2 23:12:46 mother kernel: Buffer I/O error on device cciss/c0d1p1, logical block 139591683<br />
Mar  2 23:12:46 mother kernel: lost page write due to I/O error on cciss/c0d1p1 </address>
<h2><span style="text-decoration: underline"><strong>[...] And it doesn&#8217;t get better than that afterwards ! [...]</strong></span></h2>
<address> Mar  2 23:13:20 mother kernel: EXT3-fs error (device cciss/c0d1p1): ext3_journal_start_sb: Detected aborted journal<br />
Mar  2 23:13:20 mother kernel: Remounting filesystem read-only<br />
Mar  2 23:13:21 mother kernel: cciss: cmd f70006f0 has CHECK CONDITION sense key = 0&#215;3<br />
Mar  2 23:13:21 mother kernel: Buffer I/O error on device cciss/c0d1p1, logical block 166789121<br />
Mar  2 23:13:21 mother kernel: cciss: cmd f7000940 has CHECK CONDITION sense key = 0&#215;3<br />
Mar  2 23:13:21 mother kernel: Buffer I/O error on device cciss/c0d1p1, logical block 166789172<br />
Mar  2 23:13:21 mother kernel: lost page write due to I/O error on cciss/c0d1p1<br />
Mar  2 23:13:21 mother kernel: cciss: cmd f7000b90 has CHECK CONDITION sense key = 0&#215;3<br />
Mar  2 23:13:21 mother kernel: Buffer I/O error on device cciss/c0d1p1, logical block 166793477<br />
Mar  2 23:13:21 mother kernel: lost page write due to I/O error on cciss/c0d1p1<br />
Mar  2 23:13:21 mother kernel: cciss: cmd f7000de0 has CHECK CONDITION sense key = 0&#215;3<br />
Mar  2 23:13:21 mother kernel: lost page write due to I/O error on cciss/c0d1p1<br />
Mar  2 23:13:35 mother kernel: cciss: cmd f7000000 has CHECK CONDITION sense key = 0&#215;3<br />
Mar  2 23:13:55 mother last message repeated 2 times<br />
Mar  2 23:13:55 mother kernel: EXT3-fs error (device cciss/c0d1p1): ext3_find_entry: reading directory #83396003 offset 0 </address>
<h2><strong><span style="text-decoration: underline">The second crash &#8230;</span></strong></h2>
<p>similar problems, this was for me the hint this was NOT the hard disk but rather the controller!</p>
<address>Mar  9 04:32:20 mother kernel: cciss: cmd f7100000 has CHECK CONDITION  sense key = 0&#215;3<br />
Mar  9 04:32:20 mother kernel: EXT3-fs error (device cciss/c0d2p1):  read_inode_bitmap: Cannot read inode bitmap &#8211; block_group = 6656,  inode_bitmap = 218103809<br />
Mar  9 04:32:20 mother kernel: EXT3-fs error (device cciss/c0d2p1) in  ext3_new_inode: IO failure<br />
Mar  9 04:35:37 mother kernel: cciss: cmd f7100000 has CHECK CONDITION  sense key = 0&#215;3<br />
Mar  9 04:35:37 mother kernel: EXT3-fs error (device cciss/c0d2p1):  read_inode_bitmap: Cannot read inode bitmap &#8211; block_group = 6656,  inode_bitmap = 218103809<br />
Mar  9 04:35:37 mother kernel: EXT3-fs error (device cciss/c0d2p1) in  ext3_new_inode: IO failure<br />
Mar  9 04:37:40 mother kernel: cciss: cmd f7100250 has CHECK CONDITION  sense key = 0&#215;3<br />
Mar  9 04:37:40 mother kernel: EXT3-fs error (device cciss/c0d2p1):  read_inode_bitmap: Cannot read inode bitmap &#8211; block_group = 6656,  inode_bitmap = 218103809<br />
Mar  9 04:37:40 mother kernel: EXT3-fs error (device cciss/c0d2p1) in  ext3_new_inode: IO failure<br />
Mar  9 04:39:21 mother kernel: cciss: cmd f7100000 has CHECK CONDITION  sense key = 0&#215;3<br />
Mar  9 04:40:36 mother kernel: cciss: cmd f7102500 has CHECK CONDITION  sense key = 0&#215;3 </address>
<p><!--:--></p>
<img src="http://development.artistblog.me/wp-content/plugins/pixelstats/trackingpixel.php?post_id=10&amp;ts=1268180739" style="display:none;" alt="pixelstats trackingpixel"/>

<p>Related posts:<ol><li><a href='http://development.artistblog.me/2009/08/cannot-create-new-quotafile/' rel='bookmark' title='Permanent Link: Cannot create new quotafile ?'>Cannot create new quotafile ?</a> <small>How to fix a nasty quotaproblem on Debian Etch. quotacheck:...</small></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://development.artistblog.me/2009/03/two-leaseweb-crashes-in-a-row/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>ArtistBlog.ME had a crash .. at start ;)</title>
		<link>http://development.artistblog.me/2009/03/artistblogme-had-a-crash/</link>
		<comments>http://development.artistblog.me/2009/03/artistblogme-had-a-crash/#comments</comments>
		<pubDate>Sun, 01 Mar 2009 01:09:08 +0000</pubDate>
		<dc:creator>Freaking Wildchild</dc:creator>
				<category><![CDATA[Murphy's law]]></category>
		<category><![CDATA[crash]]></category>
		<category><![CDATA[Lease]]></category>
		<category><![CDATA[LeaseWeb]]></category>

		<guid isPermaLink="false">http://development.artistblog.me/?p=7</guid>
		<description><![CDATA[Some more news about this hard disk crash &#8230;

ArtistBlog.ME &#38; ArtistPlug.NET were before in development locally &#38; remotely
The changes with Wordpress MU and Buddypress were just at their final milestone
The graphics were fully implemented, css files were tweaked
A lot of my work was semi-done on that system ready to be transported to another
I was backing [...]


No related posts.]]></description>
			<content:encoded><![CDATA[<p><!--:en-->Some more news about this hard disk crash &#8230;</p>
<ul>
<li>ArtistBlog.ME &amp; ArtistPlug.NET were before in development locally &amp; remotely</li>
<li>The changes with Wordpress MU and Buddypress were just at their final milestone</li>
<li>The graphics were fully implemented, css files were tweaked</li>
<li>A lot of my work was semi-done on that system ready to be transported to another</li>
<li>I was backing up as we speak &#8230;&#8230;.</li>
</ul>
<p>Then, the enevitable happens, the moment I was doing a tar backup to move everything off-site the hard drive started spewing out I/O errors; the backup didn&#8217;t even made it!</p>
<blockquote><p>The bad news: A lot of the front end has been demolished, including a few plugins I&#8217;ve created. The Wordpress directory was zero&#8217;d out with a lot of other files.</p>
<p>The good news: The database was found intact for about 95% ! Woohoo!</p></blockquote>
<p>All content, layout, images and doodles will be reinstalled in a matter of time, the network has experienced a week slowdown but hey! I&#8217;ve got a new mental note!</p>
<ul>
<li>Don&#8217;t buy seagates 1000gb drives! Furtheron the site has found it&#8217;s basic design now!</li>
<li>be prepared before you are prepared! Because once you are backing up it could go wrong too!</li>
</ul>
<p>Signing out!<!--:--></p>
<img src="http://development.artistblog.me/wp-content/plugins/pixelstats/trackingpixel.php?post_id=7&amp;ts=1268180739" style="display:none;" alt="pixelstats trackingpixel"/>

<p>No related posts.</p>]]></content:encoded>
			<wfw:commentRss>http://development.artistblog.me/2009/03/artistblogme-had-a-crash/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Open Source</title>
		<link>http://development.artistblog.me/2009/02/open-source/</link>
		<comments>http://development.artistblog.me/2009/02/open-source/#comments</comments>
		<pubDate>Thu, 26 Feb 2009 00:49:07 +0000</pubDate>
		<dc:creator>ArtistPlug.ME</dc:creator>
				<category><![CDATA[Open Source]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[perl]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[SoundCloud]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://development.artistblog.me/?p=3</guid>
		<description><![CDATA[Open-Source drives this community!


No related posts.]]></description>
			<content:encoded><![CDATA[<p><!--:en-->The world wouldn&#8217;t turn around if we wouldn&#8217;t atleast give a little bit credit to our co-workers, right? The ArtistPlug.ME network is more-or-less built upon existing Open Source software, glued together by <a href="http://blog.gowildchild.com">Freaking Wildchild</a> to one collective part, ready to be there for the common artist!</p>
<p>Of&#8217;course there is no off-the-shelf software available for the network which ArtistPlug.ME wants to be, since audio/video has been just coming thru the sundawn through youtube, google video, vimeo and all other alternatives and mirrors available on the Internet. A lot of tools are available alike these, but none are really targeted to the common audio-visual artist.</p>
<p>ArtistPlug.ME currently uses the following tools (and not limited to):</p>
<ul>
<li>Linux</li>
<li>PHP</li>
<li>Perl, CPAN modules and golden Perlmonks advice</li>
<li>VisualDreams engine (written in Perl by Freaking Wildchild)</li>
<li>Apache 1.3 and 2</li>
<li>mySQL</li>
<li>FFmpegX for on-the-fly conversion</li>
<li>Wordpress MU (BuddyPress and VisualDreams enhanced) with plugins:
<ul>
<li><a href="http://development.artistblog.me/visualsound-plugin">Visual-sound Soundcloud/ArtistPlug.ME plugin</a></li>
<li><a href="http://www.deliciousdays.com/cforms-plugin">cforms-plugin</a></li>
<li><a href="http://bloggs.be/wpmu/gravatar/">Gravatar plugin</a></li>
<li><a href="http://wpmudev.org/project/Plugin-Commander">Plugin Commander</a></li>
<li><a href="http://www.prelovac.com/vladimir/wordpress-plugins/smart-youtube">Smart Youtube</a></li>
</ul>
</li>
<li>Inkscape and Scribus for site and logodesign</li>
<li>MP3tag, Winamp, Cooledit PRO and Audigy for audio editing</li>
<li>Brainpower, milk, cookies and lot&#8217;s more that isn&#8217;t open source yet! (can only wish!)</li>
</ul>
<p>Big thanks go to those and lots more who has been actively contributing to the Open Source world!<!--:--></p>
<img src="http://development.artistblog.me/wp-content/plugins/pixelstats/trackingpixel.php?post_id=3&amp;ts=1268180739" style="display:none;" alt="pixelstats trackingpixel"/>

<p>No related posts.</p>]]></content:encoded>
			<wfw:commentRss>http://development.artistblog.me/2009/02/open-source/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
