Saving HTML from Modern Culture
-
- Elite Upper Class Poster
- Posts: 3475
- Joined: May 18th, 2008, 1:16 am
- Location: El Paso, TX
- Contact:
Saving HTML from Modern Culture
All technology is going to hell because modern culture sucks and ruins everything it touches. I started working on a simpler way of serving websites but I realized that HTML itself has been ruined by all the insane pointless technological nonsense that has been added over the years. So I am working with my partner on saving HTML from modern culture using Bootstrap as the underlying technology. We just started yesterday. Here is where we are working:
http://www.simplyhtml.org/
http://simply-html.1115333.n5.nabble.com/
Feel free to post to the forum if you want to help save HTML from modern culture.
http://www.simplyhtml.org/
http://simply-html.1115333.n5.nabble.com/
Feel free to post to the forum if you want to help save HTML from modern culture.

Meet Loads of Foreign Women in Person! Join Our Happier Abroad ROMANCE TOURS to Many Overseas Countries!
Meet Foreign Women Now! Post your FREE profile on Happier Abroad Personals and start receiving messages from gorgeous Foreign Women today!
- starchild5
- Veteran Poster
- Posts: 2165
- Joined: December 20th, 2013, 2:32 am
Re: Saving HTML from Modern Culture
That's amazing...fschmidt wrote:All technology is going to hell because modern culture sucks and ruins everything it touches. I started working on a simpler way of serving websites but I realized that HTML itself has been ruined by all the insane pointless technological nonsense that has been added over the years. So I am working with my partner on saving HTML from modern culture using Bootstrap as the underlying technology. We just started yesterday. Here is where we are working:
http://www.simplyhtml.org/
http://simply-html.1115333.n5.nabble.com/
Feel free to post to the forum if you want to help save HTML from modern culture.
Re: Saving HTML from Modern Culture
I hear your plight, but, isn't adding yet-another-framework counterproductive?
Unless WC3 takes your ideas -clean slate- and makes them native...
I'm not uber expert on html though.
On this subject, if we could visualize all the junk/baggage that Windows carries at an exponential rate (mulit-Gigs)...
Unless WC3 takes your ideas -clean slate- and makes them native...
I'm not uber expert on html though.
On this subject, if we could visualize all the junk/baggage that Windows carries at an exponential rate (mulit-Gigs)...
1)Too much of one thing defeats the purpose.
2)Everybody is full of it. What's your hypocrisy?
2)Everybody is full of it. What's your hypocrisy?
-
- Elite Upper Class Poster
- Posts: 3475
- Joined: May 18th, 2008, 1:16 am
- Location: El Paso, TX
- Contact:
Re: Saving HTML from Modern Culture
Obviously any standard defined by modern culture is going to be bad. That includes HTML5. What we are doing is making a usable layer on top of the existing junk. So unlike other frameworks that just add to the junk, we hide the junk. To see what I mean, go to http://www.simplyhtml.org/ and view the HTML source.droid wrote:I hear your plight, but, isn't adding yet-another-framework counterproductive?
Unless WC3 takes your ideas -clean slate- and makes them native...
I'm not uber expert on html though.
Re: Saving HTML from Modern Culture
Makes sense, i'm just saying you still have the junk underneath unfortunately
. And then you have to maintain the framework for any 'junk' changes. What i'm getting at is that it's yet one more think the developer has to learn and marry to, with the risk of losing all (?) should you not continue with proper updates in the future.
I haven't done super complex sites, so maybe that's why I'm not seeing it.
I mean, I'm talking general terms, don't think i'm trying to bash your project.

I haven't done super complex sites, so maybe that's why I'm not seeing it.
I mean, I'm talking general terms, don't think i'm trying to bash your project.
1)Too much of one thing defeats the purpose.
2)Everybody is full of it. What's your hypocrisy?
2)Everybody is full of it. What's your hypocrisy?
-
- Elite Upper Class Poster
- Posts: 3475
- Joined: May 18th, 2008, 1:16 am
- Location: El Paso, TX
- Contact:
Re: Saving HTML from Modern Culture
droid, what you are saying applies to any software tool. We are building on Bootstrap and jQuery which are very popular and hide the browser specific issues. So we are fairly safe. For our users, we are starting with old HTML and adding as little as possible which means that there isn't much to learn. For someone who knows HTML from 10 years ago, when it was still simple, and wants to build a modern website, we are the easiest way to go. In fact this was the need since I don't know CSS and Javascript very well and I want to develop websites by myself. The guy who knows some HTML but isn't an expert is exactly the audience we are trying to address. Without our tool, he will make a site that clearly looks outdated. With our tool, he can make a site that looks modern and works on mobile.
We will also have an easy to use server side which I developed myself. It is under development here:
https://code.google.com/p/luan-java/
We will also have an easy to use server side which I developed myself. It is under development here:
https://code.google.com/p/luan-java/
Re: Saving HTML from Modern Culture
Good explanation, thanks
Particularly nicefschmidt wrote:hide the browser specific issues
that would be me lolfschmidt wrote:The guy who knows some HTML but isn't an expert
1)Too much of one thing defeats the purpose.
2)Everybody is full of it. What's your hypocrisy?
2)Everybody is full of it. What's your hypocrisy?
-
- Junior Poster
- Posts: 550
- Joined: January 25th, 2013, 3:35 pm
-
- Elite Upper Class Poster
- Posts: 3475
- Joined: May 18th, 2008, 1:16 am
- Location: El Paso, TX
- Contact:
Re: Saving HTML from Modern Culture
Yes pages from the 1990s work fine for static content like this, but they don't work for something like a forum.onethousandknives wrote:http://motherfuckingwebsite.com
I have spent a lot more time on this issue. First, Bootstrap sucks. I should have known, it's modern technology and hosted on GitHub, hub of modern techno-shit. What I realized is that straight CSS with minimal HTML is fine as long as one breaks all the rules. I don't need a special tool like "simplyhtml". I don't use classes at all, I just use attributes that I make up and then select for those attributes in CSS. For example, if I want small text, then my CSS file contains:
Code: Select all
[small-text] {
font-size: small;
}
Code: Select all
<p>Here is some <span small-text>smaller text</span>.</p>
Re: Saving HTML from Modern Culture
^^Fantastic!!onethousandknives wrote:http://motherfuckingwebsite.com

+1Shit's legible and gets your f***ing point across (if you had one instead of just 5mb pics of hipsters drinking coffee)


+1This entire page weighs less than the gradient-meshed facebook logo on your f***ing Wordpress site. Did you seriously load 100kb of jQuery UI just so you could animate the f***ing background color of a div? You loaded all 7 fontfaces of a shitty webfont just so you could say "Hi." at 100px height at the beginning of your site? You piece of shit.

1)Too much of one thing defeats the purpose.
2)Everybody is full of it. What's your hypocrisy?
2)Everybody is full of it. What's your hypocrisy?
-
- Similar Topics
- Replies
- Views
- Last post
-
- 12 Replies
- 6944 Views
-
Last post by Winston
-
- 4 Replies
- 4562 Views
-
Last post by onethousandknives
-
- 6 Replies
- 4492 Views
-
Last post by Outcast9428
-
- 34 Replies
- 16475 Views
-
Last post by Cornfed
-
- 1 Replies
- 4802 Views
-
Last post by Neo