<?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>Cyril Mazur &#187; Web development</title>
	<atom:link href="http://cyrilmazur.com/category/web-development/feed" rel="self" type="application/rss+xml" />
	<link>http://cyrilmazur.com</link>
	<description>Passionate web architect</description>
	<lastBuildDate>Thu, 19 Apr 2012 08:18:52 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Good practices for sending emails from your web server</title>
		<link>http://cyrilmazur.com/2012/04/good-practices-sending-emails-from-web-server.html</link>
		<comments>http://cyrilmazur.com/2012/04/good-practices-sending-emails-from-web-server.html#comments</comments>
		<pubDate>Mon, 16 Apr 2012 06:43:57 +0000</pubDate>
		<dc:creator>Cyril</dc:creator>
				<category><![CDATA[Business]]></category>
		<category><![CDATA[Ego]]></category>
		<category><![CDATA[Web development]]></category>

		<guid isPermaLink="false">http://cyrilmazur.com/?p=1193</guid>
		<description><![CDATA[On Forexagone.com, we like to do everything ourselves, meaning we don&#8217;t like to use many third-party services to handle our work, so we are sure that everything is tailored to our needs, well integrated and working all together. For sending our emails, we decided to do it ourselves as well and not use a service [...]]]></description>
		<wfw:commentRss>http://cyrilmazur.com/2012/04/good-practices-sending-emails-from-web-server.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Weird 302 redirect at GoDaddy</title>
		<link>http://cyrilmazur.com/2012/01/weird-302-redirect-godaddy.html</link>
		<comments>http://cyrilmazur.com/2012/01/weird-302-redirect-godaddy.html#comments</comments>
		<pubDate>Thu, 05 Jan 2012 22:11:03 +0000</pubDate>
		<dc:creator>Cyril</dc:creator>
				<category><![CDATA[Business]]></category>
		<category><![CDATA[Computing]]></category>
		<category><![CDATA[Web development]]></category>

		<guid isPermaLink="false">http://cyrilmazur.com/?p=1138</guid>
		<description><![CDATA[It took me some time to realise what was going on, but I finally found out a weird bug (or feature?) on my GoDaddy web hosting this afternoon. Which made me switch to Namecheap later on. This is what happens, totally randomly when a client is accessing a file. Let&#8217;s say you try to access [...]]]></description>
		<wfw:commentRss>http://cyrilmazur.com/2012/01/weird-302-redirect-godaddy.html/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Lazy loading for Javascript</title>
		<link>http://cyrilmazur.com/2011/09/lazy-loading-for-javascript.html</link>
		<comments>http://cyrilmazur.com/2011/09/lazy-loading-for-javascript.html#comments</comments>
		<pubDate>Sun, 25 Sep 2011 20:39:20 +0000</pubDate>
		<dc:creator>Cyril</dc:creator>
				<category><![CDATA[Web development]]></category>
		<category><![CDATA[javascript]]></category>

		<guid isPermaLink="false">http://cyrilmazur.com/?p=1015</guid>
		<description><![CDATA[In a previous post, I was discussing how to lazy load a Facebook widget, so that it loads only when really needed. I have put my thoughts further, and come up with a general way to lazy load any kind of JavaScript snippet. I always take for example the Facebook widgets, which are always very [...]]]></description>
		<wfw:commentRss>http://cyrilmazur.com/2011/09/lazy-loading-for-javascript.html/feed</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Deferred lazy loading of Facebook widgets</title>
		<link>http://cyrilmazur.com/2011/08/deferred-lazy-loading-facebook-widgets.html</link>
		<comments>http://cyrilmazur.com/2011/08/deferred-lazy-loading-facebook-widgets.html#comments</comments>
		<pubDate>Sat, 13 Aug 2011 22:51:43 +0000</pubDate>
		<dc:creator>Cyril</dc:creator>
				<category><![CDATA[Web development]]></category>
		<category><![CDATA[javascript]]></category>

		<guid isPermaLink="false">http://cyrilmazur.com/?p=944</guid>
		<description><![CDATA[If you use social widgets on your web pages, you must be aware of the extra kilobytes of data your visitors are going to load for this, and how it&#8217;s going to affect the loading time of your pages. It can be difficult to figure the weight of those widgets, but sometimes they&#8217;re worth considering [...]]]></description>
		<wfw:commentRss>http://cyrilmazur.com/2011/08/deferred-lazy-loading-facebook-widgets.html/feed</wfw:commentRss>
		<slash:comments>10</slash:comments>
		</item>
		<item>
		<title>Give feedback to your users (PHP CLI coding)</title>
		<link>http://cyrilmazur.com/2011/07/give-feedback-to-your-users-php-cli-coding.html</link>
		<comments>http://cyrilmazur.com/2011/07/give-feedback-to-your-users-php-cli-coding.html#comments</comments>
		<pubDate>Sun, 17 Jul 2011 21:11:56 +0000</pubDate>
		<dc:creator>Cyril</dc:creator>
				<category><![CDATA[Web development]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[php]]></category>

		<guid isPermaLink="false">http://cyrilmazur.com/?p=758</guid>
		<description><![CDATA[Whereas PHP&#8217;s main usage is to generate web pages, it can also be used as a scripting language in your shell (just like bash or python). To that purpose, you can use the CLI version of PHP (CLI standing for Command Line Interface). The purpose of a CLI script is different, it&#8217;s not to generate [...]]]></description>
		<wfw:commentRss>http://cyrilmazur.com/2011/07/give-feedback-to-your-users-php-cli-coding.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Forex for beginners</title>
		<link>http://cyrilmazur.com/2011/05/forex-for-beginners.html</link>
		<comments>http://cyrilmazur.com/2011/05/forex-for-beginners.html#comments</comments>
		<pubDate>Thu, 19 May 2011 19:43:19 +0000</pubDate>
		<dc:creator>Cyril</dc:creator>
				<category><![CDATA[Business]]></category>
		<category><![CDATA[Computing]]></category>
		<category><![CDATA[Ego]]></category>
		<category><![CDATA[Web development]]></category>
		<category><![CDATA[flex]]></category>
		<category><![CDATA[forex]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[php]]></category>

		<guid isPermaLink="false">http://cyrilmazur.com/?p=851</guid>
		<description><![CDATA[Today, I&#8217;m taking the time to talk about my new project, Forexagone.com. It&#8217;s a website (in french only so far) whose aim is to teach Forex to very beginners, in a way it has not been done before. We really make Forex easy to learn for beginners, who can really start from the very beginning [...]]]></description>
		<wfw:commentRss>http://cyrilmazur.com/2011/05/forex-for-beginners.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Rotating your log files with logrotate</title>
		<link>http://cyrilmazur.com/2010/11/rotating-your-log-files-with-logrotate.html</link>
		<comments>http://cyrilmazur.com/2010/11/rotating-your-log-files-with-logrotate.html#comments</comments>
		<pubDate>Tue, 02 Nov 2010 11:44:02 +0000</pubDate>
		<dc:creator>Cyril</dc:creator>
				<category><![CDATA[Computing]]></category>
		<category><![CDATA[Web development]]></category>
		<category><![CDATA[linux]]></category>

		<guid isPermaLink="false">http://cyrilmazur.com/?p=813</guid>
		<description><![CDATA[If you&#8217;re like me and you&#8217;re used to log what&#8217;s going on your web application, you might want to know how to rotate your log files just like Linux commonly does for its system logs. No need to code anything for that purpose, you can simply use the same software as your system: logrotate. Attention: [...]]]></description>
		<wfw:commentRss>http://cyrilmazur.com/2010/11/rotating-your-log-files-with-logrotate.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Proposal: best practices for writing PHP</title>
		<link>http://cyrilmazur.com/2010/10/proposal-best-practices-for-writing-php.html</link>
		<comments>http://cyrilmazur.com/2010/10/proposal-best-practices-for-writing-php.html#comments</comments>
		<pubDate>Sun, 03 Oct 2010 19:48:52 +0000</pubDate>
		<dc:creator>Cyril</dc:creator>
				<category><![CDATA[Computing]]></category>
		<category><![CDATA[Ego]]></category>
		<category><![CDATA[Web development]]></category>
		<category><![CDATA[php]]></category>

		<guid isPermaLink="false">http://cyrilmazur.com/?p=720</guid>
		<description><![CDATA[My motivation in writing this proposal comes from years of PHP practice, when I had to use other people&#8217;s code and their code looks like garbage so much that I wanted to throw it to the their face rather than using it. I can&#8217;t expect everybody to write clear code, but if I could turn [...]]]></description>
		<wfw:commentRss>http://cyrilmazur.com/2010/10/proposal-best-practices-for-writing-php.html/feed</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>strtolower and UTF-8</title>
		<link>http://cyrilmazur.com/2010/09/strtolower-and-utf-8.html</link>
		<comments>http://cyrilmazur.com/2010/09/strtolower-and-utf-8.html#comments</comments>
		<pubDate>Mon, 27 Sep 2010 09:00:34 +0000</pubDate>
		<dc:creator>Cyril</dc:creator>
				<category><![CDATA[Computing]]></category>
		<category><![CDATA[Web development]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[strtolower]]></category>
		<category><![CDATA[utf-8]]></category>

		<guid isPermaLink="false">http://cyrilmazur.com/?p=568</guid>
		<description><![CDATA[Charset issues is something that always made me go mad. And since I&#8217;m french and I&#8217;ve designed many french websites, it&#8217;s something I couldn&#8217;t escape, thanks to all these special chars we have in our language Well, today an issue came up with the strtolower function. Look at what follows: $t1 = 'Expérience'; $t2 = [...]]]></description>
		<wfw:commentRss>http://cyrilmazur.com/2010/09/strtolower-and-utf-8.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>5 things to know before starting to design a WordPress theme</title>
		<link>http://cyrilmazur.com/2010/09/5-things-to-know-before-starting-to-design-a-wordpress-theme.html</link>
		<comments>http://cyrilmazur.com/2010/09/5-things-to-know-before-starting-to-design-a-wordpress-theme.html#comments</comments>
		<pubDate>Wed, 22 Sep 2010 13:00:43 +0000</pubDate>
		<dc:creator>Cyril</dc:creator>
				<category><![CDATA[Ego]]></category>
		<category><![CDATA[Web development]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://cyrilmazur.com/?p=583</guid>
		<description><![CDATA[With hindsight, there are things that are definitively not obvious to me when I started to design my first WordPress theme, things which are not very well explained in the official documentation. To begin, be aware that WordPress theming is everything but beautiful coding: no OOP, no MVC, no respect of coding good practices, nor even [...]]]></description>
		<wfw:commentRss>http://cyrilmazur.com/2010/09/5-things-to-know-before-starting-to-design-a-wordpress-theme.html/feed</wfw:commentRss>
		<slash:comments>15</slash:comments>
		</item>
	</channel>
</rss>

