Bitcoin Forum

Bitcoin => Project Development => Topic started by: coinb1o on October 05, 2018, 08:07:00 PM



Title: Feedback: How can this improve?
Post by: coinb1o on October 05, 2018, 08:07:00 PM
Hello everyone, I am looking for suggestions from the community for my website (https://coinbio.com/)

Any suggestions on making it better?  :)


Title: Re: Feedback: How can this improve?
Post by: Slow death on October 05, 2018, 09:46:04 PM
your site is very good, but here:

https://i.imgur.com/hncxjTs.png

you have to add the links. And another thing, you should add Bitcointalk ANN Thread links from each altcoin, you should add twitter links and reddit from each altcoin, this helps a lot.

Good luck with your project


Title: Re: Feedback: How can this improve?
Post by: Initscri on October 05, 2018, 11:16:16 PM
Awesome site, the code looks great too!

Only thing I'd recommend: On desktop, when opening Search, the logo slides away. I'm assuming you did this for responsiveness, but for desktop sizes this isn't really necessary since there's plenty of room for both the search & logo.

Also, the lazy-loading scrolling seems to be loading more coins than needed (scroll down, you'll notice scroll distance between lazy load trigger & the actual footer location becomes greater the more you scroll). I'd probably add a delay on load, unless you want your server to be slammed with requests.

Good job though! It's an awesome site. Bookmarked :)


Title: Re: Feedback: How can this improve?
Post by: coinbio on October 06, 2018, 12:17:54 AM
your site is very good, but here:

https://i.imgur.com/hncxjTs.png

you have to add the links. And another thing, you should add Bitcointalk ANN Thread links from each altcoin, you should add twitter links and reddit from each altcoin, this helps a lot.

Good luck with your project


Thanks for feedback, linking was disabled initially to avoid spam. Will be added back in this week!



Awesome site, the code looks great too!

Only thing I'd recommend: On desktop, when opening Search, the logo slides away. I'm assuming you did this for responsiveness, but for desktop sizes this isn't really necessary since there's plenty of room for both the search & logo.

Also, the lazy-loading scrolling seems to be loading more coins than needed (scroll down, you'll notice scroll distance between lazy load trigger & the actual footer location becomes greater the more you scroll). I'd probably add a delay on load, unless you want your server to be slammed with requests.

Good job though! It's an awesome site. Bookmarked :)

Thanks for feedback

desktop logo during search: Makes sense, used to be as you described but can't seem to remember why it was changed. We will test and revert it back soon :)

scroll offset + lazy-loading: Good point, it is set at 20% which becomes a much larger pixel size when the page is really long. I will adjust it to px instead of %. As for server-side load, only 1 request is made which is cached and all rendering/processing is done on the client side.


Title: Re: Feedback: How can this improve?
Post by: Initscri on October 06, 2018, 03:37:21 AM
your site is very good, but here:

https://i.imgur.com/hncxjTs.png

you have to add the links. And another thing, you should add Bitcointalk ANN Thread links from each altcoin, you should add twitter links and reddit from each altcoin, this helps a lot.

Good luck with your project


Thanks for feedback, linking was disabled initially to avoid spam. Will be added back in this week!



Awesome site, the code looks great too!

Only thing I'd recommend: On desktop, when opening Search, the logo slides away. I'm assuming you did this for responsiveness, but for desktop sizes this isn't really necessary since there's plenty of room for both the search & logo.

Also, the lazy-loading scrolling seems to be loading more coins than needed (scroll down, you'll notice scroll distance between lazy load trigger & the actual footer location becomes greater the more you scroll). I'd probably add a delay on load, unless you want your server to be slammed with requests.

Good job though! It's an awesome site. Bookmarked :)

Thanks for feedback

desktop logo during search: Makes sense, used to be as you described but can't seem to remember why it was changed. We will test and revert it back soon :)

scroll offset + lazy-loading: Good point, it is set at 20% which becomes a much larger pixel size when the page is really long. I will adjust it to px instead of %. As for server-side load, only 1 request is made which is cached and all rendering/processing is done on the client side.

Good to hear! For server-side, I meant images primarily. As long as they are cached server side & client side, it shouldn't be an issue :)

Well done though! This will be a handy tool going forward :)