Live data from Hacker News

Show HN: GifDeck – Convert SlideShare presentations into GIFs

gifdeck.in

1–10 of 11 posts

Re: Show HN: GifDeck – Convert SlideShare presentations into GIFs

#3
Really nice implementation.

Couple of comments:

The input box doesn't give visual feedback on text highlight. I was trying a few URLs and it took me a second to realise I had selected the text to overwrite (disappeared on backspace).

The save dialog always presents the filename as slideshare-as-a.gif. Suggest you use the last part of the slideshare link to generate the filename.

Updating the location bar dynamically when adjusting settings as well as using query params is always useful.

Being stuck with a wiki that won't allow linking to slideshare, I can see a real world use for this.

Is there an API available?

Minor points aside, looks and works great.

Re: Show HN: GifDeck – Convert SlideShare presentations into GIFs

#9
post #3

Really nice implementation. Couple of comments: The input box doesn't give visual feedback on text highlight. I was trying a few URLs and it took me a second to realise I had selected the text to overwrite (disappeared on backspace). The save dialog always presents the filename as slideshare-as-a.gif. Suggest you use the last part of the slideshare link to generate the filename. Updating the location bar dynamically…

Thanks a lot for the appreciation and feedback. I completely agree with all the points mentioned. The first issue has already been fixed.

There is no API as of now, mainly because it was developed as a client side technology. Everything happens on the user's browser. I'll consider making one though.

Post reply on HN