<?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>So, you code ?</title>
	<atom:link href="http://www.soyoucode.com/feed" rel="self" type="application/rss+xml" />
	<link>http://www.soyoucode.com</link>
	<description>Well, do you, punk ?</description>
	<lastBuildDate>Thu, 26 Jul 2012 16:28:56 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
		<item>
		<title>Quick tip: Draw border on the inside of an element using CSS</title>
		<link>http://www.soyoucode.com/2012/quick-tip-draw-border-element-css</link>
		<comments>http://www.soyoucode.com/2012/quick-tip-draw-border-element-css#comments</comments>
		<pubDate>Thu, 26 Jul 2012 16:28:56 +0000</pubDate>
		<dc:creator>Nicolae Surdu</dc:creator>
				<category><![CDATA[Coding]]></category>
		<category><![CDATA[Quick tips]]></category>

		<guid isPermaLink="false">http://www.soyoucode.com/?p=97</guid>
		<description><![CDATA[One way that you can draw a border on the inside of an HTML element rather than on the outside is to use the <em>box-sizing</em> CSS property. This is supported on Firefox, Chrome, Safari, Opera and IE8+.]]></description>
		<wfw:commentRss>http://www.soyoucode.com/2012/quick-tip-draw-border-element-css/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Really disable the cross site request forgery (csrf) middleware in Django</title>
		<link>http://www.soyoucode.com/2011/really-disable-csrf-django</link>
		<comments>http://www.soyoucode.com/2011/really-disable-csrf-django#comments</comments>
		<pubDate>Sat, 26 Nov 2011 23:19:36 +0000</pubDate>
		<dc:creator>Nicolae Surdu</dc:creator>
				<category><![CDATA[Coding]]></category>

		<guid isPermaLink="false">http://www.soyoucode.com/?p=84</guid>
		<description><![CDATA[So I said "No problem, I'll just remove the csrf middleware".  Apparently, this doesn't cut it for the already built applications that come from Django, like the Auth application.]]></description>
		<wfw:commentRss>http://www.soyoucode.com/2011/really-disable-csrf-django/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Add your extension&#8217;s toolbar button to Firefox at first run</title>
		<link>http://www.soyoucode.com/2011/add-extensions-toolbar-button-firefox-run</link>
		<comments>http://www.soyoucode.com/2011/add-extensions-toolbar-button-firefox-run#comments</comments>
		<pubDate>Sat, 19 Nov 2011 17:32:59 +0000</pubDate>
		<dc:creator>Nicolae Surdu</dc:creator>
				<category><![CDATA[Coding]]></category>

		<guid isPermaLink="false">http://www.soyoucode.com/?p=82</guid>
		<description><![CDATA[The problem that most of the extensions have, is to place the toolbar button on a toolbar by default, so the users will see it. The fix for this problem is that, at first run of your extension, it should place the button on a toolbar that Firefox has by default.]]></description>
		<wfw:commentRss>http://www.soyoucode.com/2011/add-extensions-toolbar-button-firefox-run/feed</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Quick tip: Uninstall Xcode from your Mac</title>
		<link>http://www.soyoucode.com/2011/uninstall-xcode-from-mac</link>
		<comments>http://www.soyoucode.com/2011/uninstall-xcode-from-mac#comments</comments>
		<pubDate>Tue, 20 Sep 2011 12:47:06 +0000</pubDate>
		<dc:creator>Nicolae Surdu</dc:creator>
				<category><![CDATA[Quick tips]]></category>

		<guid isPermaLink="false">http://www.soyoucode.com/?p=76</guid>
		<description><![CDATA[Apparently, just deleting the Developer folder won't cut it. I found out that the correct way to uninstall Xcode is to run a command in the terminal.]]></description>
		<wfw:commentRss>http://www.soyoucode.com/2011/uninstall-xcode-from-mac/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Custom JavaScript events</title>
		<link>http://www.soyoucode.com/2011/custom-javascrip-events</link>
		<comments>http://www.soyoucode.com/2011/custom-javascrip-events#comments</comments>
		<pubDate>Tue, 14 Jun 2011 21:15:27 +0000</pubDate>
		<dc:creator>Nicolae Surdu</dc:creator>
				<category><![CDATA[Coding]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[web development]]></category>

		<guid isPermaLink="false">http://www.soyoucode.com/?p=70</guid>
		<description><![CDATA[So, you want to trigger an event when something happens in you javascript code? There might be better ways to do it, but here is the solution that I use for my code which is pretty light and easy to understand.]]></description>
		<wfw:commentRss>http://www.soyoucode.com/2011/custom-javascrip-events/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>How to minify HTML output in Django</title>
		<link>http://www.soyoucode.com/2011/minify-html-output-django</link>
		<comments>http://www.soyoucode.com/2011/minify-html-output-django#comments</comments>
		<pubDate>Mon, 09 May 2011 11:09:23 +0000</pubDate>
		<dc:creator>Nicolae Surdu</dc:creator>
				<category><![CDATA[Coding]]></category>
		<category><![CDATA[django]]></category>
		<category><![CDATA[web development]]></category>

		<guid isPermaLink="false">http://www.soyoucode.com/?p=69</guid>
		<description><![CDATA[So, you want to compress the size of the HTML that Django generates? Here is the Django way to do it. 

In order to do this, you'll have to <a href="http://docs.djangoproject.com/en/1.3/topics/http/middleware/#writing-your-own-middleware">write a middleware</a> for your application.]]></description>
		<wfw:commentRss>http://www.soyoucode.com/2011/minify-html-output-django/feed</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
		<item>
		<title>Coding a giant under the microscope: Farbrausch</title>
		<link>http://www.soyoucode.com/2011/coding-giant-under-microscope-farbrausch</link>
		<comments>http://www.soyoucode.com/2011/coding-giant-under-microscope-farbrausch#comments</comments>
		<pubDate>Fri, 11 Mar 2011 23:52:12 +0000</pubDate>
		<dc:creator>Nicolae Surdu</dc:creator>
				<category><![CDATA[Featured]]></category>
		<category><![CDATA[demo]]></category>
		<category><![CDATA[Farbrausch]]></category>

		<guid isPermaLink="false">http://www.soyoucode.com/?p=51</guid>
		<description><![CDATA[So, you think that some nice 3D graphics require so much space that it would come on a DVD or a CD ? You are almost right... I say almost because there are this guys in Germany who would try to tell you otherwise. They are called by the name Farbrausch and are well-known on the demoscene ...scene. They write some astonishing 3D computer generated animations that occupy as less as 64 kilobytes.]]></description>
		<wfw:commentRss>http://www.soyoucode.com/2011/coding-giant-under-microscope-farbrausch/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>How to set a variable in Django template</title>
		<link>http://www.soyoucode.com/2011/set-variable-django-template</link>
		<comments>http://www.soyoucode.com/2011/set-variable-django-template#comments</comments>
		<pubDate>Fri, 18 Feb 2011 10:18:44 +0000</pubDate>
		<dc:creator>Nicolae Surdu</dc:creator>
				<category><![CDATA[Coding]]></category>
		<category><![CDATA[django]]></category>

		<guid isPermaLink="false">http://www.soyoucode.com/?p=50</guid>
		<description><![CDATA[So, you need for some reason to set a variable inside a Django template? As you may have figured by now, Django does not implement such a feature. That is, because the logic of setting the variable must go in the view, not in the template. But there are some rare cases when you actually need this.]]></description>
		<wfw:commentRss>http://www.soyoucode.com/2011/set-variable-django-template/feed</wfw:commentRss>
		<slash:comments>22</slash:comments>
		</item>
		<item>
		<title>Quicktip: capture the output of a Django command</title>
		<link>http://www.soyoucode.com/2011/capture-output-django-command</link>
		<comments>http://www.soyoucode.com/2011/capture-output-django-command#comments</comments>
		<pubDate>Sat, 05 Feb 2011 22:49:12 +0000</pubDate>
		<dc:creator>Nicolae Surdu</dc:creator>
				<category><![CDATA[Coding]]></category>
		<category><![CDATA[Quick tips]]></category>
		<category><![CDATA[django]]></category>
		<category><![CDATA[web development]]></category>

		<guid isPermaLink="false">http://www.soyoucode.com/?p=49</guid>
		<description><![CDATA[So, you want to programmatically call a Django command, and then capture it's output?  The documentation is very slim when it talks about how to call a Django command from code. To call a Django command from code it's easy: just use call_command. To solve the trick of capturing the output of this I had to dig a little intro the Django source.]]></description>
		<wfw:commentRss>http://www.soyoucode.com/2011/capture-output-django-command/feed</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>Quick tip: how to refresh the favicon</title>
		<link>http://www.soyoucode.com/2011/refresh-favicon</link>
		<comments>http://www.soyoucode.com/2011/refresh-favicon#comments</comments>
		<pubDate>Wed, 26 Jan 2011 08:35:09 +0000</pubDate>
		<dc:creator>Nicolae Surdu</dc:creator>
				<category><![CDATA[Quick tips]]></category>

		<guid isPermaLink="false">http://www.soyoucode.com/?p=26</guid>
		<description><![CDATA[So, you made a new favicon, you&#8217;ve replaced the old one with the new one on the server, and no matter what you do you still see the old favicon on the website ? Clearing the cache almost never works, so what do you do? Actually, the solution is very easy: access the favicon directly [...]]]></description>
		<wfw:commentRss>http://www.soyoucode.com/2011/refresh-favicon/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
