 |
10-12-2007, 01:04 PM
|
#1 (permalink)
|
|
ex3n1us m4x1mus
Join Date: Nov 2006
Location: Mumbai, India
Posts: 949
|
Frontend using HTML, Backend db using Access / Oracle
Hey,
So we have the E-Commerce subject in this sem.
One of the case studies given to us involves creating a website.
BUT
The faculty wants us to create the site using only
HTML / XML / WML / DHTML and MS Access / Oracle / SQL
Does anyone here know how do you link to a database using ONLY the above. No asp, jsp, php.
Thanks
__________________
Uzgimaga
|
|
|
|
Advertisements. Register and be a member of the community to get rid of them.
|
|
Advertisement
|
|
10-12-2007, 02:02 PM
|
#2 (permalink)
|
|
Google Bot
Join Date: Aug 2005
Posts: 9,772
|
Re: Frontend using HTML, Backend db using Access / Oracle
^^ Offtopic: Which Branch and which Sem?
BTW i dont think it is possible at all without using any scripting language.
|
|
|
10-12-2007, 02:49 PM
|
#3 (permalink)
|
|
ex3n1us m4x1mus
Join Date: Nov 2006
Location: Mumbai, India
Posts: 949
|
Re: Frontend using HTML, Backend db using Access / Oracle
BSc. IT. 4th Sem
TCSC, Mumbai.
Btw, javascript would be fine I think.
__________________
Uzgimaga
|
|
|
10-12-2007, 03:04 PM
|
#4 (permalink)
|
|
Right Off the Assembly Line
Join Date: Nov 2007
Location: Pune
Posts: 8
|
Re: Frontend using HTML, Backend db using Access / Oracle
u can use J2EE if u say i can tell how to work on it.....i have developed somewhat similar example.... but u have to use Servlets along with Html... do you know J2EE
|
|
|
10-12-2007, 05:11 PM
|
#5 (permalink)
|
|
ex3n1us m4x1mus
Join Date: Nov 2006
Location: Mumbai, India
Posts: 949
|
Re: Frontend using HTML, Backend db using Access / Oracle
Well, J2EE won't be allowed too. HTML + Jscript only..
__________________
Uzgimaga
|
|
|
10-12-2007, 05:14 PM
|
#6 (permalink)
|
|
Google Bot
Join Date: Aug 2005
Posts: 9,772
|
Re: Frontend using HTML, Backend db using Access / Oracle
I think i have seen similar AJAX implementations somewhere. BTW you can store the data in XML files also na? Is it necessary to use some database?
|
|
|
10-12-2007, 05:22 PM
|
#7 (permalink)
|
|
ex3n1us m4x1mus
Join Date: Nov 2006
Location: Mumbai, India
Posts: 949
|
Re: Frontend using HTML, Backend db using Access / Oracle
Actually, Yea. He wants us to use MS Access as the backend. But if we have knowledge of Oracle, we can use Oracle 
Nothing else.
__________________
Uzgimaga
|
|
|
10-12-2007, 10:02 PM
|
#8 (permalink)
|
|
Wahahaha~!
Join Date: Dec 2006
Location: Pune/there
Posts: 7,675
|
Re: Frontend using HTML, Backend db using Access / Oracle
AJAX also uses some scripting language at the backend.
php or JSP or ASP
|
|
|
10-12-2007, 10:43 PM
|
#9 (permalink)
|
|
C# Be Sharp !
Join Date: Jun 2006
Location: Toronto
Posts: 1,805
|
Re: Frontend using HTML, Backend db using Access / Oracle
Quote:
|
Originally Posted by DARK LORD
BSc. IT. 4th Sem
TCSC, Mumbai.
Btw, javascript would be fine I think.
|
Mate you WILL have to use atleast one server-side scripting language or your own server-side c++ applications to perform the database transactions .
You CANNOT do it with just JS .
__________________
There are 10 types of people in the world: those who understand binary and those who do not.
|
|
|
11-12-2007, 02:34 PM
|
#10 (permalink)
|
|
ex3n1us m4x1mus
Join Date: Nov 2006
Location: Mumbai, India
Posts: 949
|
Re: Frontend using HTML, Backend db using Access / Oracle
Thanks for the feedback guys. Time to go to him tomorrow and debate.
Any topic recommendations ? What to make the website one ? Related to e-commerce ?
Bahahaha...
After some debating and walking to the Principal's cabin, he's allowed server side scripts.
So any php experts in here ?
__________________
Uzgimaga
Last edited by preshit.net; 11-12-2007 at 02:34 PM.
Reason: Automerged Doublepost
|
|
|
11-12-2007, 04:29 PM
|
#11 (permalink)
|
|
The Thread Killer >:)
Join Date: Apr 2006
Location: Bangalore
Posts: 1,185
|
Re: Frontend using HTML, Backend db using Access / Oracle
^Use PHP for dummies. Great book
__________________
Want to make this world a better place? Then, start seeding and don't be just a leecher :)
|
|
|
13-12-2007, 12:18 AM
|
#12 (permalink)
|
|
Boom Bhadam Dhishkyao
Join Date: Sep 2007
Location: Bhopal
Posts: 44
|
Re: Frontend using HTML, Backend db using Access / Oracle
Quote:
|
Originally Posted by DARK LORD
Thanks for the feedback guys. Time to go to him tomorrow and debate.
Any topic recommendations ? What to make the website one ? Related to e-commerce ?
Bahahaha...
After some debating and walking to the Principal's cabin, he's allowed server side scripts.
So any php experts in here ?
|
Yeps...Just tell me what kind of help do you want?
__________________
In my life, there are only two rules....
Rule No 1: I am always right...
Rule No 2: If i am wrong, please see rule no 1 again
|
|
|
13-12-2007, 07:10 AM
|
#13 (permalink)
|
|
ex3n1us m4x1mus
Join Date: Nov 2006
Location: Mumbai, India
Posts: 949
|
Re: Frontend using HTML, Backend db using Access / Oracle
Well, I've just begun with the site.
Doing that Comic Book site + store in php/mysql
Lets see how everything goes.
__________________
Uzgimaga
|
|
|
13-12-2007, 08:08 PM
|
#14 (permalink)
|
|
Boom Bhadam Dhishkyao
Join Date: Sep 2007
Location: Bhopal
Posts: 44
|
Re: Frontend using HTML, Backend db using Access / Oracle
Okkk...You are following Beginning PHP MySql and Apache Web Development
It is a good book. Go on with it.
Best of luck.
__________________
In my life, there are only two rules....
Rule No 1: I am always right...
Rule No 2: If i am wrong, please see rule no 1 again
|
|
|
13-12-2007, 08:14 PM
|
#15 (permalink)
|
|
ex3n1us m4x1mus
Join Date: Nov 2006
Location: Mumbai, India
Posts: 949
|
Re: Frontend using HTML, Backend db using Access / Oracle
Yea. Was recommended to me by [xubz]
Anyhow, the comic book is a very basic example. I wish to add user registrations, user levels, new character approvals and something lil more.
Any idea how do I proceed ?
__________________
Uzgimaga
|
|
|
14-12-2007, 12:40 AM
|
#16 (permalink)
|
|
Boom Bhadam Dhishkyao
Join Date: Sep 2007
Location: Bhopal
Posts: 44
|
Re: Frontend using HTML, Backend db using Access / Oracle
you will have to think about that its all logic.
What do you want? Tell me specifically what are you trying to make.
I can tell you about my collage project.I am currently working on a social community website, so if you want examples from that just tell me.
__________________
In my life, there are only two rules....
Rule No 1: I am always right...
Rule No 2: If i am wrong, please see rule no 1 again
|
|
|
14-12-2007, 12:53 AM
|
#17 (permalink)
|
|
ex3n1us m4x1mus
Join Date: Nov 2006
Location: Mumbai, India
Posts: 949
|
Re: Frontend using HTML, Backend db using Access / Oracle
We have been told to make an e-commerce related website, database driven and all.
My topic has been approved, just that the comic book example is pretty basic. So I want to add stuff to it.
Social community site is already assigned to someone else.
__________________
Uzgimaga
Last edited by preshit.net; 14-12-2007 at 12:53 AM.
Reason: Automerged Doublepost
|
|
|
14-12-2007, 12:54 AM
|
#18 (permalink)
|
|
Boom Bhadam Dhishkyao
Join Date: Sep 2007
Location: Bhopal
Posts: 44
|
Re: Frontend using HTML, Backend db using Access / Oracle
OK.
YOu can develop a clone of OScommerce or zencart
zencart is a online shopping store you can read more here
http://en.wikipedia.org/wiki/Zen_Cart
do you want something like this?
__________________
In my life, there are only two rules....
Rule No 1: I am always right...
Rule No 2: If i am wrong, please see rule no 1 again
|
|
|
14-12-2007, 01:02 AM
|
#19 (permalink)
|
|
ex3n1us m4x1mus
Join Date: Nov 2006
Location: Mumbai, India
Posts: 949
|
Re: Frontend using HTML, Backend db using Access / Oracle
Thanks for the links mate, but the shopping cart given in the book is fine for our project. We don't want anything too complex.
See, the comic site example in the book only lets a visitor and add/edit superheroes and their powers. I just need to add something more to it.
__________________
Uzgimaga
|
|
|
14-12-2007, 01:07 AM
|
#20 (permalink)
|
|
Boom Bhadam Dhishkyao
Join Date: Sep 2007
Location: Bhopal
Posts: 44
|
Re: Frontend using HTML, Backend db using Access / Oracle
OK OK i was just giving you some examples that I can find in web...
Hey you can add ratings to the superhero
Strength Meter also
I am sorry i forgot about the book but you can add something creative...I have to look at it again. I will tell u 2morrow evening. I can give u suggestions on programming if you came up with any idea..which is suitable for your project.
__________________
In my life, there are only two rules....
Rule No 1: I am always right...
Rule No 2: If i am wrong, please see rule no 1 again
|
|
|
14-12-2007, 07:14 AM
|
#21 (permalink)
|
|
ex3n1us m4x1mus
Join Date: Nov 2006
Location: Mumbai, India
Posts: 949
|
Re: Frontend using HTML, Backend db using Access / Oracle
Well, the code for the same in available @ www.wrox.com Chapter 10.
I want to add user registration and the ability to add upto 3 superheroes as "My Favourite".
Can be done, right ?
__________________
Uzgimaga
|
|
|
14-12-2007, 07:44 AM
|
#22 (permalink)
|
|
Commander in Chief
Join Date: Jul 2005
Posts: 6,658
|
Re: Frontend using HTML, Backend db using Access / Oracle
Check ComicVine. That should give you lot of ideas on how to develop a comic book website.
http://www.comicvine.com/
__________________
Harsh J
www.harshj.com
|
|
|
14-12-2007, 10:31 AM
|
#23 (permalink)
|
|
C# Be Sharp !
Join Date: Jun 2006
Location: Toronto
Posts: 1,805
|
Re: Frontend using HTML, Backend db using Access / Oracle
I ALso recommmend reading Wrox's Beginning PHP5 and Professionall PHP 5 .
They'll give you the much needed in-depth knowledge .
__________________
There are 10 types of people in the world: those who understand binary and those who do not.
|
|
|
| Thread Tools |
|
|
| Display Modes |
Linear Mode
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
|
|
|