Will you continue this story?
Building a Web Application that makes $500 a Month – Part I
11–20 of 119 posts
Re: Building a Web Application that makes $500 a Month – Part I
#12Greatly written article, but I wish it hadn't been pulled apart into three separate posts.
Re: Building a Web Application that makes $500 a Month – Part I
#13It'd be nice if you got into the details of integrating a themeforest theme with an existing code base. A reason I've avoided buying a theme, don't know what I'd do with it once I had it.
Re: Building a Web Application that makes $500 a Month – Part I
#14Re: Building a Web Application that makes $500 a Month – Part I
#15Hi everyone, blog post author here. Over the last 18 months I've learned an incredible amount from the users here on Hacker News, and I figured that it's about time I started giving something back. None of my web apps make serious money, but they bring in enough to make a difference to life, and I'm hoping that my articles will help others get on the same path - if not somewhat more successfully! ;) Please feel free…
Re: Building a Web Application that makes $500 a Month – Part I
#16Hi everyone, blog post author here. Over the last 18 months I've learned an incredible amount from the users here on Hacker News, and I figured that it's about time I started giving something back. None of my web apps make serious money, but they bring in enough to make a difference to life, and I'm hoping that my articles will help others get on the same path - if not somewhat more successfully! ;) Please feel free…
Rob Walling's book, "Start Small, Stay Small" has some pretty good advice for those of us in that boat: http://www.amazon.com/gp/product/B003YH9MMI?ie=UTF8&tag=...
Re: Building a Web Application that makes $500 a Month – Part I
#17Hi everyone, blog post author here. Over the last 18 months I've learned an incredible amount from the users here on Hacker News, and I figured that it's about time I started giving something back. None of my web apps make serious money, but they bring in enough to make a difference to life, and I'm hoping that my articles will help others get on the same path - if not somewhat more successfully! ;) Please feel free…
however, it was a good read. thanks.
Re: Building a Web Application that makes $500 a Month – Part I
#18Re: Building a Web Application that makes $500 a Month – Part I
#19It looks like what you are getting at is that the design is important. I don't think your original design is a bad starting point, much better than any designs I've come up with for my projects. It'd be nice if you got into the details of integrating a themeforest theme with an existing code base. A reason I've avoided buying a theme, don't know what I'd do with it once I had it.
Honestly, it's pretty simple: you have the HTML for each page that is demonstrated. Chop out the relevant bits for headers, footers, and then any tables etc. that you might need, copy across the various css, js and images directories and you're done! It really doesn't take long. Sometimes the themes come with PHP versions as well, but not always.
If you want to test yourself, why not try downloading an open source theme (e.g. http://www.oswd.org/) and take a look at what's in the HTML? I can't guarantee it'll be an identical process, but it should be fairly similar :)
Re: Building a Web Application that makes $500 a Month – Part I
#20Greatly written article, but I wish it hadn't been pulled apart into three separate posts.
Thanks! The reason why I've separated is time - I thought it would be better to release them as I write them, rather than make everyone wait several weeks :)
From my perspective though, it is unfortunate: I'm interested in the story, but I don't know if I will be interested enough to check back a few weeks from now to see the updates, perhaps because I forget the URL, perhaps because I don't see a post on HN about it, or perhaps because I just forget. I also think I'm spoiled by the internet: I want things now! :)