9
votes
9answers
1k views
Store pictures as files or in the database for a web app?
My question is fairly generic and I know there might not be an 100% answer to it. I'm building an ASP .NET web solution that will include a lot of pictures and hopefully a fair amount of traffic. I do …
4
votes
8answers
138 views
Where do you get pics for your designs?
And also, do you use pics found online in your projects?
3
votes
5answers
271 views
Protect pictures, how to?
I am using asp.net and my users need to upload private pictures to my server. This pictures cannot in anyway get spread so I need to protect them in some way. What is the easiest way to protect them …
2
votes
4answers
157 views
Best way to save/load pictures with .Net & SQL Server 2005?
Hey,
What is the typical way to handle product pictures in a web-page selling products? Say I had a database with books or computer components etc, all of which have their own sample pictures for …
2
votes
3answers
1k views
Where to save pictures on Android?
My application uses quite a lot of pictures that are downloaded from the internet and cached locally on the Android phone. I am wondering, what is the correct way to save those pictures. There are …
2
votes
4answers
204 views
how do sites automagically grab profile pictures?
Some sites have the ability to grab your profile picture after you sign up for the first time without the user actually uploading a pic. I think stackoverflow has this functionality at sign as …
1
vote
3answers
48 views
Problem with rendered latex file’s pictures comes out after section that preceeds it in the latex file.
So I have a Latex file with some plots. However there's a problem with the figure floats in the image. I have a picture right before a page break, and latex pushes the to big plot down to the next. …
1
vote
1answer
25 views
is there anyway to host my own picture web site and have links for people to order them through other services
i have too many pictures and i dont want to pay for storage with picasa, etc as i have my own hosting space that i pay for already.
is there anyway i can keep my own hosted pictures and website but …
1
vote
3answers
426 views
jQuery pull images from directory
Is it possible to pull a bunch of .jpg pictures form a local file and throw them into a list?
Sorry, I was very vague
Pulling from a directory (relitive to the index) like.
I want to list them in an …
1
vote
2answers
179 views
generating jpg thumbnails in dotnet
i am using this code to take a jpg image and save it as a thumbnail but it seems very slow ..
Image thumbNail = image.GetThumbnailImage(width, height, null, new IntPtr());
is there any …
1
vote
3answers
311 views
Organizing pictures (or any files)
This is a bit of a stretch, but I have an interesting (to me) programming (err... scripting? algorithmic? organizational?) problem. (I am tagging this in Ruby, because of my preference for Ruby for …
1
vote
5answers
230 views
Geolocation web site for pictures
Not being a web developer myself, but having idea for a cool web site, how does one create such a web site?
[The web site idea]
I need to build a simple social web site where people can upload …
0
votes
3answers
21 views
How to start using Wget?
Please, forgive me for asking this question. Usually I would try to learn thisngs myself first before bothering others, but my situation is urgent - if I don't act now and don't download all my family …
0
votes
3answers
25 views
cms for picture management website?
Hi,
my friend wants to set up a website. He is photographer,
and he'd like to document beautiful natural sites of Brazil.
So he'd like a webpage where, everytime he's been on a trip,
he'd upload his …
0
votes
1answer
14 views
Android Get Local File Bytes
I'm trying to get a byte array of an image saved locally on the phone. I'm using the code:
@Override
public void onCreate(Bundle savedInstanceState) {
super.onCreate(savedInstanceState);
…
