New More Development Tools Scripts for Web
Apache Chemistry CMIS for .NET adds support for the CMIS standard in C#.This standard was created to allow CMSs to talk to each other and to exchange data between them if needed.What may be exchanged via CMIS can be simple plain text or entire files and...
OpenLayers is developed and supported by a number of organizations around the world.It has mainly been developed to further the use of geographic information in online apps.It is a framework which separates map tools from map data so that all the...
Egg.js allows developers to easily configure a simple set of keyboard shortcuts and then execute a series of JavaScript functions when these are pressed.The concept is called Easter eggs or Konami Code, and is often used on live websites to reveal hidden...
Include this library in the header of a page and when accessed from older browsers it will upgrade their engine to support EcmaScript 5, the latest version of JavaScript.It's not a complete implementation, but is at close as it can get.Even if es5-shim...
Snappy is a compression/decompression C++ library developed by Google.This is a Ruby library providing a way to work with Snappy inside Ruby-powered apps or websites.Bindings are also available for other programming languages:Common LispErlangHaskellJava...
SHOUTcast / Icecast is a technology for streaming media over the Internet, mainly used today in transmitting online radio stations in real-time.node-icecast can be used in a variety of ways, some of theme being:- Fetching audio data from a stream- Parsing...
excel_to_code was created to parse the content of .xlsx files and export their content into other programming mediums.This allows developers to execute Excel formulas and process the spreadsheet's data without actually having Excel installed.After the...
The Stats.js class provides a simple info box that will monitor code performance.Based on this, developers can tell if their code is to blame for bad user experience or not.It shows:FPS - Frames rendered in the last second. The higher the number the...
CoffeeScript is a programming language (actually a JavaScript superset) that compiles into JavaScript.It's a newly discovered method for writing JavaScript code, using a simpler and cleaner syntax, while still being outputted as JavaScript code in the...
JavaScript code written for server-side technologies like Node.js uses a different syntax than regular, vanilla JS.While not immensely different, these peculiarities prevent the code from being properly executed, or force it to be run in synchronous mode,...