gallery

what's the best (php-based) platform for creating a portfolio site?

I've got a very simple site -- a few content pages and an image gallery. The design for the gallery calls for multiple albums, with thumbnails on the image page. We want an extremely simple, clean design. Usability of the back-end is a priority. My first instinct is drupal, because that's how I've been building my sites lately, but maki...

Virtual Tour Viewer?

My client wanted me to put a virtual tour video on their website. They bought it from "ForRent.com". They forwarded it to me, and its nothing but the panoramic images. When I asked about some type of viewer/player, they simply stated I would need js or flash installed on my computer (i do). Of course, thats not going to magically put the...

Display a diferent "object" when each jQuery Galleria image loads

I'm looking for a way to trigger for a different function on each individual image. I'm using the Galleria Jquery plugin and have it set up on my site. The problem is i want to display a div with information depending on which image is loaded. I can't figure out how to capture which image is displayed and how to create a condition based ...

Why does my Android App crash when loading image from gallery the 2nd time?

Hi folks, I've written an app, thats loading images either using the android gallery app or by taking a photo using the cam. When I now load an image using the gallery, everything is fine. When the code is being executed a second time (for loading another image), the application crashes. try { Uri data = intent...

Making a non-trivial Image and Video Gallery with a really nice interface

Short part: I'm starting to build an Image and Video Gallery for our intranet. It's pretty much like an image gallery with video thumbnails that play on click. It's just good to keep that in mind because caching and streaming happen in very different ways there. It will serve to browse our reference database, which will also contain s...

All available images under a domain

I'd like to make a gallery of all images i have under my domain (my internet root folder). All these images are in different folders. What's the best way to 'browse' through all the folders and return the images? ...

Integrate IPhone Safari like view in Android?

The main concept goes like this. I have four listviews with its own data loaded at the same time. Only one listview will be visible to the user. Now, when the user presses a button, not only the current listview but also other three listviews should be minimized and then user can just scroll just as in Gallery and select the listview tha...

Unable to unload content in XML gallery - AS3

I have an XML gallery and I want in the next button function to "unload" all content and load new XML file. So far I use this code: function navigateToRight(evt:MouseEvent):void{ if (thumbsHolder.numChildren > 0){ while (thumbsHolder.numChildren) { thumbsHolder.removeChildAt(0); } removel...

Choosing a CMS for an artist's site?

I'm looking for a simple CMS for a site I'm building for my girlfriend. The requirements are very minimal Show images one by one, possibly with a line of text for each Show an aggregate gallery of say 4x4 images. Possibly have several different such galleries Customizable look so i could fit it to her mockup Any suggestions come to ...

How to sense (or animate view on) change of selection in Gallery

I am looking to extend the Android Gallery view. How is it possible to sense a change in the selected item? I would have thought it could be done by extending one or both of the setSelection methods. Yet when I do so, and change selection by a tap or swipe or D-pad press, I do not find either of the setSelection methods being called. ...

Getting Bitmap of all the Views in ViewFlipper in Android?

Hi, I need to take the Bitmap of all the Views in ViewFlipper. But it gives me the Bitmap of only the current content on the screen. Is there any way of getting Bitmap of all the Views in the ViewFlipper. Or is there any other way around to get the Bitmap of all the Views. I have four views and need to load them at the same time and ge...

Drupal - building a photo gallery for voting with Fivestar voting module.

How would I be able to use the Drupal Fivestar voting module for voting on photos in a gallery without each photo being a separate node. I've used the Fivestar module for voting on seperate nodes, but making each photo in a gallery a node doeasn't seem logical. thanks ...

Android: Gallery widget and shadows

Hi all, I would like to ask you if is possible to add a shadow to each item in a gallery. And if is possible, what is the easiest way to do it? Thanks in advance! ...

Moving the Gallery view to the next image on one swipe in Android?

Hi All, I have four images in the Gallery View. When we do swipe from left to right or right to left the Gallery View moves all the images i.e if I swipe from left to right from the first image then it will move to all the four images. What I want is that when I swipe it should only move to the next image. Can someone let me know how ...

artsexylightbox problem when using IE8

I'm using the art sexy lightbox for my pictures presentation and also for html content in joomla. I'm using the Chrome and it works fine and displays everything as it should. The problem starts when i switch to ie8. When i click on the image to xpand in the lightbox the image displays in the center of the page while the thole frame of t...

Image Gallery Manager for PHP and MySQL?

Can anyone recommend a plugin or library that allows people to upload images which automatically gets cropped and resized? I don't mind editting some config files to specify how images should be cropped and resized. Additionally, after uploading, the front end user should be able to drag and drop for re-ordering. Can someone recommend...

PHP gallery, thumbnail listing

Hi everyone, I am planning a dynamic PHP photo gallery and having difficulty deciding on the best way to display the thumbnails after they have been retrieved via MySQL. I considered using an inline unordered list but this resulted in the thumbs being stacked one on top of the other (touching). Also tried a table but not sure how I woul...

C# System.IO.FileInfo gets virtual address which has sessions key

Okay so the following line returns null because its path cannot be found: System.IO.FileInfo fi = di.GetFiles()[position]; What I am currently doing is: <asp:ScriptManager ID="ScriptManager1" runat="server"> </asp:ScriptManager> <ctl:Gallery runat="server" ID="Gallery1" FolderUrl="~/images/1/" Size="100" /> When this is invoked Sys...

clean url's Drupal Gallery2

I'm trying to configure my Gallery2 integration in Drupal but i'm stuck at Step 4. I have to put in two path's to drupal's .htaccess file. The public path (This is the location of your Drupal .htaccess file relative to your webserver document root.) Filesystem path (This is the absolute directory path of your Drupal .htaccess file.) b...

How to add View to Gallery?

Hi, I have multiple ListViews and would like to add those to Gallery. I tried with addView but it is not supported since Gallery view is an AdapterView. Can someone let me know how to go about it? Regards Sunil ...