<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="wordpress/2.0.1" -->
<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/"
	>

<channel>
	<title>web.develop blog</title>
	<link>http://blog.web-develop.info/en</link>
	<description>modern web techniques</description>
	<pubDate>Mon, 06 Mar 2006 19:18:19 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.0.1</generator>
	<language>en</language>
			<item>
		<title>Design Patterns in PHP</title>
		<link>http://blog.web-develop.info/en/2006/03/design-patterns-in-php/</link>
		<comments>http://blog.web-develop.info/en/2006/03/design-patterns-in-php/#comments</comments>
		<pubDate>Mon, 06 Mar 2006 19:18:19 +0000</pubDate>
		<dc:creator>mk</dc:creator>
		
	<dc:subject>PHP</dc:subject>
	<dc:subject>Tutorials</dc:subject><dc:subject>composite</dc:subject><dc:subject>design patterns</dc:subject><dc:subject>observer</dc:subject><dc:subject>visitor</dc:subject>
		<guid isPermaLink="false">http://blog.web-develop.info/en/2006/03/design-patterns-in-php/</guid>
		<description><![CDATA[The Zend Developer Zone has an excellent series on how to follow design patterns when programming in PHP5. 

It starts off with an introduction to the topic, and then presents three pattern until now, Observer, Composite and Visitor. Each article is split into two parts and goes step-by-step from theoretical background over class models to [...]]]></description>
			<content:encoded><![CDATA[<p>The <a href="http://devzone.zend.com">Zend Developer Zone</a> has <a href="http://devzone.zend.com/public/view/tag/Design%20Patterns">an excellent series</a> on how to follow design patterns when programming in PHP5. </p>

<p>It starts off with an <a href="http://devzone.zend.com/node/view/id/3">introduction</a> to the topic, and then presents three pattern until now, <a href="http://devzone.zend.com/node/view/id/5">Observer</a>, <a href="http://devzone.zend.com/node/view/id/7">Composite</a> and <a href="http://devzone.zend.com/node/view/id/9">Visitor</a>. Each article is split into two parts and goes step-by-step from theoretical background over class models to real PHP code. </p>
]]></content:encoded>
			<wfw:commentRSS>http://blog.web-develop.info/en/2006/03/design-patterns-in-php/feed/</wfw:commentRSS>
		</item>
		<item>
		<title>Book review: Professional AJAX (Wrox)</title>
		<link>http://blog.web-develop.info/en/2006/03/book-review-professional-ajax-wrox/</link>
		<comments>http://blog.web-develop.info/en/2006/03/book-review-professional-ajax-wrox/#comments</comments>
		<pubDate>Mon, 06 Mar 2006 18:19:05 +0000</pubDate>
		<dc:creator>mk</dc:creator>
		
	<dc:subject>AJAX</dc:subject>
	<dc:subject>Book Reviews</dc:subject><dc:subject>professional ajax</dc:subject><dc:subject>wrox</dc:subject>
		<guid isPermaLink="false">http://blog.web-develop.info/en/2006/03/book-review-professional-ajax-wrox/</guid>
		<description><![CDATA[

Professional AJAX is a new book in the Wrox Programmer to Programmer-Series, written by Nicholas C. Zakas, Jermy McPeak and Joe Fawcett. Sreejith has reviewed it and thinks it is the best book on the topic so far. 

(via AJAX Blog)
]]></description>
			<content:encoded><![CDATA[<div class="amazon-body"><a href="http://www.amazon.com/exec/obidos/redirect?tag=webdevelopblo-20%26link_code=xm2%26camp=2025%26creative=165953%26path=http://www.amazon.com/gp/redirect.html%253fASIN=0471777781%2526tag=webdevelopblo-20%2526lcode=xm2%2526cID=2025%2526ccmID=165953%2526location=/o/ASIN/0471777781%25253FSubscriptionId=0EMV44A9A5YT1RVDGZ82" title="View product details at Amazon"><img src="http://ec1.images-amazon.com/images/P/0471777781.01._SCMZZZZZZZ_.jpg" alt="Professional Ajax" /></a></div>

<p><a href="http://www.amazon.com/exec/obidos/redirect?link_code=as2&#038;path=ASIN/0471777781&#038;tag=webdevelopblo-20&#038;camp=1789&#038;creative=9325">Professional AJAX</a> is a new book in the <a href="http://www.wrox.com">Wrox Programmer to Programmer</a>-Series, written by Nicholas C. Zakas, Jermy McPeak and Joe Fawcett. <a href="http://www.sr-ultimate.com/2006/03/05/professional-ajax-review/">Sreejith has reviewed it</a> and thinks it is the best book on the topic so far. </p>

<p>(via <a href="http://ajaxblog.com/archives/2006/03/04/professional-ajax-review">AJAX Blog</a>)</p>
]]></content:encoded>
			<wfw:commentRSS>http://blog.web-develop.info/en/2006/03/book-review-professional-ajax-wrox/feed/</wfw:commentRSS>
		</item>
		<item>
		<title>Zend Framework goes public</title>
		<link>http://blog.web-develop.info/en/2006/03/zend-framework-goes-public/</link>
		<comments>http://blog.web-develop.info/en/2006/03/zend-framework-goes-public/#comments</comments>
		<pubDate>Sun, 05 Mar 2006 19:03:10 +0000</pubDate>
		<dc:creator>mk</dc:creator>
		
	<dc:subject>PHP</dc:subject>
	<dc:subject>Libraries</dc:subject><dc:subject>zend framework</dc:subject>
		<guid isPermaLink="false">http://blog.web-develop.info/en/2006/03/zend-framework-goes-public/</guid>
		<description><![CDATA[On March 3rd, a first preview version of Zend Framework has been released to public.


  Zend Framework is a high quality and open source framework for developing Web Applications and Web Services.
  
  Built in the true PHP spirit, the Zend Framework delivers ease-of-use and powerful functionality. It provides solutions for building [...]]]></description>
			<content:encoded><![CDATA[<p>On March 3rd, a first preview version of <a href="http://framework.zend.com">Zend Framework</a> has been released to public.</p>

<blockquote>
  <p>Zend Framework is a high quality and open source framework for developing Web Applications and Web Services.</p>
  
  <p>Built in the true PHP spirit, the Zend Framework delivers ease-of-use and powerful functionality. It provides solutions for building modern, robust, and secure websites.</p>
</blockquote>

<p>Ivo Jansch has already looked at it and <a href="http://www.achievo.org/blog/archives/29-Quick-Zend-Framework-review.html">written a short review</a>, but is in doubt that the Zend Framework is really a framework. Some insights into the licensing around it <a href="http://blog.stuartherbert.com/gentoo.php/2006/03/05/zend_framework_and_the_contributor_licen">gives Stuart Herbert</a>.</p>
]]></content:encoded>
			<wfw:commentRSS>http://blog.web-develop.info/en/2006/03/zend-framework-goes-public/feed/</wfw:commentRSS>
		</item>
		<item>
		<title>Book sales indicate AJAX growth</title>
		<link>http://blog.web-develop.info/en/2006/03/book-sales-indicate-ajax-growth/</link>
		<comments>http://blog.web-develop.info/en/2006/03/book-sales-indicate-ajax-growth/#comments</comments>
		<pubDate>Sat, 04 Mar 2006 17:29:18 +0000</pubDate>
		<dc:creator>mk</dc:creator>
		
	<dc:subject>AJAX</dc:subject><dc:subject>oreilly</dc:subject>
		<guid isPermaLink="false">http://blog.web-develop.info/en/2006/03/book-sales-indicate-ajax-growth/</guid>
		<description><![CDATA[The O&#8217;Reilly Radar has figures about their book sales, showing the market for web programming literature has increased by 22% since last year, but also seeing books about JavaScript rising by 99%! Clearly, this is an indicator for the rising AJAX usage in web projects over the last months.

(via AJAX Magazine)
]]></description>
			<content:encoded><![CDATA[<p><a id="p15" rel="attachment" class="imagelink" href="http://blog.web-develop.info/en/?attachment_id=15" title="asptreemap.jpg"><img id="image15" src="http://blog.web-develop.info/en/wp-content/uploads/2006/03/asptreemap.thumbnail.jpg" alt="asptreemap.jpg" style="float:right; margin: 5px;"/></a>The <a href="http://radar.oreilly.com/">O&#8217;Reilly Radar</a> has <a href="http://radar.oreilly.com/archives/2006/03/aspnet_on_a_roll.html">figures about their book sales</a>, showing the market for web programming literature has increased by 22% since last year, but also seeing books about JavaScript rising by 99%! Clearly, this is an indicator for the rising AJAX usage in web projects over the last months.</p>

<p>(via <a href="http://ajax.phpmagazine.net/2006/03/the_ajax_effect.html">AJAX Magazine</a>)</p>
]]></content:encoded>
			<wfw:commentRSS>http://blog.web-develop.info/en/2006/03/book-sales-indicate-ajax-growth/feed/</wfw:commentRSS>
		</item>
		<item>
		<title>memeorandum got redesigned, didn&#8217;t you notice?</title>
		<link>http://blog.web-develop.info/en/2006/03/memeorandum-got-redesigned-didnt-you-notice/</link>
		<comments>http://blog.web-develop.info/en/2006/03/memeorandum-got-redesigned-didnt-you-notice/#comments</comments>
		<pubDate>Fri, 03 Mar 2006 15:20:41 +0000</pubDate>
		<dc:creator>mk</dc:creator>
		
	<dc:subject>Web2.0</dc:subject>
	<dc:subject>Websites</dc:subject><dc:subject>memeorandum</dc:subject>
		<guid isPermaLink="false">http://blog.web-develop.info/en/2006/03/memeorandum-got-redesigned-didnt-you-notice/</guid>
		<description><![CDATA[TechCrunch is hinting that the folks over at memeorandum did a slight redesign. I have to admit, it is hard to notice if you don&#8217;t actually look for it, but it is a little improvement. Like most of Web 2.0 sites, they now have boxes with rounded corners, the logo got a light 3D look [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.techcrunch.com/2006/03/01/memeorandum-finally-gets-a-new-look/trackback/">TechCrunch</a> is hinting that the folks over at <a href="http://tech.memeorandum.com">memeorandum</a> did a slight redesign. I have to admit, it is hard to notice if you don&#8217;t actually look for it, but it is a little improvement. Like most of Web 2.0 sites, they now have boxes with rounded corners, the logo got a light 3D look and the content got a little narrower.</p>

<p>Looking at the comments on <a href="http://www.techcrunch.com">TechCrunch</a>, reactions are mixed. Most people like it but don&#8217;t think they went far enough. Someone even suggested memorandum should hold a design competition, probably not the worst idea.</p>
]]></content:encoded>
			<wfw:commentRSS>http://blog.web-develop.info/en/2006/03/memeorandum-got-redesigned-didnt-you-notice/feed/</wfw:commentRSS>
		</item>
		<item>
		<title>Some interesting CSS links</title>
		<link>http://blog.web-develop.info/en/2006/03/dynamic-tabs-with-css-and-javascript/</link>
		<comments>http://blog.web-develop.info/en/2006/03/dynamic-tabs-with-css-and-javascript/#comments</comments>
		<pubDate>Fri, 03 Mar 2006 14:26:50 +0000</pubDate>
		<dc:creator>mk</dc:creator>
		
	<dc:subject>CSS</dc:subject>
	<dc:subject>Tutorials</dc:subject>
	<dc:subject>JavaScript</dc:subject>
	<dc:subject>Tips &#038; Tricks</dc:subject><dc:subject>image gallery</dc:subject><dc:subject>menus</dc:subject><dc:subject>skimcss</dc:subject><dc:subject>tabs</dc:subject>
		<guid isPermaLink="false">http://blog.web-develop.info/en/2006/03/dynamic-tabs-with-css-and-javascript/</guid>
		<description><![CDATA[Geoff Oliver has written a nice little example of how to create a tabbed navigation that allows dynamic addition of new tabs. Support for deleteing them is lacking, butI guess could be easily put in. 

Nathan Smith coded a very light-weight (only 8k) roll-over image gallery with nothing more than CSS, called Hoverbox.

Do you know [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://meatwad.bounceme.net/simple_personal/home/">Geoff Oliver</a> has written <a href="http://meatwad.bounceme.net/simple_personal/blog/id,70/">a nice little example</a> of how to create a tabbed navigation that allows dynamic addition of new tabs. Support for deleteing them is lacking, butI guess could be easily put in. </p>

<p><a href="http://sonspring.com/journal/">Nathan Smith</a> coded a very light-weight (only 8k) <a href="http://sonspring.com/journal/hoverbox-image-gallery">roll-over image gallery</a> with nothing more than CSS, called <em>Hoverbox</em>.</p>

<p>Do you know <a href="http://www.skimcss.com">SkimCSS</a> already? It is a digg-style community driven site, focused entirely CSS. </p>

<p>If you want to have pop up menus that work without JavaScript but CSS-only, <a href="http://www.stefashwell.com/tutorials/entry/7/">Stef Ashwell&#8217;s tutorial</a> might help you. To be fair, it uses a very small piece of JavaScript to fix a missing feature in IE.</p>
]]></content:encoded>
			<wfw:commentRSS>http://blog.web-develop.info/en/2006/03/dynamic-tabs-with-css-and-javascript/feed/</wfw:commentRSS>
		</item>
		<item>
		<title>BubbleShare adds AJAX zoom feature</title>
		<link>http://blog.web-develop.info/en/2006/03/bubbleshare-adds-ajax-zoom-feature/</link>
		<comments>http://blog.web-develop.info/en/2006/03/bubbleshare-adds-ajax-zoom-feature/#comments</comments>
		<pubDate>Fri, 03 Mar 2006 11:21:04 +0000</pubDate>
		<dc:creator>mk</dc:creator>
		
	<dc:subject>AJAX</dc:subject>
	<dc:subject>Features</dc:subject><dc:subject>bubbleshare</dc:subject><dc:subject>zoom</dc:subject>
		<guid isPermaLink="false">http://blog.web-develop.info/en/2006/03/bubbleshare-adds-ajax-zoom-feature/</guid>
		<description><![CDATA[Photo sharing site BubbleShare has added a nice AJAX feature which is really cool.

Called BubbleZoom, it provides a 3x zoom on every picture available through BubbleShare. You can try it yourself, simply click the BubbleZoom button and hover the image to see it in action. 


]]></description>
			<content:encoded><![CDATA[<p>Photo sharing site <a href="http://www.bubbleshare.com">BubbleShare</a> has added a nice AJAX feature which is really cool.</p>

<p>Called BubbleZoom, it provides a 3x zoom on every picture available through BubbleShare. You can <a href="http://www.bubbleshare.com/album/4599.e7db25c5af1/38956">try it yourself</a>, simply click the BubbleZoom button and hover the image to see it in action. </p>

<p><img id="image10" src="http://blog.web-develop.info/en/wp-content/uploads/2006/03/bubbleshare-zoom.jpg" alt="bubbleshare-zoom.jpg"/></p>
]]></content:encoded>
			<wfw:commentRSS>http://blog.web-develop.info/en/2006/03/bubbleshare-adds-ajax-zoom-feature/feed/</wfw:commentRSS>
		</item>
		<item>
		<title>Under the Radar conference</title>
		<link>http://blog.web-develop.info/en/2006/03/under-the-radar-conference/</link>
		<comments>http://blog.web-develop.info/en/2006/03/under-the-radar-conference/#comments</comments>
		<pubDate>Fri, 03 Mar 2006 10:49:07 +0000</pubDate>
		<dc:creator>mk</dc:creator>
		
	<dc:subject>Web2.0</dc:subject><dc:subject>conference</dc:subject><dc:subject>under the radar</dc:subject>
		<guid isPermaLink="false">http://blog.web-develop.info/en/2006/03/under-the-radar-conference/</guid>
		<description><![CDATA[Microsoft&#8217;s Mountain View campus is hosting the &#8220;Under the Radar&#8221; conference today, where 32 companies show case their products for the &#8220;new web&#8221;. 

There are live coverages over at Ajaxian and Under the Radar.

(via Ajaxian)
]]></description>
			<content:encoded><![CDATA[<p>Microsoft&#8217;s Mountain View campus is hosting the <a href="http://www.undertheradarblog.com/">&#8220;Under the Radar&#8221; conference</a> today, where 32 companies show case their products for the &#8220;new web&#8221;. </p>

<p>There are live coverages over at <a href="http://www.ajaxian.com">Ajaxian</a> and <a href="http://www.undertheradarblog.com">Under the Radar</a>.</p>

<p>(via <a href="http://www.ajaxian.com">Ajaxian</a>)</p>
]]></content:encoded>
			<wfw:commentRSS>http://blog.web-develop.info/en/2006/03/under-the-radar-conference/feed/</wfw:commentRSS>
		</item>
		<item>
		<title>How to &#8220;think in Web 2.0&#8243;</title>
		<link>http://blog.web-develop.info/en/2006/03/how-to-think-in-web-20/</link>
		<comments>http://blog.web-develop.info/en/2006/03/how-to-think-in-web-20/#comments</comments>
		<pubDate>Fri, 03 Mar 2006 10:34:45 +0000</pubDate>
		<dc:creator>mk</dc:creator>
		
	<dc:subject>Web2.0</dc:subject>
	<dc:subject>Analysis</dc:subject><dc:subject>dion hinchcliffe</dc:subject>
		<guid isPermaLink="false">http://blog.web-develop.info/en/2006/03/how-to-think-in-web-20/</guid>
		<description><![CDATA[Dion Hinchcliffe has written an article stating sixteen elements of &#8220;Web 2.0 thinking&#8221;. Although they might sound a bit harsh here and there, they could provide a good inspiration for your next Web 2.0 project. 
]]></description>
			<content:encoded><![CDATA[<p><a href="http://web2.wsj2.com/">Dion Hinchcliffe</a> has written <a href="http://web2.wsj2.com/thinking_in_web_20_sixteen_ways.htm">an article</a> stating sixteen elements of &#8220;Web 2.0 thinking&#8221;. Although they might sound a bit harsh here and there, they could provide a good inspiration for your next Web 2.0 project. </p>
]]></content:encoded>
			<wfw:commentRSS>http://blog.web-develop.info/en/2006/03/how-to-think-in-web-20/feed/</wfw:commentRSS>
		</item>
		<item>
		<title>Book Review: Foundations of AJAX</title>
		<link>http://blog.web-develop.info/en/2006/03/book-review-foundations-of-ajax/</link>
		<comments>http://blog.web-develop.info/en/2006/03/book-review-foundations-of-ajax/#comments</comments>
		<pubDate>Fri, 03 Mar 2006 10:08:57 +0000</pubDate>
		<dc:creator>mk</dc:creator>
		
	<dc:subject>AJAX</dc:subject>
	<dc:subject>Book Reviews</dc:subject>
		<guid isPermaLink="false">http://blog.web-develop.info/en/2006/03/book-review-foundations-of-ajax/</guid>
		<description><![CDATA[



Craig Maloney has written a review on the book Foundations of AJAX by Ryan Asleson and Nathaniel T. Schutta, published by Apress. 


  Where Foundations of Ajax shines is it’s no-nonsense introduction, implementation, and expansion of the basics of Ajax programming, leaving the reader confidently ready to utilize the concepts within. The authors have [...]]]></description>
			<content:encoded><![CDATA[<div class="amazon-body">
<a href="http://www.amazon.com/exec/obidos/redirect?link_code=as2&#038;path=ASIN/1590595823&#038;tag=webdevelopblo-20&#038;camp=1789&#038;creative=9325"><img id="image6" src="http://blog.web-develop.info/en/wp-content/uploads/2006/03/1590595823.01._AA_SCMZZZZZZZ_.jpg" alt="1590595823.01._AA_SCMZZZZZZZ_.jpg" /></a><img src="http://www.assoc-amazon.com/e/ir?t=webdevelopblo-20&#038;l=as2&#038;o=1&#038;a=1590595823" width="1" height="1" border="0" alt="" style="border:none !important; margin:0px !important;" />
</div>

<p>Craig Maloney has written <a href="http://books.slashdot.org/article.pl?sid=06/03/01/1356241">a review</a> on the book <a href="http://www.amazon.com/exec/obidos/redirect?link_code=as2&#038;path=ASIN/1590595823&#038;tag=webdevelopblo-20&#038;camp=1789&#038;creative=9325">Foundations of AJAX</a> by Ryan Asleson and Nathaniel T. Schutta, published by <a href="http://www.apress.com">Apress</a>. </p>

<blockquote>
  <p>Where Foundations of Ajax shines is it’s no-nonsense introduction, implementation, and expansion of the basics of Ajax programming, leaving the reader confidently ready to utilize the concepts within. The authors have seen the potential of Ajax, and competently convey their expertise and enthusiasm for this technology.</p>
</blockquote>

<p>(found in <a href="http://ajax.phpmagazine.net/2006/03/foundations_of_ajax_reviewed.html">AJAX Magazine</a>)</p>
]]></content:encoded>
			<wfw:commentRSS>http://blog.web-develop.info/en/2006/03/book-review-foundations-of-ajax/feed/</wfw:commentRSS>
		</item>
	</channel>
</rss>
