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 »November 2011
-
jQuery Rambling Slider v0.2.1 released!
-
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 -
IE and the flash "wmode" madness
One of the reasons that didn't allow me to release version 0.1.3 of the jQuery Rambilng Slider earlier this week was a really ugly bug with IE, flash and transitions from and image to a flash element and viceversa.
Continue Reading » -
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 » -
Stripping down Rails 3.1: Using only the database migrations
The current project I'm working on is not using Ruby on Rails, but I still want to use ActiveRecord Migrations for the database changes.
Continue Reading » -
Deploying on shared servers with git
There's a project I'm currently working on, which is right now hosted on shared servers. I worked for a little while before on this project, but just to add some tiny features and fix some bugs, so I didn't have the need back then to have a deployment process all set up.
Continue Reading » -
Set up ssh public/private key for no password prompts
It's been a while since my last post. I've had a busy couple of weeks. But here I am again :).
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 » -
The joy of writing CoffeeScript
I have been a fan of JavaScript for a while now, and I have dived into the CoffeeScript world for the last month or so.
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 » -
Rails 3.1 - will_paginate and AJAX
For a project that I'm currently working on, I have a couple of list views that needed pagination. So I went with the ol'
Continue Reading »will_paginate
gem (which I first saw years ago when I didn't even consider myself a developer) to take care of this. -
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 »