for directory in @directories
xml.item do
xml.title "#{directory.name} (PR #{directory.pagerank})"
...
Ruby xml rss feed
by chovy.myopenid.com,
November 05, 2008 07:13,
2 refactorings, tagged with ruby, xml, Ruby on Rails, proc
Looking for a better way to...
PHP On Getter and Setter
by chovy.myopenid.com,
October 08, 2008 18:41
I tend to do special handli...
Q = jQuery.noConflict();
Q(document).ready(function(){
...
JavaScript Toggle "Check all / Un...
by chovy.myopenid.com,
October 06, 2008 20:16,
3 refactorings, tagged with javascript html jquery toggler
I have a simple toggler to ...
var getAnchor = function (default) {
default ||= 'news';
return document.location.toString().split( '#' )[1] || default;
...
JavaScript On Small Javascript Code
by chovy.myopenid.com,
October 06, 2008 19:46
Some would say you should o...
/* var biz; ...
JavaScript On Small Javascript Code
by chovy.myopenid.com,
October 06, 2008 02:05
Get position of "#" in the ...
layout :set_layout # might be just set_layout ...
Ruby On render partial layout
by chovy.myopenid.com,
October 05, 2008 02:18
I think you just need to ca...
<%= link_to "Go back", path_to_go_back, { :class => "prev", :title => "Previous page" } %>
...
Ruby On link_to with an image_tag a...
by chovy.myopenid.com,
October 05, 2008 01:58
The image itself would be a...

This code works, but could ...