TRENDING NEWS

POPULAR NEWS

Basic Web Development Html And Javascript Loading A New Page

HTML and Javascript?

HTML (Hypertext markup language) developed mainly when the Web was text based still, it allowed a word to become a marker to hop to another location. Bells and whistles added to it allow such things as changing colour and tables and such.

Javascript is more concerned with programming and is more powerful, allowing for web pages to take on the appearance of a program running on your own computer for instance. We take Javascripting for granted now, but at one time browsers did not support it and it needed additional programs to make it work.

Javascript should not be confused with Java Applets which are self contained executable programs, typically these are used to generate flashy graphics on web sites such as burning titles. These are written in Javascript and then compiled into a binary program.

The whole concept of Java was developed by SUN and was intended to allow MAC, Unix and Windows based computers to all be able use sophisticated web sites instead of bits only working for some and not others.

How do I create dynamic websites using php/javascript/html/css?

Dynamic website can be established refer below fig,it’s also called as two-way-connection.Normally,for any dynamic website, we need to have database/storage capacity,without these you cannot establish it.Firstly,Download XAMP(Mac OSX,Windows,linux)),WAMP(windows),LAMP(linux).From this you can create local database in PHPMYADMIN,create a database in this,try these credentials username: root, password:leave blank.secondly,create database and table,Thirdly,write php code to establish the connection to your database,keep this php file in the respective directories depending upon your serverhtdocs (xamp), www(WAMP).code to establish connection//somefile.phpsecondly write php code to fetch or post data into your database.$_GET[“desired coloumn in your database”] -> to get data from that particular coloumn.$_POST[“desired coloumn in your database”] -> to post data into that particular coloumn.example code//somefile2.php

How can you tell if a website uses javascript? Without viewing the code?

Java and Java is script is not same anyway you can esily see that

on IE just run the browser and wait it will warn you if that site uses JavaScript
on FireFox

go to Tools->Options->Contents ->Uncheck the Use JavaScript then load the page if it does then that site doesn't use if doesn't then that site uses Javascript.

What are Java and JavaScript and what role do they play in web site design?

Java is a programming language that has its own platform designed by Sun Micro systems. JavaScript is a scripting language originally designed by Netscape that can be coded into the source code of a web pages HTML code.

JavaScript is directly coded into a web pages source code. Java can be used in websites, but are embedded into the web page through Java applets. The person who is viewing the Java application on the web page must have java run time environment installed on their machine.

What is JavaScript used for?

JavaScript is used literally everywhere on the internet. It's like oxygen for the Web Developers, without JavaScript nearly all the websites will be as uncool as ever.Don't believe me? Just turn off the JavasScript in your browser while you are on Quora. By going to the above page and you will see the difference. Websites like Facebook doesn't even allows users to load their page until you enable the JavaScript.This is how the website looks.Now that you have known how important JavaScript is let's talk about how it works. It was initially formed by Netscape and then later developed by different vendors separately, but since a standardized concept was necessary it was submitted to Ecma International and thus ECMAScript was formed. What we use today was ECMA-262 which is commonly known as JavaScript.JavaScript helps to perform all kinds of real-time interactions that we do with the websites. All the interaction, notifications that pop up, beautiful games (except flash games which are dying away everyday) are designed in JavaScript. For every browser there is a JavaScript engine which renders the script. One more important thing to note about JavaScript is that it is asynchronous in nature. That is there is no guarantee which part of the code is going to execute first and which part later. Suppose there is a code that interacts with the server in the backend and the code needs to wait untill it returns a result, the great thing about this language is that it won't wait. It will keep on executing other parts of the code and when the result has arrived from the backend it will catch the event and do the required things upon receiving it.If you want to read how to implement JavaScript probably JavaScript is the best place to look into.This was the part which we get to see, now JavaScript has got another side of it's own, apart from the front-end world of designing great websites to look at. It has got your back while designing the back-end as well.Meet Node.js, the server side of JavaScript. A guy named Ryan Dahl invented this awesome part of JavaScript with which you can write server side codes as well. What he did was he took out the 'V8 Engine' in Chrome that renders the JavaScript into our daily browsers and placed it on the server side so that you can write JavaScript codes for servers as well.And that's it your learning curve just got a whole lot smoother. Learn JavaScript once and probably you will rule on both the front-end and back-end.

Where do i write my javascrip code?

Make a new text file (right click desktop -> create new text document)

Then paste that code into it.

Save as -> "name.html" you can replace "name" with whatever you want to name it

but then where it says "file type", change it from "text document" to "all files" and make sure the file ends in .html or .htm

Then you should be able to double click it and have it open in your defualt browser. If it just opens the text file again, you did something wrong, and try again. also, try going to firefox, and File > Open...
and choose the new html file.

My website won't load for me but does for everyone else?

15 CSS errors: http://jigsaw.w3.org/css-validator/validator?profile=css21&warning=0&uri=http%3A%2F%2Fwww.inkedrose.com%2F

21 HTML errors: http://validator.w3.org/check?verbose=1&uri=http%3A%2F%2Fwww.inkedrose.com%2F

You have no document type. You have HTML tags inside your CSS file and repeated again outside the head tags. Missing a properly formed HTML file.

Your First 10 HTML Tags

Just starting out with HTML? Here are 10 essential HTML tags that you'll need to know when building your web pages. If you learn how these 10 tags work then you'll have enough knowledge to put together a basic page.

http://www.elated.com/articles/first-10-html-tags/

5 Great Resources To Learn How To Code: http://www.makeuseof.com/tag/5-great-resources-learn-code/

How to Make a Web Page:

Getting started with HTML: http://www.w3.org/MarkUp/Guide/
Comprehensive intro for HTML and CSS: http://htmldog.com/
Covers the basics of web standards-based design in HTML and CSS: http://dev.opera.com/articles/view/1-introduction-to-the-web-standards-cur/#toc
Good reference for HTML, CSS and JavaScript: http://reference.sitepoint.com/
BASIC HTML & CSS for NON-WEB DESIGNERS: http://www.dontfeartheinternet.com/

Ron

What free web hosting service will let me upload my HTML and CSS code?

There are lots of pros & cons of free hosting services. Although if you have college assignment project or any small website project then you can use free hosting services. When I was learning website designing, at that time I used to use Free Web Hosting - Linux, PHP, MySQL, No Ads/BannersI am a freelance website designer as well as developer. Even my website Code Sutta is hosted under Freehostia, which is free hosting provider. I was student when I started freelancing. So due to insufficient funding I thought free hosting would be better option.Ofcourse its free & they are not placing any adds in your website. Best part you can host upto 5 domains, 5GB bandwidth per month. Thats enough for static websites.Limitations- You can't upload any files which is above 500kb. If you have images above 500kb, then just reduced its size. For videos you can use YouTube iframes. And contact form will not send an email, because of its SMTP & POP limitations. You can use Online HTML Form Builder for Web Forms to get form replies in your mail. With this free hosting you cant send mails. I have solved that also. Just use Zoho Mail (free domain based mail ids with 16gb storages). Just Google to configure zoho mail with your hosting account..Thats it. You will get almost all the features like a paid hosting provider. \U0001f44d Enjoy \U0001f44dRegards,Tapeshwww.codesutta.com

TRENDING NEWS