Ferro – Simplifying web development, no more HTML
31–40 of 67 posts
Re: Ferro – Simplifying web development, no more HTML
#32But why? Why should web pages that don't require javascript require it?
Re: Ferro – Simplifying web development, no more HTML
#33 curl https://easydatawarehousing.github.io/ferro/main_content.json \
|exec sed '/{\"/{s/{\"/\
\
&/g;s/,\"/\
&/g;s/\content\":\"/&\
\
/g;};s/\"}/&\
\
/g;s/\\u0026/\&/g'|exec unvis -h > 1.htm
exec firefox file:///1.htmRe: Ferro – Simplifying web development, no more HTML
#34It’s great to play around with madcap ideas like this! That’s how we move towards better technology, and that path isn’t always obvious. That said, this is awful. Never, ever, ever override native scroll experience unless you’re building something that isn’t a page - and even then think thrice about it.
Re: Ferro – Simplifying web development, no more HTML
#35Re: Ferro – Simplifying web development, no more HTML
#36It literally doesn't load anything without javascript enabled
Re: Ferro – Simplifying web development, no more HTML
#37Re: Ferro – Simplifying web development, no more HTML
#38> no more HTML/JS/CSS But it's there, just an abstraction (or many) away. If you don't get HTML/CSS then no framework will help you that generates it. You can avoid JS, but understanding the DOM and CSS best practices is essential. Once you get it, you don't need libraries like this.
Re: Ferro – Simplifying web development, no more HTML
#39Re: Ferro – Simplifying web development, no more HTML
#40It literally doesn't load anything without javascript enabled
Every day we stray further from hyperlinked documents.