Displaying 3 results from an estimated 3 matches for "jimjohnlists".
2007 Jan 15
2
Help with with displaying a selected list.
Hello. I call a find_all_by_subject("action") which returns 2 videos
and displays them properly. But when I add @video_pages, @videos =
paginate :videos, :per_page => 10 so I can paginate the videos, it
displays ALL the videos as if I selected list videos. Can someone
please tell me what I am doing wrong? Thank you.
selectaction.rhtml
<table>
<tr>
<% x = 0 %>
2006 Jul 20
0
Help with openldap for "valid users" and netbios
Hi. Is it possible to retrieve values for valid users and netbios using
openldap? I noticed that there's only one ldap filter. So I can only
retrieve one of these using ldap? Or can I section off the ldap information
under [fileshare1], [printershare3], ...? Thank you.
_________________________________________________________________
Don’t just search. Find. Check out the new MSN Search!
2007 Apr 26
0
Grabbing banners from other sites.
I want my banner ads to be rotated using ruby.
So I try this
<%= link_to_remote( image_tag("graphics/
select01.gif", :alt=>''Programming'', :size=>''100x20'', :border=>0),
:update => "select01_div",
:url =>{ :action => :select01_action }) %>
and it works. But this