image-gallery

Creating A Private Photo Gallery Using Asp.Net MVC

I need to create a photo gallery service that is managed by users. I've done this a million times using just Asp.net but I was wondering if there are any special considerations that I need to make when using Asp.net MVC. Basically, I will be storing the actual images on the filesystem and storing the locations in a database linking the ...

Quickest way to implement a searchable, browsable image gallery - flickr integration?

I have a friend who is need of a web page. He does interior construction, and would like to have a gallery of his work. I'll probably go for a php host, and was thinking about the best way to implement the image gallery for him. I came up with: Use flickr to host the images. They can be tagged, added to sets, and I can use both the...

Good image gallery engines

What are the best open source image gallery engines? Both stand-alone, and for existing frameworks such as Wordpress or Drupal. Hopefully we can build a good list here over time. ...

Is there a way to create a fullscreen gallery on iPhone through Safari?

I've been creating CSS/Javascript to style an upcoming site differently on iPhone - mostly to enhance usability. On the desktop app, I use slimbox in combination with mootools for an image gallery. This doesn't work on iPhone because it won't show the image fullscreen (safari chrome gets in the way). The solution I have at the moment is ...

Self contained web-based (ASP.NET) gallery viewer

I need to add a gallery to my website, to show screen shots of websites and applications. I run IIS. I'm looking for something that is fairly self-contained and ready to integrate without a lot of work. I'd like to through a bunch of images in a directory and let it go. I would love some nice effects for browsing the gallery. What w...

Looking for jQuery plugin (or code) to automatically scroll Carousel items on mousover

Does anyone know of a plugin for Jquery that can replicate this functionality? Dynamic Drive Cmotion Gallery The idea is you have a list of images and only X number of them are visible at a time, and instead of clicking next/previous to scroll thru the images they scroll relative to the offset from center position of your mouse. I've ...

Photo Blog on the Cheap

My dad and step-mom are building a straw bale hay house this year and I've put up a Mephisto blog for them to document it. However, my dad is not really technically savvy and the "file upload and link inside of a blog post" process is a bit much for him. Therefore, I'm seeking some alternatives. I have a couple of ideas. One is to use fl...

How can I load images as icons dynamically into a TileList using flex?

Ok, so I have a custom render that I have created: <mx:VBox xmlns:mx="http://www.adobe.com/2006/mxml" horizontalAlign="center" verticalAlign="middle" width="100" height="100"> <mx:Script> <![CDATA[ [Bindable] private var fileLabel:String; [Bindable] private var fileIcon:Class; override publi...

The Definitive Image Gallery Engine / Plugin Guide

I want to get a good list of image gallery engines of all flavours: Stand alone, plugins for Wordpress or Rails, AJAX, no AJAX, using simple folders or a database on the server. Please state what is needed (eg MySQL and Django) to run each item if possible. Thanks! [I asked a similar question a while back but had limited responses. Hop...

Is there a gallery software that I can embed on a site, that's simple and I can let someone else add pictures (and captions)

I am looking for something that will allow me to put a photo gallery onto my website. I would also like to let someone else be able to easily add/remove pictures. It would be nice, though not required, to work with a photo sharing website (like Flickr). ...

What web photo gallery software meets all my pernickety requirements?

Hi Stackoverflow, I have a collection of photographs (about 30,000) which I'd like to put online. I've tried doing this before, over the years, with static image galleries, applications such as Gallery2, and self-rolled scripts. None have worked that well, as my requirements are fiddly, but it still seems like this should be a solved pr...

Vertical align block level element inside a block level element

I need to canter align images (variable width and height) inside block level elements of fixed width and height. The css markup looks something like this: <div style="float: left; width: 100px; height: 100px;"><img src="yada" width="50" height="60"></div> <div style="float: left; width: 100px; height: 100px;"><img src="yada" width="60" ...

Display a Photo Gallery using Asp.Net and SQL

I have recently added photos to my SQL database and have displayed them on an *.aspx page using Asp:Image. The ImageUrl for this control stored in a separate *.aspx page. It works great for profile pictures. I have a new issue at hand. I need each user to be able to have their own photo gallery page. I want the photos to be stored in th...

Jquery Image Gallery with categories

I am going to use the Galleriffic jquery plugin to display my images (please look at demo here: http://www.twospy.com/galleriffic/advanced.html I want to include categories above the gallery, but when each category is clicked I want the image gallery to change dynamically. That meaning, I don't want the page to reload each time a catego...

jQuery media browser

Hi, I am attempting to build out a visual jQuery based browser for thumbnailed assets grouped by the upload date of the asset. The backend part is fine, but I'm having a really hard time finding a workable visual solution that can handle (potentially) hundreds to thousands of assets smoothly. The display of the content is not an issue...

One JS app Overwriting Another.

Forgive me as I ask what is wrong with my JS. I am really new to all of this. I've been redesigning my portfolio site and have hit a wall trying to put two different JavaScript applications together. I want my site to be just one page and use JS to view all the content. In order to do this I am using two different Jquery apps. This a...

jQuery Image Change - Gallery View

I have a large image in a gallery that needs to change when one of the thumbnails is clicked within a unordered list below. The images are coming in dynamically so the jquery script needs to be able to take the src of the thumbnail, remove "-thumb" from the filename, and then replace the large image with the new source. Please let me kn...

j2me - How to create image in jpg format?

My j2me application must take a photo, edit it a little and save it somewhere (or send to server). Camera return me bytes of an image in jpg format, but after I create an Image object from it (using Image.createImage()), I could not pack it back to jpg. Is there any jpeg encoders for j2me? I found one written in j2se, but it uses j2se-...

Thickbox - Multiple line captions

I'm trying to make an overlay with thickbox... it only allows one line captions... Anyone have any alternative jquery plugins they use? I'm trying to make something like: http://hammer.ucla.edu/exhibitions/detail/exhibition%5Fid/166 ...

Frustrating problem with JavaScript's getElementById()

I'll firstly admit I'm a lot more productive when using jQuery, however I've been asked to implement a gallery written in vanilla JavScript. My normal javascript DOM skills are only average. This is the gallery I've been asked to implement http://sandbox.leigeber.com/slideshow/ Now I've chopped and changed it ever so slightly so it'd ...