inwebdeveloper

Open Source Web Developers Resources

VexFlow is an open-source web-based music notation rendering API. It is written completely in JavaScript, and runs right in the browser. VexFlow supports HTML5 Canvas and SVG. VexFlow is distributed under the MIT license, and all the code is available at the VexFlow GitHub Repository. [...]

There are some great JavaScript testing frameworks out there. Many only work from within a browser. Most don’t support testing asynchronous code like event callbacks. Some have syntax that’s hard for JS developers or IDEs to understand. Jasmine is a JavaScript testing framework. It’s heavily [...]

Grafico is a javascript charting library built with Raphael and Prototype.js. The library provides a wide array of graphs and stays with the guidelines laid out by Stephen Few and Edward Tufte. Grafico provides pretty charts that effectively communicate their information. This means you get [...]

Simple PHP Proxy is a PHP script which aims to fill this gap by creating a layer between your JavaScript code and the remote domain to get data in HTML, XML or JSON formats. With Simple PHP Proxy, your JavaScript can access content in remote [...]

Siwapp is an open source web application meant to help manage & create invoices in a simple, straightforward way. Siwapp is an open source web application invoiceSiwapp is built on Symfony, a PHP web development environment, which heavily rests on MVC ideas (model, view, controller). [...]