Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

5
votes
1answer
3k views

android get real path by Uri.getPath()

I'm trying to get image from gallery. Intent intent = new Intent(); intent.setType("image/*"); intent.setAction(Intent.ACTION_GET_CONTENT); startActivityForResult(Intent.createChooser(intent, ...
5
votes
4answers
380 views

recommendation for gallery script

i'm looking for a good/lightweight gallery script. jquery, plain javascript or flash. any ideas? it should be possible to display thumbnails and click for bigger view, but also possibility to click ...
5
votes
2answers
6k views

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 ...
4
votes
4answers
249 views

iPhone image gallery

I am looking for a simple picture gallery for iPhone (photo viewer). I was using EasyGallery on iOS 4 and I am having some issues with this gallery under iOS 5. The Gallery from Three20 is too ...
4
votes
3answers
119 views

How to serve multiple images which reside above the www root within a single page?

I am hoping to offer users a user submitted image gallery. I have written a upload script which saves the file above the www root. I know I can serve the file by specifying the page header and then ...
4
votes
2answers
2k views

How to make a 2-dimension image gallery with both horizontal and vertical scrolling?

I'm new to Android and I want to make an image gallery where each column is a category, and users can scroll both vertically and horizontally. I found a useful post about how to display list of ...
3
votes
5answers
945 views

iPhone-like navigation dots for Android

I have to create an image gallery that navigation dots like the iPhone gallery. Check out the screenshot. I need such a widget, look at the white dots: Is there any widget available in Android ...
3
votes
3answers
395 views

Actionscript 3: Dynamically adding movieclips constrained to a container

Last Edit: Resolved! Well, i was unable to find the ENTIRE answer here but i finally got what i was after. thanks very much for all of your help and patience. as a side note: i think i may have been ...
3
votes
2answers
152 views

Is there a jQuery plugin that combines lightbox and slideshow (Google Buzz-style)?

