What web application framework should I use for a web gallery? - Stack Overflow most recent 30 from stackoverflow.com 2009-11-26T15:11:32Z http://stackoverflow.com/feeds/question/333269 http://www.creativecommons.org/licenses/by-nc/2.5/rdf http://stackoverflow.com/questions/333269/what-web-application-framework-should-i-use-for-a-web-gallery 0 What web application framework should I use for a web gallery? Brock Woolf 2008-12-02T07:36:16Z 2008-12-05T08:05:41Z <p>Hey guys,</p> <p>I need to create a photo gallery for a website running IIS 4.0 or IIS 5.0 (im not sure which). It needs to display a low resolution version of the gallery to anyone, and it must show both the low and high resolution images for "priviledged" users. So I need access priviledges, photo albums and once the site is complete, the person I am doing this for needs to be able to upload their own images to the gallery. It also needs to have a minimal interface as it needs to be integrated into an existing website.</p> <p>So I need some advice on this with the direction I should approach it.</p> <p>Does anyone know if their is a customisable gallery out there that can do something like this, such as Coppermine or Jgallery or something. The alternative is to use a web framework like Ruby on Rails, CodeIgniter or Sproutcore (each which require learning a new language). The framework would be more work, but the existing galleries may not be customisable enough. The important bit is the user privileges in an admin panel.</p> <p>I am relatively new to "web programming", although not new to normal/games programming. I have a few years experience with C/C++ OpenGL and Java. I have also read up on MVC etc, and did hello world with <a href="http://www.sproutcore.com/" rel="nofollow">sproutcore</a>, so I kinda get the idea. Although learning a framework is a much heavier investment. </p> <p>What are your thoughts?</p> http://stackoverflow.com/questions/333269/what-web-application-framework-should-i-use-for-a-web-gallery/333311#333311 2 Answer by Bob Nadler for What web application framework should I use for a web gallery? Bob Nadler 2008-12-02T08:11:27Z 2008-12-02T08:11:27Z <p>If you don't want to re-invent the wheel you could use <a href="http://gallery.menalto.com/" rel="nofollow">Gallery2</a> (requirements <a href="http://codex.gallery2.org/Gallery2:Installation_Requirements" rel="nofollow">here</a>). It runs on IIS -- you'd just need PHP and a database. It's very configurable (including user accounts), has lots of plugins, and its open source if that's not enough. Also, the development and support communities are large and active. </p> http://stackoverflow.com/questions/333269/what-web-application-framework-should-i-use-for-a-web-gallery/333376#333376 0 Answer by Tim for What web application framework should I use for a web gallery? Tim 2008-12-02T08:46:28Z 2009-01-19T23:37:56Z <p>Flickr.com and their API may be suitable from what you described.</p> <p><a href="http://www.flickr.com/services/api/" rel="nofollow">http://www.flickr.com/services/api/</a></p> http://stackoverflow.com/questions/333269/what-web-application-framework-should-i-use-for-a-web-gallery/333433#333433 0 Answer by Janko Mivšek for What web application framework should I use for a web gallery? Janko Mivšek 2008-12-02T09:18:25Z 2008-12-02T09:18:25Z <p>If you are a bit more adventurous, try Smaltalk based <a href="http://www.aidaweb.si" rel="nofollow">Aida/Web</a> and specially Aida/Scribo CMS (currently still in beta), which include Gallery so called scriblet as well. Scribo scriblets are otherwise web components which you can include directly into a text. You therefore add a gallery directly into a surronding text. See for instance a <a href="http://www.swazoo.org/documentation.html" rel="nofollow">presentation as a Gallery</a> for example.</p> http://stackoverflow.com/questions/333269/what-web-application-framework-should-i-use-for-a-web-gallery/333505#333505 0 Answer by Nazgulled for What web application framework should I use for a web gallery? Nazgulled 2008-12-02T09:58:19Z 2008-12-02T09:58:19Z <p>I would recommend my own but... If it weren't for the low/high resolution thing with permissions I think it would fit the rest of your needs. I'm going to leave a link just in case you want to take a look at it: <a href="http://www.nazgulled.net/?lg=en&amp;id=nzfotolog" rel="nofollow">nzFotolog</a></p> <p>It's also open-source (although the license is not the best) and you can change it at will if you want. The code itself is clean and self-explanatory. The downside is that I haven't developed it for some time now :(</p> http://stackoverflow.com/questions/333269/what-web-application-framework-should-i-use-for-a-web-gallery/336689#336689 0 Answer by Tim Sewell for What web application framework should I use for a web gallery? Tim Sewell 2008-12-03T09:56:28Z 2008-12-03T09:56:28Z <p>Having faced a similar dilemma myself I have to say that I found Gallery2 and Coppermine both far too all-encompassing and difficult to customise to the degree I would have wished. I ended up rolling my own using straight, procedural PHP with various bits of jQuery for the GUI fancy bits. At the same time I was able to bake in some e-commerce and data gathering for my wedding photography clients, ending up with something which exactly matched my needs. Certainly, the gallery aspects of this project were, for a complete programming (although not HTML) neophyte, the least challenging - it's exactly the sort of thing PHP is made for.</p> <p>I'm now taking my first faltering steps with CodeIgniter for my next project (photoblogging software) and I can already see that the framework would make a gallery project very quick, simple and secure.</p> http://stackoverflow.com/questions/333269/what-web-application-framework-should-i-use-for-a-web-gallery/343170#343170 0 Answer by levi rosol for What web application framework should I use for a web gallery? levi rosol 2008-12-05T08:05:42Z 2008-12-05T08:05:42Z <p>you could always go the route of Dotnetnuke and then use Ventrian's Simple Gallery module (<a href="http://www.ventrian.com/Products/Modules/SimpleGallery/Demo.aspx" rel="nofollow">http://www.ventrian.com/Products/Modules/SimpleGallery/Demo.aspx</a>)</p> <p>Using DNN offers a ton of functionality, including the security you need, and it would save you from doing any web development.</p>