Open Startups List
31–38 of 38 posts
Re: Open Startups List
#32As it is, the website is a usability nightmare. Why should opening regular links be Javascript functions? There is no tab navigation, you can't use accessibility tools and you can't use any mouse interactions besides the hardcoded click event. It's a nice idea, but I'm really surprised that even a page as simple as this can suffer from over engineering.
> Why should opening regular links be Javascript functions? Because they are tracking clicks on each button that goes to an open page. It's not really over engineering, but side effect of good old tracking.
function trackClick(){
//steal users' privacy here
return true;
}
$(document).ready(function(){
$('a').click = trackClick;
});Re: Open Startups List
#33As it is, the website is a usability nightmare. Why should opening regular links be Javascript functions? There is no tab navigation, you can't use accessibility tools and you can't use any mouse interactions besides the hardcoded click event. It's a nice idea, but I'm really surprised that even a page as simple as this can suffer from over engineering.
Hey! I'm not a developer ... I studied business and work on marketing. I barely know how to code. The whole backend for this is a google sheet and I'm using sheety.co. This is one of the first times I've coded a whole page and I'm really really lame with javascript. By the time I had finished creating the divs with the startups and the code that imported them from the API I realized I didn't have any links to the sta…
Re: Open Startups List
#34Earlier quoted context omitted.
> Why should opening regular links be Javascript functions? Because they are tracking clicks on each button that goes to an open page. It's not really over engineering, but side effect of good old tracking.
function trackClick(){ //steal users' privacy here return true; } $(document).ready(function(){ $('a').click = trackClick; });
Re: Open Startups List
#35Opening this on Firefox mobile with js off by default. Half empty page, ok I'll turn js on. Then the scroll just changed on the end of a scrolling swipe, damn that's not user friendly. Like, I tap down, swipe to scroll, and when releasing it Scrolls by a few items.
Re: Open Startups List
#36I love this movement / idea. I am however interested in what people feel the benefits are to the companies who decide to operate in this manner?
Andy from Tettra here. We recently made all our metrics public using Baremetrics. We're very transparent internally and decided to be transparent externally too. You can check out our metrics here: https://tettra.baremetrics.com/ The honest answer is that when we asked ourselves the true downsides of people outside our company knowing our numbers, we couldn't really think of any that were actually that detrimental. S…
Re: Open Startups List
#37Re: Open Startups List
#38Earlier quoted context omitted.
What happened to "free as in speech, not free as in beer"?
I don't have to pay to speak either
https://en.wikipedia.org/wiki/Gratis_versus_libre#%22Free_be...