Can I Make A Webpage With Javascript - title kinda says it all

free web hosting
Free Web Hosting > Computers & Tech > Designing > Web Design and HTML

Can I Make A Webpage With Javascript - title kinda says it all

zemon1
ok, i plan to make a game, and i was wondering if i can make my webpage in javascript, i just started learning it for this massive enderour i plan to over take, and i wanted to know if it was possible lol. im also learning php and mysql.

Thanks,
Zemon1

Reply

nightfox
Please post your topics in the correct forum. This has to do more with programming/websites than networking.

[N]F

Reply

zemon1
what sectiong do i belong in, i thought this was in the correct forum, sorry for any inconvinence

Reply

WeaponX
Topic moved to Web Design and HTML section...

I'm sure you can make a website with just javascript code, but why would you do this? Javascript should only be used to execute some kind of script that you want and that HTML can not do (at least not that easily). Designing with HTML/PHP/XHTML is the preferred method.

Reply

nightfox
QUOTE(WeaponX @ Jun 28 2007, 10:46 PM) *
Topic moved to Web Design and HTML section...


(A little off topic) It's still in the Networking section. The other topic is moved.

(On Topic) Javascript just allows you to do cool things with a User's browser like menus, making things move, etc. To see what I mean, just visit www.javascriptkit.com or www.dynamicdrive.com. But you need a "core" for the JavaScript to reside on. That would be where you need to learn HTML. HTML is really easy and you can probably pick it up within a week.

[N]F

Reply

zemon1
well the reason i wanted to was because i didnt know HTML and didnt really wabnt to learn it, but i went to a tutorial site and figured it was way easy, and if i was stummped i could just go back to the tutorial. Right now im learning PHP, MySQL, JavaScript, and i know a touch of HTML as i stated above, so i just didnt want to add the load. I guess thats what happens when you get the ambtion to make the text based onling game i want to make lol. Usually when i get an idea like this i know nothing of it. I must say AstaHost forums have helped me a lot.

Zemon1

Reply

Sten
You will pretty much need to know more than a "touch" of html.

If you want to make i text based game you will need to use HTML and javascript for the extra special kind of stuff.

Reply

zemon1
i hope to do the game in php, MySQL, do i still need to know mre HTML, idk im like 4 days new to the whole idea, i thought it, i bought the books, and im reading them now.

Reply

Sten
You will need to know html if you want to use php.

Reply

toby
You could do the whole thing with document.write and all sorts of dom manipulation.

Reply


Got an Opinion! Express your Views! (no registration):-
Add your Reply/ Opinion/ Views/ Comments/ Suggestion/ Questions/ Queries etc.
Posts with decent grammar & English will be accepted and please refrain from profanities.
For asking a Question, We recommend you to sign-up (for free) so that you can track the topic easily.

Nature of your Post*: Opinion/ Reply/ Comments
Question/Query
Feedback to us.
       
Name   Email
Title/Question*

(Maximum characters: 10,000)
You have characters left.

Recent Queries:-
  1. how to make a webpage javascript - 494.13 hr back. (1)
Similar Topics

