photos

ASP.NET Photo API (Shutterfly, etc . .)

I have a website with all my photos, I would like people to be able to click on my pictures and order prints, etc through a third party service (Shutterfly, etc). Does anyone have any best practices or code examples of doing this in C#, ASP.NET? ...

asp.net code to link to photo ordering site

I have photos on my website, many people (okay just my mom) want to order these pictures as prints. I could upload them to Shutterfly or the Kodak site, but I wanted to see if there was any code I could write so you click on my picture and it goes and sends it over to a photo website to order prints. I would want to support bulk as we...

How do I retrieve the properties of a photo taken on a digital camera using .NET?

Preferably in VB.Net, but c# is fine, how can I access the extra properties added to a file by my digital camera, like "Date Picture Taken", "Shutter Speed" or "Camera Model"? ...

Adding images to iPhone Simulator

I am trying to use UIImagePickerController with UIImagePickerControllerSourceTypePhotoLibrary, but it says, "No photos". Where does the simulator get the images from? Where should I copy the images so that they are displayed in the simulator? ...

Javascript image slider

Hi I'm looking for a simple Javascript Image slider that have the following features. A little horizontal box that shows images thumbnail and slides them. Once you select a thumbnail, the image shows on a div or some else where on the page. I want something easy and pro looking. Thanks ...

Delphi: How to tag photos the way facebook does.

I need a way to tag photos in a Delphi desktop application the way Facebook does it. That includes some way to easily add the tags over the people, and then hovering the mouse over the person in the photo to show the tag. The two suggestions in the answer given to: "Delphi Components for Face Identification and Tagging" don't solve th...

Are There Any Good ASP.NET Stock Photo Apps?

I'm looking at collating mine and a few friends photos on our own stock photo site.. To save me some time I was wondering if anyone knew of a good stock photo app built in ASP.NET?? I have googled and not come up with much.. Looking for the ability for people to be able to buy from the site and the images watermarked so people can't ste...

Photo safety on my website

Hi I created a website from scratch using HTML and style sheets by following a "How to...." book so I am at a very basic level of knowledge. My question is I have photos on my site wonder how safe they are. Can I make them safe? Can anyone copy them? Would a password to access the site help? Any help will be much appreciated. Thanks W...

storing uploaded photos and documents - filesystem vs database blob

My specific situation Property management web site where users can upload photos and lease documents. For every apartment unit, there might be 4 photos, so there won't be an overwhelming number of photo in the system. For photos, there will be thumbnails of each. My question My #1 priority is performance. For the end user, I want...

suggested database schema for photos website

i am trying to organize my photos and create some ajax front end. I have lots of photos and an existing hosting site that is paid for that has lots of disk space so i dont want to pay to store on picasa web or alternative. I am creating an asp.net site to view these photos but i an trying to determine best schema to store then. A have...

How could I do the attach effect, when you select the Send by Mail option in Photos App

How could I do the attach effect, when you select the Send by Mail option in Photos App, that when the background turns dark, the mail app is open and the image is attached to the mail body. ...

Where should I store photos? File system or the database?

Possible Duplicate: storing uploaded photos and documents - filesystem vs database blob I am starting to develop a web app, the primary purpose of which is to display photos. The users will be able to upload photos as well. The first question that came up was where to store the photos: on the file system or the database. I wi...

Nested UIScrollView-iPhone photos application

Hi, I have been facing the same nested UIScrollView problem for long time.I tried some open source codes like Scrolling madness ,three-20 and others but all fails finaly.I am trying to make a photo Viewer application same as iPhone.For that I have created the structure like this:- 1)one View controller. 2)on view of view controller one...

How to use the Samsung CL65 wifi to automatically transfer images to a web site/service?

I would like to be able to setup the Samsung CL65 to transfer photos to a web site/service using it's WiFi capabilities either automatically each time a photo is taken or in a batch upon demand. Basically, take a photo and have it transferred w/o user intervention. Anyone know if this is possible w/ this camera or another camera? Than...

Programming microcontroller to store images and displaying them as a dia-show with an dvi/hdmi output in several resolutions?

Hi, I would like to solder a microcontroller, control buttons and an DVI/HDMI output and program this in a way, that I can store images on it and let them display as a dia-show via the outputs. It doesn't have to have a lot of storage capacity, 128Mb would be enough. but I don't know how to start, because I haven't done anything like t...

how do I duplicate animation from iPhone photos app

I am building an app that has picture viewing capabilities. I have wrestled the UIScrollView beast to the ground (hope to post my scrollview knowledge RSN) and am now trying to duplicate some of the other visual effects of the iPhone photos app. specifically, when viewing an image, I would like to dissolve the controls and bars away. I...

Web apps that generate nice photo/video galleries by recursively searching directories

Hi, I am going to upload all of my photos to an Apache web server - they're all in folders & sub-folders. Filenames are not descriptive and I don't care about the meta data. I've worked with PHP Gallery before, but find the process of creating albums, etc. a little laborious. I just want to rsync my local photo folders with my web site...

Colour of photos in different bowsers?

Hey guys I've just put some photos up online and I noticed that they photos appear to be a different colour in Firefox and Safari to IE and Chrome... Any ideas on what the issue could be? Due the browsers interpreter colours spaces differently or something? Cheers Anthony ...

What's this layout called? idea on achieving it?

http://www.uniqlo.com/utzoom/ Anyone know what kind of layout/arrangement this is called ar? any idea how to crete such random and dynamic stuff? ...

Monotouch Camera Image Capture and Upload

I would like to be able to capture an image (or choose an image from the photo library) and upload it to a remote server using Monotouch. I am not sure how to obtain and encode the image or how to upload the image and I am having difficulty finding relevant instructions. Can you help me get started? Thank you. ...