<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments for Devlopr</title>
	<atom:link href="http://www.devlopr.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.devlopr.com</link>
	<description>Jayesh Kitukale&#039;s Bold Blog</description>
	<lastBuildDate>Thu, 14 Jan 2010 07:17:51 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on After all! What is this no-framework? by Tim Lind</title>
		<link>http://www.devlopr.com/after-all-what-is-this-no-framework/comment-page-1/#comment-32</link>
		<dc:creator>Tim Lind</dc:creator>
		<pubDate>Thu, 14 Jan 2010 07:17:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.devlopr.com/?p=27#comment-32</guid>
		<description>Hey.

I know exactly what you mean, in fact, I&#039;ve spent a long time building a framework with the same desires, that it doesn&#039;t do anything that you don&#039;t actually see.

You can have a &quot;framework&quot; that let&#039;s you actually control and know every action that is taking place, instead of bundling actions together. This framework will provide you full control but still deal with all of the messy things so you only need to worry about the core concern.

I have recently created a design that provides this and I&#039;m really happy with it for my (usually very fussy) needs.

I put up a quick preview of some of that &quot;framework&quot;, which ends up actually being more like an API, and I think that is the trick to achieving a powerful and easy to understand framework.

http://timlind.posterous.com/greatest-little-database-framework</description>
		<content:encoded><![CDATA[<p>Hey.</p>
<p>I know exactly what you mean, in fact, I&#8217;ve spent a long time building a framework with the same desires, that it doesn&#8217;t do anything that you don&#8217;t actually see.</p>
<p>You can have a &#8220;framework&#8221; that let&#8217;s you actually control and know every action that is taking place, instead of bundling actions together. This framework will provide you full control but still deal with all of the messy things so you only need to worry about the core concern.</p>
<p>I have recently created a design that provides this and I&#8217;m really happy with it for my (usually very fussy) needs.</p>
<p>I put up a quick preview of some of that &#8220;framework&#8221;, which ends up actually being more like an API, and I think that is the trick to achieving a powerful and easy to understand framework.</p>
<p><a href="http://timlind.posterous.com/greatest-little-database-framework" rel="nofollow">http://timlind.posterous.com/greatest-little-database-framework</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Do Frameworks Fail? When? by Hari K T</title>
		<link>http://www.devlopr.com/do-frameworks-fail-when/comment-page-1/#comment-23</link>
		<dc:creator>Hari K T</dc:creator>
		<pubDate>Mon, 04 Jan 2010 19:33:47 +0000</pubDate>
		<guid isPermaLink="false">http://devlopr.com/?p=4#comment-23</guid>
		<description>I agree we may spend lots of time learning a framework. But once we learn it developing makes faster.
Also for example many of the frameworks uses security measures when getting data&#039;s like the form. We may need to write the same code again and again and debug many in plain PHP. But with the help of framework it reduces.
Also SQL injections etc ..
The client may not be having a technical background , and many of the developers write buggy codes without framework . They are more interested in the layout and design. But once the site goes live and when it gets lots of traffics then he will recognize it. 
Also some frameworks has cache that decreases the loading time . So I am always I person standing to go for frameworks.
Also using a particular framework the clients will be able to find any developer who can alter the code later easily. He doesn&#039;t want to search for the same developer if he is busy ...
I hope so :) . 
Thanks</description>
		<content:encoded><![CDATA[<p>I agree we may spend lots of time learning a framework. But once we learn it developing makes faster.<br />
Also for example many of the frameworks uses security measures when getting data&#8217;s like the form. We may need to write the same code again and again and debug many in plain PHP. But with the help of framework it reduces.<br />
Also SQL injections etc ..<br />
The client may not be having a technical background , and many of the developers write buggy codes without framework . They are more interested in the layout and design. But once the site goes live and when it gets lots of traffics then he will recognize it.<br />
Also some frameworks has cache that decreases the loading time . So I am always I person standing to go for frameworks.<br />
Also using a particular framework the clients will be able to find any developer who can alter the code later easily. He doesn&#8217;t want to search for the same developer if he is busy &#8230;<br />
I hope so <img src='http://www.devlopr.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  .<br />
Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on After all! What is this no-framework? by abcphp.com</title>
		<link>http://www.devlopr.com/after-all-what-is-this-no-framework/comment-page-1/#comment-22</link>
		<dc:creator>abcphp.com</dc:creator>
		<pubDate>Sun, 03 Jan 2010 10:09:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.devlopr.com/?p=27#comment-22</guid>
		<description>&lt;strong&gt;After all! What is this no-framework?...&lt;/strong&gt;

Most frameworks rely on the Hollywood principle: Don’t call us, we will call you! This is the root of all the problems. The classic MVC pattern is a great tool, but it is almost always implemented in conjunction with the Hollywood principle (Technicall...</description>
		<content:encoded><![CDATA[<p><strong>After all! What is this no-framework?&#8230;</strong></p>
<p>Most frameworks rely on the Hollywood principle: Don’t call us, we will call you! This is the root of all the problems. The classic MVC pattern is a great tool, but it is almost always implemented in conjunction with the Hollywood principle (Technicall&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on After all! What is this no-framework? by Jayesh Kitukale</title>
		<link>http://www.devlopr.com/after-all-what-is-this-no-framework/comment-page-1/#comment-21</link>
		<dc:creator>Jayesh Kitukale</dc:creator>
		<pubDate>Sun, 03 Jan 2010 01:45:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.devlopr.com/?p=27#comment-21</guid>
		<description>@Paul
Sorry I think I am not writing well enough. What I am trying to tell is that the main feature of any framework is the Callback mechanism which &quot;hides&quot; things. This is the main reason why frameworks are so tricky. If what I am doing is also called framework, then alright, I am just asking to make a &quot;visible&quot; framework where the framework does not hide anything. Everything is plain visible in just a few locations not several intricate web of folders and files. Most framework builders will not call such a framework, a framework at all because, according to them, the most important aspect that of hiding the common stuff will not be done in this no-framework.
I hope I am clear enough now?</description>
		<content:encoded><![CDATA[<p>@Paul<br />
Sorry I think I am not writing well enough. What I am trying to tell is that the main feature of any framework is the Callback mechanism which &#8220;hides&#8221; things. This is the main reason why frameworks are so tricky. If what I am doing is also called framework, then alright, I am just asking to make a &#8220;visible&#8221; framework where the framework does not hide anything. Everything is plain visible in just a few locations not several intricate web of folders and files. Most framework builders will not call such a framework, a framework at all because, according to them, the most important aspect that of hiding the common stuff will not be done in this no-framework.<br />
I hope I am clear enough now?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on The Mystery of the Dead Project – Exposed by JohnKraft</title>
		<link>http://www.devlopr.com/the-mystery-of-the-dead-project-%e2%80%93-exposed/comment-page-1/#comment-20</link>
		<dc:creator>JohnKraft</dc:creator>
		<pubDate>Sat, 02 Jan 2010 21:52:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.devlopr.com/?p=35#comment-20</guid>
		<description>hey this nice post and also bookmarked your site to look for more updates...thanks.</description>
		<content:encoded><![CDATA[<p>hey this nice post and also bookmarked your site to look for more updates&#8230;thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on After all! What is this no-framework? by Paul</title>
		<link>http://www.devlopr.com/after-all-what-is-this-no-framework/comment-page-1/#comment-19</link>
		<dc:creator>Paul</dc:creator>
		<pubDate>Sat, 02 Jan 2010 18:01:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.devlopr.com/?p=27#comment-19</guid>
		<description>Reminds me of Rasmus&#039; post - http://toys.lerdorf.com/archives/38-The-no-framework-PHP-MVC-framework.html

The main concern is that when you develop your own &quot;no framework&quot; you end up framework anyway, with code that you only understand.  Hard to find developers for code that only you understand.  Granted if you have the time and resources to properly document and standardize code, you can get around this... but most people can&#039;t.</description>
		<content:encoded><![CDATA[<p>Reminds me of Rasmus&#8217; post &#8211; <a href="http://toys.lerdorf.com/archives/38-The-no-framework-PHP-MVC-framework.html" rel="nofollow">http://toys.lerdorf.com/archives/38-The-no-framework-PHP-MVC-framework.html</a></p>
<p>The main concern is that when you develop your own &#8220;no framework&#8221; you end up framework anyway, with code that you only understand.  Hard to find developers for code that only you understand.  Granted if you have the time and resources to properly document and standardize code, you can get around this&#8230; but most people can&#8217;t.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Do Frameworks Fail? When? by helloworlder</title>
		<link>http://www.devlopr.com/do-frameworks-fail-when/comment-page-1/#comment-18</link>
		<dc:creator>helloworlder</dc:creator>
		<pubDate>Sat, 02 Jan 2010 02:56:00 +0000</pubDate>
		<guid isPermaLink="false">http://devlopr.com/?p=4#comment-18</guid>
		<description>I agree wholeheartedly. Recently I had to choose between using the Zend Framework or CakePHP. In the end the Zend Framework was the winner by a long shot. People say that RAD frameworks like Rails and CakePHP are great for beginners because it&#039;s easy to get started. I disagree strongly. It&#039;s like using Dreamweaver without knowing HTML or CSS. When you run into a problem you are totally lost. I think RAD frameworks are great for people who are proficient or experts in OO programming and MVC, but for beginners there&#039;s no taking shortcuts. You can&#039;t use a framework without knowing how it *really* works.

I made a loooong post (well not that long) on Stack Overflow on the topic of CakePHP vs. the Zend Framework so I&#039;m not going to repeat everything in this comment. The link to the post is:

http://stackoverflow.com/questions/77371/zend-framework-or-cakephp/1944557#1944557</description>
		<content:encoded><![CDATA[<p>I agree wholeheartedly. Recently I had to choose between using the Zend Framework or CakePHP. In the end the Zend Framework was the winner by a long shot. People say that RAD frameworks like Rails and CakePHP are great for beginners because it&#8217;s easy to get started. I disagree strongly. It&#8217;s like using Dreamweaver without knowing HTML or CSS. When you run into a problem you are totally lost. I think RAD frameworks are great for people who are proficient or experts in OO programming and MVC, but for beginners there&#8217;s no taking shortcuts. You can&#8217;t use a framework without knowing how it *really* works.</p>
<p>I made a loooong post (well not that long) on Stack Overflow on the topic of CakePHP vs. the Zend Framework so I&#8217;m not going to repeat everything in this comment. The link to the post is:</p>
<p><a href="http://stackoverflow.com/questions/77371/zend-framework-or-cakephp/1944557#1944557" rel="nofollow">http://stackoverflow.com/questions/77371/zend-framework-or-cakephp/1944557#1944557</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Do Frameworks Fail? When? by Jayesh Kitukale</title>
		<link>http://www.devlopr.com/do-frameworks-fail-when/comment-page-1/#comment-17</link>
		<dc:creator>Jayesh Kitukale</dc:creator>
		<pubDate>Fri, 01 Jan 2010 08:06:15 +0000</pubDate>
		<guid isPermaLink="false">http://devlopr.com/?p=4#comment-17</guid>
		<description>@Paul
Good that you asked the question about the alternative.  Here is the post I wrote to answer your question.
&lt;a href=&quot;http://www.devlopr.com/after-all-what-is-this-no-framework/&quot; rel=&quot;nofollow&quot;&gt;After all! What is this no-framework?&lt;/a&gt;</description>
		<content:encoded><![CDATA[<p>@Paul<br />
Good that you asked the question about the alternative.  Here is the post I wrote to answer your question.<br />
<a href="http://www.devlopr.com/after-all-what-is-this-no-framework/" rel="nofollow">After all! What is this no-framework?</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Do Frameworks Fail? When? by Demosthenes</title>
		<link>http://www.devlopr.com/do-frameworks-fail-when/comment-page-1/#comment-16</link>
		<dc:creator>Demosthenes</dc:creator>
		<pubDate>Fri, 01 Jan 2010 00:00:17 +0000</pubDate>
		<guid isPermaLink="false">http://devlopr.com/?p=4#comment-16</guid>
		<description>It sounds like someone had a run in with Zend Framework.  The fanboy framework of choice.  The ever pretentious bloated mess that can only be described as an Academic Framework.  
Where 
complexity == unquestionable loyalty from  people who don&#039;t know how to code.

Pretty bad when IBM is quietly telling their clients to back away from the entire Zend environment because of the Framework.

I recommend using the &quot;non-framework&quot; known as CodeIgniter if you do choose to use one.  Or if you want to deal with some complexity then go with Cake although Cake feels a bit like an overbearing spouse who never wants to give you the remote control.</description>
		<content:encoded><![CDATA[<p>It sounds like someone had a run in with Zend Framework.  The fanboy framework of choice.  The ever pretentious bloated mess that can only be described as an Academic Framework.<br />
Where<br />
complexity == unquestionable loyalty from  people who don&#8217;t know how to code.</p>
<p>Pretty bad when IBM is quietly telling their clients to back away from the entire Zend environment because of the Framework.</p>
<p>I recommend using the &#8220;non-framework&#8221; known as CodeIgniter if you do choose to use one.  Or if you want to deal with some complexity then go with Cake although Cake feels a bit like an overbearing spouse who never wants to give you the remote control.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Do Frameworks Fail? When? by Paul</title>
		<link>http://www.devlopr.com/do-frameworks-fail-when/comment-page-1/#comment-15</link>
		<dc:creator>Paul</dc:creator>
		<pubDate>Thu, 31 Dec 2009 20:55:58 +0000</pubDate>
		<guid isPermaLink="false">http://devlopr.com/?p=4#comment-15</guid>
		<description>What is the alternative? For many individuals and companies developing your own custom framework or library of code can turn out to be a disaster.  Chances are somebody else has done it before and better.  Stick to your domain, and focus your development on what separates this web application from others.

One good point this article mentions is that there is a trade off.  Every time a framework magically does something for you, realize there is overhead and a cost.  Usually its speed. 

A good framework is one that does not force use to use all components, and let&#039;s you easily strip out pieces you don&#039;t need.  First step get your new app up and running, then focus on finding bottlenecks and implement caching where needed.</description>
		<content:encoded><![CDATA[<p>What is the alternative? For many individuals and companies developing your own custom framework or library of code can turn out to be a disaster.  Chances are somebody else has done it before and better.  Stick to your domain, and focus your development on what separates this web application from others.</p>
<p>One good point this article mentions is that there is a trade off.  Every time a framework magically does something for you, realize there is overhead and a cost.  Usually its speed. </p>
<p>A good framework is one that does not force use to use all components, and let&#8217;s you easily strip out pieces you don&#8217;t need.  First step get your new app up and running, then focus on finding bottlenecks and implement caching where needed.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
