<?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"
	>

<channel>
	<title>Moxiecode Developer Blog</title>
	<atom:link href="http://blog.moxiecode.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.moxiecode.com</link>
	<description>Moxiecode Developer Blog, talking about things we come across.</description>
	<pubDate>Wed, 12 Nov 2008 09:43:26 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.1</generator>
	<language>en</language>
			<item>
		<title>The power of configuration</title>
		<link>http://blog.moxiecode.com/2008/11/12/the-power-of-configuration/</link>
		<comments>http://blog.moxiecode.com/2008/11/12/the-power-of-configuration/#comments</comments>
		<pubDate>Wed, 12 Nov 2008 09:43:26 +0000</pubDate>
		<dc:creator>Afraithe</dc:creator>
		
		<category><![CDATA[Cool stuff]]></category>

		<category><![CDATA[Development]]></category>

		<category><![CDATA[Software]]></category>

		<category><![CDATA[Work]]></category>

		<category><![CDATA[configuration]]></category>

		<category><![CDATA[mcfilemanager]]></category>

		<category><![CDATA[mcimagemanager]]></category>

		<category><![CDATA[options]]></category>

		<category><![CDATA[settings]]></category>

		<category><![CDATA[TinyMCE]]></category>

		<guid isPermaLink="false">http://blog.moxiecode.com/?p=62</guid>
		<description><![CDATA[When you first visit the TinyMCE website and check out the examples, you see a very advanced editor, in terms of the share number of functions. But as with most software, the real power is what is behind that graphical interface, the structure and quality of the code, the way it can be configured.
If you [...]]]></description>
			<content:encoded><![CDATA[<p>When you first visit the TinyMCE website and check out the examples, you see a very advanced editor, in terms of the share number of functions. But as with most software, the real power is what is behind that graphical interface, the structure and quality of the code, the way it can be configured.</p>
<p>If you are familiar with Javascript, and go through the documentation of TinyMCE you will quickly get a smile on your face, when you realize the power of it all, from the way you make plugins, to how the the GUI is rendered and how the window popups are managed. And it is always a rush as a developer to see when someone has made a really good implementation and configuration, when you can see that they have studied the API documentation in order to bend and twist TinyMCE to function the way they want. There is even some that have stripped away all the theme/gui stuff of TinyMCE and only use it as an engine for their CMS directly by using the API.</p>
<p>The challenge as a developer is not to build yourself into a corner, don&#8217;t follow a path that ultimately will lead you to producing bad or bloated code. On the last rewrite of TinyMCE a lot of thought was put into how to avoid problems like that, and I think we did an excellent job, the code base feels very solid.</p>
<p>One example of powerful configuration is the valid_elements and extended_valid_elements options in TinyMCE, where Spocke invented its own format that has now spread to other projects, read more about the format on the <a href="http://wiki.moxiecode.com/index.php/TinyMCE:Configuration/valid_elements">documentation page</a>.</p>
<p>The same goes for our other products, MCImageManager and MCFileManager, there is so much stuff going on behind the scenes in these products its crazy, we even implemented a form of .htaccess type configuration override (but we call the files mc_access). Means that most of the options you can set in the config.php file, you can also put into mc_access files to control the configuration for different folders. For example, you could make it so that if you upload a file to a certain folder, it re-sizes those images to a fixed small size, but if you upload to a different folder, you get a big image. You can restrict access to even upload, or disable certain functions in certain folders, and much much more.</p>
<p>So, check the documentation, even if you are satisfied with how it works, perhaps you can find some hidden gems that are extra useful just for you.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.moxiecode.com/2008/11/12/the-power-of-configuration/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Using Open Source in a time of crisis</title>
		<link>http://blog.moxiecode.com/2008/10/30/using-open-source-in-a-time-of-crisis/</link>
		<comments>http://blog.moxiecode.com/2008/10/30/using-open-source-in-a-time-of-crisis/#comments</comments>
		<pubDate>Thu, 30 Oct 2008 15:00:40 +0000</pubDate>
		<dc:creator>Afraithe</dc:creator>
		
		<category><![CDATA[Development]]></category>

		<category><![CDATA[Software]]></category>

		<category><![CDATA[Work]]></category>

		<category><![CDATA[financial]]></category>

		<category><![CDATA[mcfilemanager]]></category>

		<category><![CDATA[mcimagemanager]]></category>

		<category><![CDATA[Open Source]]></category>

		<category><![CDATA[TinyMCE]]></category>

		<guid isPermaLink="false">http://blog.moxiecode.com/?p=58</guid>
		<description><![CDATA[I am guessing noone has avoided noticing the financial crisis in the news, going through the world like a wave through an arena crowd. Can&#8217;t really say we have noticed it on our end though, this month will be a record in visitors for the TinyMCE website, as well as a monster amount of bandwidth [...]]]></description>
			<content:encoded><![CDATA[<p><img style="margin: 5px; float: right;" src="http://blog.moxiecode.com/wp-content/uploads/2008/10/stock.gif" alt="" width="300" height="219" />I am guessing noone has avoided noticing the financial crisis in the news, going through the world like a wave through an arena crowd. Can&#8217;t really say we have noticed it on our end though, this month will be a record in visitors for the TinyMCE website, as well as a monster amount of bandwidth being pushed out since we moved examples from the Wiki website to the TinyMCE website.</p>
<p>We certainly do not feel like we will be affected much by the financial crisis, on the contrary, perhaps the IT budgets are more slimmed and that makes companies look for Open Source alternatives, and finding that some of these projects are more structured, more tested and more stable than their commercial or home made version.</p>
<p>Currently we are busy doing major work on the MCFileManager and MCImageManager, planing to release 3.1 final during next week, with major behind the scenes rework of the graphical user interface, as well a few new features. We are also working on a secret new Open Source project we just came up with (stay tuned for that).</p>
<p>We will see what the future holds.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.moxiecode.com/2008/10/30/using-open-source-in-a-time-of-crisis/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Why size matters</title>
		<link>http://blog.moxiecode.com/2008/10/24/why-size-matters/</link>
		<comments>http://blog.moxiecode.com/2008/10/24/why-size-matters/#comments</comments>
		<pubDate>Fri, 24 Oct 2008 11:56:40 +0000</pubDate>
		<dc:creator>Spocke</dc:creator>
		
		<category><![CDATA[Development]]></category>

		<category><![CDATA[Software]]></category>

		<category><![CDATA[Work]]></category>

		<category><![CDATA[javascript]]></category>

		<category><![CDATA[punymce]]></category>

		<category><![CDATA[TinyMCE]]></category>

		<guid isPermaLink="false">http://blog.moxiecode.com/?p=53</guid>
		<description><![CDATA[There have been lots of fuzz and development of small rich text editors lately and I think it&#8217;s time to comment on the these. I will try to explain why size matters.
Some users argue that TinyMCE is bloated and that it can be written way smaller if we rewrite it using JQuery, Prototype or some [...]]]></description>
			<content:encoded><![CDATA[<p><img style="margin: 6px; float: right;" src="http://blog.moxiecode.com/wp-content/uploads/2008/10/mug_small.jpg" alt="" width="180" height="177" />There have been lots of fuzz and development of small rich text editors lately and I think it&#8217;s time to comment on the these. I will try to explain why size matters.</p>
<p>Some users argue that <a href="http://tinymce.moxiecode.com/">TinyMCE</a> is bloated and that it can be written way smaller if we rewrite it using JQuery, Prototype or some other library out there. This is not the case, we have calculated that we would gain about 5% in size for the core API. In other words 5k but we would on the other hand loose the library independence so TinyMCE will not be ported to any of these libraries since there isn&#8217;t much to gain. Most of the logic in TinyMCE is not related to normal library things like CSS selection, event handling, dom manipulation these parts are pretty small in size the large chunks of code are related to HTML Serialization, URL handling, browser workarounds for editing and those can&#8217;t be found in any library out there.</p>
<p>Another common thing we see is &#8220;TinyMCE has to much features that&#8217;s why it&#8217;s bloated, this other mini editor is just 1000 lines of code&#8221;. I just have one thing to say about that, TinyMCE is extensible most of the features are placed in plugins so if you remove all those plugins there isn&#8217;t that much bloat anymore. The other thing is that most of the logic in TinyMCE is related to browser issues and quirks none of that can be covered with 1000 lines of code.</p>
<p>We are trying to make a stable editing solution crossbrowser that will work the same and this is a very tricky task and that task will require more than 1000 lines of code. Trust me on this we have developed rich text editors in JS for 7 years so we have came across hundreds of browser bugs over the years. So it&#8217;s not possible to make a stable editing solution small and still fix the bugs. Not until all the browsers starts to work the same way and there isn&#8217;t anything pointing to that in the near future since there is no good specification on how editing in the browser should work. The <a href="http://www.whatwg.org/specs/web-apps/current-work/">HTML5 specification</a> doesn&#8217;t really cover this.</p>
<p>The size of TinyMCE can also be dramatically improved if you use the <a href="http://wiki.moxiecode.com/index.php/TinyMCE:Compressor">GZip compressor</a> package we provide . It will reduce the size by 70% and reduce the number of requests with a equal amount. So if you think TinyMCE is to large use that component.</p>
<p>There are situations where small size matters more than the browser quirks and the output. And then TinyMCE might be overkill to use this can be comment systems on blogs, forums and other situations where valid output isn&#8217;t required since the server will process the content anyway. This is why we created <a href="http://code.google.com/p/punymce/">PunyMCE</a>, we call it the bastard brother of TinyMCE. It&#8217;s small, extensible but not that competent and it will never be since that&#8217;s not the goal of that project. It will not turn into another big editor, it&#8217;s focused on small size it&#8217;s only 9kb in size.</p>
<p>So my suggestion is to choose the right editor for the right task. If you need an editor for CMS systems or blogs TinyMCE is a good fit since it will try to produce valid XHTML/HTML output and has all the features you might need. If you need something for a comment system and doesn&#8217;t care about valid HTML and have a backend that will parse the editors output choose a smaller editor like <a href="http://code.google.com/p/punymce/">PunyMCE</a>.</p>
<p>So finally there is one thing I have left to say. Size matters but there are also more important issues to take into account when choosing an editor. Does it have a large userbase, is it extensible, does it have unit tests, good documentation and active community? If I where to choose something other than TinyMCE I would look at FCKEditor or YUI Editor. These other editors also have what you would need for serious production usage, the smaller ones don&#8217;t.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.moxiecode.com/2008/10/24/why-size-matters/feed/</wfw:commentRss>
		</item>
		<item>
		<title>If you need something smaller than TinyMCE try PunyMCE</title>
		<link>http://blog.moxiecode.com/2008/10/13/if-you-need-something-smaller-than-tinymce-try-punymce/</link>
		<comments>http://blog.moxiecode.com/2008/10/13/if-you-need-something-smaller-than-tinymce-try-punymce/#comments</comments>
		<pubDate>Mon, 13 Oct 2008 13:28:56 +0000</pubDate>
		<dc:creator>Spocke</dc:creator>
		
		<category><![CDATA[Cool stuff]]></category>

		<category><![CDATA[Development]]></category>

		<category><![CDATA[Software]]></category>

		<category><![CDATA[javascript]]></category>

		<category><![CDATA[Open Source]]></category>

		<category><![CDATA[punymce]]></category>

		<category><![CDATA[TinyMCE]]></category>

		<guid isPermaLink="false">http://blog.moxiecode.com/?p=51</guid>
		<description><![CDATA[TinyMCE is not always the perfect match if you need something really small and simple. TinyMCE is designed to be a CMS editor and it has all the features that you might need for such a task.
Some times you want something really small and simple for example on a forum or comment system. This is [...]]]></description>
			<content:encoded><![CDATA[<p>TinyMCE is not always the perfect match if you need something really small and simple. TinyMCE is designed to be a CMS editor and it has all the features that you might need for such a task.</p>
<p>Some times you want something really small and simple for example on a forum or comment system. This is where PunyMCE comes into the picture it&#8217;s designed to be small and simple but yet extensible. It comes with a number of plugins that extend the functionality of the editor.</p>
<p>The size of PunyMCE is &#8220;puny&#8221;, about 9kb gzipped or 16kb minified. It&#8217;s library independent so it can be used with common frameworks like jQuery, Prototype, YUI etc.</p>
<p>But it&#8217;s important to understand that PunyMCE is not designed to be an replacement for TinyMCE nor will it ever be. TinyMCE is focused on being a robust CMS editor that produces valid output and takes care of all browser quirks. PunyMCE is focused on being small and simple, it might still have lots of browser quirks and output issues some of these can be corrected by using serverside technology.</p>
<p>This project was a result of a partnership with Freewebs. Kickapps has also joined the project and will help out internationalization.</p>
<p>So check the PunyMCE project out at:</p>
<p><a href="http://www.moxieforge.net/overview.php?project_id=9&amp;category_id=5">PunyMCE</a><br />
<a href="http://code.google.com/p/punymce/">Google project</a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.moxiecode.com/2008/10/13/if-you-need-something-smaller-than-tinymce-try-punymce/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Why does Open Source software lack documentation?</title>
		<link>http://blog.moxiecode.com/2008/10/06/why-does-open-source-software-lack-documentation/</link>
		<comments>http://blog.moxiecode.com/2008/10/06/why-does-open-source-software-lack-documentation/#comments</comments>
		<pubDate>Mon, 06 Oct 2008 07:57:57 +0000</pubDate>
		<dc:creator>Afraithe</dc:creator>
		
		<category><![CDATA[Development]]></category>

		<category><![CDATA[Software]]></category>

		<category><![CDATA[Work]]></category>

		<category><![CDATA[documentation]]></category>

		<category><![CDATA[TinyMCE]]></category>

		<guid isPermaLink="false">http://blog.moxiecode.com/?p=45</guid>
		<description><![CDATA[I think I have found the answer, noone reads it anyway, if you look at the TinyMCE forum, 75%-90% of the questions have direct answers in the documentation (or even the FAQ), and the replies to it is simple &#8220;check the documentation&#8221; followed by a &#8220;brilliant, thanks!&#8221;.
In my opinion, TinyMCE is quite well documented, thanks [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://wiki.moxiecode.com"><img class="alignright" style="border: 0pt none; margin: 5px; float: right;" title="Docs" src="http://blog.moxiecode.com/wp-content/uploads/2008/10/wiki.jpg" alt="Docs" width="147" height="311" /></a>I think I have found the answer, <span style="text-decoration: underline;">noone reads it anyway</span>, if you look at the TinyMCE forum, 75%-90% of the questions have direct answers in the documentation (or even the FAQ), and the replies to it is simple &#8220;check the documentation&#8221; followed by a &#8220;brilliant, thanks!&#8221;.</p>
<p>In my opinion, TinyMCE is quite well documented, thanks to ppl helping out and keeping it up to date and free of typos. It has taken a lot of time to make this documentation good, and it feels kinda sad that ppl do not take the time to read it.</p>
<p>Everyone does not have the same way of thinking, but at least when it comes down to solving an issue with a 3rd party software, these are the simple steps I follow.</p>
<ol>
<li>Check the documentation to the product, the readme, install.txt, wiki etc.</li>
<li>Try a few different Google querys to find out if someone else has had the same problem.</li>
<li>Search in forums/mailinglists etc for a solution.</li>
<li>Try to contact someone or post in public forum/mailinglist etc.</li>
</ol>
<p>Seems like a lot of ppl just skip to step #4 right away.</p>
<p>Well I guess it is better to have than not to have in the end, hopefully some ppl developing more advanced integrations get a lot of help from the API documentation etc.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.moxiecode.com/2008/10/06/why-does-open-source-software-lack-documentation/feed/</wfw:commentRss>
		</item>
		<item>
		<title>New times, new things</title>
		<link>http://blog.moxiecode.com/2008/10/01/new-times-new-things/</link>
		<comments>http://blog.moxiecode.com/2008/10/01/new-times-new-things/#comments</comments>
		<pubDate>Wed, 01 Oct 2008 12:58:18 +0000</pubDate>
		<dc:creator>Afraithe</dc:creator>
		
		<category><![CDATA[Software]]></category>

		<category><![CDATA[Work]]></category>

		<category><![CDATA[downloads]]></category>

		<category><![CDATA[filemanager]]></category>

		<category><![CDATA[imagemanager]]></category>

		<category><![CDATA[logo]]></category>

		<category><![CDATA[office]]></category>

		<category><![CDATA[TinyMCE]]></category>

		<guid isPermaLink="false">http://blog.moxiecode.com/?p=39</guid>
		<description><![CDATA[As you may have noticed we now have a proper logo for TinyMCE.
In other news, we are working hard on a new version of the MCFileManager and MCImageManager, quite a lot of code re-working but not so much on the outside look and feel. Also expect a small update to TinyMCE to correct some minor [...]]]></description>
			<content:encoded><![CDATA[<p>As you may have noticed we now have a proper logo for TinyMCE.</p>
<p>In other news, we are working hard on a new version of the MCFileManager and MCImageManager, quite a lot of code re-working but not so much on the outside look and feel. Also expect a small update to TinyMCE to correct some minor bugs found in current version.</p>
<p>Also noticed we passed 2 000 000 downloads on Sourceforge since TinyMCE project start, add that to the 1 800 000 downloads of Wordpress (2.6 only) with TinyMCE pre-installed and there is no doubt that TinyMCE is the most popular WYSIWYG editor at the moment.</p>
<p>The last work on our office is currently being done, and the new furniture has been ordered.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.moxiecode.com/2008/10/01/new-times-new-things/feed/</wfw:commentRss>
		</item>
		<item>
		<title>New website and TinyMCE logo design contest!</title>
		<link>http://blog.moxiecode.com/2008/09/11/new-website-and-tinymce-logo-design-contest/</link>
		<comments>http://blog.moxiecode.com/2008/09/11/new-website-and-tinymce-logo-design-contest/#comments</comments>
		<pubDate>Thu, 11 Sep 2008 09:57:39 +0000</pubDate>
		<dc:creator>Afraithe</dc:creator>
		
		<category><![CDATA[Cool stuff]]></category>

		<category><![CDATA[Work]]></category>

		<category><![CDATA[contest]]></category>

		<category><![CDATA[design]]></category>

		<category><![CDATA[TinyMCE]]></category>

		<category><![CDATA[website]]></category>

		<guid isPermaLink="false">http://blog.moxiecode.com/?p=37</guid>
		<description><![CDATA[Yes, we released our new TinyMCE website design, fitting the forum and all examples into the design and menu system. Design is made by Arcsin.se, very nice work, a pleasure to work with.
But, he doesn&#8217;t design logos, so we launched a contest with 99Designs.com where the winner will get 1000 USD for the design, we [...]]]></description>
			<content:encoded><![CDATA[<p><img style="margin: 5px; float: right;" src="http://blog.moxiecode.com/wp-content/uploads/2008/09/tsite.jpg" alt="" width="200" height="135" />Yes, we released our new TinyMCE website design, fitting the forum and all examples into the design and menu system. Design is made by <a href="http://www.arcsin.se">Arcsin.se</a>, very nice work, a pleasure to work with.</p>
<p>But, he doesn&#8217;t design logos, so we launched a <a href="http://99designs.com/contests/11582">contest</a> with <a href="http://www.99designs.com">99Designs.com</a> where the winner will get 1000 USD for the design, we already have a few very interesting designs there, and if you are a designer, go check it out! We where thinking of picking out the best suggestions and make a post in our forum to get some feedback from our community, we will see.</p>
<p>There is also a chance that the winner will be making the design for our businesscards and possibly T-shirts.</p>
<p>We also released a new version of the MCFileManager and MCImageManager, fixing some minor bugs, and a TinyMCE release should follow shortly.</p>
<p>Sure is a lot going on now!</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.moxiecode.com/2008/09/11/new-website-and-tinymce-logo-design-contest/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Browser performance, Chrome compared.</title>
		<link>http://blog.moxiecode.com/2008/09/04/browser-performance-chrome-compared/</link>
		<comments>http://blog.moxiecode.com/2008/09/04/browser-performance-chrome-compared/#comments</comments>
		<pubDate>Thu, 04 Sep 2008 09:50:23 +0000</pubDate>
		<dc:creator>Afraithe</dc:creator>
		
		<category><![CDATA[Development]]></category>

		<category><![CDATA[Software]]></category>

		<category><![CDATA[chrome]]></category>

		<category><![CDATA[firefox]]></category>

		<category><![CDATA[msie]]></category>

		<category><![CDATA[opera]]></category>

		<category><![CDATA[performance]]></category>

		<category><![CDATA[safari]]></category>

		<category><![CDATA[TinyMCE]]></category>

		<guid isPermaLink="false">http://blog.moxiecode.com/?p=26</guid>
		<description><![CDATA[There is a lot of buzz going on now about the new Google Chrome browser, and a lot of different testing of its performance against other browsers.
We take performance very seriously, thousands of ppl use TinyMCE every day, it is important that it works smooth on the browsers, not just loading performance, but also the [...]]]></description>
			<content:encoded><![CDATA[<p>There is a lot of buzz going on now about the new Google Chrome browser, and a lot of different testing of its performance against other browsers.</p>
<p>We take performance very seriously, thousands of ppl use TinyMCE every day, it is important that it works smooth on the browsers, not just loading performance, but also the performance of all the stuff that&#8217;s going on under the hood when you work with the editor.</p>
<p>So, the tests we have seen online so far have been very wide spread, showing insane performance improvements, but what are they testing? Is there any real-world implications of these performance tests?</p>
<p>TinyMCE uses DOM operations a lot, we have our own test bed, and these are the tests we are running.</p>
<ul>
<li>Serializer - This tests the cleanup functionality, <span style="text-decoration: underline;">a lot</span> of DOM operations.</li>
<li>Style parser/serializer - Tests a lot of string and array handling.</li>
<li>URI - Tests a lot of regexp performance, converting URLs back and forth.</li>
</ul>
<p>And these are the results.</p>
<p><img src="http://blog.moxiecode.com/wp-content/uploads/2008/09/perf_tests.gif" alt="" width="481" height="289" /></p>
<p>The performance is measured in milliseconds, lower is of course better.</p>
<p><strong>Summary</strong></p>
<p><img src="http://blog.moxiecode.com/wp-content/uploads/2008/09/perf_summary.gif" alt="" width="481" height="289" /></p>
<p>We could not install MSIE 8 beta on the same machine as MSIE 7, so no tests for that right now. The testing machine is a Windows Vista 64-bit, 4GB ram, 2.66gz Dual Core. Tests where performed with nothing other than the testing browser running.</p>
<p>Safari comes out on top of performance, with Firefox close behind, however we did not see any improvements when enabling the new JIT compiler in Firefox 3.1 Nightly build.</p>
<p>Results vary a bit up and down, but you can perform these tests yourself at this location.</p>
<p><a href="http://tinymce.moxiecode.com/js/tinymce/performance.html" target="_blank">http://tinymce.moxiecode.com/js/tinymce/performance.html</a></p>
<p>These tests try a lot of different things at the same time, using the TinyMCE API, the performance improvements that the browser developers have been bragging about does not seem to be there, at least not in the areas interesting for most developers (DOM operations).</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.moxiecode.com/2008/09/04/browser-performance-chrome-compared/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Seriously, all this spam&#8230;</title>
		<link>http://blog.moxiecode.com/2008/09/02/seriously-all-this-spam/</link>
		<comments>http://blog.moxiecode.com/2008/09/02/seriously-all-this-spam/#comments</comments>
		<pubDate>Tue, 02 Sep 2008 16:04:07 +0000</pubDate>
		<dc:creator>Afraithe</dc:creator>
		
		<category><![CDATA[Work]]></category>

		<category><![CDATA[spam]]></category>

		<guid isPermaLink="false">http://blog.moxiecode.com/?p=24</guid>
		<description><![CDATA[What the hell&#8230; this Wordpress installation got completely nuked with spam the last few weeks, even tho comments require moderation, it&#8217;s still hundreds of posts to go through.
I have removed the option to post comments here, and I had to actually remove the physical file from the harddrive cause even if you disable comments in [...]]]></description>
			<content:encoded><![CDATA[<p><img style="border: 1px solid black; margin: 5px; float: right;" src="http://blog.moxiecode.com/wp-content/uploads/2008/09/spam_r.jpg" alt="" width="216" height="178" />What the hell&#8230; this Wordpress installation got completely nuked with spam the last few weeks, even tho comments require moderation, it&#8217;s still hundreds of posts to go through.</p>
<p>I have removed the option to post comments here, and I had to actually remove the physical file from the harddrive cause even if you disable comments in the wordpress system, anyone can still post?!</p>
<p>And no the Akismet thingy did not work properly, it actually totally deleted every comment we had EXCEPT for the spam.</p>
<p>In my opinion, <strong>Internet is broken</strong>, when most of the data zipping around the wires all over the world is spam, <strong>the battle is lost</strong>. We got spam in our email (we get around 100-200 spam, per email account, per day), we have spam on our TinyMCE forum, on this developer blog, in the guestbook, on Sourceforge, on the Wiki, you name the service, its there. Our mail is ok though, about 1 each month comes through the spam filter there.</p>
<p>Must be some really sad ppl making all this crap up.</p>
<p>All of a sudden, a fee (and license) for actually sending 1 email doesn&#8217;t sound so bad, something has to be done.</p>
<p>Edit: We re-enabled comments, with some modifications.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.moxiecode.com/2008/09/02/seriously-all-this-spam/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Vacation, Vacation, Vacation&#8230;</title>
		<link>http://blog.moxiecode.com/2008/08/04/vacation-vacation-vacation/</link>
		<comments>http://blog.moxiecode.com/2008/08/04/vacation-vacation-vacation/#comments</comments>
		<pubDate>Mon, 04 Aug 2008 13:57:47 +0000</pubDate>
		<dc:creator>Afraithe</dc:creator>
		
		<category><![CDATA[Work]]></category>

		<guid isPermaLink="false">http://blog.moxiecode.com/?p=22</guid>
		<description><![CDATA[Yes, we managed to have ourselves some vacation time this summer, Spocke is currently traveling in Europe and I have been spending some time in my families cabin this summer. I wish I could write a piece of code to exterminate all mosquitos.
Our office is being rebuilt still, but its about 90% complete now, and [...]]]></description>
			<content:encoded><![CDATA[<p>Yes, we managed to have ourselves some vacation time this summer, Spocke is currently traveling in Europe and I have been spending some time in my families cabin this summer. I wish I could write a piece of code to exterminate all mosquitos.</p>
<p>Our office is being rebuilt still, but its about 90% complete now, and we look at moving in next monday, that will also be the date our vacation is over.</p>
<p>We are looking into releasing more updates for TinyMCE and MCImagemanager/MCFileManager products during the fall.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.moxiecode.com/2008/08/04/vacation-vacation-vacation/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
