Flickr Programming Web Development by alexgv14 Does anybody know how to upload pictures to a flickr group from their site. I am trying to use phpFlickr to do this. But just was wondering if anyone had any alternatives or has done this before. Flickr Design UML Programming Software Development by escme … to implement a popular online photo management system called flickr ([url]http://www.flickr.com/[/url]). I don't need to implement… but just figure out the design based on [url]www.flickr.com/tour[/url] section of this site. I must have… Flickr Question Community Center Geeks' Lounge by DavidB Hi, folks. I recently started posting photos on Flickr and a pretty simple question just came to mind. I … family, and then walk away for a few months. Does Flickr delete them after a month or so? Using The flickr.galleries.getList API With Javascript Programming Web Development by Nathan Campos ….appendChild(flickrApiCall); flickrApiCall.src = 'http://api.flickr.com/services/rest/?method=flickr.galleries.getList&api_key=856affa07586845de6fcbfb82520aa3e&per_page='+10…): [code]flickrApiCall.src = 'http://api.flickr.com/services/rest/?method=flickr.galleries.getList&api_key=856affa07586845de6fcbfb82520aa3e&user_id=39158660… Beginner having trouble with flickr.py Programming Software Development by chunalt787 …params): #uncomment to check you aren't killing the flickr server #print "***** do get %s" %…Returns list of Photos.""" method = 'flickr.photosets.getPhotos' data = _doget(method, photoset_id=self.id…\Mike\Desktop\My Dropbox\School\CPSC315\Assignment4\flickr.py", line 324, in getPhotos p… Re: Using The flickr.galleries.getList API With Javascript Programming Web Development by Airshow … issue. The API makes it clear [URL="http://www.flickr.com/services/api/misc.encoding.html"]here[/URL] that… "The Flickr API expects all data to be UTF-8 encoded"… Upload folders of pictures as Flickr sets Programming Web Development by sendres … upload one or more [B]folders[/B] of pictures to Flickr. In other words, to be able to select one or… more folders, and the application would create a Flickr set with the same name as the folder, and upload… to the set. Bonus points would be to resort the Flickr sets in descending order so the sets end up sorted… Photo Scrolling/ carousel similar as Flickr(ajax+aspvbscript Programming Web Development by yenyen … as the [URL="http://www.flickr.com/photos/69864550@N00/320622773/"]http://www.flickr.com/photos/69864550@N00/320622773/[/URL…] . the function i would like to do is on tis flickr.com web at the right hand side for tat photo… Re: Parsing XML file from Flickr API Programming Software Development by Cap'nKirk … instance, if I type this [CODE]http://api.flickr.com/services/rest/?method=flickr.people.getPublicPhotos&api_key={API KEY HERE}&… replacing {api key here} with your flickr api key & {user ID here} with your flickr user ID, into a browser, it… Re: Photo Scrolling/ carousel similar as Flickr(ajax+aspvbscript Programming Web Development by yenyen … a photo carousel function similar as the [url]http://www.flickr.com/photos/69864550@N00/320622773/[/url] i wan to create… Speed Up Flickr Embed Programming Web Development by shakemelikeapig Hi I've embedded a Flickr set on my html site. It works, the only problem is, the whole thing is pretty slow to load. Is there any Javascript I could use to speed it up, or preload it? Will ask on Flickr forum too, but was just wondering if any of you JS gurus would have a solution. Thanks SP a flickr project, any help Community Center Geeks' Lounge by Violet_82 Hey guys, I've very recently joined flickr, and I was thinking to create a special album with … from anybody and then shove them in an album on flickr. Does anybody know of any tool, something like I don… Photo Scrolling/ carousel similar as Flickr(using ajax +asp) Programming Web Development by yenyen … a photo carousel function similar as the [url]http://www.flickr.com/photos/69864550@N00/320622773/[/url] i wan to create… Parsing XML file from Flickr API Programming Software Development by Cap'nKirk … programming for me so please bear with me. Using the Flickr API to generate photostream thumbnail images I need to parse… Sharing internal company images (dropbox? flickr? google?) Community Center by kevindougans … to add the individual users needed for each shared folder. Flickr seems good but doesn't look like it can support… Re: Flickr Design UML Programming Software Development by peter_budo Well you forgot few things like read forum rules and announcements like [URL="http://www.daniweb.com/forums/announcement9-2.html"]We only give homework help to those who show effort[/URL] Re: Flickr Question Community Center Geeks' Lounge by Netcode i don't think photos are deleted. It remains with your account as long as the user exists. For more information on any site, you should read their terms and conditions because there may be variance. Re: Beginner having trouble with flickr.py Programming Software Development by Mathhax0r Whenever you have an error when dealing with someone else's code that they posted publicly that is relatively popular, it's good to assume that you're code has the error rather than their code. Does [ICODE]MyPhotoSets[0][/ICODE] contain a Photoset object? Maybe you should check. Re: Upload folders of pictures as Flickr sets Programming Web Development by meaculpa please try hotscrpits.com Re: Photo Scrolling/ carousel similar as Flickr(ajax+aspvbscript Programming Web Development by peter_budo Link to image you provided doesn't work. Next time please use daniweb features to attach images. In advanced posting mode scroll bellow posting area and there you will find "Manage Attachments" button to upload variety of documents Re: Photo Scrolling/ carousel similar as Flickr(ajax+aspvbscript Programming Web Development by peter_budo No forum flooding please! Both threads joined... Re: Photo Scrolling/ carousel similar as Flickr(ajax+aspvbscript Programming Web Development by yenyen sorry..coz my line problem and i thoguht i have lost the post. then i try to post another same topic.sorry. Re: Parsing XML file from Flickr API Programming Software Development by kvprajapati [b]>how to parse the XML?[/b] You can use classes of System.Xml namespace. [b]>how to create PictureBoxes on the fly?[/b] Instantiate the PictureBox class and add it to the container. [code] PictureBox bx=new PictureBox(); this.Controls.Add(bx); [/code] [b]>how to make sure the layout consistently fits my Panel?[/b] Which layout … Re: Sharing internal company images (dropbox? flickr? google?) Community Center by Ancient Dragon why not just create your own web site where you can store anything you want on the file system. This would also eliminate the possibility that anyone on the internet can view the files -- your files could be much more secure from the public. Re: Sharing internal company images (dropbox? flickr? google?) Community Center by kevindougans Would love to but the managers of the seperate locations can barely use facebook never mind trying to FTP stuff. Re: Sharing internal company images (dropbox? flickr? google?) Community Center by Ancient Dragon They wouldn't have to know hot to ftp stuff. Just create a web page with the names of the files and they could just click the link and download it to their own computer if they want to. I see that all the time on all kinds of web sites Re: Sharing internal company images (dropbox? flickr? google?) Community Center by kevindougans ahh no, i need them to be able to save stuff to it as well as access it to download it. Re: Sharing internal company images (dropbox? flickr? google?) Community Center by Ancient Dragon Well, that can be done too. I'm not a web programmer but I do know there's a way to let users upload files to your server. Re: Sharing internal company images (dropbox? flickr? google?) Community Center by kevindougans Yeh I am a programmer and know it can be done but browsers wouldn't be able to handle the 150 images a time uploads the managers would need to do. thanks for your input though, i need all the input I can get to make the best decision Re: Sharing internal company images (dropbox? flickr? google?) Community Center by pritaeas How about a cloud storage, like Amazon S3, or Windows Azure?