<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss 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/" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0">

<channel>
	<title>Webrevised</title>
	
	<link>http://www.webrevised.com</link>
	<description>Thoughts and code on the WWW, Internet and Code culture in general</description>
	<lastBuildDate>Wed, 07 Dec 2011 10:02:36 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.3</generator>
		<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/Webrevised" /><feedburner:info uri="webrevised" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><item>
		<title>Extending Code Igniter Active Record Class</title>
		<link>http://feedproxy.google.com/~r/Webrevised/~3/wrcFwcBLreM/</link>
		<comments>http://www.webrevised.com/189-extending-code-igniter-active-record-class/#comments</comments>
		<pubDate>Fri, 04 Nov 2011 16:06:32 +0000</pubDate>
		<dc:creator>ChT</dc:creator>
				<category><![CDATA[CodeIgniter]]></category>
		<category><![CDATA[featured]]></category>
		<category><![CDATA[active record]]></category>
		<category><![CDATA[codeigniter]]></category>

		<guid isPermaLink="false">http://www.webrevised.com/?p=189</guid>
		<description>Learn how to extend the Code Igniter Active Record class and use it to make complex queries with mutliple ANDs and ORs

Everyone working with code igniter is undoubtedly using the Active Record Class, which allows us to generate SQL queries with out the hassle of SQL itself.

I personally love it, but sometimes I am ...&lt;img src="http://feeds.feedburner.com/~r/Webrevised/~4/wrcFwcBLreM" height="1" width="1"/&gt;</description>
		<wfw:commentRss>http://www.webrevised.com/189-extending-code-igniter-active-record-class/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		<feedburner:origLink>http://www.webrevised.com/189-extending-code-igniter-active-record-class/</feedburner:origLink></item>
		<item>
		<title>jQuery Lazy Loading Script – On Demand Javascript plugin</title>
		<link>http://feedproxy.google.com/~r/Webrevised/~3/0dPieQmNDpI/</link>
		<comments>http://www.webrevised.com/169-jquery-lazy-loading-script-on-demand-javascript-plugin/#comments</comments>
		<pubDate>Mon, 31 Oct 2011 13:59:30 +0000</pubDate>
		<dc:creator>ChT</dc:creator>
				<category><![CDATA[featured]]></category>
		<category><![CDATA[jQuery]]></category>
		<category><![CDATA[downloads]]></category>
		<category><![CDATA[lazy loading]]></category>
		<category><![CDATA[on demand]]></category>

		<guid isPermaLink="false">http://www.webrevised.com/?p=169</guid>
		<description>Lazy load javascript using jQuery. Implement the on demand javascript paradigm and reduce rendering page time while allowing for a more modular way of implementing your web applications.

A Facebook friend asked some help about implementing an "on-demand" loader for javascript. I searched the internet to find a jQuery plugin which would implement  this functionality ...&lt;img src="http://feeds.feedburner.com/~r/Webrevised/~4/0dPieQmNDpI" height="1" width="1"/&gt;</description>
		<wfw:commentRss>http://www.webrevised.com/169-jquery-lazy-loading-script-on-demand-javascript-plugin/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.webrevised.com/169-jquery-lazy-loading-script-on-demand-javascript-plugin/</feedburner:origLink></item>
		<item>
		<title>Code Igniter Data validation class – Updated</title>
		<link>http://feedproxy.google.com/~r/Webrevised/~3/G4EXrWeb9aY/</link>
		<comments>http://www.webrevised.com/148-code-igniter-data-validation-class/#comments</comments>
		<pubDate>Thu, 13 Oct 2011 15:23:02 +0000</pubDate>
		<dc:creator>ChT</dc:creator>
				<category><![CDATA[CodeIgniter]]></category>
		<category><![CDATA[featured]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[codeigniter]]></category>
		<category><![CDATA[downloads]]></category>
		<category><![CDATA[validation]]></category>

		<guid isPermaLink="false">http://www.webrevised.com/?p=148</guid>
		<description>Validate any kind of data using the same way as Form Validation Code Igniter Library. Move your data validation from Controllers to Models and achieve a Fat Model skinny Controller Theme in Code Igniter


