Top Development Tools Scripts for Web
The PayPal Ruby SDK was developed to simplify the process of accepting a credit card payment via PayPal's service.Developers can initiate payments, send back funds, check payment details, store credit card details, and also work in live or sandbox...
Objective-C is the main programming language used for the OS X and iOS operating systems.
J2ObjC allows developers to execute Java source within an iOS or OS X app.
The purpose and principles behind something like J2ObjC is to allow developers to write an...
Bitcoin is an electronic currency built upon peer-to-peer technology.
Developed for Node.js, this library wraps Bitcoins JSON-RPC API, allowing managing Bitcoin currency from remote JS-powered apps.What is new in this release:Removed deprecate...
Ora2Pg can be used in two ways.
The first and obvious one is for moving or replicating information from Oracle databases to PostgreSQL installations.
The second is a little bit complicated, but Ora2Pg can also be used to reverse engineer large Oracle...
MVVM (Model-View-ViewModel) is a deviation from the classical MVC paradigm, developed by Microsoft, targeted at UI development, and used for Silverlight and WPF (Windows Presentation Foundation).
Vue.js implements some of the basic MVVM principles for...
FluentDOM practically enhances the way PHP developers interact with DOM elements, allowing much more easier manipulation of HTML code.What is new in this release:Added:
FluentDOM::load() provides direct access to the...
Mimeo can be used to move database tables from one PostgreSQL database to another.
Includes support for three replication strategies:
1. Snapshot - entire table copied from one DB to another
2. Incremental - data is moved as new content is detected
3. DML...
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...
This is because Sprockets will merge, compile and serve JavaScript, CoffeeScript, CSS, LESS, SCSS, and Sass files.By reducing the sizes and the time it takes to compile all these static resources, Sprockets helps optimize resource usage on both the server...
jQuery Sapling works by converting HTML list tags into rich UI widgets, complete with toggle controls to expand and collapse their content when needed.This makes the plugin ideal for any kind of toggler, tree view component or accordion widget.Samples for...