Live data from Hacker News

NeoCities can now handle two million web sites

neocities.org

81–90 of 103 posts

Re: NeoCities can now handle two million web sites

#81
post #32

Earlier quoted context omitted.

I'm pretty sure there was some name collisions or something the first day. I think it's been fixed since then

/ name collisions? whatever -i had a whole page i put up there i also donated 14 bucks in bitcoins to this guy and he just destroyed my site

He didn't destroy it, someone found a bug and used it to destroy your site.

Re: NeoCities can now handle two million web sites

#82

As much as there has been lots of trash talking here about Neocities due to it being 'just' HTML and CSS, I teach high school kids on a semi-regular basis (teaching summer camp right now) and that's the thing they're _most_ jazzed about. I told them all to sign up. They were super pumped.

I build products that assume most people won't be running app servers in the future. It's so easy to use an external service available through JS to build a fully featured application.

The problem right now is just teaching people that this is possible, and to make it easier for them.

Re: NeoCities can now handle two million web sites

#83
post #65

Earlier quoted context omitted.

This is how I got started with programming. Then later I wanted to make some things conditionally displayed, so I learned a scripting language. Then I wanted to write non-spaghetti code, so I learned more about how to structure projects. Etc. I think it's an organic way to learn. It's instantly rewarding.

This is actually the _exact_ same way I started learning to program. I started with a book on HTML 4.01 and designing a webpage for my sixth grade class. Then I started to learn CSS to make maintenance a bit easier. In seventh grade I learned javascript so that I could have epic-site-battles with the eighth graders. I fondly remember adding different cursor-trail effects every week. Yes, I did go on to learn PHP (4)…

I stopped at the cursor-trail effects and started watching anime and playing video games instead ;_;

Re: NeoCities can now handle two million web sites

#84

As much as there has been lots of trash talking here about Neocities due to it being 'just' HTML and CSS, I teach high school kids on a semi-regular basis (teaching summer camp right now) and that's the thing they're _most_ jazzed about. I told them all to sign up. They were super pumped.

and javascript!! You can do anything in javascript ... want a database, no problem, store it as json and use js. You can not run any server side scripting like jsp or php, but you can pull files down and process them locally. Sure, you're not going to store a massive database in json and process it locally, but you can do a lot with this and a little creativity.

Re: NeoCities can now handle two million web sites

#85

Kyle, Can we talk about making sure your sites get pulled into the Internet Archive? Or does that not fit the vision for your site?

Sure! Send me an e-mail.

Hey kyle, I don't have a comment other than to say thanks for doing this. It's great.

I've been meaning to publish a few short articles about javascript online, but I didn't get around to it because of a lack of decent free hosting like this. Neocities makes it trivial enough that I'll have the time. Thanks again!

Re: NeoCities can now handle two million web sites

#86
I had created a simple resume framework [1] which can used to create a online resume[2] from a json file using angular.js with exactly this kind of hosting infrastructure in mind. The goal was to reduce the entry barrier by not relying on any server side technology. Maybe I should finish off some of the outstanding issues.

Links:

[1] https://github.com/dhawalhshah/modern-resume

[2] http://dhawal.me

Re: NeoCities can now handle two million web sites

#87

Earlier quoted context omitted.

I don't know what "ghetto-fabulousness" means but NeoCities is not a revolt against good web design, and it's not a ghetto. I like beautiful web sites. I love the new site design. I think most people will appreciate the new site. I have metrics, so if they don't, I'll know pretty quickly and make the appropriate adjustments. Thank you for your concern though.

Just so everybody knows what we're talking about, this is the screenshot of the new front page design we're working on: https://raw.github.com/kyledrake/neocities-web/master/files/...

Please dont add that design :|

Re: NeoCities can now handle two million web sites

#88
FYI kyledrake: The blog uses an http:// link for its CSS, which makes the SSL version of the page insecure. Such insecure mixed content is blocked by default in Firefox 23+ (now in beta), so the page loses its styling for Firefox beta/alpha users, and soon for all Firefox users. (Edit: The CSS seems to also be blocked in recent Chrome and IE9, thanks thejosh.)

One fix is to remove the protocol from CSS links, i.e. change this:

    
to this:

    
and likewise for any other CSS and JavaScript includes. This will use the same protocol being used to serve the page.

Other than that, great work! Just wanted to point out this little issue.

Re: NeoCities can now handle two million web sites

#89
post #88

FYI kyledrake: The blog uses an http:// link for its CSS, which makes the SSL version of the page insecure. Such insecure mixed content is blocked by default in Firefox 23+ (now in beta), so the page loses its styling for Firefox beta/alpha users, and soon for all Firefox users. (Edit: The CSS seems to also be blocked in recent Chrome and IE9, thanks thejosh.) One fix is to remove the protocol from CSS links, i.e. ch…

Chrome also blocks it as well.

Re: NeoCities can now handle two million web sites

#90
post #81

Earlier quoted context omitted.

/ name collisions? whatever -i had a whole page i put up there i also donated 14 bucks in bitcoins to this guy and he just destroyed my site

He didn't destroy it, someone found a bug and used it to destroy your site.

My sites are gone too! WTF?
Post reply on HN