The Rambling Trie has reached its 0.4.2 version. This one includes the before mentioned changes for the trie instance to behave as an Enumerable
.
Tagged 'plugins-and-libraries'
-
Version 0.4.2 of the Rambling Trie has been released!
-
New homepage for Rambling Trie
As done with the jQuery Rambling Slider previously on this week, and as I promised on that post as well, the Rambling Trie now has its own homepage on ramblinglabs.com! Here's the link:
Continue Reading » -
jQuery Rambling Slider new home page
The jQuery Rambling Slider now has its own dedicated section here on ramblinglabs.com. Here's the link: jQuery Rambling Slider | A CoffeeScript improved version of the Nivo Slider
Continue Reading » -
The rambling-slider-rails v0.1.0 has been released!
Version 0.1.0 of the
Continue Reading »rambling-slider-rails
gem is here!
And it includes a major bug fix. -
Rambling Trie 0.4.1 is out!
Version 0.4.1 of the Rambling Trie is here. It has some minor performance improvements over previous versions, changes in file/directoy structure, as well as a new API entry point, other API methods and more documentation.
Continue Reading » -
Introducing rambling-slider-rails: Easily include the jQuery Rambling Slider on your rails app
About three weeks ago, I had to use the jQuery Rambling Slider together with the Rails asset pipeline...
Continue Reading »
It was a headache and a total mess... Having to change all the references to the images on the CSS file, as well as the themes was not as smooth as I would like that to be. -
Rambling Trie 0.3.3 has been released!
The new version of the
Continue Reading »rambling-trie
gem is out!
As I said on my previous post, therambling-trie
is an implementation of the Trie data structure in Ruby. -
Rambling Trie: A custom Trie data structure implementation in Ruby
We're proud to announce that our first gem is here!
Continue Reading » -
jQuery Rambling Slider v0.3.1 is out!
Version 0.3.1 of the jQuery Rambling Slider has been released!
Continue Reading »
You can download it from GitHub and test it out. -
jQuery Rambling Slider v0.3.0 released!
Version 0.3.0 of the jQuery Rambling Slider is out!
Continue Reading »
Well... it's been out for a while now (a couple of weeks), but I haven't had the time to write the post for it :/.
You can download it from GitHub. -
jQuery Rambling Slider v0.2.1 released!
This one, as opposed to version 0.2.0 is mostly tests added, refactoring and one bug fix. Also, changed some parameters order to have a more consistent API, for the transition extensibility. You can download it from GitHub, browse the tags and read the project's wiki for documentation.
Continue Reading » -
Extending the jQuery Rambling Slider
One of the core features added in version 0.2.0 of the jQuery Rambling Slider is the ability to customize the transitions between images, between flash elements and between an image and a flash element.
Continue Reading » -
Jquery Rambling Slider V0 2 0 Is Out
title: "jQuery Rambling Slider v0.2.0 is out!"
Continue Reading »
author: Edgar Gonzalez
email: edgar@ramblinglabs.com -
jQuery Rambling Slider v0.1.3 is out!
Yes, it took me a while, but the jQuery Rambling Slider v0.1.3 is out!
Continue Reading » -
jQuery Rambling Slider v0.1.2 patches
I didn't have enough time to post this before, but here it is. I've made some patches for the jQuery Rambling Slider. You can see the tags on GitHub. These include (the key features are bolded):
Continue Reading » -
The jQuery 1.7 .animate() method and percentages
As you may know, the jQuery Rambling Slider contains several animations. Some of them depend on changing the height of a div using percentages. Like this one:
Continue Reading » -
Adding custom method calls to the jQuery Rambling Slider
The jQuery Rambling Slider v0.1.2 was released a couple of days ago. One of the features added was the ability to start and stop the slider like this:
Continue Reading » -
jQuery Rambling Slider v0.1.2 is out!
I am proud to announce that version 0.1.2 of the jQuery Rambling Slider has been released!
Continue Reading » -
Unit testing the jQuery Rambling Slider - Part 2 - The DOM, jQuery and node.js
In order to continue to add tests to the jQuery Rambling Slider, I needed to test something against the DOM. Problem is, you don't count with the DOM when you're running the Jasmine tests from console. So what should I do?
Continue Reading » -
Unit testing the jQuery Rambling Slider - CoffeeScript, Jasmine and node.js
As you may know, I have been working lately on the jQuery Rambling Slider. One of my personal milestones with this project is to write as many unit tests as possible, so I began my research.
Continue Reading »