<?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/"
><channel><title>WebAppers &#187; Code</title><link>http://www.webappers.com</link> <description>- Hunting the Best Open Source Resources for Web Developers</description> <pubDate>Thu, 11 Mar 2010 07:01:32 +0000</pubDate> <generator>http://wordpress.org/?v=2.8.6</generator> <language>en</language> <item><title>Style Your Markup in Your Browser with Brosho jQuery Plugin</title><link>http://www.webappers.com/2010/01/27/style-your-markup-in-your-browser-with-brosho-jquery-plugin/</link> <comments>http://www.webappers.com/2010/01/27/style-your-markup-in-your-browser-with-brosho-jquery-plugin/#comments</comments> <pubDate>Wed, 27 Jan 2010 07:01:58 +0000</pubDate> <dc:creator>Ray Cheung</dc:creator> <category><![CDATA[Code]]></category> <category><![CDATA[GPL License]]></category> <category><![CDATA[MIT License]]></category><guid
isPermaLink="false">http://www.webappers.com/?p=2361</guid> <description><![CDATA[Brosho &#8216;Design in the Browser&#8217; jQuery Plugin allows you to style your markup right in your browser with a build-in element selector and CSS editor. Generate the CSS code of altered elements with one click and use it in your own stylesheet.
You can stop switching between your Editor and the Browser and changes will occur [...]]]></description> <content:encoded><![CDATA[<p><a
title="Brosho jQuery Plugin" href="http://usejquery.com/posts/8/brosho-design-in-the-browser-jquery-plugin" target="_blank">Brosho &#8216;Design in the Browser&#8217; jQuery Plugin</a> allows you to <strong>style your markup right in your browser with a build-in element selector and CSS editor</strong>. Generate the CSS code of altered elements with one click and use it in your own stylesheet.</p><p>You can stop switching between your Editor and the Browser and changes will occur immediately without reloading the page. Once you are done designing your mockup you can generate the CSS code, copy and paste it to your stylesheet and tweak it to your likings. Much faster and better!</p><p
style="text-align: center;"><a
title="Brosho jQuery Plugin" href="http://usejquery.com/posts/8/brosho-design-in-the-browser-jquery-plugin" target="_blank"><img
class="size-full wp-image-2362 aligncenter" title="brosho" src="http://www.webappers.com/img/2010/01/brosho.jpg" alt="brosho" width="480" height="224" /></a></p><blockquote><p>Requirements:  jQuery Framework<br
/> Demo: <a
title="demo" rel="nofollow" href="http://demos.usejquery.com/brosho-plugin/" target="_blank">http://demos.usejquery.com/brosho-plugin/</a><br
/> License:  MIT, GPL License</p></blockquote><div
class="RelatedPosts"><h3>Related Posts</h3><ul><li><a
href="http://www.webappers.com/2010/02/27/tinytips-lightweight-jquery-plugin-for-tooltips/" rel="bookmark" title="February 27, 2010">TinyTips &#8211; Lightweight jQuery Plugin for Tooltips</a></li><li><a
href="http://www.webappers.com/2008/12/02/beautiful-sifr-replaced-text-with-a-jquery-plugin/" rel="bookmark" title="December 2, 2008">Beautiful sIFR Replaced Text with a jQuery Plugin</a></li><li><a
href="http://www.webappers.com/2010/02/16/jquery-digital-clock-inspired-by-htc-hero-widget/" rel="bookmark" title="February 16, 2010">jQuery Digital Clock Inspired by HTC Hero Widget</a></li><li><a
href="http://www.webappers.com/2010/01/18/tiptip-custom-tooltip-jquery-plugin-with-zero-images/" rel="bookmark" title="January 18, 2010">TipTip Custom Tooltip jQuery Plugin with Zero Images</a></li><li><a
href="http://www.webappers.com/2009/06/05/jquery-tools-a-collection-of-javascript-ui-components/" rel="bookmark" title="June 5, 2009">jQuery Tools &#8211; A Collection of Javascript UI Components</a></li></ul></div><h3>Sponsors</h3><p><a
href="http://www.pixmac.com/#WebAppers">Pixmac: Stock Photos, Royalty Free Pictures and Images</a></p>]]></content:encoded> <wfw:commentRss>http://www.webappers.com/2010/01/27/style-your-markup-in-your-browser-with-brosho-jquery-plugin/feed/</wfw:commentRss> </item> <item><title>Editing and Testing Regular Expressions with RegExr</title><link>http://www.webappers.com/2009/12/05/editing-and-testing-regular-expressions-with-regexr/</link> <comments>http://www.webappers.com/2009/12/05/editing-and-testing-regular-expressions-with-regexr/#comments</comments> <pubDate>Sat, 05 Dec 2009 07:10:27 +0000</pubDate> <dc:creator>Ray Cheung</dc:creator> <category><![CDATA[Code]]></category> <category><![CDATA[License Free]]></category><guid
isPermaLink="false">http://www.webappers.com/?p=2083</guid> <description><![CDATA[RegExr is an online tool for editing and testing Regular Expressions (RegExp / RegEx). It provides a simple interface to enter RegEx expressions, and visualize matches in real-time editable source text. It also provides a handy RegExp snippet sidebar with descriptions and usage examples to make it easier to learn Regular Expressions through trial and [...]]]></description> <content:encoded><![CDATA[<p><a
title="RegExr" href="http://gskinner.com/RegExr/" target="_blank">RegExr</a> is an <strong>online tool for editing and testing Regular Expressions</strong> (RegExp / RegEx). It provides a simple interface to enter RegEx expressions, and visualize matches in real-time editable source text. It also provides a handy RegExp snippet sidebar with descriptions and usage examples to make it easier to learn Regular Expressions through trial and error.</p><p><a
title="RegExr" href="http://gskinner.com/RegExr/" target="_blank">RegExr</a> is built with Flex 3, and uses ActionScript 3&#8217;s built in RegExp engine. It isn&#8217;t as powerful as a product like RegExBuddy, but it has the advantage of being online and free. You are able to save your patterns locally, and to share patterns on a searchable community database of regular expressions as well.</p><p
style="text-align: center;"><a
title="RegExr" href="http://gskinner.com/RegExr/" target="_blank"><img
class="aligncenter" title="regular-expressions" src="http://www.webappers.com/img/2009/12/regular-expressions-tool.jpg" alt="regular-expressions tool" /></a></p><blockquote><p>Requirements: Flex 3, ActionScript 3<br
/> Demo: <a
title="Demo" rel="nofollow" href="http://gskinner.com/RegExr/" target="_blank">http://gskinner.com/RegExr/</a><br
/> License: License Free</p></blockquote><div
class="RelatedPosts"><h3>Related Posts</h3><ul><li><a
href="http://www.webappers.com/2009/06/30/open-source-javascript-regular-expression-library/" rel="bookmark" title="June 30, 2009">Open Source JavaScript Regular Expression Library</a></li><li><a
href="http://www.webappers.com/2007/11/01/flare-visualize-charts-and-complex-animations-on-the-web/" rel="bookmark" title="November 1, 2007">Flare &#8211; Visualize Charts and Complex Animations on the Web</a></li><li><a
href="http://www.webappers.com/2008/11/26/tour-de-flex-explore-flex-capabilities-and-resources/" rel="bookmark" title="November 26, 2008">Tour de Flex &#8211; Explore Flex Capabilities and Resources</a></li><li><a
href="http://www.webappers.com/2008/05/07/2d-fisheye-menus-component-with-flex/" rel="bookmark" title="May 7, 2008">2D Fisheye Menus Component with Flex</a></li><li><a
href="http://www.webappers.com/2009/04/16/professional-and-free-patterns-on-milleseicentopercento/" rel="bookmark" title="April 16, 2009">Professional and Free Patterns on Milleseicentopercento</a></li></ul></div><h3>Sponsors</h3><p><a
href="http://www.pixmac.com/#WebAppers">Pixmac: Stock Photos, Royalty Free Pictures and Images</a></p>]]></content:encoded> <wfw:commentRss>http://www.webappers.com/2009/12/05/editing-and-testing-regular-expressions-with-regexr/feed/</wfw:commentRss> </item> <item><title>CodeRun Studio &#8211; Free &amp; Cross-Platform Online IDE</title><link>http://www.webappers.com/2009/12/04/coderun-studio-free-cross-platform-online-ide/</link> <comments>http://www.webappers.com/2009/12/04/coderun-studio-free-cross-platform-online-ide/#comments</comments> <pubDate>Fri, 04 Dec 2009 07:01:43 +0000</pubDate> <dc:creator>Ray Cheung</dc:creator> <category><![CDATA[Code]]></category> <category><![CDATA[License Free]]></category><guid
isPermaLink="false">http://www.webappers.com/?p=2068</guid> <description><![CDATA[CodeRun Studio is a free, cross-platform Integrated Development Environment (IDE), designed for the cloud. It enables you to easily develop, debug and deploy web applications using your browser. CodeRun Studio can be used instead or alongside your existing desktop IDE. You can upload existing code in order to test it in the cloud or for [...]]]></description> <content:encoded><![CDATA[<p><a
title="CodeRun Studio" href="http://www.coderun.com/" target="_blank">CodeRun Studio</a> is a free, cross-platform Integrated Development Environment (IDE), designed for the cloud. It enables you to easily develop, debug and deploy web applications using your browser. CodeRun Studio can be used instead or alongside your existing desktop IDE. You can upload existing code in order to test it in the cloud or for sharing with your peers.</p><p><a
title="CodeRun Studio" href="http://www.coderun.com/" target="_blank">CodeRun</a> features native support for C#/.NET (3.5), PHP (5.1), JavaScript, HTML and CSS. C# support includes ASP.NET, WCF, Silverlight and WPF browser application development and deployment. Database support includes SQL Server 2005 and Amazon SimpleDB. This means you do not have to learn anything new in order to begin working with CodeRun. Simply upload you existing code, or start from one of the built-in templates.</p><p
style="text-align: center;"><a
title="Code Run" href="http://www.coderun.com/" target="_blank"><img
class="size-full wp-image-2069 aligncenter" title="code-run" src="http://www.webappers.com/img/2009/12/code-run.jpg" alt="code-run" width="480" height="254" /></a></p><blockquote><p>Requirements: -<br
/> Demo: <a
title="Demo" rel="nofollow" href="http://www.coderun.com/ide/" target="_blank">http://www.coderun.com/ide/</a><br
/> License: License Free</p></blockquote><div
class="RelatedPosts"><h3>Related Posts</h3><ul><li><a
href="http://www.webappers.com/2007/05/28/develop-desktop-application-with-flash-html-javascript-ajax/" rel="bookmark" title="May 28, 2007">Transform Web App into Desktop App with Apollo</a></li><li><a
href="http://www.webappers.com/2008/03/01/wavemaker-visual-ajax-studio/" rel="bookmark" title="March 1, 2008">WaveMaker Visual Ajax Studio</a></li><li><a
href="http://www.webappers.com/2009/08/12/eyeos-open-source-cloud-computing-operating-system/" rel="bookmark" title="August 12, 2009">EyeOS &#8211; Open Source Cloud Computing Operating System</a></li><li><a
href="http://www.webappers.com/2009/04/17/coding-anytime-and-anywhere-with-phpanywhere/" rel="bookmark" title="April 17, 2009">Coding Anytime and Anywhere with PHPanywhere</a></li><li><a
href="http://www.webappers.com/2007/08/12/akelos-a-port-of-ruby-on-rails-php-framework/" rel="bookmark" title="August 12, 2007">Akelos a Port of Ruby on Rails PHP Framework</a></li></ul></div><h3>Sponsors</h3><p><a
href="http://www.pixmac.com/#WebAppers">Pixmac: Stock Photos, Royalty Free Pictures and Images</a></p>]]></content:encoded> <wfw:commentRss>http://www.webappers.com/2009/12/04/coderun-studio-free-cross-platform-online-ide/feed/</wfw:commentRss> </item> <item><title>Ymacs &#8211; Emacs-like Ajax Open Source Editor</title><link>http://www.webappers.com/2009/12/01/ymacs-emacs-like-ajax-open-source-editor/</link> <comments>http://www.webappers.com/2009/12/01/ymacs-emacs-like-ajax-open-source-editor/#comments</comments> <pubDate>Tue, 01 Dec 2009 07:01:48 +0000</pubDate> <dc:creator>Ray Cheung</dc:creator> <category><![CDATA[BSD License]]></category> <category><![CDATA[Code]]></category><guid
isPermaLink="false">http://www.webappers.com/?p=2048</guid> <description><![CDATA[Ymacs is an Emacs-like editor that works in your browser.  Which applies, at this state of affairs, only if your browser is Firefox. It looks pretty good with other browsers, but it is unable to catch all the required key bindings at the moment.
If you are an Emacs user, then you should feel like [...]]]></description> <content:encoded><![CDATA[<p><a
title="Ymacs" href="http://www.ymacs.org/" target="_blank">Ymacs</a> is an Emacs-like editor that works in your browser.  Which applies, at this state of affairs, only if your browser is Firefox. It looks pretty good with other browsers, but it is unable to catch all the required key bindings at the moment.</p><p>If you are an Emacs user, then you should feel like home with <a
title="Ymacs" href="http://www.ymacs.org/" target="_blank">Ymacs</a>. By default Ymacs uses Emacs idioms and key bindings. It should be easy to customize it, however, to mimic other editors.</p><p
style="text-align: center;"><a
title="Ymacs" href="http://www.ymacs.org/" target="_blank"><img
class="size-full wp-image-2049 aligncenter" title="ymacs" src="http://www.webappers.com/img/2009/11/ymacs.jpg" alt="ymacs" width="480" height="342" /></a></p><blockquote><p>Requirements: -<br
/> Demo: <a
title="Demo" rel="nofollow" href="http://www.ymacs.org/" target="_blank">http://www.ymacs.org/</a><br
/> License: BSD License</p></blockquote><div
class="RelatedPosts"><h3>Related Posts</h3><ul><li><a
href="http://www.webappers.com/2009/03/04/easily-create-htaccess-files-online-with-htaccess-editor/" rel="bookmark" title="March 4, 2009">Easily Create .htaccess Files Online with .htaccess Editor</a></li><li><a
href="http://www.webappers.com/2007/12/19/nicedit-micro-inline-wysiwyg-content-editor/" rel="bookmark" title="December 19, 2007">NicEdit Micro Inline WYSIWYG Content Editor</a></li><li><a
href="http://www.webappers.com/2007/06/21/fckeditor-lightweight-html-wysiwyg-editor/" rel="bookmark" title="June 21, 2007">FCKeditor Lightweight HTML WYSIWYG Editor</a></li><li><a
href="http://www.webappers.com/2008/10/11/free-rich-text-editor-word-like-wysiwyg-editor/" rel="bookmark" title="October 11, 2008">Free Rich Text Editor &#8211; Word-like WYSIWYG Editor</a></li><li><a
href="http://www.webappers.com/2009/02/11/the-community-built-open-source-online-html-editor/" rel="bookmark" title="February 11, 2009">The Community-built Open Source Online HTML Editor</a></li></ul></div><h3>Sponsors</h3><p><a
href="http://www.pixmac.com/#WebAppers">Pixmac: Stock Photos, Royalty Free Pictures and Images</a></p>]]></content:encoded> <wfw:commentRss>http://www.webappers.com/2009/12/01/ymacs-emacs-like-ajax-open-source-editor/feed/</wfw:commentRss> </item> <item><title>MooShell &#8211; Utility to Test Your MooTools Code</title><link>http://www.webappers.com/2009/10/24/mooshell-utility-to-test-your-mootools-code/</link> <comments>http://www.webappers.com/2009/10/24/mooshell-utility-to-test-your-mootools-code/#comments</comments> <pubDate>Sat, 24 Oct 2009 07:01:33 +0000</pubDate> <dc:creator>Ray Cheung</dc:creator> <category><![CDATA[Code]]></category> <category><![CDATA[License Free]]></category><guid
isPermaLink="false">http://www.webappers.com/?p=1843</guid> <description><![CDATA[We have featured JS Bin 2 days ago. And our lovely readers have pointed out MooShell, which helps us writing and testing HTML, CSS and Javascript too. You can easily debug your Mootools code online with MooShell. Just load the page, edit relevant fields and load the result into an iframe. Also, it does allow [...]]]></description> <content:encoded><![CDATA[<p>We have featured <a
title="JS Bin" href="http://www.webappers.com/2009/10/22/edit-test-and-debug-javascript-online-collaboratively/" target="_blank">JS Bin</a> 2 days ago. And our lovely readers have pointed out <a
title="MooShell" href="http://mooshell.net/" target="_blank"><strong>MooShell</strong></a>, which helps us <strong>writing and testing HTML, CSS and Javascript</strong> too. You can easily <strong>debug your Mootools code</strong> online with MooShell. Just load the page, edit relevant fields and load the result into an iframe. Also, it does allow to save results for further usage like <a
rel="nofollow" href="http://www.mo­oshell.net/wzRDj/" target="_blank">this example</a>.</p><p>However, <strong><a
title="MooShell" href="http://mooshell.net/" target="_blank"><strong>MooShell</strong></a></strong> is still in an early stage of development and definitely lacks some features. Plans are to implement logging, choice of javascript libraries (currently works with MooTools 1.2.3 only), and more.</p><p
style="text-align: center;"><a
title="MooShell" href="http://mooshell.net/" target="_blank"><img
class="size-full wp-image-1844 aligncenter" title="mooshell" src="http://www.webappers.com/img/2009/10/mooshell.jpg" alt="mooshell" width="480" height="226" /></a></p><blockquote><p>Requirements: -<br
/> Demo: <a
title="Demo" rel="nofollow" href="http://mooshell.net/" target="_blank">http://mooshell.net/</a><br
/> License: License Free</p></blockquote><div
class="RelatedPosts"><h3>Related Posts</h3><ul><li><a
href="http://www.webappers.com/2009/05/23/choose-jquery-or-mootools-javascript-framework/" rel="bookmark" title="May 23, 2009">Choose jQuery or MooTools Javascript Framework?</a></li><li><a
href="http://www.webappers.com/2008/11/14/jx-graphical-user-interface-for-mootools-library/" rel="bookmark" title="November 14, 2008">Jx &#8211; Graphical User Interface for Mootools Library</a></li><li><a
href="http://www.webappers.com/2007/09/24/e2-interactive-photo-gallery-with-mootools/" rel="bookmark" title="September 24, 2007">(E)2 Interactive Photo Gallery with Mootools</a></li><li><a
href="http://www.webappers.com/2008/10/08/an-experimental-jquery-time-picker/" rel="bookmark" title="October 8, 2008">An Experimental jQuery Time Picker</a></li><li><a
href="http://www.webappers.com/2007/07/04/bluehost-affordable-and-reliable-shared-web-hosting/" rel="bookmark" title="July 4, 2007">BlueHost Affordable and Reliable Shared Web Hosting</a></li></ul></div><h3>Sponsors</h3><p><a
href="http://www.pixmac.com/#WebAppers">Pixmac: Stock Photos, Royalty Free Pictures and Images</a></p>]]></content:encoded> <wfw:commentRss>http://www.webappers.com/2009/10/24/mooshell-utility-to-test-your-mootools-code/feed/</wfw:commentRss> </item> <item><title>Edit, Test and Debug Javascript Online Collaboratively</title><link>http://www.webappers.com/2009/10/22/edit-test-and-debug-javascript-online-collaboratively/</link> <comments>http://www.webappers.com/2009/10/22/edit-test-and-debug-javascript-online-collaboratively/#comments</comments> <pubDate>Thu, 22 Oct 2009 07:01:12 +0000</pubDate> <dc:creator>Ray Cheung</dc:creator> <category><![CDATA[Code]]></category> <category><![CDATA[License Free]]></category><guid
isPermaLink="false">http://www.webappers.com/?p=1832</guid> <description><![CDATA[JS Bin is a webapp specifically designed to help JavaScript and CSS folk test snippets of code, within some context, and debug the code collaboratively.
JS Bin allows you to edit and test JavaScript and HTML. Once you&#8217;re happy you can save, and send the URL to a peer for review or help. They can then [...]]]></description> <content:encoded><![CDATA[<p><a
title="JS Bin" href="http://jsbin.com/" target="_blank"><strong>JS Bin</strong></a> is a webapp specifically designed to <strong>help JavaScript and CSS folk test snippets of code, within some context, and debug the code collaboratively</strong>.</p><p><strong><a
title="JS Bin" href="http://jsbin.com/" target="_blank"><strong>JS Bin</strong></a></strong> allows you to edit and test JavaScript and HTML. Once you&#8217;re happy you can save, and send the URL to a peer for review or help. They can then make further changes saving anew if required.</p><p>The original idea spawned from helping developers debugging an Ajax issue. The original aim was to build it using Google&#8217;s app engine, but in the end, it was John Resig&#8217;s Learning app that inspired <strong>Remy Sharp</strong> to build the whole solution in JavaScript with liberal dashes of jQuery and a tiny bit of LAMP for the saving process.</p><p
style="text-align: center;"><a
title="JS Bin" href="http://jsbin.com/" target="_blank"><img
class="size-full wp-image-1833 aligncenter" title="javascript-online" src="http://www.webappers.com/img/2009/10/javascript-online.jpg" alt="javascript-online" width="480" height="212" /></a></p><blockquote><p>Requirements: -<br
/> Demo: <a
title="Demo" rel="nofollow" href="http://jsbin.com/" target="_blank">http://jsbin.com/</a><br
/> License: License Free</p></blockquote><div
class="RelatedPosts"><h3>Related Posts</h3><ul><li><a
href="http://www.webappers.com/2008/10/30/peppy-super-fast-css-3-compliant-selector-engine/" rel="bookmark" title="October 30, 2008">Peppy &#8211; Super Fast CSS 3 Compliant Selector Engine</a></li><li><a
href="http://www.webappers.com/2008/04/20/coda-style-popup-bubble-tooltips-with-jquery/" rel="bookmark" title="April 20, 2008">Coda Style Popup Bubble Tooltips with jQuery</a></li><li><a
href="http://www.webappers.com/2008/04/10/google-app-engine-host-your-web-app-on-google/" rel="bookmark" title="April 10, 2008">Google App Engine &#8211; Host Your Web App on Google</a></li><li><a
href="http://www.webappers.com/2009/02/16/ajax-tags-auto-suggestion-jquery-plugin/" rel="bookmark" title="February 16, 2009">Ajax Tags Auto Suggestion jQuery Plugin</a></li><li><a
href="http://www.webappers.com/2009/01/23/the-ajax-apis-playground-with-save-export-features/" rel="bookmark" title="January 23, 2009">The Ajax APIs Playground with Save &#038; Export Features</a></li></ul></div><h3>Sponsors</h3><p><a
href="http://www.pixmac.com/#WebAppers">Pixmac: Stock Photos, Royalty Free Pictures and Images</a></p>]]></content:encoded> <wfw:commentRss>http://www.webappers.com/2009/10/22/edit-test-and-debug-javascript-online-collaboratively/feed/</wfw:commentRss> </item> <item><title>How to Make an Expanding Code Box with jQuery</title><link>http://www.webappers.com/2009/07/16/how-to-make-an-expanding-code-box-with-jquery/</link> <comments>http://www.webappers.com/2009/07/16/how-to-make-an-expanding-code-box-with-jquery/#comments</comments> <pubDate>Thu, 16 Jul 2009 07:01:36 +0000</pubDate> <dc:creator>Ray Cheung</dc:creator> <category><![CDATA[Code]]></category> <category><![CDATA[License Free]]></category><guid
isPermaLink="false">http://www.webappers.com/?p=1634</guid> <description><![CDATA[On blogs that like to share snippets of code, it is common to use the &#60;pre&#62; tag to wrap the code so that the spacing/indenting is maintained and long lines do not wrap. While this is desirable behavior, it can be undesirable to have those un-wrapped lines break out of their containers awkwardly and overlap [...]]]></description> <content:encoded><![CDATA[<p>On blogs that like to share snippets of code, it is common to use the &lt;pre&gt; tag to wrap the code so that the spacing/indenting is maintained and long lines do not wrap. While this is desirable behavior, it can be undesirable to have those un-wrapped lines break out of their containers awkwardly and overlap other content.</p><p>On <strong>Digging Into WordPress</strong>, they taught us <a
title="Making an Expanding Code Box" href="http://diggingintowordpress.com/2009/07/making-an-expanding-code-box/" target="_blank">How to Make an Expanding Code Box</a> by using JavaScript (jQuery) to solve this problem. One solution could potentially be to use only CSS and expand the width with something like <tt>pre:hover</tt>, but JavaScript is more elegant. It expands only when needed. It expands only to as wide as needed. And also, it expands with animation.</p><p
style="text-align: center;"><a
title="Making an Expanding Code Box" href="http://diggingintowordpress.com/2009/07/making-an-expanding-code-box/" target="_blank"><img
src="http://www.webappers.com/img/2009/07/expand-code.jpg" alt="Expand Code" /></a></p><blockquote><p>Requirements: jQuery Framework<br
/> Demo: <a
title="demo" rel="nofollow" href="http://diggingintowordpress.com/2009/07/making-an-expanding-code-box/" target="_blank">http://diggingintowordpress.com/2009/07/making-an-expanding-code-box/</a><br
/> License:  License Free</p></blockquote><div
class="RelatedPosts"><h3>Related Posts</h3><ul><li><a
href="http://www.webappers.com/2009/12/18/a-solution-of-jquery-animation-queue-buildup/" rel="bookmark" title="December 18, 2009">A Solution of jQuery Animation Queue Buildup</a></li><li><a
href="http://www.webappers.com/2009/06/02/jqdock-jquery-fish-eye-menu/" rel="bookmark" title="June 2, 2009">jqDock &#8211; jQuery Fish Eye Menu</a></li><li><a
href="http://www.webappers.com/2009/04/24/create-fancy-thumbnail-hover-effect-with-jquery/" rel="bookmark" title="April 24, 2009">Create Fancy Thumbnail Hover Effect with jQuery</a></li><li><a
href="http://www.webappers.com/2007/12/28/instantly-create-3d-box-images-for-your-web-applications/" rel="bookmark" title="December 28, 2007">Instantly Create 3D-Box Images for Your Web Applications</a></li><li><a
href="http://www.webappers.com/2009/06/12/jquery-inline-form-validation-engine/" rel="bookmark" title="June 12, 2009">jQuery Inline Form Validation Engine</a></li></ul></div><h3>Sponsors</h3><p><a
href="http://www.pixmac.com/#WebAppers">Pixmac: Stock Photos, Royalty Free Pictures and Images</a></p>]]></content:encoded> <wfw:commentRss>http://www.webappers.com/2009/07/16/how-to-make-an-expanding-code-box-with-jquery/feed/</wfw:commentRss> </item> <item><title>Open Source JavaScript Regular Expression Library</title><link>http://www.webappers.com/2009/06/30/open-source-javascript-regular-expression-library/</link> <comments>http://www.webappers.com/2009/06/30/open-source-javascript-regular-expression-library/#comments</comments> <pubDate>Tue, 30 Jun 2009 07:01:46 +0000</pubDate> <dc:creator>Ray Cheung</dc:creator> <category><![CDATA[Code]]></category> <category><![CDATA[MIT License]]></category><guid
isPermaLink="false">http://www.webappers.com/?p=1618</guid> <description><![CDATA[
XRegExp is an open source (MIT license) JavaScript library that provides an augmented, extensible, cross-browser implementation of regular expressions, including support for additional syntax, flags, and methods.
XRegExp adds new regex and replacement text syntax, including comprehensive support for named capture. It also provides a suite of 12 functions and methods that make complex regex processing [...]]]></description> <content:encoded><![CDATA[<p
style="text-align: center;"><img
src="http://www.webappers.com/img/2009/06/xregexp.jpg" alt="JavaScript regular expression library" /></p><p><a
title="Javascript regex Library" href="http://xregexp.com/" target="_blank"><strong>XRegExp</strong></a> is an open source (MIT license) JavaScript library that provides an augmented, extensible, cross-browser implementation of regular expressions, including support for additional syntax, flags, and methods.</p><p>XRegExp adds new regex and replacement text syntax, including comprehensive support for <strong>named capture</strong>. It also provides a suite of <strong>12 functions and methods</strong> that make complex regex processing a breeze. And it lets you easily <strong>create and use plugins</strong> that add new syntax and flags to XRegExp&#8217;s regular expression language.</p><p><a
title="Javascript regex Library" href="http://xregexp.com/" target="_blank"><strong>XRegExp</strong></a> is fully compliant with the regular expression flavor specified in ECMA-262 Edition 3 (ES3), and has been tested with Internet Explorer 5.5–8, Firefox 2–3, Safari 3–4, Chrome 1–2, and Opera 9. XRegExp uses feature detection—no browser sniffing.</p><blockquote><p>Requirements: -<br
/> Demo: <a
title="Demo" rel="nofollow" href="http://xregexp.com/" target="_blank">http://xregexp.com/</a><br
/> License: MIT License</p></blockquote><div
class="RelatedPosts"><h3>Related Posts</h3><ul><li><a
href="http://www.webappers.com/2009/12/05/editing-and-testing-regular-expressions-with-regexr/" rel="bookmark" title="December 5, 2009">Editing and Testing Regular Expressions with RegExr</a></li><li><a
href="http://www.webappers.com/2007/12/14/it-mill-toolkit-open-source-user-interface-framework/" rel="bookmark" title="December 14, 2007">IT Mill Toolkit Open Source User Interface Framework</a></li><li><a
href="http://www.webappers.com/2008/05/12/the-processing-language/" rel="bookmark" title="May 12, 2008">The Processing Language</a></li><li><a
href="http://www.webappers.com/2008/09/15/msn-multimedia-center-countries-flags/" rel="bookmark" title="September 15, 2008">MSN Multimedia Center Countries Flags</a></li><li><a
href="http://www.webappers.com/2008/06/23/open-source-course-management-system/" rel="bookmark" title="June 23, 2008">Open Source Course Management System</a></li></ul></div><h3>Sponsors</h3><p><a
href="http://www.pixmac.com/#WebAppers">Pixmac: Stock Photos, Royalty Free Pictures and Images</a></p>]]></content:encoded> <wfw:commentRss>http://www.webappers.com/2009/06/30/open-source-javascript-regular-expression-library/feed/</wfw:commentRss> </item> <item><title>Less &#8211; An Extension to CSS</title><link>http://www.webappers.com/2009/06/22/less-an-extension-to-css/</link> <comments>http://www.webappers.com/2009/06/22/less-an-extension-to-css/#comments</comments> <pubDate>Mon, 22 Jun 2009 07:01:36 +0000</pubDate> <dc:creator>Ray Cheung</dc:creator> <category><![CDATA[Code]]></category><guid
isPermaLink="false">http://www.webappers.com/?p=1608</guid> <description><![CDATA[
Less is Leaner css. Less extends css by adding: variables, mixins, operations and nested rules. Less uses existing css syntax. This means you can migrate your current .css files to .less in seconds and there is virtually no learning curve.
Variables
Variables allow you to specify widely used values in a single place, and then re-use them [...]]]></description> <content:encoded><![CDATA[<p
style="text-align: center;"><a
title="Less - Leaner CSS" href="http://lesscss.org/" target="_blank"><img
src="http://www.webappers.com/img/2009/06/less.jpg" alt="Less" /></a></p><p><a
title="Less - Leaner CSS" href="http://lesscss.org/" target="_blank"><strong>Less</strong></a> is Leaner css. Less extends css by adding: <strong>variables</strong>, <strong>mixins</strong>, <strong>operations </strong>and <strong>nested</strong> rules. Less uses existing css syntax. This means you can migrate your current .css files to .less in seconds and there is virtually no learning curve.</p><p><strong>Variables</strong><br
/> Variables allow you to specify widely used values in a single place, and then re-use them throughout the style sheet, making global changes as easy as changing one line of code.</p><p><strong>Mixins</strong><br
/> Mixins allow you to embed all the properties of a class into another class by simply including the class name as one of its properties. It&#8217;s just like variables, but for whole classes.</p><p><strong>Nested Rules</strong><br
/> Rather than constructing long selector names to specify inheritance, in Less you can simply nest selectors inside other selectors. This makes inheritance clear and style sheets shorter.</p><p><strong>Operations</strong><br
/> Are some elements in your style sheet proportional to other elements? Operations let you add, subtract, divide and multiply property values and colors, giving you the power to do create complex relationships between properties.</p><blockquote><p>Requirements: Ruby on Rails<br
/> Demo: <a
title="Demo" rel="nofollow" href="http://lesscss.org/" target="_blank">http://lesscss.org/</a><br
/> License: Apache License</p></blockquote><div
class="RelatedPosts"><h3>Related Posts</h3><ul><li><a
href="http://www.webappers.com/2010/01/25/create-a-ms-excel-style-spreadsheet-with-jquery-sheet/" rel="bookmark" title="January 25, 2010">Create a MS Excel Style Spreadsheet with jQuery.sheet</a></li><li><a
href="http://www.webappers.com/2009/03/25/protovis-visualization-toolkit-for-javascript-using-canvas/" rel="bookmark" title="March 25, 2009">Protovis &#8211; Visualization Toolkit for Javascript using Canvas</a></li><li><a
href="http://www.webappers.com/2008/11/05/best-cheat-sheets-for-web-developers/" rel="bookmark" title="November 5, 2008">The Best Cheat Sheets for Web Developers</a></li><li><a
href="http://www.webappers.com/2008/12/17/25-excellent-tips-and-tricks-of-jquery/" rel="bookmark" title="December 17, 2008">25 Excellent Tips and Tricks of jQuery</a></li><li><a
href="http://www.webappers.com/2009/08/10/70-must-have-css3-and-html5-tutorials-and-resources/" rel="bookmark" title="August 10, 2009">70 Must-Have CSS3 and HTML5 Tutorials and Resources</a></li></ul></div><h3>Sponsors</h3><p><a
href="http://www.pixmac.com/#WebAppers">Pixmac: Stock Photos, Royalty Free Pictures and Images</a></p>]]></content:encoded> <wfw:commentRss>http://www.webappers.com/2009/06/22/less-an-extension-to-css/feed/</wfw:commentRss> </item> <item><title>PHP.JS &#8211; Port PHP Functions to Javascript</title><link>http://www.webappers.com/2009/05/30/phpjs-port-php-functions-to-javascript/</link> <comments>http://www.webappers.com/2009/05/30/phpjs-port-php-functions-to-javascript/#comments</comments> <pubDate>Sat, 30 May 2009 07:01:54 +0000</pubDate> <dc:creator>Ray Cheung</dc:creator> <category><![CDATA[Code]]></category> <category><![CDATA[GPL License]]></category> <category><![CDATA[MIT License]]></category><guid
isPermaLink="false">http://www.webappers.com/?p=1590</guid> <description><![CDATA[
Developer Kevin van Zonneveld was once working on a project with a lot of client(JS) / server(PHP) interaction, and he found himself coding PHP functions (like base64_decode &#38; urldecode) in JavaScript to smoothen communication between the two languages.
He stored the stored the functions in a file called PHP.JS which was included in the project. But [...]]]></description> <content:encoded><![CDATA[<p
style="text-align: center;"><img
src="http://www.webappers.com/img/2009/05/php-js.jpg" alt="PHP JS" /></p><p>Developer <strong>Kevin van Zonneveld</strong> was once working on a project with a lot of client(JS) / server(PHP) interaction, and he found himself coding PHP functions (like base64_decode &amp; urldecode) in JavaScript to smoothen communication between the two languages.</p><p>He stored the stored the functions in a file called <a
title="PHP JS" href="http://phpjs.org/" target="_blank"><strong>PHP.JS</strong></a> which was included in the project. But even when the project was done, it remained fun trying to port PHP functions to JavaScript, and so the library grew.</p><p>Kevin decided to share the little library on his blog, triggering the enthusiasm of a lot of PHP developers longing for PHP functionality in JavaScript. <a
title="PHP JS" href="http://phpjs.org/" target="_blank"><strong>PHP.JS</strong></a> is an open source project in which they try to port PHP functions to JavaScript. By including the PHP.JS library in your own projects, you can use your favorite PHP functions client-side.</p><blockquote><p>Requirements: Javascript Enabled<br
/> Demo: <a
title="Demo" rel="nofollow" href="http://phpjs.org/" target="_blank">http://phpjs.org/</a><br
/> License:  MIT and GPL Licenses</p></blockquote><div
class="RelatedPosts"><h3>Related Posts</h3><ul><li><a
href="http://www.webappers.com/2008/02/29/piwik-open-source-web-analytics/" rel="bookmark" title="February 29, 2008">Piwik &#8211; Open Source Web Analytics</a></li><li><a
href="http://www.webappers.com/2007/10/24/jfreechart-free-100-java-chart-library/" rel="bookmark" title="October 24, 2007">JFreeChart &#8211; Free 100% Java Chart Library</a></li><li><a
href="http://www.webappers.com/2009/05/21/axiis-open-source-data-visualization-framework/" rel="bookmark" title="May 21, 2009">Axiis &#8211; Open Source Data Visualization Framework</a></li><li><a
href="http://www.webappers.com/2009/07/11/glow-open-source-javascript-library-by-bbc/" rel="bookmark" title="July 11, 2009">Glow &#8211; Open Source Javascript Library by BBC</a></li><li><a
href="http://www.webappers.com/2009/06/30/open-source-javascript-regular-expression-library/" rel="bookmark" title="June 30, 2009">Open Source JavaScript Regular Expression Library</a></li></ul></div><h3>Sponsors</h3><p><a
href="http://www.pixmac.com/#WebAppers">Pixmac: Stock Photos, Royalty Free Pictures and Images</a></p>]]></content:encoded> <wfw:commentRss>http://www.webappers.com/2009/05/30/phpjs-port-php-functions-to-javascript/feed/</wfw:commentRss> </item> </channel> </rss><!--
This site's performance optimized by W3 Total Cache. Dramatically improve the speed and reliability of your blog!

Learn more about our WordPress Plugins: http://www.w3-edge.com/wordpress-plugins/

Minified using disk
Page Caching using disk (enchanced) (user agent is rejected)
Content Delivery Network via maxcdn.webappers.com (user agent is rejected)

Served from: ps11300.dreamhostps.com @ 2010-03-11 19:32:03 -->