TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

All I want to do is build a web site

49 pointsby krithixover 11 years ago

18 comments

GrinningFoolover 11 years ago
All I want to do is build a web site.<p><pre><code> apt-get install nginx vi &#x2F;var&#x2F;www&#x2F;index.html </code></pre> Poof.<p>I find the writeup similarly misleading.<p>&quot;all I want to do is build a web site&quot;...<p>&quot;... hosted on google apps..&quot;.<p>... manage content<p>... collaborate among team members<p>... CMSy stuff.<p>So in other words, all you want to do is build a pipelined <i>product</i>. Which is totally cool - but it&#x27;s definitely not just building a web site.
评论 #6562538 未加载
评论 #6562753 未加载
评论 #6562433 未加载
评论 #6562469 未加载
评论 #6562482 未加载
评论 #6563000 未加载
USNetizenover 11 years ago
&quot;These days, the person doing the development is often different from the person doing the visual design, is different from the person structuring the content, is different from the person actually writing the content, is different from the person reviewing the launch, is different from the person writing the check to pay for the whole thing&quot;<p>...uhhh, not unless you work in a bloated enterprise shop. Most of the time, it&#x27;s a one to three person show and one person CAN do it all (albeit maybe not everything equally perfect). I launch websites (whole platforms actually) - from server to web services to content - all the time, every few days. It is entirely possible and you get accustomed to it.
Rodeoclashover 11 years ago
Err, I&#x27;d say that it&#x27;s getting easier then ever for one person to build a website by themselves.<p>- Rails&#x2F;Angular go a long way to speeding up development due to the number of 3rd party libraries available for them. Need User logins? Devise. Need queue processing? Sidekiq. AngularJS is going the same way as Rails for awesome 3rd party libraries.<p>- Bootstrap almost solves visual design for prototypes, and it&#x27;s not hard to start customising the templates or even buying a 3rd party one off the shelf. It&#x27;s not going to win any awards for graphic design but it&#x27;s fine for 99% of people that will be using your site.<p>Case in point, I built <a href="http://www.knowyourgenre.com" rel="nofollow">http:&#x2F;&#x2F;www.knowyourgenre.com</a>, as site for exploring music by genres, in around 3 months (with a lot of backtracking and taking bits out that I didn&#x27;t wind up using).<p>1 person, I did the front end, back end and graphic design for it.<p>Not to say that grow is a bad idea, but I don&#x27;t agree with the argument that 1 person can&#x27;t build a site anymore, in fact I think it&#x27;s getting easier.
评论 #6562425 未加载
评论 #6562429 未加载
评论 #6563014 未加载
ChuckMcMover 11 years ago
Ok, stepping back and critiquing here, the call to action falls hard on the fact that &#x27;website&#x27; doesn&#x27;t have a common enough definition.<p>It is in fact <i>trivial</i> to build a web site, one person. My sister did it (not technical) went to WPEngine.com got the basic package, went to name.com and got a domain that wasn&#x27;t taken yet, and added Google apps for the email component. Boom, &quot;web site&quot; and she is very non-technical, but she does know how to use a search engine.<p>Then there are the Geo&#x2F;NeoCitites type things - also pretty trivial. And new entrant Ghost, also easy to do for one person.<p>Then there are the Github Pages, Dropbox pages, and Google Drive pages (and Google Sites for that matter, an unwanted love child with Jot).<p>If you are actually modestly technical then it gets even easier.<p>So that whole &quot;its rocket science&quot; meme doesn&#x27;t really fly and that takes away from the whole &#x27;this is hard we&#x27;re here to help&#x27; theme.
VeejayRampayover 11 years ago
There are tons of website builders that allow you to create simple (to rather complex) websites nowadays. Squarespace, Jimdo, Wix to name a few can be great tools depending on your needs. No technical skills required, content creation and publication tend to be pretty accessible and all the hosting and domain name handling is usually fully taken care of.<p>I&#x27;m myself working for a French startup called Pikock[1] that is working hard on the next iteration of its drag-and-drop website builder. We&#x27;re trying to make it as simple, efficient and streamlined as possible so that everyone gets a shot beyond the tech-savvy. Our core vision is that everyone, no matter the skill level is entitled to a presence online if they so choose.<p>Ultimately I want my 65-year old mom to be able to create content and share it with the world, even though there might not be an audience for her collection of hand-painted pebbles :)<p>[1] <a href="http://www.pikock.com/en" rel="nofollow">http:&#x2F;&#x2F;www.pikock.com&#x2F;en</a>
d0mover 11 years ago
Yeah I&#x27;m always surprised about how hard it is to put a website online.<p>I think there&#x27;s a market for a service helping a team getting started on the right foot.<p>It could start with a popular stack of services and frameworks, let&#x27;s say: - Github, Heroku, S3, node.js, angular, grunt, bower, yo, bootstrap, etc etc.<p>And just make it dead simple to have it configured and deployed.<p>Now, all these services are awesome by themselves, but they all require their own quirks and quacks to work together which makes it a real pain to get started.
badman_tingover 11 years ago
All I want to do is build a website!<p>Oh, and it should have a nice menu system for doing things related to the site when on a page.<p>Oh, and it should respond to the device and browser of the person using it, with the layout and functionality adjusting accordingly.<p>Oh, and the images should be the appropriate size for that device, because we don&#x27;t want users on cellular networks to have to download large images.<p>Oh, and it should display for them in their preferred language. And without having to choose the language from a menu. Don&#x27;t tell me about this internationali-whatsit and local-whoozits, I said <i>it should display in their language</i>! (God, you developers are annoying.)<p>Oh, and it should mirror the smoothness of the native applications of the user&#x27;s device.<p>Oh, and it should be built on roughly the same technologies which websites have been using for the last 15 years. And I don&#x27;t want to hear about &quot;HTML is a system for describing documents, not applications&quot; or &quot;CSS is for styling documents, it&#x27;s not a layout engine&quot;.<p>Yeah, you know, jeez, why is this so hard????? Everyone is stupid and in my way.
评论 #6563126 未加载
dwbover 11 years ago
I thought this was going to be an argument for simplicity but then it started talking about complex things. Git and SASS and Python and whatnot are great, but if you <i>just</i> want to build a website, like in the Good Old Days, surely <a href="https://neocities.org/" rel="nofollow">https:&#x2F;&#x2F;neocities.org&#x2F;</a> does the trick. Put HTML files in your 10MB of space.<p>This sounds like a friendlier Heroku and may well turn out to be brilliant, but it is still a lot more than just building a website.
mistercowover 11 years ago
When I made our wedding website, I wrote a short python cgi script to push markdown files through a parser and paste them into a template. Then I wrote a CSS file to make it pretty, and popped that up with a static HTML home page on NearlyFreeSpeech behind CloudFlare. We&#x27;re talking about 27 lines of python, 62 lines of HTML, and 135 lines of CSS.<p>My point here isn&#x27;t that people should do exactly what I did. Rather, my point is that most of a web developer&#x27;s job is finding the right components and then writing a little bit of code to glue them together. Stop looking for some special system that holds your hand like a toddler through every step of every process, and just write some damned code to do the thing you need done.<p>I personally don&#x27;t believe in learning and deploying an entire framework to save less than 250 lines of code.
smoyerover 11 years ago
This is precisely why web-hosting providers exist. You can find someone to host most of the common CMSs, you can certainly find a company that will run a web server on your behalf (so you can deploy a static site). If you really want a tuned WordPress installation there&#x27;s WPEngine.<p>If you don&#x27;t want to deal with the installation and configuration of the underlying software, don&#x27;t lease a VPS or any other type of server ... lease a &quot;service&quot;.<p>EDIT: I completely forgot about sites like Weebly. You don&#x27;t even have any research to do with this type of solution as you just use what you&#x27;re given.
TheMakeAover 11 years ago
I&#x27;m working on something that&#x27;s sort of the opposite called Strapper[1]. The thing is, when I&#x27;m trying to launch a new product, I don&#x27;t even want to build a website. It&#x27;s a huge distraction. And I don&#x27;t want to build on a CMS like Wordpress, because I&#x27;ll just have to replace it with Rails when the project scope grows.<p>Different strokes for different folks though. What someone needs to build a blog or portfolio is going to be different from what you need to build a startup.<p>[1] <a href="http://www.strapper.io" rel="nofollow">http:&#x2F;&#x2F;www.strapper.io</a>
评论 #6562439 未加载
wasdover 11 years ago
I think your messaging could be a bit more clear. What you do is pretty abstract. After reading the article and your landing page, I&#x27;m not actually sure what your product does or why I would want it.
monokromeover 11 years ago
If someone doesn&#x27;t like the &quot;modern&quot; way of building websites, or thinks that it requires so much more work than the old way - then I recommend they try the old way.<p>The modern way is much more efficient.
buckbovaover 11 years ago
Blocked from my work. Bluecoat likes to categorize many of these .io domains as &quot;Suspicious&quot;. It&#x27;s annoying.
评论 #6562361 未加载
评论 #6562490 未加载
1angryhackerover 11 years ago
This is an advert. Don&#x27;t make me read half of it to find out. Sick of these posts!
bicknergsengover 11 years ago
So... a copy of Wordpress that runs on Google Cloud Platform?
Angosturaover 11 years ago
All I want to do is build a Web site<p>www.weebly.com
oddshocksover 11 years ago
Screenshots?