<?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"
	>

<channel>
	<title>KnowTeBook - Webworkers Daily Milk &#187; coding</title>
	<atom:link href="http://www.knowtebook.com/category/coding/feed" rel="self" type="application/rss+xml" />
	<link>http://www.knowtebook.com</link>
	<description>A community blog about design, ideas, trends, wordpress &#38; more.</description>
	<pubDate>Sat, 06 Mar 2010 19:01:19 +0000</pubDate>
	<generator>http://wordpress.org/?v=9</generator>
	<language>en</language>
			<item>
		<title>Introducing New RSS Generation - What is pubsubhubbub?</title>
		<link>http://www.knowtebook.com/introducing-new-rss-generation-what-is-pubsubhubbub-1709.htm</link>
		<comments>http://www.knowtebook.com/introducing-new-rss-generation-what-is-pubsubhubbub-1709.htm#comments</comments>
		<pubDate>Wed, 03 Mar 2010 17:31:57 +0000</pubDate>
		<dc:creator>Knowtebook</dc:creator>
		
		<category><![CDATA[business]]></category>

		<category><![CDATA[coding]]></category>

		<category><![CDATA[seo]]></category>

		<category><![CDATA[rss]]></category>

		<guid isPermaLink="false">http://www.knowtebook.com/?p=1709</guid>
		<description><![CDATA[Pubsubhubbub is a crazy name for a new and faster way comparing to RSS. Pubsubhubbub is a simple, open, server-to-server web-hook-based pubsub (pub lish/sub scribe) protocol as an extension to Atom and RSS.


Parties (servers) speaking the PubSubHubbub protocol can get (...)]]></description>
			<content:encoded><![CDATA[<p>Pubsubhubbub is a crazy name for a new and faster way comparing to RSS. Pubsubhubbub is a simple, open, server-to-server web-hook-based pubsub (pub lish/sub scribe) protocol as an extension to Atom and RSS.<br />
<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="512" height="311" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowFullScreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="src" value="http://www.youtube.com/v/B5kHx0rGkec&amp;hl=de_DE&amp;fs=1&amp;color1=0xe1600f&amp;color2=0xfebd01" /><embed type="application/x-shockwave-flash" width="512" height="311" src="http://www.youtube.com/v/B5kHx0rGkec&amp;hl=de_DE&amp;fs=1&amp;color1=0xe1600f&amp;color2=0xfebd01" allowscriptaccess="always" allowfullscreen="true"></embed></object><br />
<span id="more-1709"></span><br />
Parties (servers) speaking the <a target="_blank" rel="nofollow" href="http://pubsubhubbub.googlecode.com/svn/trunk/pubsubhubbub-core-0.2.html">PubSubHubbub protocol</a> can get near-instant notifications (via webhook callbacks) when a topic (feed URL) they&#8217;re interested in is updated.</p>
<p><img src="http://blog.favit.com/en/wp-content/uploads/2009/08/pubsubhubbub.png" alt="pubsubhubbub Introducing New RSS Generation - What is pubsubhubbub?"  title="pubsubhubbub Introducing New RSS Generation   What is pubsubhubbub?   business" /></p>
<p>The protocol in a nutshell is as follows:</p>
<ul>
<li>An feed URL (a &#8220;topic&#8221;) declares its Hub server(s) in its Atom or RSS XML file, via <tt>&lt;link rel=&#8221;hub&#8221; &#8230;&gt;</tt>. The hub(s) can be run by the publisher of the feed, or can be a <a target="_blank" rel="nofollow" href="http://pubsubhubbub.appspot.com/">community hub that anybody can use</a>. (Atom and <a target="_blank" href="http://code.google.com/p/pubsubhubbub/wiki/RssFeeds">RssFeeds</a> are supported)</li>
</ul>
<ul>
<li>A subscriber (a server that&#8217;s interested in a topic), initially fetches the Atom URL as normal. If the Atom file declares its hubs, the subscriber can then avoid <a target="_blank" href="http://code.google.com/p/pubsubhubbub/wiki/WhyPollingSucks">lame, repeated polling</a> of the URL and can instead register with the feed&#8217;s hub(s) and subscribe to updates.</li>
</ul>
<ul>
<li>The subscriber subscribes to the Topic URL from the Topic URL&#8217;s declared Hub(s).</li>
</ul>
<ul>
<li>When the Publisher next updates the Topic URL, the publisher software <a target="_blank" href="http://code.google.com/p/pubsubhubbub/wiki/PublisherClients">pings the Hub(s)</a> saying that there&#8217;s an update.</li>
</ul>
<ul>
<li>The hub <a target="_blank" href="http://code.google.com/p/pubsubhubbub/wiki/PublisherEfficiency">efficiently fetches the published feed</a> and multicasts the new/changed content out to all registered subscribers.</li>
</ul>
<p>The protocol is decentralized and free. No company is at the center of this controlling it. Anybody can <a target="_blank" href="http://code.google.com/p/pubsubhubbub/wiki/Hubs">run a hub</a>, or anybody can ping (publish) or subscribe using <a target="_blank" href="http://code.google.com/p/pubsubhubbub/wiki/Hubs">open hubs</a>.</p>
<p>To bootstrap this, we&#8217;ve provided an open source reference implementation of the hub (the hard part of the protocol) that runs on Google App Engine, and is open for anybody to use.</p>
<h2>Plugins</h2>
<ul>
<li><a target="_blank" href="http://josephscott.org/archives/2010/03/pushpress-a-pubsubhubbub-plugin-for-wordpress/" target="_blank">Wordpress</a></li>
</ul>]]></content:encoded>
			<wfw:commentRss>http://www.knowtebook.com/introducing-new-rss-generation-what-is-pubsubhubbub-1709.htm/feed</wfw:commentRss>
		</item>
		<item>
		<title>Awesome Slideshow jQuery Plugin For Portfolios with SlideDeck</title>
		<link>http://www.knowtebook.com/awesome-slideshow-jquery-plugin-for-portfolios-with-slidedeck-1700.htm</link>
		<comments>http://www.knowtebook.com/awesome-slideshow-jquery-plugin-for-portfolios-with-slidedeck-1700.htm#comments</comments>
		<pubDate>Wed, 10 Feb 2010 08:48:59 +0000</pubDate>
		<dc:creator>Knowtebook</dc:creator>
		
		<category><![CDATA[coding]]></category>

		<category><![CDATA[jquery]]></category>

		<guid isPermaLink="false">http://www.knowtebook.com/?p=1700</guid>
		<description><![CDATA[SlideDeck is a new way to display content on websites, mobile phones and kiosks. It delivers a better user experience by removing the information overload and providing a fun, quick and beautiful way to interact with digital devices.


Usage

Product Tours
Service Descriptions
Explaining (...)]]></description>
			<content:encoded><![CDATA[<p><a target="_blank" href="http://www.slidedeck.com/" target="_blank">SlideDeck</a> is a new way to display content on websites, mobile phones and kiosks. It delivers a better user experience by removing the information overload and providing a fun, quick and beautiful way to interact with digital devices.</p>
<p><a href="http://www.knowtebook.com/awesome-slideshow-jquery-plugin-for-portfolios-with-slidedeck-1700.htm"><img class="alignnone" src="http://img30.imageshack.us/img30/4880/slidedeckslide.png" alt="slidedeckslide Awesome Slideshow jQuery Plugin For Portfolios with SlideDeck" width="515" height="195" title="slidedeckslide Awesome Slideshow jQuery Plugin For Portfolios with SlideDeck   coding" /></a></p>
<p><span id="more-1700"></span></p>
<h2>Usage</h2>
<ul>
<li>Product Tours</li>
<li>Service Descriptions</li>
<li>Explaining Complex Processes</li>
<li>How-To Tutorials</li>
<li>Feature Rich Slide Shows</li>
<li>Landing Pages</li>
</ul>
<p><a target="_blank" href="http://www.slidedeck.com/" target="_blank">SlideDeck</a> is currently available as a customizable JavaScript Library. It takes only minutes to add to your website and is available as a plugin for jQuery 1.3+. See the <a target="_blank" href="http://www.slidedeck.com/usage-documentation">usage documentation</a> for more information.</p>
<h2>Example with websites</h2>
<p><a target="_blank" href="http://www.slidedeck.com/" target="_blank"><img class="alignnone" src="http://img196.imageshack.us/img196/6905/slidedeckbasecamp.png" alt="slidedeckbasecamp Awesome Slideshow jQuery Plugin For Portfolios with SlideDeck" width="521" height="316" title="slidedeckbasecamp Awesome Slideshow jQuery Plugin For Portfolios with SlideDeck   coding" /></a></p>
<p><a target="_blank" href="http://www.slidedeck.com/" target="_blank">SlideDeck</a> Lite is a limited version of the feature-rich SlideDeck Pro. It’s a great way to give SlideDeck a try and immediately improve the performance of your website.</p>]]></content:encoded>
			<wfw:commentRss>http://www.knowtebook.com/awesome-slideshow-jquery-plugin-for-portfolios-with-slidedeck-1700.htm/feed</wfw:commentRss>
		</item>
		<item>
		<title>How To Build a Clean Modern Website Design From Scratch</title>
		<link>http://www.knowtebook.com/how-to-build-a-clean-modern-website-design-from-scratch-1659.htm</link>
		<comments>http://www.knowtebook.com/how-to-build-a-clean-modern-website-design-from-scratch-1659.htm#comments</comments>
		<pubDate>Thu, 14 May 2009 09:58:45 +0000</pubDate>
		<dc:creator>Knowtebook</dc:creator>
		
		<category><![CDATA[coding]]></category>

		<category><![CDATA[css]]></category>

		<category><![CDATA[how-to]]></category>

		<category><![CDATA[photoshop]]></category>

		<category><![CDATA[webdesign]]></category>

		<category><![CDATA[webdevelopment]]></category>

		<guid isPermaLink="false">http://www.knowtebook.com/?p=1659</guid>
		<description><![CDATA[Build a complete website design mockup in part 1 of this walkthrough for a fictional design studio, starting with the creation of the initial layout then moving on to designing the individual page elements. The result is a modern, crisp (...)]]></description>
			<content:encoded><![CDATA[<p>Build a complete <a target="_blank" href="http://line25.com/tutorials/create-a-clean-modern-website-design-in-photoshop" target="_blank">website design mockup in part 1 of this walkthrough</a> for a fictional design studio, starting with the creation of the initial layout then moving on to designing the individual page elements. The result is a modern, crisp and clean webpage layout ready for coding.</p>
<p><a href="http://www.knowtebook.com/how-to-build-a-clean-modern-website-design-from-scratch-1659.htm"><img class="alignnone size-full wp-image-1660" title="pixeljuice" src="http://www.knowtebook.com/uploaded/2009/05/pixeljuice.jpg" alt="pixeljuice How To Build a Clean Modern Website Design From Scratch" width="500" height="376" /></a></p>
<p>After creating the design <a target="_blank" href="http://line25.com/tutorials/how-to-convert-a-photoshop-mockup-to-xhtml-css" target="_blank">follow part 2 of this walkthrough</a> of coding up a graphical website layout into valid, standards compliant XHTML and CSS. Starting with the initial process of exporting the individual images from the Photoshop document through to building the complete page.</p>
<p><a href="http://www.knowtebook.com/uploaded/2009/05/pixeljuice2web.jpg"><img class="alignnone size-full wp-image-1661" title="pixeljuice2web" src="http://www.knowtebook.com/uploaded/2009/05/pixeljuice2web.jpg" alt="pixeljuice2web How To Build a Clean Modern Website Design From Scratch" width="500" height="394" /></a></p>
<p><span id="more-1659"></span></p>
<p><img class="alignnone size-full wp-image-1662" title="pixeljuice-code" src="http://www.knowtebook.com/uploaded/2009/05/pixeljuice-code.png" alt="pixeljuice-code How To Build a Clean Modern Website Design From Scratch" width="500" height="245" /></p>]]></content:encoded>
			<wfw:commentRss>http://www.knowtebook.com/how-to-build-a-clean-modern-website-design-from-scratch-1659.htm/feed</wfw:commentRss>
	<enclosure url='http://www.knowtebook.com/uploaded/2009/05/pixeljuice-150x150.jpg' length ='1'  type='image/jpeg' />	</item>
		<item>
		<title>How To Integrate Facebook Connect in Your Wordpress Blog</title>
		<link>http://www.knowtebook.com/how-to-integrate-facebook-connect-in-your-wordpress-blog-1646.htm</link>
		<comments>http://www.knowtebook.com/how-to-integrate-facebook-connect-in-your-wordpress-blog-1646.htm#comments</comments>
		<pubDate>Fri, 03 Apr 2009 14:11:17 +0000</pubDate>
		<dc:creator>Knowtebook</dc:creator>
		
		<category><![CDATA[coding]]></category>

		<category><![CDATA[how-to]]></category>

		<category><![CDATA[wordpress]]></category>

		<category><![CDATA[facebook]]></category>

		<guid isPermaLink="false">http://www.knowtebook.com/?p=1646</guid>
		<description><![CDATA[Wordpress plugin that allows direct integration of Wordpress blogs with Facebook using Facebook Connect:

Build a community
Login using your Facebook account
Send comments to Facebook profile feed
Invite your friends to the blog community
See last visitors


There are a few more solutions out there (...)]]></description>
			<content:encoded><![CDATA[<p>Wordpress plugin that allows direct integration of <strong>Wordpress</strong> blogs with Facebook using <strong>Facebook Connect</strong>:</p>
<ul>
<li>Build a community</li>
<li>Login using your Facebook account</li>
<li>Send comments to Facebook profile feed</li>
<li>Invite your friends to the blog community</li>
<li>See last visitors</li>
</ul>
<p><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="500" height="370" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="id" value="viddler" /><param name="allowScriptAccess" value="always" /><param name="allowFullScreen" value="true" /><param name="src" value="http://www.viddler.com/player/8862c90b/" /><embed id="viddler" type="application/x-shockwave-flash" width="500" height="370" src="http://www.viddler.com/player/8862c90b/" allowfullscreen="true" allowscriptaccess="always"></embed></object></p>
<p>There are a few <a target="_blank" href="http://wiki.developers.facebook.com/index.php/Facebook_Connect_Plugin_Directory" target="_blank">more solutions out there for other blogs and website</a> on the offical facebook connect wiki.<br />
<span id="more-1646"></span></p>
<p>Also worth reading is <a target="_blank" href="http://mashable.com/2008/12/11/facebook-connect-blog/" target="_blank">Add Facebook Connect to Your Blog in 8 Minutes</a> providing a great video tutorial.</p>]]></content:encoded>
			<wfw:commentRss>http://www.knowtebook.com/how-to-integrate-facebook-connect-in-your-wordpress-blog-1646.htm/feed</wfw:commentRss>
		</item>
		<item>
		<title>Nicer Sliding Boxes and Captions with jQuery</title>
		<link>http://www.knowtebook.com/nicer-sliding-boxes-and-captions-with-jquery-1638.htm</link>
		<comments>http://www.knowtebook.com/nicer-sliding-boxes-and-captions-with-jquery-1638.htm#comments</comments>
		<pubDate>Thu, 02 Apr 2009 15:04:40 +0000</pubDate>
		<dc:creator>Knowtebook</dc:creator>
		
		<category><![CDATA[coding]]></category>

		<category><![CDATA[jquery]]></category>

		<guid isPermaLink="false">http://www.knowtebook.com/?p=1638</guid>
		<description><![CDATA[All of sliding box animations work on the same basic idea. There is a div tag (.boxgrid in my css) that essentially acts as a window where two other items of your choosing “peek” through.
From this basic idea Zach Dunn (...)]]></description>
			<content:encoded><![CDATA[<p>All of sliding box animations work on the same basic idea. There is a div tag (.boxgrid in my css) that essentially acts as a window where two other items of your choosing “peek” through.</p>
<p>From this basic idea Zach Dunn plays around with animations of the sliding element to either show or cover up the viewing area, thus creating the sliding effect.</p>
<p><a href="http://www.knowtebook.com/nicer-sliding-boxes-and-captions-with-jquery-1638.htm"><img class="alignnone size-full wp-image-1637" title="slidebreakdown" src="http://www.knowtebook.com/uploaded/2009/04/slidebreakdown.jpg" alt="slidebreakdown Nicer Sliding Boxes and Captions with jQuery" width="499" height="216" /></a></p>
<p><span id="more-1638"></span></p>
<p><img class="alignnone size-full wp-image-1639" title="captions-jquery" src="http://www.knowtebook.com/uploaded/2009/04/captions-jquery.jpg" alt="captions-jquery Nicer Sliding Boxes and Captions with jQuery" width="500" height="270" /></p>]]></content:encoded>
			<wfw:commentRss>http://www.knowtebook.com/nicer-sliding-boxes-and-captions-with-jquery-1638.htm/feed</wfw:commentRss>
	<enclosure url='http://www.knowtebook.com/uploaded/2009/04/captions-jquery-150x150.jpg' length ='1'  type='image/jpeg' />	</item>
		<item>
		<title>The Future of Open Source CMS - by 23 Web Designers &#038; Developers</title>
		<link>http://www.knowtebook.com/the-future-of-open-source-cms-by-23-web-designers-developers-1633.htm</link>
		<comments>http://www.knowtebook.com/the-future-of-open-source-cms-by-23-web-designers-developers-1633.htm#comments</comments>
		<pubDate>Mon, 16 Mar 2009 14:48:23 +0000</pubDate>
		<dc:creator>Knowtebook</dc:creator>
		
		<category><![CDATA[coding]]></category>

		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.knowtebook.com/?p=1633</guid>
		<description><![CDATA[Open Source Content Management Systems are the most used for almost any kind of site on the web. All of us have been using these systems and sure will continue using them. The guys at Dezinerfolio asked Sebastian about his (...)]]></description>
			<content:encoded><![CDATA[<p>Open Source Content Management Systems are the most used for almost any kind of site on the web. All of us have been using these systems and sure will continue using them. The guys at Dezinerfolio asked Sebastian about his thoughts.</p>
<p>The <strong>Future of Open Source CMS</strong> can sure be predicted based on how they are being used currently. They have requested <strong>23 cool Web Designers &amp; Developers</strong> to share their thoughts on this same topic.</p>
<p><a target="_blank" href="http://www.dezinerfolio.com/2009/03/16/the-future-of-open-source-cms-by-23-web-designers-developers" target="_blank"><img class="alignnone size-full wp-image-1632" title="future-open-cms" src="http://www.knowtebook.com/uploaded/2009/03/future-open-cms.jpg" alt="future-open-cms The Future of Open Source CMS - by 23 Web Designers & Developers" width="500" height="299" /></a></p>
<p><span id="more-1633"></span></p>]]></content:encoded>
			<wfw:commentRss>http://www.knowtebook.com/the-future-of-open-source-cms-by-23-web-designers-developers-1633.htm/feed</wfw:commentRss>
		</item>
		<item>
		<title>Beautiful Image Captions with jQuery Captify Plugin</title>
		<link>http://www.knowtebook.com/beautiful-image-captions-with-jquery-captify-plugin-1624.htm</link>
		<comments>http://www.knowtebook.com/beautiful-image-captions-with-jquery-captify-plugin-1624.htm#comments</comments>
		<pubDate>Sat, 07 Mar 2009 14:00:46 +0000</pubDate>
		<dc:creator>Knowtebook</dc:creator>
		
		<category><![CDATA[coding]]></category>

		<category><![CDATA[graphics]]></category>

		<category><![CDATA[jquery]]></category>

		<category><![CDATA[tools]]></category>

		<guid isPermaLink="false">http://www.knowtebook.com/?p=1624</guid>
		<description><![CDATA[Captify is a plugin for jQuery written by Brian Reavis to display simple, pretty 			image captions that appear on rollover. It has been tested on Firefox, Chrome, Safari, and the wretched Internet Explorer. Captify was inspired by 			ImageCaptions, another jQuery (...)]]></description>
			<content:encoded><![CDATA[<p><a target="_blank" href="http://plugins.jquery.com/project/captify">Captify</a> is a plugin for <a target="_blank" href="http://jquery.com/">jQuery</a> written by <a target="_blank" href="http://masterfidgeter.com/">Brian Reavis</a> to display simple, pretty 			image captions that appear on rollover. It has been tested on Firefox, Chrome, Safari, and the <a target="_blank" href="http://www.howtocreate.co.uk/wrongWithIE/">wretched Internet Explorer</a>. Captify was inspired by 			<a target="_blank" href="http://plugins.jquery.com/project/imagecaptions">ImageCaptions</a>, another jQuery plugin for displaying captions like these.</p>
<p><img class="aligncenter size-full wp-image-1625" title="captify" src="http://www.knowtebook.com/uploaded/2009/03/captify.png" alt="captify Beautiful Image Captions with jQuery Captify Plugin" width="500" height="276" /></p>]]></content:encoded>
			<wfw:commentRss>http://www.knowtebook.com/beautiful-image-captions-with-jquery-captify-plugin-1624.htm/feed</wfw:commentRss>
	<enclosure url='http://www.knowtebook.com/uploaded/2009/03/captify-150x150.png' length ='1'  type='image/jpeg' />	</item>
		<item>
		<title>Small and Accessible News Slider in JQuery</title>
		<link>http://www.knowtebook.com/small-and-accessible-news-slider-in-jquery-1592.htm</link>
		<comments>http://www.knowtebook.com/small-and-accessible-news-slider-in-jquery-1592.htm#comments</comments>
		<pubDate>Sat, 24 Jan 2009 15:26:22 +0000</pubDate>
		<dc:creator>Knowtebook</dc:creator>
		
		<category><![CDATA[coding]]></category>

		<category><![CDATA[tools]]></category>

		<category><![CDATA[javascript]]></category>

		<category><![CDATA[jquery]]></category>

		<guid isPermaLink="false">http://www.knowtebook.com/?p=1592</guid>
		<description><![CDATA[The JavaScript is only 2 KB packed. The CSS, XHTML and JavaScript were developed specifically to meet the WCAG 1.0, and this will always be the number one priority of the plugin. It is suggested that if you modify the (...)]]></description>
			<content:encoded><![CDATA[<p>The JavaScript is only 2 KB packed. The CSS, XHTML and JavaScript were developed specifically to meet the WCAG 1.0, and this will always be the number one priority of the plugin. It is suggested that if you modify the source, you do so keeping this in mind.</p>
<p><a href="http://www.knowtebook.com/small-and-accessible-news-slider-in-jquery-1592.htm"><img class="aligncenter size-full wp-image-1593" title="accessible-slider" src="http://www.knowtebook.com/uploaded/2009/01/accessible-slider.png" alt="Small and Accessible News Slider in JQuery" width="500" height="208" /></a></p>
<p><span id="more-1592"></span></p>
<h2>Why accessible? Because&#8230;</h2>
<ul>
<li>Users with color vision deficiency, or color blindness. The plugin does not use color as a primary indicator of a change in state for the slider. Instead, the &#8220;back&#8221; and &#8220;next&#8221; navigation is either visible or hidden. There is also an indicator that communicates the total number of news items.</li>
<li>Users with limited or poor vision, but who do not use a screen reader. If the user chooses to resize the text via the browser file menu, the slider will flex vertically to accommodate the larger text, and still function. This is primarily a function of the CSS, and it is suggested you maintain a variable font size in order to take advantage of this capability.</li>
<li>Users that are legally blind, and who browse Web pages with a screen reader</li>
<li><span>Users that browse with the keyboard and an adaptive device such as a mouth stick</span></li>
<li><span>Users who have turned off JavaScript or CSS</span></li>
<li><span>Users who have turned off images</span></li>
</ul>
<p>It works in Windows:  IE 6+, FF 2+, Opera 9+, Safari 3+</p>]]></content:encoded>
			<wfw:commentRss>http://www.knowtebook.com/small-and-accessible-news-slider-in-jquery-1592.htm/feed</wfw:commentRss>
	<enclosure url='http://www.knowtebook.com/uploaded/2009/01/accessible-slider-150x150.png' length ='1'  type='image/jpeg' />	</item>
		<item>
		<title>Framework Directory For Webdeveloper And Webdesigner</title>
		<link>http://www.knowtebook.com/framework-directory-for-webdeveloper-and-webdesigner-1572.htm</link>
		<comments>http://www.knowtebook.com/framework-directory-for-webdeveloper-and-webdesigner-1572.htm#comments</comments>
		<pubDate>Fri, 02 Jan 2009 20:35:36 +0000</pubDate>
		<dc:creator>Knowtebook</dc:creator>
		
		<category><![CDATA[coding]]></category>

		<guid isPermaLink="false">http://www.knowtebook.com/?p=1572</guid>
		<description><![CDATA[FWDir, short for Framework Directory, is a database of programming frameworks spread across various programming languages such as PHP and CSS. It is a good start to get an overview for frameworks in general. A framework contains code used to (...)]]></description>
			<content:encoded><![CDATA[<p>FWDir, short for Framework Directory, is a database of programming frameworks spread across various programming languages such as PHP and CSS. It is a good start to get an overview for frameworks in general. A framework contains code used to help you develop fully-fledged projects with ease.</p>
<p><a href="http://www.knowtebook.com/framework-directory-for-webdeveloper-and-webdesigner-1572.htm"><img class="alignnone size-full wp-image-1579" title="fwdir1" src="http://www.knowtebook.com/uploaded/2009/01/fwdir1.gif" alt="fwdir1 Framework Directory For Webdeveloper And Webdesigner" width="210" height="110" /></a></p>
<p><span id="more-1572"></span></p>
<p>They can help in various ways: by providing functions that help generate admin backends, by providing classes and functions for dealing with forms, and most importantly, by providing a pattern that can be used throughout your application. We are very proud to have the Framework Directory as our new sponsor.</p>]]></content:encoded>
			<wfw:commentRss>http://www.knowtebook.com/framework-directory-for-webdeveloper-and-webdesigner-1572.htm/feed</wfw:commentRss>
	<enclosure url='http://www.knowtebook.com/uploaded/2009/01/fwdir-150x110.gif' length ='1'  type='image/jpeg' />	</item>
		<item>
		<title>Online Form Building With WYSIWYG JotForm</title>
		<link>http://www.knowtebook.com/online-form-building-with-wysiwyg-jotform-1553.htm</link>
		<comments>http://www.knowtebook.com/online-form-building-with-wysiwyg-jotform-1553.htm#comments</comments>
		<pubDate>Sun, 14 Dec 2008 15:05:14 +0000</pubDate>
		<dc:creator>Knowtebook</dc:creator>
		
		<category><![CDATA[coding]]></category>

		<category><![CDATA[tools]]></category>

		<category><![CDATA[forms]]></category>

		<guid isPermaLink="false">http://www.knowtebook.com/?p=1553</guid>
		<description><![CDATA[JotForm is an interestig web based WYSIWYG form builder. Its intuitive drag and drop user interface makes form building a breeze. Using JotForm, you can create forms, integrate them to your site and collect submissions from your visitors. JotForm now (...)]]></description>
			<content:encoded><![CDATA[<p><a target="_blank" href="http://www.jotform.com/">JotForm</a> is an interestig web based WYSIWYG form builder. Its intuitive drag and drop user interface makes form building a breeze. Using JotForm, you can create forms, integrate them to your site and collect submissions from your visitors. <a target="_blank" href="http://www.jotform.com/">JotForm</a> now integrates with PayPal, Google Checkout, WorldPay, 2CheckOut, ClickBank and OneBip payment gateways, so you can collect payments from your users. Basic features are for free.</p>
<p><img class="alignnone size-full wp-image-1554" title="jotform" src="http://www.knowtebook.com/uploaded/2008/12/jotform.gif" alt="jotform Online Form Building With WYSIWYG JotForm" width="500" height="259" /></p>
<p><span id="more-1553"></span></p>
<p><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="437" height="311" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="id" value="viddler" /><param name="allowScriptAccess" value="always" /><param name="allowFullScreen" value="true" /><param name="wmode" value="transparent" /><param name="src" value="http://www.viddler.com/simple_on_site/d1bacc13" /><embed id="viddler" type="application/x-shockwave-flash" width="437" height="311" src="http://www.viddler.com/simple_on_site/d1bacc13" wmode="transparent" allowfullscreen="true" allowscriptaccess="always"></embed></object></p>]]></content:encoded>
			<wfw:commentRss>http://www.knowtebook.com/online-form-building-with-wysiwyg-jotform-1553.htm/feed</wfw:commentRss>
	<enclosure url='http://www.knowtebook.com/uploaded/2008/12/jotform-150x150.gif' length ='1'  type='image/jpeg' />	</item>
	</channel>
</rss>
