New Development Tools Scripts for Web
Tumblr is a micro-blogging service, recently acquired by Yahoo. It helps users share posts in various formats: audio, video, text, quotes, links.
tumblr.php is a PHP library that allows developers to interact with the Tumblr API via HTTP requests.
It...
LDAP (Lightweight Directory Access Protocol) is an application protocol for accessing and maintaining distributed directory information services over an Internet Protocol (IP) network.
Spring LDAP was created to ease development of any LDAP-centered Java...
Conditionizr works by detecting the user's browser type, device type, touch, Retina, and pixel ratio support, loading the proper CSS and JS files.
This automates the process of providing polyfills and mobile support for specific devices, and also...
node-postgres will allow Node.js-driven applications to store and retrieve data from PostgreSQL applications.
The library contains a pure JavaScript driver for various PostgreSQL operations, and additional JS bindings for the libpg library, for supporting...
Restler is actually a single-file framework that can expose any PHP class and its public and protected methods as a RESTful API.
What this means (in layman's terms) is that you write PHP code that can get accessed from outside your applications.
The...
Sinon.js is framework-agnostic JS toolkit, meaning it can work on its own, or along side a more complex JavaScript framework like Prototype, MooTools or JavaScriptMVC.
As for use scenarios, Sinon.js is a JavaScript tool that can fake the presence of...
MediaWiki was a starting point for Wikipedia, but has now evolved into its stand-alone version.
Written in PHP, MediaWiki allows easy real-time editing of Web pages, just like on all WikiMedia projects.
Support for themes, wiki text, page history, diff...
Desgined especially for mobile devices, Swiper is an open source slideshow tool for creating nice looking, but complex at the same time content carousels.
To rotate a slide, just grab and drag the slideshow canvas in a direction.
Both horizontal and...
Spring Web Services uses XML files to let various applications or components talk to each other using a contract first SOAP service.Developers can decide how a service reacts to queries and how it initiates communications, implementing industry known best...
NativeScript lets developers use JavaScript, CSS, and HTML to render mobile applications.
The platform is written in TypeScript and compiled to standards-compliant JavaScript.
Under the hood, NativeScript renders an application's UI without using ...