Experts:
Could you kindly help me develop my website,
I have never developed a website - just familiar with it-- I have done some java coding -- but no web etc development -- so kind of new -- please be patient with me.
I have just opened a new publishing business and want to develop a basic website by myself which has following functions:
1). It needs to have a basic logo stuff with a navigation bar -- like HOME | RECENT STUFF| CONTACT US etc...
2). website needs to show recent as well as all publications of books.. I don't have a database from hosting company and I don't want to pay (keeping my investment as low as possible for now). So I am thinking to create folders like for example:
directory called KidsBooks, another directory called ScienceBooks .. etc..
and under that create 2 folders
AllPublished
RecentPublished
and under that html for each book.. where AllPublished will have all the books (recent and old)
and Recent will have only Recent.
and then a tab to show Recent Publishings -- which should point to html in Recent Publishings which can list of all the books and summary..
for example:
School Kids
blah blah blah.....
and when somebody clicks on School Kids --- it should point to html which has exact book name..
similarly for all publishing ---
is this the right way of doing it?
3). It needs to have a Search bar --- not too sophisticated.. But a user can type certain words like
School Kids and from above -- it should bring listings for
School Kids
blah blah blah.....
which they can then click to bring the book html ---
4). a button for Buy -- where they can add the books they want in a shopping cart.
I will use payPal for this -- but I am not sure how to allow them to add on shopping cart based on my directory which has list of all the books..
5). This button should send an email to me for me to see the orders and ship the books (especially also when buyer doesn't want to pay online). I have PHP enabled --- can it be of use?
Is there any freeware I can use -- since I don't want to invest in some software for now-- since right now this is for very basic website -- not too sophisticated..
any software I can download which can quickly help me putting together the basic website atleast and then I can put the source code myself to the hosting company server?
please help with putting together the basic design..
Thanks