When you click on an image in Google Buzz, it shows this image in a lightbox, but at the bottom of the screen there is a list of all images in the same context (and you can click or scroll through ...
3
votes
2answers
642 views

Best Static Photo Gallery Generator

There are a lot of static website generators out there, but most of them seem rather text-oriented (to my knowledge). What are the best image gallery static website generators? ( Note: I realize that ...
3
votes
2answers
923 views

Scrolling HTML gallery, possibly many images, needs lazy load/unload?

I've been asked to show the results of an image d/b query as a coverflow-y type horizontal scrolling gallery of thumbnails (256px long-side,c. 25kb each). If a library is needed (likely), I'll use ...
3
votes
1answer
3k views

Android: lazy loading in Gallery

I've reviewed some posts about lazy loading but I believe my problem is a bit different. I have a gallery (my class extends Gallery) which displays 20 rather large in size images (400-500K each). I ...
3
votes
4answers
358 views

Image gallery in wordpress

Is it possible to create an image gallery in wordpress that is managed by the admin via it's own page / panel. I am not talking about creating a new post and adding custom html for each image. I ...
3
votes
2answers
502 views

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.
2
votes
1answer
337 views

Another IE bug: stack overflow at line 0, while using jquery address or at least ajax

Hello fellow stackoverflow-ers, I built an ajax image gallery and used asual' jquery address for the deep linking. The error happens, right after loading the gallery, on the first onclick when ...
2
votes
2answers
96 views

Can javascript set attributes like links and a title based on an ID of an image?

I'm building an image gallery with 600 thumbnail photos. All the thumbnails are the same size and they should all behave in the same way. Clicking on a thumbnail will bring up a small version of the ...
2
votes
2answers
7k views

How do I create an image gallery in Drupal 7?

Which is the best way to upload images and show them up in galleries. There are many options out there, would like to know which one plays best with Drupal 7.
2
votes
4answers
719 views

iPad: Control for Creating an Image Gallery

I want to use an image gallery in an iPad app. There should be multiple thumbnails in the image gallery and when I click one that image will display. I could not find any control to place the ...
2
votes
1answer
1k views

Displaying images from Facebook photo albums on a portfolio site using the graph api

A client of mine would like to be able to update her site's image galleries by adding images to albums on her facebook account. Is this possible using JSON? would the albums she chose to display need ...
2
votes
1answer
496 views

Gallery center-locked horizontally scrolling

How do remove center-locked horizontally scrolling in the gallery images?
2
votes
2answers
129 views

Lite-Javascript Gallery - Can I position the img absolutely in relationship to the <li>s?

I have a lite-javascript run image gallery. The javascript grabs each <img> element in the list and places it as a background in the parent <li> element. Then the CSS styles the ...
2
votes
1answer
1k views

Picking images and videos on Android on 2.1 using ACTION_GET_CONTENT

I'm working on an app that needs to have the user select an image or video. On pre-2.1 devices, using ACTION_GET_CONTENT seems to work fine with multiple MIME types: new ...
2
votes
5answers
2k views

how to upload multiple images (from a folder) using c# asp.net?

Instead of uploading image one by one, how do i achieve to upload all the images from the folder?
2
votes
3answers
3k views

iPhone Image Gallery Like App Store

Can anyone point me in the right direction on how to implement a image gallery like the one that the App Store uses for screen shots of apps? I am trying to get images in a horizontal gallery so that ...
2
votes
1answer
1k views

Droid-fu library's WebGalleryAdapte with gallery example

Any good tutorial shows how to use Droid-fu library's WebGalleryAdapter with gallery widget ??? here you can found info about droid-fu libaray public class ImageSwitcherGallery extends Activity{ ...
2
votes
3answers
3k views

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 ...
2
votes
6answers
1k views

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 ...
1
vote
2answers
30 views

Android Gallery crashes because of memory usage

In my app we are using a gallery for photos , taken from android dev (http://developer.android.com/resources/tutorials/views/hello-gallery.html) .It loads all the photos from /sdcard/DCIM (all ...
1
vote
1answer
43 views

Image gallery with horizontal slide effect - buggy after sliding more than 1400px [closed]

I work on a horizontal image gallery composed of several album with a slide effect but it doesn't seems to work properly when I want to slide to the left or the right for more than around 1400px. I ...
1
vote
1answer
46 views

Does lightbox supports html5 or suggest any alternatives

I am creating a static website using html5 and css3 where I wanted to add image gallery (not image slider) with video support. I used a “prettyPhoto” which is a jquery image gallery plugin inside ...
1
vote
1answer
55 views

Optimal way to create thumbnail gallery

I am in the process of creating an app that shows a thumbnail view of image objects. (The app is on iPad only). The image objects show the following information with each one: Image name Price of ...
1
vote
1answer
105 views

Android image from gallery intent

Why when I load an image from the gallery with the intent, this is not rotated. As if viewed through the Android Gallery that is rotated? =========================================== I solved this ...
1
vote
1answer
64 views

Use share button (like in ICS gallary) instead of share dialoge (Intent.ACTION_SEND)

I am trying to find a way to impelement a share button into my app (same like the one in the standard ICS gallary app, see picture link). ...
1
vote
1answer
120 views

making my own sliding image gallery with previous and next page buttons

I'm making a sliding image gallery where there are 3 pages with 3 images per page. All the images are placed inside an <ul> container. When you click the "next" button, the next 3 images slide ...
1
vote
1answer
34 views

how to replace image thumbnails with numbers in xml driven a gallery using actionscript(flash)

i've designed an xml driven photogallery using actionscript 3.0. First when the swf file is run, all the thumbnails load in, Then I have thumbnails below, when i click them the large image loads in. ...
1
vote
3answers
60 views

Inline list elements, add numbering overlay

I wrote this thumbnails gallery using jquery lightbox plugin years ago. <div class="p"> <ul class="gallery"> <li><a rel="lightbox-gallery" href="..."><img ...
1
vote
1answer
40 views

How do I keep sets of images as separate galleries with jQuery Colorbox?

I have colorbox installed on Magento to serve as image galleries for specific product lines. Now, when I view the colorbox, I see all of the images in one gallery. For instance: Gallery 1 (10 images) ...
1
vote
2answers
81 views

Getting a CSS attribute from PHP

It's my first time asking here (I have visited the site several times, but never asked). Well, let's go to the question: It happens that I'm developing a live image resizer (I know it already exists, ...
1
vote
1answer
44 views

How can i access title content from jquery

i am using pretty photo for my gallery. i want some description to be in the pop up.i give it in gref title tag (test) Now i want the title content in my jquery. how can i access it?
1
vote
3answers
35 views

How to fadeIn the globalCaption when item becomes active?

Hello fellow Overflowers, Am using Contentflow to display an image gallery. Among the configuration options there is also this code: /* * called when an item becomes active. ...
1
vote
1answer
92 views

Auto loading and disposing image gallery

I need to make an image gallery that takes a JSON list of remote images and pre-loads them and disposes them on the fly as i scroll left or right. I cannt seem to find any examples of this other than ...
1
vote
1answer
290 views

ELCImagePickerController without allowing access to user location

I used ELCImagePickerController in my app. but when we start our application first time and on Image gallery it will ask for accessing user location , if we don't allow to access user location to it ...
1
vote
1answer
319 views

Pikachoose gallery - incorporating fancybox

I have images being displayed with pikachoose gallery, and the fancybox works perfectly to show the full size images when you click thumbnails, but I was wondering if it is possible to add arrows to ...
1
vote
4answers
63 views

In terms of performance, what is the best-practices way to load images into a JS gallery?

I'm building a gallery from scratch that is rendered completely with Javascript/JQuery. The gallery consists of ~70 photos. The gallery UI will just be previous and next buttons (no thumbnails). In ...
1
vote
3answers
85 views

Javascript Gallery Performance

I'm creating image gallery with drag functionality (like on iPhone). It gets data from html div (more than 15 images possible): <div class="mySlideshow"> <img src="img1.jpg"/> ...
1
vote
3answers
201 views

How can I create a mask on an HTML Object?

I have seen in the apple site their big-images gallery in this link (for example): http://www.apple.com/imac/ What attracted my eyes was that they sort-of masked these images so they will not be ...
1
vote
0answers
146 views

how to multiselect images from ImageGallery

I need help regarding selecting multiple images from the image gallery. Well I want to implement the image Gallery in my application and i want is when i long Press on the Image gallery it would open ...
1
vote
2answers
78 views

How to add jquery events to added classes?

I am trying to create an image gallery, I am using numbers instead of left/right arrows. At the moment, I am trying to get it working with only 2 image (i.g 2 numbers) this is the html . the id ...
1
vote
2answers
68 views

How can I position thumbnail images in a particular pattern as I append them to a DIV?

I'm building a gallery of 150 thumbnail images and I'm using a jQuery script to place the images into a DIV and link them to larger versions: function getImageThumb(number) { return $('<a ...
1
vote
2answers
274 views

ASP MVC Big Gallery Web site Image Storage Best Practices

I have a client who wants to build a huge Image gallery website, and I am confused about how to structure the website for future Storage expansion. Let me explain more... Let us say that each user ...

1 2 3 4 5 6