Re: My first BIG project.
The way I see it, there are two optimal solutions, neither of which involves you writing a whole lot of code.
Option 1: Just go with Google Blogger and buy a custom domain. (which will allow you to host at www.yourdomain.com instead of blogname.blogspot.org). My wife, who is also a blogger, has been using this solution at my suggestion and it works great. She gets a lot of information about where her traffic is coming from and it requires minimum technical maintaince. The hardest thing to do was configuring DNS CNAME records to point to her blog because I used 1&1 DNS registration rather than Google's registration. Presumably Google would be somewhat more seamless.
Option 2: Buy webhosting and run a WordPress blog. AFAIK, it's free, open-source software. WordPress is pretty much a gold standard in blogging and will work well without you needing to commit much (read: probably any) code. I have had overall good experiences with 1&1 webhosting (1and1.com), but you may want to research the hosting company a bit.
Sometimes I think it's hard as a programmer to step back from a project and use an already-developed solution, but in this case you are attempting to implement something in an area that there is already significant mature and stable software available. You could use your time better by just deploying the known solution and working on other projects.
Hope that helps...!
Re: My first BIG project.
Quote:
Originally Posted by exiledgolem
My wife wants me to make a website for a blog for her. She doesn't want to use these "create-a-blog sites" because she wants her own domain.
As BioPhysEngr pointed out, the use of a "create-a-blog" site and one's own domain name do not have to be exclusive. My own example is that I have a micro blog hosted at tumblr.com that uses my own domain name.
Quote:
Originally Posted by exiledgolem
She wants a login (which I realize you most certainly need a database for... mysql) for members etc... She reviews books so... I just wanted to help her out.
Are there any special requirements that your wife has in mind as a book reviewer? If not, I think the suggestion of a WordPress blog may work out just fine.
Quote:
Originally Posted by exiledgolem
Also, with all these new pages now with creative ideas... what ARE people using to create these amazing websites? ASP.NET? PHP? Just plain html w/ flash? Java included? I don't know.
I just want the BEST way for someone like me to go about doing things / learning things the proper way.
I would say that people are using various different technologies, and which technology is the best depends on what you want and what you are capable of.
Re: My first BIG project.
Quote:
Originally Posted by
BioPhysEngr
[...]
Option 2: Buy webhosting and run a WordPress blog. AFAIK, it's free, open-source software. WordPress is pretty much a gold standard in blogging and will work well without you needing to commit much (read: probably any) code. I have had overall good experiences with 1&1 webhosting (
1and1.com), but you may want to research the hosting company a bit.
[...]!
I agree! Any web provider will allow you to automatically install wordpress associated to a domain and everything. I've been working under Wordpress for a while and the possibilities are endless, so even if eventually you decide to go a different way Wordpress may still be your friend.
Laurent
Re: My first BIG project.
Quote:
Originally Posted by
blaurent
...Any web provider will allow you to automatically install wordpress associated to a domain and everything.
While this may be the case, not all web providers will do so for free. GoDaddy and a number of other providers will allow you to install WP onto your site for free.
Quote:
Originally Posted by
blaurent
...I've been working under Wordpress for a while and the possibilities are endless, so even if eventually you decide to go a different way Wordpress may still be your friend.
I TOTALLY AGREE :)