similar to: Image Gallery with custom thumbs...?

Displaying 20 results from an estimated 9000 matches similar to: "Image Gallery with custom thumbs...?"

2006 Feb 25
2
Ruby Interface Recommendations Photo Gallery Creation?
Hi, I''m looking to create a gallery index page of thumbnail images which point to their associated images galleries. Also, I would like to organize the images from left to right and top to bottom. Furthermore, I would like to limit the number of thumbnail images on the page. I guess that I''m needing some type of horizontal looping interface for both the thumbnail index page
2006 Mar 08
3
file_column Cropping -> image offset information
Hello, I had a problem cropping images with file_column. These are my settings: file_column :image, :magick => { :versions => { :thumb => "80x80>", :medium => "150x150>", :square => { :crop => "1:1", :size => "50x50!" } },
2006 Aug 14
0
Coppermine Photo Gallery Integration
I have a RoR app that currently uses file_column for image upload and display. The app is part of a website that uses CPG for running a photo gallery, and I''d like to know if anyone has interfaced a RoR app to CPG by any chance. I want to dump file_column and let CPG handle my images. -- Posted via http://www.ruby-forum.com/.
2006 Dec 17
0
Using initLightbox()
Hi all I need some help on this one: I have a webpage that writes a jpeg into a div when you click on a thumbnail using javascript. I wanted to display an even bigger version of that jpeg if you click on it so I integrated the Lightbox script (uses prototype.js and scriptaculous.js) If I place initLightbox() into the body onload= then the first thumbnail clicked will write the larger jpeg into
2006 Jun 20
0
file_column Trying to Create Thumbnails of Non-Image Files??
Howdy. We use the handy file_column plug-in in some of our apps. We have a model with a file field and we upload both images and non-images into this field. It is specified as follows: file_column :file_uri, :magick => {:versions => {:thumbnail => {:size => ''200x''}}} Well, it works great for images but for non-images, the save fails. The root cause is an
2006 Feb 01
2
Getting Started with Site Redesign and RoR
Hello all: I am in the process of redesigning my site and was thinking about incorporating RoR into the overall structure. However, there are multiple things I would like to create with Rails, namely a gallery, a weblog, and portfolio management system. Given that I am going to be using a lot of RoR, what is the best way to accomplish this task? Here are some random things that have come
2008 Dec 26
2
Video gallery in rails
Dear all, Iam in process of creating video gallery like youtube, please suggesst plugins i should install and best suits fro my application. My requirements are 1) Huge file uploading to upload videos 2) creating thumbnails on videos uploaded 3) Listing thumbnails of all videos in video gallery folder. 4) Onclicking thumbnails video should be played Please suggest a way to proceed
2005 Jun 08
0
XP not creating thumbs.db on samba shares?
I run a samba server as a simple file server for digital photos. As many of you know, windows creates 'thumbs.db' files as a cache of thumbnail views of these photos... However, XP (SP2 in my case) seems to fail to fail to create them on my server... This is BAD in my case, because the cache can significantly improve the user experience of working on the folders... Here's what
2007 Nov 01
1
[Bug 13045] New: Gallery application at www.weekend.ee not working
http://bugs.freedesktop.org/show_bug.cgi?id=13045 Summary: Gallery application at www.weekend.ee not working Product: swfdec Version: 0.5.3 Platform: x86-64 (AMD64) URL: http://www.weekend.ee/?gid=1273 OS/Version: All Status: NEW Severity: normal Priority: medium Component: plugin
2006 Jul 03
3
Open source gallery suggestion
Hello, I''m a RoR newbie. I need to develop a gallery site for a friend of mine. Can you suggest me an open source gallery I can start from? I just need to manage photos, albums and an admin user in order to modify albums. Thanks .Stefano
2007 Mar 30
2
gallery issue...
Hi, i''m new of both webgen and ruby, so maybe this can be a dumb question, but i can''t recognize any solution by myself. I use webgen 0.4.1 (the newest webgen .deb package). I''m trying to make a test gallery, without succeeding in it. i done (ehm, copied) the yeah.gallery file in the root directory: 1 title: Example Gallery 2 imagesPerPage: 32 3 images:
2006 May 22
2
Creating a new gallery layout
Hi, I''m trying to create a new gallery layout. I did the following: o create plugin/foobar.rb in my base directory. o copy plugins/gallerylayouters/default.rb in foobar.rb and make appropriate modifications. For simplicity, lets say my class looks thus: require ''webgen/plugins/gallerylayouters/default'' module GalleryLayouters class Foobar <
2006 Jul 13
3
strange behavior with link_to for "blog" and "gallery"
Okay, what''s so different about the bellow code? When I use the link_to function in a partial (three times passing "Stats", "Blog", and "Gallery")... <%= link_to(menuItem.to_s, :controller=>menuItem.to_s.downcase)%> I get... <a href="/stats">Stats</a> <a href="/blog">Blog</a> <a
2005 Dec 19
1
<% unless params[:context] == :gallery -%> question
I have a template that is called by two different methods. I only want part of it too show up when it is called from one of the methods. It always shows up for me. Can someone help to point out my error? Below is the method that should keep part of the tempate from printing, and the relevent part of the template. method: def gallery @product_pages,@products = paginate(:products,
2005 Oct 07
1
The R Graph Gallery {was boxplot statistics}
I agree with Martin "R Graph Gallery" has a lot of neat stuff. I also think there should be a on CRAN website a list of "R websites". And in a perfect world one of the search engines scope would get extended to search them all. Jarek ====================================================\==== Jarek Tuszynski, PhD. o / \ Science Applications
2007 Oct 15
4
[Bug 12812] New: swfdec doesn't display gallery
http://bugs.freedesktop.org/show_bug.cgi?id=12812 Summary: swfdec doesn't display gallery Product: swfdec Version: unspecified Platform: Other URL: http://www.puropittsburgh.com/gallery/index.swf OS/Version: All Status: NEW Severity: normal Priority: medium Component: plugin
2007 Mar 19
1
Running Corel Gallery, unable to register dll
Hello, I'm trying to run Corel Gallery. I've installed succesfully the application. When I select convert in menu, nothing happen and wine said : err:ole:CoGetClassObject class {57a17730-e8d6-11d1-b1ff-99a7a7feb94a} not registered err:ole:CoGetClassObject no class object {57a17730-e8d6-11d1-b1ff-99a7a7feb94a} could be created for context 0x1 On a regular windows, the id matches this
2006 Apr 06
4
Using RJS to call custom JavaScript class/method
The announcement for RoR 1.1 shows some nice examples of RJS calls. In particular I am interested in this one: # Call the custom JavaScript class/method AddressBook.cancel() page.address_book.cancel In trying to develop a "lightbox" style modal form, I have been successful in saving the form data via AJAX but I can''t seem to close the "lightbox". I am using the
2005 Feb 18
3
Hosting a R Graph Gallery?
Dear R users, Following some of the recent questions and discussions about the R plotting abilities, it occurred to me again that it would be very valuable to have an R graph gallery. Eric Lecoutre made a very nice example in: http://www.stat.ucl.ac.be/ISpersonnel/lecoutre/stats/fichiers/_gallery.pdf It would be very useful to many beginners, but probably also advanced users of R, to have an
2006 Jun 22
5
Sliding Gallery
I have a little image gallery application in rails enough for small galleries (20< photos). But as images increase and the user needs to scroll down the page it starts getting anoying to see all pictures... I thought pagination but then I saw this AJAX goodness http://www.apple.com/getamac/ads/ As you can see the videos scroll right/left when the arrows are pressed in a circular manner