Welcome Guest! To enable all features please Login or Register.

Notification

Icon
Error

My Feature Requests
edgett
#1 Posted : Saturday, 13 June 2009 1:50:04 AM(UTC)
Rank: Member

Joined: 13/06/2009(UTC)
Posts: 5
Location: Chandler, AZ

* Add Custom Fields (ie. Geo Tagging, Location, Contract/Job Number)

* Add Go-Live & Expiration Dates (Photos ONLY Available To Admin Before Go-Live, Or After Expiration, Administrator Can View A List Of Files That Have Expired And Select Which Ones To Delete)

* Add Multiple Files At Once Via Drag & Drop Applet

* Option Of Using Slide.Show 2 As Presentation Layer (http://www.codeplex.com/SlideShow2)

* (NICE-TO-HAVE But Not As Important As The Above) "Purchase This Photograph" With Integration With Kodak Gallery And Snapfish, With Customizable Cost Markup For Photographers (ie. Kodak charges $0.10 / print but a photographer might charge the user $0.20 and take $0.10 profit).
Roger Martin
#2 Posted : Wednesday, 17 June 2009 1:20:19 PM(UTC)
Roger Martin

Rank: Administration

Joined: 3/08/2007(UTC)
Posts: 3,300
Location: Fort Atkinson, WI

Those are excellent ideas. Thanks.

The custom fields (aka tagging) is definitely slated to be in the next major release. No timetable on that at the moment.

I will add the go-live and expiration dates as a feature request. You are the first to request this, so if anyone else wants this, reply and vote for it.

An applet is high on my priority list, too. I desperately want something that can make compressed versions of photos on the client *before* sending them to the server.

I wonder what amount of work is involved to incorporate Slide.Show 2. This would be a good project for a volunteer to work on. hint...hint...

A shopping cart is also in the feature list but it is a lower priority. I am hoping a profit-motivated business will come along and hire me to add this feature. hint...hint...
Roger Martin
Creator and Lead Developer of Gallery Server Pro
edgett
#4 Posted : Thursday, 25 June 2009 7:26:21 AM(UTC)
Rank: Member

Joined: 13/06/2009(UTC)
Posts: 5
Location: Chandler, AZ

Thanks Roger for your response. I use Slide.Show 2 on one of my sites right now, so if you have any questions feel free to ask.
edgett
#5 Posted : Thursday, 25 June 2009 8:06:57 AM(UTC)
Rank: Member

Joined: 13/06/2009(UTC)
Posts: 5
Location: Chandler, AZ

Also, any chance of getting automatic file conversion. IE. I upload a PDF, and it creates a COPY of the PDF as a PNG?
Roger Martin
#6 Posted : Thursday, 25 June 2009 8:38:15 AM(UTC)
Roger Martin

Rank: Administration

Joined: 3/08/2007(UTC)
Posts: 3,300
Location: Fort Atkinson, WI

There is nothing in .NET that will allow me to create an image from a PDF, so we need a 3rd party. Do you know of any libraries that are compatible with the GPL? I found one company a few weeks ago (forget the name at the moment) that has a nice product for $500, but I can't distribute it. In other words, you have to spend $500 for each site. Not cool.
Roger Martin
Creator and Lead Developer of Gallery Server Pro
edgett
#7 Posted : Friday, 26 June 2009 2:36:48 AM(UTC)
Rank: Member

Joined: 13/06/2009(UTC)
Posts: 5
Location: Chandler, AZ

Unfortunately, the only ones I have seen that look to be web-enabled require licensings of $400 - $600 each.
edgett
#8 Posted : Tuesday, 15 September 2009 8:02:59 AM(UTC)
Rank: Member

Joined: 13/06/2009(UTC)
Posts: 5
Location: Chandler, AZ

Any progress on incorporating any of these ideas?
jwendl
#3 Posted : Tuesday, 29 September 2009 2:50:40 PM(UTC)
Rank: Member

Joined: 8/11/2008(UTC)
Posts: 5
Location: Minnesota

Roger Martin wrote:

...

I wonder what amount of work is involved to incorporate Slide.Show 2. This would be a good project for a volunteer to work on. hint...hint...

...


I have written a preliminary version of such a control. You just have to rename the file from .txt to .ashx and place it in your /gs/handler/ directory on your web server. Should work with the latest version of GSP.

http://files.jwendl.net/delivery/GSPSlideShow/getslideshow.txt

A few things to note:
1) This is sloppy (built it in less than a day)
2) The caching settings were doing funky things when someone logged in and logged out with the same web browser.
3) This gives you the FULL album list (flattened out) and all the 'slides' under each album (only GalleryObjectType.Image so far, I wasn't sure if anything else would work). So that means if you are like me with > 10k Images it could take a while to load.
4) There is a way on the Slide.Show 2 discussion forums about how to implement your own data provider. This looked like nasty code as it was done entirely in Javascript using JSON. I did not feel up to writing such a beast. Conceptually, though one could write something that actually only retrieves the 'slides' for individual albums. I leave that up to anyone who is daring to do that though.

This handler essentially creates an XML file that you can configure your Slide.Show 2 application to use.

Code:

<object type="application/x-silverlight-2" width="100%" height="100%" data="data:application/x-silverlight-2,">
<param name="background" value="black" />
<param name="source" value="Vertigo.SlideShow.xap" />
<param name="initParams" value="ConfigurationProvider=XmlConfigurationProvider;Path=Configuration.xml,DataProvider=XmlDataProvider;Path=/gallery/gs/handler/getslideshow.ashx" />
<a href=http://go2.microsoft.com/fwlink/?LinkID=124807 style="text-decoration: none;">
<img src="http://go.microsoft.com/fwlink/?LinkId=108181" alt="Get Microsoft Silverlight" style="border-style: none" />
</a>
</object>


You can see my implementation at http://www.jwendl.net/misc/slides/
Roger Martin
#9 Posted : Wednesday, 30 September 2009 10:26:18 AM(UTC)
Roger Martin

Rank: Administration

Joined: 3/08/2007(UTC)
Posts: 3,300
Location: Fort Atkinson, WI

Sweet! Thanks for giving this a go. I can imagine replacing GSP's slide show function with this one - doesn't seem like it would take a lot of work.

Only scary part is the dependency on Silverlight, which only has a 30-40% installation rate at the moment. But that will get better as time goes on (hopefully).
Roger Martin
Creator and Lead Developer of Gallery Server Pro
jwendl
#10 Posted : Thursday, 1 October 2009 4:20:47 PM(UTC)
Rank: Member

Joined: 8/11/2008(UTC)
Posts: 5
Location: Minnesota

Yeah I think leaving it as a control that spews out XML might be the desired route so people could replace it or use it as an enhanced version if so chosen.
Rss Feed  Atom Feed
Users browsing this topic
Guest
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.