Show HN: Themefinder – Interactively find wordpress themes
11–20 of 22 posts
Re: Show HN: Themefinder – Interactively find wordpress themes
#12Sorry to hijack, but I literally just launched something very similar: http://www.themebeacon.com/ I even posted about it to HN the other day ( https://news.ycombinator.com/item?id=7888745 ) but it seemed to vanish in about 30 seconds...
For the speed issue; I was playing around with an idea of preloading the iframe previews to speedup loading; it worked but the browser would crash due to high CPU/memory usage eventually. Maybe you'll have better luck?
Re: Show HN: Themefinder – Interactively find wordpress themes
#13Sorry to hijack, but I literally just launched something very similar: http://www.themebeacon.com/ I even posted about it to HN the other day ( https://news.ycombinator.com/item?id=7888745 ) but it seemed to vanish in about 30 seconds...
Oh nice, themebeacon seems much more comprehensive than themefinder. For the speed issue; I was playing around with an idea of preloading the iframe previews to speedup loading; it worked but the browser would crash due to high CPU/memory usage eventually. Maybe you'll have better luck?
About the pre-loading, I'm actually already doing that... But only the next one in the queue. How many were you trying to load at once? I did notice that even only pre loading one is enough to slow it down considerably on my nexus 4 though...
Re: Show HN: Themefinder – Interactively find wordpress themes
#14Sorry to hijack, but I literally just launched something very similar: http://www.themebeacon.com/ I even posted about it to HN the other day ( https://news.ycombinator.com/item?id=7888745 ) but it seemed to vanish in about 30 seconds...
My 2 cents: cannot filter by number of columns or left/right sidebar, and results are wayyy to slow to check out (it would be better to be shown small screenshots and decide which theme you actually want to try live)
Re result loading... yeah :( I have tried to improve this by 'buffering' the next theme in a hidden div, but it doesn't always work.
Actually, the loading screens are really just set on timers, so sometimes 5 seconds is too long, other times it's not long enough... I initially didn't have a loading screen on there at all, but it kind of ruined the user experience a bit if someone clicked the next button and the theme hadn't even started loading - they were basically just staring at an ugly grey screen with nothing happening.
Ultimately the problem with the current approach used on both my and the OP's site is that we're really at the mercy of the servers we're loading the demo themes off. Some are super quick, others are insanely slow. I think that I may have to do as you suggested and move to some kind of a screenshot / thumbnail first system.
Re: Show HN: Themefinder – Interactively find wordpress themes
#15Earlier quoted context omitted.
Oh nice, themebeacon seems much more comprehensive than themefinder. For the speed issue; I was playing around with an idea of preloading the iframe previews to speedup loading; it worked but the browser would crash due to high CPU/memory usage eventually. Maybe you'll have better luck?
I like your solution too - it 'gets you to the goods' much faster :) At the moment I feel like mine sort of overpromises and underdelivers, e.g. the style and features functionality doesn't work particularly well yet. About the pre-loading, I'm actually already doing that... But only the next one in the queue. How many were you trying to load at once? I did notice that even only pre loading one is enough to slow it d…
BTW: I like your mobile/tablet previews. I was actually going to do the same but left it out for the moment :P
Re: Show HN: Themefinder – Interactively find wordpress themes
#16Earlier quoted context omitted.
I like your solution too - it 'gets you to the goods' much faster :) At the moment I feel like mine sort of overpromises and underdelivers, e.g. the style and features functionality doesn't work particularly well yet. About the pre-loading, I'm actually already doing that... But only the next one in the queue. How many were you trying to load at once? I did notice that even only pre loading one is enough to slow it d…
I think i was a bit too optimistic. I would load 5 iframes at once with 2 either side of the currently selected one. It was much quicker but I couldn't find a nice way to reduce resource usage; I think the browser still attempts to compute all those animations even when offscreen. Setting the dimensions to 1x1px for offscreen frames didn't do the trick; I tried going down to 3 and that still ended up in lots of CPU/R…
EDIT: Might be worth investigating the (dis)allow-scripts variable of the sandbox tag? Take a look at http://www.html5rocks.com/en/tutorials/security/sandboxed-if...
Re: Show HN: Themefinder – Interactively find wordpress themes
#17Sorry to hijack, but I literally just launched something very similar: http://www.themebeacon.com/ I even posted about it to HN the other day ( https://news.ycombinator.com/item?id=7888745 ) but it seemed to vanish in about 30 seconds...
I actually came across it yesterday, dunno where I saw it tho.
Re: Show HN: Themefinder – Interactively find wordpress themes
#18Then it keeps crashing safari. I tried multiple times but it always crashed either when first loading the page or when first pressing the arrow key.
Re: Show HN: Themefinder – Interactively find wordpress themes
#19Sorry to hijack, but I literally just launched something very similar: http://www.themebeacon.com/ I even posted about it to HN the other day ( https://news.ycombinator.com/item?id=7888745 ) but it seemed to vanish in about 30 seconds...
I bet seeing this on the FP sucks for you, ThemeBeacon looks really great and has many more options. Good luck on the future! I actually came across it yesterday, dunno where I saw it tho.
Re seeing this on the front page sucking, not at all - just proof that great minds think alike :) But to be honest it did suck the way my initial submission seemed to disappear so quickly. Perhaps I just posted it at an inopportune time.