Browsing projects by Tag(s)

Select a tag to browse associated projects and drill deeper into the tag cloud.

Showing page 1 of 2

jscolor is a JavaScript component extending standard form controls of a smooth color picker dialog. All you need to pickerize your text fields is to include script jscolor.js into your HTML page and turn all related INPUT elements into INPUT CLASS="color"

4.0
   
  0 reviews  |  2 users  |  0 current contributors
 
 

http://artofsequence.org Art Of Sequence (AOS) is a set of open-source and free (MIT license) technologies designed to help create, publish and read born-digital stories. AOS is composed of several projects. Each project try to solve one general problem but all projects works together, by working with the same data formats.

5.0
 
  0 reviews  |  1 user  |  64,441 lines of code  |  3 current contributors  |  Analyzed 2 months ago
 
 

Blogg-X is a cross platform (OS X, Windows XP, Linux) content management tool for websites based on the Joomla! CMS. Blogg-X runs locally on your computer as a desktop application. Utilizing built in WYSIWYG and HTML source editors you can post rich content on your Joomla! site without the use of the web browser.

0
 
  0 reviews  |  1 user  |  0 current contributors
 
 

Intype HTML Toolkit bundleSome improvements of intype html-bundle and snippets for more handy use. A lot of code pieces are repeating from file to file or even in the same file. A lot of time is lost for writing them. More attention is given to writing code instead of thinking on it. It's ... [More] time for changes. Often used long constructions are changed to more compact and easy-to-remember snippets. You can improve your productivity using InType text editor with this HTML Toolkit bundle. It's strongly recommended to replace default HTML bundle with this to avoid conflicts. Any feedback is welcome to w.smmurf@gmail.com. Continue readingShort introduction to HTML Toolkit Basic concepts of HTML Toolkit Documentation contents [Less]

0
 
  0 reviews  |  0 users  |  0 current contributors  |  Analyzed 4 days ago
 
 

Adjust the line width with usefull tool for coding style. The following text: » select¶ » » COLUMN1, » » COLUMN2·+·COLUMN3,¶ » from¶ » » TABLE1¶becomes: ····select···············¶ ········COLUMN1,·········¶ ... [More] ········COLUMN2·+·COLUMN3¶ ····from·················¶ ········TABLE1···········¶and there is a per-line prefix and sufix option that allow you to do the following code: mySQL += "····select···············¶"; mySQL += "········COLUMN1,·········¶"; mySQL += "········COLUMN2·+·COLUMN3¶"; mySQL += "····from·················¶"; mySQL += "········TABLE1···········¶"; [Less]

0
 
  0 reviews  |  0 users  |  0 current contributors  |  Analyzed 3 days ago
 
 

A desktop application for working with XHTML documents using the Textile semantics developed by Dean Allen and the C# Textile library built by L. Abdul Baan (lordabdul).

0
 
  0 reviews  |  0 users  |  0 current contributors
 
 

Have you ever had to plan/design the security infrastructure of a building or office and thought I wish there was a simple piece of software capable of putting together potential plans and documenting them in a presentable format? You don't need to wish anymore.

0
 
  0 reviews  |  0 users  |  0 current contributors  |  Analyzed 4 days ago
 
 

My random Python brain dump goes here ... pisp.pySimple Scheme/Lisp like programming language. With handwritten parser/tokenizer + interpreter. Easy to extend and completely written in Python ;) bin2cpp.pyConverts binary files to C++ source code. dir2html.pyExport directory structure to HTML ... [More] files. fixhdr.pyFixes copyright messages in C++ source file headers. mosaic.pySimple mosaic generator. (C) by Christoph Schunk [Less]

0
 
  0 reviews  |  0 users  |  0 current contributors
 
 

Ferramenta leve e objetiva para criar paginas utilizando AJAX, criada utilizando OOP em javascript, facil acesso. Pode ser utilizado em chamadas síncronas ou assíncronas. --- Lightweight tool and objective to create webpages using AJAX, this tool was created using OOP in javascript, easy ... [More] access of the feature. It can be used in sync or async calls. --- How to Use it? First of all, copy the Ajax.js file into you webpage scripts folder, or in same place of the pages. Second step: (I Assumed is in same path that page are you running.) Change your Client side HTML to load the lightweight script: ** Third step: Create an other script tag in your HTML file and start scripting //method to start an Server-side call function SendMyAjaxRequest() { //Instance new Ajax object. //true = async //false = sync var oAjax = new Ajax(true); //debuging mode opens an browser popup if some //error occurs when running in server side. //turn off when all works. oAjax.isDebugging = true; //method that will be sended //to a server page //it can be "POST" or "GET" oAjax.method = 'POST'; //Server side url that runs the server code oAjax.url = 'AjaxSample.asp'; //set the callback method to be called when //server-side returns the information. oAjax.onCallBack = onCallBackFunction; //(THIS IS OPITIONAL) //now we set the send parameters oAjax.sendParameters.add('param1', 'value1'); oAjax.sendParameters.add('param2', 'value2'); oAjax.sendParameters.add('herecanbeanything', 'value2'); //(THIS IS OPITIONAL) // Here you can set what parameters will be sended to callback function // the point is just simplify your life at callBack event oAjax.callBackParameters.add("test1"); oAjax.callBackParameters.add(document.getElementById('Button1')); //AND FINALLY oAjax.send(); } //the first parameter is required, and will have the //ajax object reference. //others parameters will be defined at the same order that you created. function onCallBackFunction(oAjaxReference, test1_parameter, button1Reference) { // now you have two options, read it as string alert(oAjaxReference.responseText); //or use it as XML oAjax.responseXML; } [Less]

0
 
  0 reviews  |  0 users  |  0 current contributors  |  Analyzed about 23 hours ago
 
 

Convert your existing site into a Mobile friendly web site.

0
 
  0 reviews  |  0 users  |  0 current contributors
 
 
 
 

Creative Commons License Copyright © 2013 Black Duck Software, Inc. and its contributors, Some Rights Reserved. Unless otherwise marked, this work is licensed under a Creative Commons Attribution 3.0 Unported License . Ohloh ® and the Ohloh logo are trademarks of Black Duck Software, Inc. in the United States and/or other jurisdictions. All other trademarks are the property of their respective holders.