Update
It seems that the new version of Code Igniter breaks the Data validation class. The fix is relatively simple, just change ...&lt;img src="http://feeds.feedburner.com/~r/Webrevised/~4/G4EXrWeb9aY" height="1" width="1"/&gt;</description>
		<wfw:commentRss>http://www.webrevised.com/148-code-igniter-data-validation-class/feed/</wfw:commentRss>
		<slash:comments>9</slash:comments>
		<feedburner:origLink>http://www.webrevised.com/148-code-igniter-data-validation-class/</feedburner:origLink></item>
		<item>
		<title>Timthumb.php vulnerability – thousands of templates affected</title>
		<link>http://feedproxy.google.com/~r/Webrevised/~3/8etsqasb7Fg/</link>
		<comments>http://www.webrevised.com/130-timthumb-php-vulnerability-thousands-of-templates-affected/#comments</comments>
		<pubDate>Thu, 18 Aug 2011 19:55:26 +0000</pubDate>
		<dc:creator>ChT</dc:creator>
				<category><![CDATA[featured]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[fix]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[security]]></category>
		<category><![CDATA[timthumb]]></category>

		<guid isPermaLink="false">http://www.webrevised.com/?p=130</guid>
		<description>Scouring the internet today I have learned about a new CRITICAL vulnerability opened by the timthumb.php - online image resize script. This post will help you identify if you use timthumb.php and propose immediate action



Timthumb is used, literally by thousands of developers and is one of the most favourite scripts used by template developers(no ...&lt;img src="http://feeds.feedburner.com/~r/Webrevised/~4/8etsqasb7Fg" height="1" width="1"/&gt;</description>
		<wfw:commentRss>http://www.webrevised.com/130-timthumb-php-vulnerability-thousands-of-templates-affected/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		<feedburner:origLink>http://www.webrevised.com/130-timthumb-php-vulnerability-thousands-of-templates-affected/</feedburner:origLink></item>
		<item>
		<title>To framework or not to framework (Why reinvent the wheel? )</title>
		<link>http://feedproxy.google.com/~r/Webrevised/~3/EnUAeKDlYtA/</link>
		<comments>http://www.webrevised.com/115-to-framework-or-not-why-reinvent-the-wheel/#comments</comments>
		<pubDate>Sat, 11 Jun 2011 10:09:53 +0000</pubDate>
		<dc:creator>ChT</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[cakephp]]></category>
		<category><![CDATA[codeigniter]]></category>
		<category><![CDATA[framework]]></category>
		<category><![CDATA[yii]]></category>

		<guid isPermaLink="false">http://www.webrevised.com/?p=115</guid>
		<description>Do you still use raw PHP? Still spending time on re-developing what others have already developed and released to the public through free frameworks? Read this post and see how I reached coding maturity after years of raw PHP and developing my own framework&lt;img src="http://feeds.feedburner.com/~r/Webrevised/~4/EnUAeKDlYtA" height="1" width="1"/&gt;</description>
		<wfw:commentRss>http://www.webrevised.com/115-to-framework-or-not-why-reinvent-the-wheel/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.webrevised.com/115-to-framework-or-not-why-reinvent-the-wheel/</feedburner:origLink></item>
		<item>
		<title>Website and MySQL backup script (Dreamhost friendly)</title>
		<link>http://feedproxy.google.com/~r/Webrevised/~3/bXeZr5F7e80/</link>
		<comments>http://www.webrevised.com/94-website-and-mysql-backup-script-dreamhost-friendly/#comments</comments>
		<pubDate>Tue, 31 May 2011 23:02:32 +0000</pubDate>
		<dc:creator>ChT</dc:creator>
				<category><![CDATA[featured]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[downloads]]></category>
		<category><![CDATA[dreamhost]]></category>
		<category><![CDATA[php]]></category>

		<guid isPermaLink="false">http://www.webrevised.com/?p=94</guid>
		<description>Backing up your websites can be a tedious task. FTP needs to download all files one-by-one and phpMyAdmin is not, usually, easily accessible to the webmaster. Taking the later under consideration I created a script which will let you download your website files and database content quickly and easily ......



Backing up your website is ...&lt;img src="http://feeds.feedburner.com/~r/Webrevised/~4/bXeZr5F7e80" height="1" width="1"/&gt;</description>
		<wfw:commentRss>http://www.webrevised.com/94-website-and-mysql-backup-script-dreamhost-friendly/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		<feedburner:origLink>http://www.webrevised.com/94-website-and-mysql-backup-script-dreamhost-friendly/</feedburner:origLink></item>
		<item>
		<title>WordPress, changing the www – one site at a time</title>
		<link>http://feedproxy.google.com/~r/Webrevised/~3/Fc9MGm3uIH4/</link>
		<comments>http://www.webrevised.com/69-wordpress-changing-the-www-one-site-at-a-time/#comments</comments>
		<pubDate>Sat, 28 May 2011 10:00:45 +0000</pubDate>
		<dc:creator>ChT</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[open source]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[www]]></category>

		<guid isPermaLink="false">http://webrevised.com/?p=69</guid>
		<description>Let's see how and why Wordpress has managed to emerge from a small-scale blogging platform to a full fledged and powerful CMS powering around 13% of the internet




