December 25th in Uncategorized by .

MooTools Class for Logging Events, Errors and AB Tests – MooTune

A MooTools class for logging events, errors and AB tests to multiple backends such as Google Analytics, Mixpanel or your own server logs. It can be used to gain insights into the actions your user’s take on your site, the errors they encounter and the affect of variations on the site with their interactions.

October 4th in Coding by .

MooTools plugin for Geolocation Tasks – MooGeo

MooGeo is a MooTools plugin that makes accomplishing common geolocation tasks easy.

These tasks include getting detailed info about an IP (country, city, longitude, latitude, etc.), parsing geographical data from text and even finding Flickr photos about a given place.

This is a simple plugin MooTools that answers most of your geo questions.

It wraps the following services in a simple interface:
- Yahoo PlaceMaker
- Yahoo GeoPlanet
- jsonip.appspot.com
- W3C Geo location
- Flickr.places.findLatLon
and wraps them into a single package.

May 15th in Coding, CSS, JS, Open Source by .

HTML5 Video Control With MooTools: CwVideo

CwVideo is a toolkit for using and controlling HTML5 video with MooTools.

By simply providing an id to the video tag and calling a function, every property of the video can be reached in a MooTools way.

It supports the methods play, pause, top, rewind, move, volume, getNetworkState and more.

Also, there are 2 custom extensions built with the Fx.Slider:

* timeline
* volume slider

that offers a good looking and user-friendly experience.

April 15th in Open Source by .

Open Source Video CMS and Podcasting Platform – MediaCore

MediaCore is a free open source video cms and podcast platform. MediaCore can pull video or audio from any source, track statistics, enable commenting, and provide a high degree of control over the presentation and administration.

Who uses MediaCore? The CMS was built for individuals and organizations who wish to distribute video or podcasts on their website without kicking users to other social media sites.

Podcasting made easy: It is simple to create, edit, review and publish podcasts because MediaCore handles all [...]

April 13th in Coding, JS by .

jStorage – HTML5 Local Storage For Prototype, MooTools And jQuery

jStorage is a simple wrapper plugin for Prototype, MooTools and jQuery to store data on browser side.

It is lightweight (2kb) and uses HTML5 local storage if available or userData behavior in older versions of IE (Webkit SQLite is not supported).

jStorage

The plugin works the same in Prototype, MooTools, jQuery and it is very easy to use as there are only 4 functions:

* set (save a key)
* get (retrieve the value of a key)
* deleteKey (remove a key)
* flush (clear the cache)

jStorage [...]

Subscribe to Our Feed

Follow Us on Twitter     

Find Us on Facebook