Keywords : webpage javascript title kinda

  1. Random Images On Eacht Pageload And Refresh. - best in plain htlm or javascript (6)
    Im looking for somethin that puts a diffrent image for each pageload/refresh. And it should be
    something that dosent need any super server technolgys like php and mysql and all that stuff.
    something that is enough just on the page and finished....
  2. Javascript Problem - (3)
  3. Ie Png Transparency Javascript? - is there one? (3)
    im working on a new design for my website but i need to be able to have transparent pngs. its all
    fine in firefox and i think IE 7 it works, but IE 6, cos i no half the people that will be going on
    my site will use internet explorer 6. so basically, does anyone know any javascript that will make
    transparent PNG's work on internet explorer? id use gif but i dont just want a transparent
    background. also, id use CSS and just gifs but i need some of it to not be transparent, lol im
    fussy. so if you know anything please tell me, i gave up on javascript, its too hard. ...
  4. Xhtml, Javascript, Css And Frames. - (0)
    Hello, I am building a form where a user selections several options (it uses javascript to modify
    checkbox values based on other selections). At the end I need to re-generate html code based on the
    selected form values, I don't particularly care what way it's done (although my site is
    XHTML 1.0 Transitional), but I need it to update on the fly as they change options. The HTML code
    is Google AdSense code, and I am trying to build my own from to generate all the different ad types
    and generate the code (it's not just for me). What kind of options do I have?...
  5. Javascript Show / Hide Functions - need some fine-tuning (3)
    Searching before posting my topic, i found this very helpful post. Javascript show + hide
    However, I'm still muddling around trying to fine tune it, and since i'm no good at coding,
    I'd appreciate any help. Using that example, how do I get the div text to be hidden on loading,
    rather than showing it all at page load. Also, is there a way to have the text change when clicked?
    so that for example, it would say "expand" when it's the small amount of text, and "collapse"
    when it's the full text? ...
  6. Help! - Flash & Xhtml Traditional & Strict - As the title says (7)
    Hey guys, I have not designed a website for over a year. My website is currently in constuction at
    http://geekfromtheforest.com/ Anyways i am able to code in strict and traditonal xhtml 1.0 but do
    not know how to properly code a flash object. So let see if someone can come up with a proper way
    to code a flash object. This is what Macromedia recs but its dirty dirty and pointless and not
    valid! lol CODE <object
    classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
    codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swfla...
  7. Where To Get Chat/Guestbook/Photo Album etc. Scripts? - javascript and flah chat , guestbook, photo album and other (4)
    Post here some links where u can download flash or javascript chat , guestbook, photoalbum, forum
    ... etc .....
  8. JavaScript - (1)
    Is there any place that i can get javascript from to use on my web page? Also are there any
    tutorials on how to write javascript. I have no idea how it works and would be greatful for any help
    that i can get. Thanx...
  9. Get Input From Html/txt File? - with just html/css and maybe javascript? (2)
    I was just wondering if it's possible to retrieve text (and maybe images) from a .html or .txt
    file. So for example you get the header and footer from an external file. Is it possible with just
    html/css and maybe a little javascript or does it require server side scripting like php???
    -=jeroen=-...
  10. Hiding/showing Text On Click - is it possible with css/javascript (2)
    Ok, I got an question: I want to make a site with a news box or something similar. It's gonna be
    a table with a small piece of text and an "read more" button. Now I want to make it so that if
    people click on the "read more" there will appear an other piece of text underneath it. How do I do
    this? thanks in advance, -=jeroen=-...
  11. New To Webpage Creation - (5)
    Hi I am fairly new to webpage creation, so I asked a friend of mine what is the best method of
    creating a good site. I know how to create a basic site using HTML and I have had a go at Frontpage,
    but both dont offer me what I want. He suggested to me to try Mambo or Dreamweaver. Any thoughts or
    hints would be greatly appreciated as I am trying to create a website for an online gaming guild....
  12. Basket - How do you make a basket for a webpage?? (2)
    I want to know how to make a basket for my website so people can buy from me. How? /huh.gif'
    border='0' style='vertical-align:middle' alt='huh.gif' /> ...
  13. How To Create A Copy Proof Webpage? - (14)
    Sometimes I found something interesting on a webpage and hope to make a memo. Thus I will try to
    soft copy. Then I marking a quote, and the right click my mouse for laughing the menu. Sometime an
    warning box will show up to tell me that no right click is permitted here. It's cool! I hope
    to do it also, but I don't have any idea here. Could anyone teach me this? But this limitation
    won't be effect, I can just use the hotkey ctrl+P to copy it. However, the hotkey ctrl+P
    won't work all the time. Some webpage does not permit you to quote any word in thei...
  14. Javascript Disables Css Link? - (4)
    Here's the code I'm using for my javascript link I decided to add to a website I'm
    working on: Go Back The problem is that the css doesn't affect the javascript link. It
    displays as a plain blue underlined link. The stylesheet correctly renders regular links to other
    pages in the site, so the problem doesn't lie in my CSS coding. Thanks for the help....
  15. What Is The Best Javascript Menu Builder? - (7)
    I really need a free, cool and easy-to-integrate JAVASCRIPT menu builder for my new site. I mean
    free to use as in unlimitated use provided i link the producer's site to my menu. Anyway if
    someone knows anything pleas help. Thanks !!...
  16. Javascript - Do you use javascript in your page ? (20)
    Hi , I begin to use Javascript recently. I understand very well and I'm already able to make
    little scripts. I like Javascript , it adds interactivity to the page. But sometimes , it is not so
    good ( Alerts while a page is loading ) So when do you use it , and when do you think Javascript is
    the most useful on a page. Thanks Mathieu...
  17. The best editor ever!! - The title sais it all. (14)
    I just really wanted to recomand a great editor called WebPage Maker. It is so easy to use. You need
    no html knowlege. Simply drag and drop objects onto the page and position them freely in the layout.
    It comes with several pre-designed templates that help you to get started. It also includes
    ready-to-use navigation bars that can be inserted into the page. Additional features include
    built-in color picker, Java script library, image library and built-in FTP client. The really greate
    thing about it is that you can hide all sort of comersials stuff by simply adding somethi...
  18. Anyone can tell me how to protect my webpage - protect my webpage (6)
    Hi, Does anyone told me! how to protect my web page (.html) to the leeches........... my link
    are stolen by other and i have nothing yet else. One more i dont want to use any software like
    html protector..... I want manual solution for this....
  19. JavaScript template - (1)
    to begin a javascript template, you will need to begin with this code.... <!--
    TemplateBeginEditable name="doctitle" --> Untitled Document <!-- TemplateEndEditable
    --> <!-- TemplateBeginEditable name="head" --> <!-- TemplateEndEditable
    --> ...
  20. Dynamic ASP Javascript - (0)
    to begin a dynamic ASP Javascript you will need to begin with this code..... Untitled
    Document ...



Looking for make, webpage, javascript, title, kinda

*RANDOM STUFF*





*SIMILAR VIDEOS*
Searching Video's for make, webpage, javascript, title, kinda
advertisement




Can I Make A Webpage With Javascript - title kinda says it all



 

 

 

 

ADD REPLY / Got an Opinion! a humble request :-) RAPID SEARCH! Free Hosting [X]
Express your Opinions, Thoughts or Contribute your information that might help someone here.
Ask your Doubts & Queries to get answers.. "Together, We enlight each other!"
Register FREE for AD-FREE forum, Create your own topics, Ask Questions, track topics, setup subscriptions & notifications and Get a Free Website w/ Email and FTP.
500MB Space *No Ads*, CPanel, FTP, PHP, MySQL, EMails - 100% FREE