I have to admit it. I am in love with Wordpress, I am using all the time to deliver dynamic and beautiful websites for my clients. When ...&lt;img src="http://feeds.feedburner.com/~r/Webrevised/~4/Fc9MGm3uIH4" height="1" width="1"/&gt;</description>
		<wfw:commentRss>http://www.webrevised.com/69-wordpress-changing-the-www-one-site-at-a-time/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.webrevised.com/69-wordpress-changing-the-www-one-site-at-a-time/</feedburner:origLink></item>
		<item>
		<title>Don’t get hacked! Part One: Never trust user generated content</title>
		<link>http://feedproxy.google.com/~r/Webrevised/~3/XJRd99mNKsw/</link>
		<comments>http://www.webrevised.com/39-dont-get-hacked-part-one/#comments</comments>
		<pubDate>Fri, 27 May 2011 10:23:35 +0000</pubDate>
		<dc:creator>ChT</dc:creator>
				<category><![CDATA[featured]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[security]]></category>

		<guid isPermaLink="false">http://webrevised.com/?p=39</guid>
		<description>Read a first from an article series on how to not get hacked. Useful php tips and snippets which will give a strong headache to possible hackers. This article deals with how you should deal with user generated content, how store it to the database and how to retrieve it and serve it back ...&lt;img src="http://feeds.feedburner.com/~r/Webrevised/~4/XJRd99mNKsw" height="1" width="1"/&gt;</description>
		<wfw:commentRss>http://www.webrevised.com/39-dont-get-hacked-part-one/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.webrevised.com/39-dont-get-hacked-part-one/</feedburner:origLink></item>
		<item>
		<title>CodeIgniter Flattr library</title>
		<link>http://feedproxy.google.com/~r/Webrevised/~3/2whxyOxZQzc/</link>
		<comments>http://www.webrevised.com/12-codeigniter-flattr-library/#comments</comments>
		<pubDate>Tue, 11 Jan 2011 09:55:26 +0000</pubDate>
		<dc:creator>ChT</dc:creator>
				<category><![CDATA[featured]]></category>
		<category><![CDATA[codeigniter]]></category>
		<category><![CDATA[downloads]]></category>
		<category><![CDATA[flattr]]></category>

		<guid isPermaLink="false">http://webrevised.com/?p=12</guid>
		<description>Download a CodeIgniter library which will enable your website to accept social micropayments through Flattr

Download a CodeIgniter library which will enable your website to accept social micropayments through Flattr

Recently I have learnt about Flattr. The social micropayment platform which enables content authors to get some love (cash) from the content users. Flatts already features ...&lt;img src="http://feeds.feedburner.com/~r/Webrevised/~4/2whxyOxZQzc" height="1" width="1"/&gt;</description>
		<wfw:commentRss>http://www.webrevised.com/12-codeigniter-flattr-library/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.webrevised.com/12-codeigniter-flattr-library/</feedburner:origLink></item>
		<item>
		<title>Hello world!</title>
		<link>http://feedproxy.google.com/~r/Webrevised/~3/ZTStECg9KAk/</link>
		<comments>http://www.webrevised.com/1-hello-world/#comments</comments>
		<pubDate>Sun, 05 Dec 2010 16:05:56 +0000</pubDate>
		<dc:creator>ChT</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://webrevised.com/?p=1</guid>
		<description>Dear visitor welcome to web revised. A blog dedicated to all those people empowering our online lives, spending hours and hours,  in front of computers designing websites and rich user interfaces, building web applications or collaborating to the internet culture in general.&lt;img src="http://feeds.feedburner.com/~r/Webrevised/~4/ZTStECg9KAk" height="1" width="1"/&gt;</description>
		<wfw:commentRss>http://www.webrevised.com/1-hello-world/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.webrevised.com/1-hello-world/</feedburner:origLink></item>
	</channel>
</rss><!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk: basic
Page Caching using disk: enhanced

Served from: www.webrevised.com @ 2012-02-22 07:16:28 -->

