Live data from Hacker News

Ask HN: Please review my webapp: Da Button Factory - create shiny buttons

dabuttonfactory.com

21–30 of 94 posts

Re: Ask HN: Please review my webapp: Da Button Factory - create shiny buttons

#21
This is great, works very simply and the results look fantastic! I've just created a few to buttons to use on my latest project and they're perfect for my needs - all in less time than it would take to open up PS and create just one button! An awesome app and I wish you every success with it, I second the call for a PayPal link/contribute link, I think many a time-starved designer would happily drop a few $ your way in gratitude.

Re: Ask HN: Please review my webapp: Da Button Factory - create shiny buttons

#22
post #12
post #2

(Web) design is hard. For us programmers, it's a pain in the ass, and when it comes to create UI elements for a (web) app, we are stuck with two choices: 1. create something very basic, or 2. spend countless hours searching the web for Photoshop tutorials on how to create a bubble or depth effect, then spend even-more-countless hours fighting with Photoshop to implement it, and finally, maybe adapt the image with som…

Excellent. How does it work? :)

The images are queried by Ajax to the server, where a Fast-CGI Perl script generates, caches, and sends the images. Javascript is used, obviously for the Ajax job, for some small visual effects, and to generate the CSS code.

Re: Ask HN: Please review my webapp: Da Button Factory - create shiny buttons

#23
post #2

(Web) design is hard. For us programmers, it's a pain in the ass, and when it comes to create UI elements for a (web) app, we are stuck with two choices: 1. create something very basic, or 2. spend countless hours searching the web for Photoshop tutorials on how to create a bubble or depth effect, then spend even-more-countless hours fighting with Photoshop to implement it, and finally, maybe adapt the image with som…

Un travail bien fait!

I'd like to see some more font options. The stock web fonts tend to look a little stale because we see them in so many places.

It would also make things slightly easier if there was a download button next to the web address--this might be tricky to implement but it would save users several seconds.

Re: Ask HN: Please review my webapp: Da Button Factory - create shiny buttons

#25
post #23
post #2

(Web) design is hard. For us programmers, it's a pain in the ass, and when it comes to create UI elements for a (web) app, we are stuck with two choices: 1. create something very basic, or 2. spend countless hours searching the web for Photoshop tutorials on how to create a bubble or depth effect, then spend even-more-countless hours fighting with Photoshop to implement it, and finally, maybe adapt the image with som…

Un travail bien fait! I'd like to see some more font options. The stock web fonts tend to look a little stale because we see them in so many places. It would also make things slightly easier if there was a download button next to the web address--this might be tricky to implement but it would save users several seconds.

Merci !

Yes, I should definitely add more fonts, it's useful. But does anyone know if embedding open sources fonts is fully legal? And what about commercial fonts, i.e: Arial, Comic sans MS, etc.? It is quite difficult to understand the licences for my usage.

For the download button: yes, I know it would be nice, I thought about it, but decided to delay its implementation, because as you say, it will certainly be tricky to make :-D It will come!

Re: Ask HN: Please review my webapp: Da Button Factory - create shiny buttons

#26
post #21

This is great, works very simply and the results look fantastic! I've just created a few to buttons to use on my latest project and they're perfect for my needs - all in less time than it would take to open up PS and create just one button! An awesome app and I wish you every success with it, I second the call for a PayPal link/contribute link, I think many a time-starved designer would happily drop a few $ your way…

Thanks a lot, it's so nice and grateful to see people enthusiast about it! The pleasure to serve :-)

Re: Ask HN: Please review my webapp: Da Button Factory - create shiny buttons

#27
post #23

Earlier quoted context omitted.

Un travail bien fait! I'd like to see some more font options. The stock web fonts tend to look a little stale because we see them in so many places. It would also make things slightly easier if there was a download button next to the web address--this might be tricky to implement but it would save users several seconds.

Merci ! Yes, I should definitely add more fonts, it's useful. But does anyone know if embedding open sources fonts is fully legal? And what about commercial fonts, i.e: Arial, Comic sans MS, etc.? It is quite difficult to understand the licences for my usage. For the download button: yes, I know it would be nice, I thought about it, but decided to delay its implementation, because as you say, it will certainly be tri…

[deleted]

Re: Ask HN: Please review my webapp: Da Button Factory - create shiny buttons

#29
post #23

Earlier quoted context omitted.

Un travail bien fait! I'd like to see some more font options. The stock web fonts tend to look a little stale because we see them in so many places. It would also make things slightly easier if there was a download button next to the web address--this might be tricky to implement but it would save users several seconds.

Merci ! Yes, I should definitely add more fonts, it's useful. But does anyone know if embedding open sources fonts is fully legal? And what about commercial fonts, i.e: Arial, Comic sans MS, etc.? It is quite difficult to understand the licences for my usage. For the download button: yes, I know it would be nice, I thought about it, but decided to delay its implementation, because as you say, it will certainly be tri…

For the button, just manipulate the 'href' attribute of the download button the same as you would update the textfield value.

Re: Ask HN: Please review my webapp: Da Button Factory - create shiny buttons

#30
post #12

Earlier quoted context omitted.

Excellent. How does it work? :)

The images are queried by Ajax to the server, where a Fast-CGI Perl script generates, caches, and sends the images. Javascript is used, obviously for the Ajax job, for some small visual effects, and to generate the CSS code.

You should port this project to canvas. It may be tricky to get it working in all browsers but the response time would be much faster and the server load would be reduced. I'd be willing to help with the implementation- sounds like a really cool project.
Post reply on HN