Add To Facebook Share on Twitter Add To Google Bookmarks Add To Linkedin Add To Del.icio.us Add To digg Add To Stumble Upon Add To Yahoo My Web Add To Technorati
jsLinb is a Cross-Browser javascript framework with WYSIWYG GUI builder and javascript-based source code Editor
06/02/2011
Rate:  Be the first to Rank
• Rich client-side API, works with any backend (php, .Net, Java, python) or static HTML pages. • More then 40 common components, including Tabs, Dialog, TreeGrid, TimeLine and many other web GUI components. • Wide cross-browser compatibility, IE6+, firefox1.5+, opera9+, safari3+ and Google Chrome. • Full API Documentation with tons of samples. • Ever Increasing Code Snippets. • Drag&Drop WYSIWYG GUI builder and IDE available. Significantly reduced development time. • Source code editor Integrated (Code Intellisense, Code folding, Syntax Check and Undo/Redo). • Compatible with jQuery, prototype,..
06/02/2011
Rate:  Be the first to Rank
CodeMirror is a JavaScript library that can be used to create a relatively pleasant editor interface for code-like content ― computer programs, HTML markup, and similar. If a parser has been written for the language you are editing (see below for a list of supported languages), the code will be coloured, and the editor will help you with indentation.
26/12/2010
Rate:  Be the first to Rank
For the past year and a half, we've been pouring our heart into JavaScriptMVC 3.0. So it's with great excitement that we're ready to announce 3.0 is here to solve your JavaScript headaches. With over 1800 commits, the new version is faster, easier to use, and more powerful. But with so much goodness, it's hard to know where to start. The following are the biggest and bad-ass-est changes to JavaScriptMVC
Lightweight, full featured, cross browser, extensible, WYSIWYG HTML editor
17/12/2010
Rate:  Be the first to Rank
CLEditor is an open source jQuery plugin which provides a lightweight, full featured, cross browser, extensible, WYSIWYG HTML editor that can be easily added into any web site. CLEditor is only 9K! In addition to the standard text formatting features found in other WYSIWYG editors, CLEditor also contains rich drop downs for font name, size, style, text color and highlight color. CLEditor allows you to insert images, hyperlinks and horizontal rules. CLEditor supports the following browsers on both the mac and pc: IE 6.0+, FF 1.5+, Safari 4+, Chrome 5+ and Opera 10+. All testing is done..
Location: JavaScript / jQuery
very simple solution for a big problem
01/12/2010
Rate:  Be the first to Rank
problem with loading JavaScript in the HEAD tag is that scripts load before HTML, makes the site load slower (and I'm not just talking about download time). problem with loading JavaScript at the bottom can cause problems with HTML5 and CSS3. so this simple 2.3k solution will solve all your problems!
Location: JavaScript / PHP
27/03/2010
Rate:  Be the first to Rank
It’s time for more JavaScript and jQuery goodies here on Noupe. Today we are featuring fresh JavaScript Development Frameworks, code optimization and minimization tools, reference tables, compatibility issues, common coding errors, image manipulation techniques and graph solutions. Please feel free to submit further resources in the comments to this post!
Location: JavaScript / jQuery
JavaScript Date and Time Object
27/03/2010
Rate:  Be the first to Rank
The Date object is useful when you want to display a date or use a timestamp in some sort of calculation. In Java, you can either make a Date object by supplying the date of your choice, or you can let JavaScript create a Date object based on your visitor's system clock. It is usually best to let JavaScript simply use the system clock.
niftyPlayer + Simple Playlist
03/03/2010
Rate:  
use this nice js player. i added a code JS below for using next and prev buttons.
Highlight Code Syntax in your page
18/02/2010
Rate:  Be the first to Rank
SyntaxHighlighter is a fully functional self-contained code syntax highlighter developed in JavaScript. The project was started in 2004 and since then has gained a lot of acceptance. Version 2.0 is the new page in history of the project representing a near complete rewrite, clean up, optimization, standard compliance and new features.
Area select in jQuery and PHP
16/02/2010
Rate:  
Very slick "area select" on-top of images plugin for jQuery. You can use it in your projects to create image "tags" or "tooltips" like Facebook does, or Flickr does even better. As usual for jQuery awesomeness, this is pretty easy to integrate. http://odyniec.net/projects/imgareaselect/ And here's somebody that shows a validation processor in PHP that can crop the select area and save as an image. http://www.webmotionuk.co.uk/php-jquery-image-upload-and-crop/
Location: JavaScript / jQuery / PHP
11/02/2010
Rate:  Be the first to Rank
Sometimes you need to know the last day in month of a given month. This is a nice JavaScript Solution to this case.