|
-
Feb 18th, 2011, 07:53 AM
#1
Thread Starter
Lively Member
buliding Book Stories by javascript
Hi everyone
I am trying to make actual Book Stories by javascript and connect that with sql server DB, I can imagine that as follow:
there is a cover page which will be filled by user.
table of content (will be filled by user).
there is a header for every pages contains the main title of story.
Possibility of uploading picture.
can I do that by javascript and how?
if it is not what is the best programing language can use to do that?
thanks
-
Feb 20th, 2011, 03:44 PM
#2
Frenzied Member
Re: buliding Book Stories by javascript
Yes you can do that with JavaScript and Ajax. For the positioning of the title and the layout of the document you would use CSS. It all depends on how exactly you want your service to function. If I was writing this as a service for people to sign up and use I would use a combination of PHP and mySQL. The PHP would be used to retrieve information regarding the user's account and to resume his/her progress in writing the book. The CSS would be responsible for positioning the text on the pages, for indents, titles, pages numbers etc. The JavaScript would be used as the actually editing, adjusting the CSS and the text on the page (book).
If you are unfamiliar with CSS then I would suggest this tutorial: http://www.w3schools.com/css/
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|