<?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>Sam Beauvois &#187; Personal</title>
	<atom:link href="http://www.sambeauvois.be/blog/category/personal/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.sambeauvois.be/blog</link>
	<description>general dev, .net and other stuff</description>
	<lastBuildDate>Tue, 31 Jan 2012 13:38:32 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1</generator>
		<item>
		<title>JS Mixer is released</title>
		<link>http://www.sambeauvois.be/blog/2011/02/js-mixer-is-released/</link>
		<comments>http://www.sambeauvois.be/blog/2011/02/js-mixer-is-released/#comments</comments>
		<pubDate>Sun, 06 Feb 2011 18:29:22 +0000</pubDate>
		<dc:creator>Sam Beauvois</dc:creator>
				<category><![CDATA[MyProjects]]></category>
		<category><![CDATA[Personal]]></category>
		<category><![CDATA[Tools]]></category>
		<category><![CDATA[Web development]]></category>

		<guid isPermaLink="false">http://www.sambeauvois.be/blog/?p=852</guid>
		<description><![CDATA[CSS mixer is really cool.  Good job.  Is there a JavaScript mixer? It&#8217;s the main content of a mail I received last week. It decided me to write a JS Mixer application, based on CSS Mixer. The big part of the work was already done, I just needed to adapt my code. Just like CSS [...]]]></description>
			<content:encoded><![CDATA[<blockquote><p>CSS mixer is really cool.  Good job.  Is there a JavaScript mixer?</p></blockquote>
<p>It&#8217;s the main content of a mail I received last week.</p>
<p>It decided me to write a JS Mixer application, based on CSS Mixer.<br />
The big part of the work was already done, I just needed to adapt my code.</p>
<p>Just like CSS Mixer, you can download it from codeplex :<a href="http://jsmixer.codeplex.com/" target="_blank"> http://jsmixer.codeplex.com/</a></p>
<p>You can also download it from some software websites.</p>
<p><a href="http://www.softpedia.com/get/Programming/Other-Programming-Files/JSMixer.shtml" target="_blank"><img class="alignnone size-full wp-image-858" title="softpedia_free_award_f" src="http://www.sambeauvois.be/blog/wp-content/uploads/2011/02/softpedia_free_award_f.gif" alt="" width="170" height="116" /></a><a href="http://www.softoxi.com/jsmixer.html" target="_blank"><img src="http://www.softoxi.com/images/public/awards/award.png" border="0" alt="JSMixer antivirus scan report at softoxi.com" width="144" height="107" /></a></p>
<p>Remark :</p>
<p>With ASP.NET WebForms, you can achieve the same result by setting a few propertie to the ScriptManager control.</p>
<p>But the advantage to use a tool like JSMixer, is that your server doesn&#8217;t have to do the work : it&#8217;s already done !</p>
<p>And when you spare some work to your server, your server is happy !</p>
]]></content:encoded>
			<wfw:commentRss>http://www.sambeauvois.be/blog/2011/02/js-mixer-is-released/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>CSS Mixer</title>
		<link>http://www.sambeauvois.be/blog/2010/02/css-mixer/</link>
		<comments>http://www.sambeauvois.be/blog/2010/02/css-mixer/#comments</comments>
		<pubDate>Thu, 25 Feb 2010 22:41:35 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[.NET]]></category>
		<category><![CDATA[ASP.NET]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[MyProjects]]></category>
		<category><![CDATA[Personal]]></category>
		<category><![CDATA[Tools]]></category>
		<category><![CDATA[Web development]]></category>

		<guid isPermaLink="false">http://www.sambeauvois.be/blog/?p=207</guid>
		<description><![CDATA[ Css mixer is a tool I&#8217;ve developped in C# winforms, .NET framework 3.5 You can use it to improve you ASP.NET Themes or your CSS files for all your web projects. If you have many css files linked to a page, you can group them in a single file with CSS Mixer. You can also [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://cssmixer.codeplex.com/" target="_blank"><img class="alignleft size-full wp-image-206" title="CSSmixer128" src="http://www.sambeauvois.be/blog/wp-content/uploads/2010/02/CSSmixer128.png" alt="CSSmixer128" width="128" height="128" /></a> Css mixer is a tool I&#8217;ve developped in C# winforms, .NET framework 3.5</p>
<p>You can use it to improve you ASP.NET Themes or your CSS files for all your web projects.</p>
<p>If you have many css files linked to a page, you can group them in a single file with CSS Mixer.</p>
<p>You can also minify CSS files to save the bandwith.</p>
<p> </p>
<p>To use it, open a folder containing CSS files,</p>
<p style="text-align: center;"><a href="http://www.sambeauvois.be/blog/wp-content/uploads/2010/02/cssmixer_screenshot.png" target="_blank"><img class="aligncenter size-full wp-image-208" title="cssmixer_screenshot" src="http://www.sambeauvois.be/blog/wp-content/uploads/2010/02/cssmixer_screenshot.png" alt="cssmixer_screenshot" width="480" /></a></p>
<p>choose an action (simple combine, or combine and minify) then click Save as &#8230;</p>
<p style="text-align: center;"><a href="http://www.sambeauvois.be/blog/wp-content/uploads/2010/02/cssmixer_screenshot2.png" target="_blank"><img class="aligncenter size-full wp-image-209" title="cssmixer_screenshot2" src="http://www.sambeauvois.be/blog/wp-content/uploads/2010/02/cssmixer_screenshot2.png" alt="cssmixer_screenshot2" width="480" /></a></p>
<p>Download the last version of <a href="http://cssmixer.codeplex.com/" target="_blank">CSS Mixer on codeplex</a>.</p>
<p>I hope you&#8217;ll find it usefull. please give me feedback on it</p>
]]></content:encoded>
			<wfw:commentRss>http://www.sambeauvois.be/blog/2010/02/css-mixer/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

