<?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>vevmedia.net/blog &#187; Linux ubuntu</title>
	<atom:link href="http://vevmedia.net/blog/category/work/linux-ubuntu/feed/" rel="self" type="application/rss+xml" />
	<link>http://vevmedia.net/blog</link>
	<description>If we don&#039;t change direction soon, we&#039;ll end up where we&#039;re going.</description>
	<lastBuildDate>Sat, 07 Jan 2012 03:42:19 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.3</generator>
		<item>
		<title>20 Years of the Linux Operating System</title>
		<link>http://vevmedia.net/blog/20-years-of-the-linux-operating-system/</link>
		<comments>http://vevmedia.net/blog/20-years-of-the-linux-operating-system/#comments</comments>
		<pubDate>Mon, 11 Apr 2011 23:05:40 +0000</pubDate>
		<dc:creator>vevmesteren</dc:creator>
				<category><![CDATA[Links]]></category>
		<category><![CDATA[Linux ubuntu]]></category>
		<category><![CDATA[Video]]></category>
		<category><![CDATA[birthday]]></category>
		<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://vevmedia.net/blog/?p=1503</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[<p><iframe title="YouTube video player" width="560" height="349" src="http://www.youtube.com/embed/5ocq6_3-nEw" frameborder="0" allowfullscreen></iframe></p>
]]></content:encoded>
			<wfw:commentRss>http://vevmedia.net/blog/20-years-of-the-linux-operating-system/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Jolly (updating) season</title>
		<link>http://vevmedia.net/blog/jolly-updating-season/</link>
		<comments>http://vevmedia.net/blog/jolly-updating-season/#comments</comments>
		<pubDate>Wed, 28 Apr 2010 14:04:35 +0000</pubDate>
		<dc:creator>vevmesteren</dc:creator>
				<category><![CDATA[Linux ubuntu]]></category>
		<category><![CDATA[Dual Boot]]></category>
		<category><![CDATA[grub rescue]]></category>
		<category><![CDATA[Grub2]]></category>
		<category><![CDATA[grub_]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[Windows 7]]></category>

		<guid isPermaLink="false">http://vevmedia.net/blog/?p=1413</guid>
		<description><![CDATA[So the new  Ubuntu is here. And as the release candidate is now available I went for the update. Again, I am stunned at how good this OS is, and how many people that are still living in ignorance, when it comes to linux. One thing that was annoying, was that my GRUB (which allows [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.ubuntu.com/getubuntu/releasenotes/1004overview"><img class="alignleft" style="margin-left: 20px; margin-right: 20px;" title="Lucid Lynx is coming" src="http://vevmedia.net/blog/wp-content/uploads/2010/03/Lynx_is_coming-150x150.png" alt="" width="150" height="150" /></a>So the new  Ubuntu is here. And as the release candidate is now available I went for the update. Again, I am stunned at how good this OS is, and how many people that are still living in ignorance, when it comes to linux.</p>
<p>One thing that was annoying, was that my GRUB (which allows me to choose which OS I want to boot [Ubuntu, Win or OS X]) broke after updating.</p>
<p>So I thought a little written instruction to fix it might be helpful for anyone else that runs into this problem.</p>
<p>What you need: Ubuntu 9.10 (or 10.04) installer CD</p>
<ol>
<li>Boot up your computer using the Ubuntu Install CD</li>
<li>Select <strong>&#8221; Try Ubuntu without any change to your computer &#8220;</strong></li>
<li>Once the OS is good and ready start <strong>Terminal </strong>(<em> Application &gt; Accessories &gt; Terminal </em>)</li>
<li>Type &#8220;<strong>sudo -i</strong>&#8221; to enter into root mode</li>
<li>Run &#8220;<strong>fdisk -l</strong>&#8221; to see all of your partitions and hard drives on your machine</li>
<li>Look for the <strong>/dev/</strong> entry identified as <strong>Linux</strong> not to be confused with the swap partition</li>
<li>Now to <strong>create a mount-point</strong> for your partition type &#8220;<strong>mkdir /media/root</strong>&#8220;</li>
<li>Now mount the identified partition into it by typing &#8220;<strong>mount /dev/sda#</strong> <strong>/media/root</strong>&#8221; (sda# being the partition identified in step 6)</li>
<li>Confirm your root location by typing &#8220;<strong>ls /media/root</strong>&#8221; and ensuing that you see something resembling this:<br />
<blockquote><p>bin dev initrd.img lib32 media proc selinux tmp vmlinuz<br />
boot etc initrd.img.old lib64 mnt root srv usr vmlinuz.old<br />
cdrom home lib lost+found opt sbin sys var<br />
bin dev initrd.img lib32 media proc selinux tmp vmlinuzboot etc initrd.img.old lib64 mnt root srv usr vmlinuz.oldcdrom home lib lost+found opt sbin sys var</p></blockquote>
</li>
<li>If all is well in point 9  <strong>install GRUB</strong> to the boot partition by typing &#8220;<strong>sudo grub-install &#8211;root-directory=/media/root /dev/sda</strong>&#8221; which should return</li>
<blockquote><p>Installation finished. No error reported. This is the contents of the device map /media/root/boot/grub/device.map. Check if this is correct or not. If any of the lines is incorrect, fix it and re-run the script `grub-install&#8217;. (hd0) /dev/sda</p></blockquote>
<li>You are ready to <strong>reboot</strong>.</li>
<li>If <strong>only your Linux partions are showing</strong>, do not worry. Boot up your OS, open up terminal again, and run &#8220;<strong>sudo update-grub2</strong>&#8221; that should do the trick.</li>
</ol>
<p>and with that, I whish you a jolly updating season</p>
]]></content:encoded>
			<wfw:commentRss>http://vevmedia.net/blog/jolly-updating-season/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Adobe supports Linux?</title>
		<link>http://vevmedia.net/blog/adobe-supports-linux/</link>
		<comments>http://vevmedia.net/blog/adobe-supports-linux/#comments</comments>
		<pubDate>Mon, 09 Nov 2009 21:36:37 +0000</pubDate>
		<dc:creator>vevmesteren</dc:creator>
				<category><![CDATA[Flash]]></category>
		<category><![CDATA[Linux ubuntu]]></category>
		<category><![CDATA[Work]]></category>

		<guid isPermaLink="false">http://vevmedia.net/blog/?p=1191</guid>
		<description><![CDATA[There are close to 30 million Linux users out there by now. And I would be willing to take quite the bet that many of them, myself included, are developers. Be it web- as well as application- developers. It baffles me how a company like Adobe, who does have a nice project going in labs.adobe.com, [...]]]></description>
			<content:encoded><![CDATA[<p>There are close to <a href="http://www.internetnews.com/dev-news/article.php/3786726/Red+Hat+Fedora+Claims+Its+the+Leader+in+Linux.htm">30 million Linux users</a> out there by now. And I would be willing to take quite the bet that many of them, myself included, are developers. Be it web- as well as application- developers. It baffles me how a company like Adobe, who does have a nice project going in labs.adobe.com, can make so little efforts in porting their products to Linux. A <a href="http://labs.adobe.com/downloads/flashplayer10.html">buggy Flash Player</a>. There is an attempt to create <a href="http://labs.adobe.com/technologies/flex/flexbuilder_linux/">Linux friendly Flex Builder</a>, which I thought I&#8217;d give a whirl, since I spent my last week or so at work with t Flex Builder really compile times it gave for a fairly large site. Why not try this at home, I told myself. The Linux Flex Builder being free and all&#8230;but now it turns out that the Flex Builder they are pushing a version that does not even run on 64Bit OS. What a downer. </p>
<p>Just a thought&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://vevmedia.net/blog/adobe-supports-linux/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Revolution OS</title>
		<link>http://vevmedia.net/blog/revolution-os/</link>
		<comments>http://vevmedia.net/blog/revolution-os/#comments</comments>
		<pubDate>Fri, 30 Oct 2009 16:46:52 +0000</pubDate>
		<dc:creator>vevmesteren</dc:creator>
				<category><![CDATA[iThink]]></category>
		<category><![CDATA[Linux ubuntu]]></category>
		<category><![CDATA[Video]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://vevmedia.net/blog/?p=1159</guid>
		<description><![CDATA[REVOLUTION OS tells the inside story of the hackers who rebelled against the proprietary software model and Microsoft to create GNU/Linux and the Open Source movement. Revolution OS &#8211; Movie Site]]></description>
			<content:encoded><![CDATA[<p><object id="VideoPlayback" style="width: 400px; height: 326px;" classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="100" height="100" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="src" value="http://video.google.com/googleplayer.swf?docid=7707585592627775409&amp;hl=en&amp;fs=true" /><param name="allowfullscreen" value="true" /><embed id="VideoPlayback" style="width: 400px; height: 326px;" type="application/x-shockwave-flash" width="100" height="100" src="http://video.google.com/googleplayer.swf?docid=7707585592627775409&amp;hl=en&amp;fs=true" allowfullscreen="true"></embed></object></p>
<p>REVOLUTION OS tells the inside story of the hackers who rebelled against the proprietary software model and Microsoft to create GNU/Linux and the Open Source movement. </p>
<p><a href="http://www.revolution-os.com/" target="_blank">Revolution OS &#8211; Movie Site</a></p>
]]></content:encoded>
			<wfw:commentRss>http://vevmedia.net/blog/revolution-os/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Ubuntu 9.10 is here</title>
		<link>http://vevmedia.net/blog/ubuntu-9-10-is-here/</link>
		<comments>http://vevmedia.net/blog/ubuntu-9-10-is-here/#comments</comments>
		<pubDate>Thu, 29 Oct 2009 15:58:58 +0000</pubDate>
		<dc:creator>vevmesteren</dc:creator>
				<category><![CDATA[Links]]></category>
		<category><![CDATA[Linux ubuntu]]></category>
		<category><![CDATA[Web]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://vevmedia.net/blog/?p=1149</guid>
		<description><![CDATA[I have to admit, that I did not manage to hold out and updated when the release candidate was ready last week. But now it&#8217;s official, the even faster Karmic Koala is packed, ready and good to go. And &#8216;go&#8217; it does. Faster then ever. I am with Ubuntu since 5.10 and have never looked [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.ubuntu.com/products/whatisubuntu/910features"><img style="border: 0pt none;" src="http://www.ubuntu.com/files/masthead/910/tour/910-header.jpg" alt="" width="480" /></a></p>
<p>I have to admit, that I did not manage to hold out and updated when the release candidate was ready last week. But now it&#8217;s official, the even faster Karmic Koala is packed, ready and good to go. And &#8216;go&#8217; it does. Faster then ever. I am with Ubuntu since 5.10 and have never looked back&#8230;<br />
I can do everything that I did before, I game, I program, I surf (wirelessly always &#8211; there is an evil rumor about Linux/Wireless troubles). And all that in the knowledge that my files and my operating system are safe. I can adapt the OS to my own needs, wants and moods. And on a side note, that might some less, but I have learned my way around <a href="http://en.wikipedia.org/wiki/Computer_terminal">Terminal</a> which in turn has given me the ability to manage my servers directly through <a href="http://en.wikipedia.org/wiki/Secure_Shell">SSH</a>. What can I say&#8230;I am a geek, and I&#8217;m lovin&#8217; it.</p>
<p>Try out the <a href="http://www.youtube.com/watch?v=HBtBaHhc7Bs" target="_blank">LiveCD</a> option which loads the entire operating system into your computers memory for voyeurism sake&#8230;</p>
<p><a href="http://www.ubuntu.com/getubuntu/download" target="_blank">Get your free Ubuntu now&#8230;</a></p>
]]></content:encoded>
			<wfw:commentRss>http://vevmedia.net/blog/ubuntu-9-10-is-here/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Windoze Seven</title>
		<link>http://vevmedia.net/blog/windows-seven/</link>
		<comments>http://vevmedia.net/blog/windows-seven/#comments</comments>
		<pubDate>Thu, 22 Oct 2009 13:31:34 +0000</pubDate>
		<dc:creator>vevmesteren</dc:creator>
				<category><![CDATA[Linux ubuntu]]></category>
		<category><![CDATA[open source]]></category>
		<category><![CDATA[Personal]]></category>
		<category><![CDATA[Work]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[Windows 7]]></category>

		<guid isPermaLink="false">http://vevmedia.net/blog/?p=1067</guid>
		<description><![CDATA[Congratulations Microsoft on the newest release of Windows. Some error messages for your consideration: Smash forehead on keyboard to continue. Press any key to continue or any other key to quit. BREAKFAST.SYS halted&#8230; Cereal port not responding. Close your eyes and press escape three times. File not found. Should I fake it? (Y/N) Runtime Error [...]]]></description>
			<content:encoded><![CDATA[<p>Congratulations Microsoft on the newest release of Windows.<br />
Some error messages for your consideration:</p>
<ul>
<li> Smash forehead on keyboard to continue.</li>
<li> Press any key to continue or any other key to quit.</li>
<li> BREAKFAST.SYS halted&#8230; Cereal port not responding.</li>
<li> Close your eyes and press escape three times.</li>
<li> File not found. Should I fake it? (Y/N)</li>
<li> Runtime Error 6D at 417A:32CF: Incompetent User.</li>
<li> Enter any 11-digit prime number to continue.</li>
<li> Bad command or file name! Go stand in the corner.</li>
<li> Windows message: &#8220;Error saving file! Format drive now? (Y/Y)&#8221;</li>
<li> Windows VirusScan 1.0 &#8211; &#8220;Windows found: Remove it? (Y/N)&#8221;</li>
</ul>
<p><a href="http://notaniche.com/wp-content/uploads/2009/01/windows-7-hitler-en.jpg" target="_blank">At least it&#8217;s better then Vista</a><br />
<a href="http://gadgets.boingboing.net/2008/10/14/microsoft-announces-1.html" target="_blank">Microsoft announces 20 editions of Windows 7!<br />
</a></p>
<h2><a href="http://www.ubuntu.com/getubuntu/releasenotes/910overview">Or just go with Ubuntu 9.10</a></h2>
]]></content:encoded>
			<wfw:commentRss>http://vevmedia.net/blog/windows-seven/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>I found my mountain</title>
		<link>http://vevmedia.net/blog/i-found-my-mountain/</link>
		<comments>http://vevmedia.net/blog/i-found-my-mountain/#comments</comments>
		<pubDate>Thu, 12 Feb 2009 14:34:59 +0000</pubDate>
		<dc:creator>vevmesteren</dc:creator>
				<category><![CDATA[Linux ubuntu]]></category>
		<category><![CDATA[open source]]></category>
		<category><![CDATA[Work]]></category>
		<category><![CDATA[django]]></category>
		<category><![CDATA[pyamf]]></category>
		<category><![CDATA[Python]]></category>

		<guid isPermaLink="false">http://vevmedia.net/blog/?p=746</guid>
		<description><![CDATA[A few months ago I read a post about the future of AMFPHP and decided to start looking for alternate back-end solutions that I want to explore and implement in future productions. PYAMF quickly crystallized as the best candidate. I am especially impressed by the speed of data-transfer that this solution promises. As I was [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://pyamf.org"><img class="alignleft" style="margin-left: 10px; margin-right: 10px;" title="pyamf.org" src="http://vevmedia.net/blog/wp-content/2009/02/py_amf.png" alt="" width="309" height="110" /></a>A few months ago I read a post about <a href="http://vevmedia.net/blog/2008/11/13/news-from-the-valley/" target="_self">the future of AMFPHP</a> and decided to start looking for alternate back-end solutions that I want to explore and implement in future productions. <a href="http://www.pyamf.org" target="_blank">PYAMF</a> quickly crystallized as the best candidate. I am especially impressed by the speed of data-transfer that this solution promises.</p>
<p>As I was already playing around with my pyamf installation, I saw that the new (and very impressive) site of the <a href="http://www.nfb.ca/" target="_blank">National Film Board of Canda</a> is built on the very same technology. But there is another component, <a href="http://www.djangoproject.com/" target="_blank">Django</a>. Since I, admittedly have close to no experience to working with Python, I am really starting from scratch. Taking it one step at a time. So far I am through setting up Python, mod_python and installing django itself. So now I am setting up <a href="http://docs.djangoproject.com/en/dev/intro/tutorial01/" target="_blank">my very first Django app</a>.<a href="http://www.djangoproject.com/"><img class="alignleft" style="margin: 5px 20px;" title="djangoproject.com" src="http://vevmedia.net/blog/wp-content/2009/02/djangoproject_logo.gif" alt="" width="117" height="41" /></a><br />
Once I have wrapped my head around the basics of the wonderful world of Python and Django, then the time will have come to integrate that new knowledge with pyamf. I will be posting my progress in easily digestible pyamf tutorials (with a touch of django), since I see that there is a desperate lack there-off so far. I do not mean to step on any toes over on <a href="http://pyamf.org" target="_blank">pyamf.org</a>, but the documentation/tutorial section leaves a thing or two to be desired. So, at least for me, the initial learning curve seems rather steep to me.</p>
<p>But then again, that&#8217;s just me&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://vevmedia.net/blog/i-found-my-mountain/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Be Linux</title>
		<link>http://vevmedia.net/blog/be-linux/</link>
		<comments>http://vevmedia.net/blog/be-linux/#comments</comments>
		<pubDate>Sun, 31 Aug 2008 14:25:20 +0000</pubDate>
		<dc:creator>vevmesteren</dc:creator>
				<category><![CDATA[Links]]></category>
		<category><![CDATA[Linux ubuntu]]></category>
		<category><![CDATA[open source]]></category>
		<category><![CDATA[Personal]]></category>
		<category><![CDATA[Video]]></category>
		<category><![CDATA[Web]]></category>
		<category><![CDATA[Advertising]]></category>
		<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://vevmedia.net/blog/?p=321</guid>
		<description><![CDATA[My friend, the Bear (who likes to be called Simon, as it is less scary he guesses), sent me this ad this morning. BBC pictures, once again, put to a good use&#8230; more Linux ads here]]></description>
			<content:encoded><![CDATA[<p><a title="My friend, the bear..." href="http://simon.berdal.net/" target="_blank">My friend, the Bear</a> (who likes to be called Simon, as it is less scary he guesses), sent me this ad this morning.</p>
<p><object width="425" height="344"><param name="movie" value="http://www.youtube.com/v/PLHjT5-XM9o&#038;hl=en&#038;fs=1"></param><param name="allowFullScreen" value="true"></param><embed src="http://www.youtube.com/v/PLHjT5-XM9o&#038;hl=en&#038;fs=1" type="application/x-shockwave-flash" allowfullscreen="true" width="425" height="344"></embed></object></p>
<p><a title="BBC April Fools" href="http://vevmedia.net/blog/links/video/2008/04/04/bbc-april-fools/" target="_self">BBC pictures, once again, put to a good use&#8230;</a></p>
<p><a title="Linux Commercials" href="http://digg.com/linux_unix/Top_10_Linux_Commercials" target="_blank">more Linux ads here</a></p>
]]></content:encoded>
			<wfw:commentRss>http://vevmedia.net/blog/be-linux/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ASDT Part II</title>
		<link>http://vevmedia.net/blog/asdt-part-ii/</link>
		<comments>http://vevmedia.net/blog/asdt-part-ii/#comments</comments>
		<pubDate>Mon, 02 Apr 2007 13:10:25 +0000</pubDate>
		<dc:creator>vevmesteren</dc:creator>
				<category><![CDATA[Flash]]></category>
		<category><![CDATA[Linux ubuntu]]></category>

		<guid isPermaLink="false">http://ourproject.dyndns.org/blog/2007/04/02/asdt-part-ii/</guid>
		<description><![CDATA[Well the revival is a success, at least on my ubuntu it is. In installed the First Test Release in my Eclipse, and it has, as of yet, I have yet to encounter any problems. The beautiful part about it, is that MTASC is directly integrated into it. Also the core classes, are now shipped [...]]]></description>
			<content:encoded><![CDATA[<p>Well the revival is a  success, at least on my ubuntu it is. In installed the <a href="http://aseclipseplugin.sourceforge.net/wordpress/?p=6" target="_blank>First Test Release</a> in my Eclipse, and it has, as of yet, I have yet to encounter any problems. The beautiful part about it, is that MTASC is directly integrated into it. Also the core classes, are now shipped directly with <a href="http://www.asdt.org" target="_blank">ASDT</a>. Also browsed the <a href="http://asdt.relivethefuture.com/wiki/doku.php" target="_blank">WIKI</a> and am seeing quite a few things on the todo list that exite. </p>
<p>Hat of to the developers, I am tickled pink.</p>
]]></content:encoded>
			<wfw:commentRss>http://vevmedia.net/blog/asdt-part-ii/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>good tidings&#8230;</title>
		<link>http://vevmedia.net/blog/good-tidings/</link>
		<comments>http://vevmedia.net/blog/good-tidings/#comments</comments>
		<pubDate>Sun, 01 Apr 2007 18:40:01 +0000</pubDate>
		<dc:creator>vevmesteren</dc:creator>
				<category><![CDATA[Flash]]></category>
		<category><![CDATA[Linux ubuntu]]></category>

		<guid isPermaLink="false">http://ourproject.dyndns.org/blog/2007/04/01/good-tidings/</guid>
		<description><![CDATA[Many days have passed, a year I believe since ASDT showed any sign of life. Today, as so often every now and then, I was once again frustrated by the Flash IDE (which I run through Wine in Ubuntu) built in AS editor. So while we wait for something better from Macromedia (sorry Adobe off [...]]]></description>
			<content:encoded><![CDATA[<p>Many days have passed, a year I believe since <a href="http://www.asdt.org/" target="_blank">ASDT</a> showed any sign of life. Today, as so often every now and then, I was once again frustrated by the Flash IDE (which I run through <a href="http://www.winehq.com/" target="_blank">Wine</a> in <a href="http://www.ubuntu.com/" target="_blank">Ubuntu</a>) built in AS editor. So while we wait for something better from Macromedia (sorry Adobe off course) I looked around. As usual SEPY, FD, FDT, Google and a variety of forums where my primary targets of inquiry. But then I thought, why not check out good old trusted ASDT. An AS editor I was using a lot, until it kind of died down. Well I was not actually aware of it dying as such, but the site just did not show any signs of life. So I had kind of  given up on it. To my great surprise, I found three new posts on the site. Oh joy!</p>
<p>So I reinstalled it and am, somewhat, up and running. I am still having some troubles with the core libraries, but I am sure that is nothing what a bit of digging cannot fix. As of yet I have found that it is important to add the core libraries to the Workspace Preferences.<br />
As of yet I have only been able to add the Flash8 libraries, so I am missing my mx.* . </p>
<p>But I am certain that I will get there&#8230;</p>
<p>a suivre</p>
]]></content:encoded>
			<wfw:commentRss>http://vevmedia.net/blog/good-tidings/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

