This post has been edited by website: 17 June 2009 - 06:10 PM
Welcome to BleepingComputer, a free community where people like yourself come together to discuss and learn how to use their computers. Using the site is easy and fun. As a guest, you can browse and view the various discussions in the forums, but can not create a new topic or reply to an existing one unless you are logged in. Other benefits of registering an account are subscribing to topics and forums, creating a blog, and having no ads shown anywhere on the site.What Programing Languages To Learn To Make A Website?
#1
Posted 17 June 2009 - 06:10 PM
#2
Posted 17 June 2009 - 06:18 PM
—George Bernard Shaw
#4
Posted 17 June 2009 - 09:09 PM
Quote
It is not a programming language at all.
You will need to learn HTML at a minimum. CSS makes your HTML pages pretty. Javascript adds functionality. PHP, ASP, and JSP make for dynamic pages.
That's just for starters.
#5
Posted 18 June 2009 - 10:34 PM
--here is script---
<html>
<head>
<style>
div.box {width: 300px; height: 200px; padding: 30px;
font: 46pt times new roman;}
</style>
</head>
<body>
<div class="box" style=" filter:
progid:DXImageTransform.Microsoft.Alpha
(Opacity=100,
FinishOpacity=0, Style=1, StartX=0, FinishX=0, StartY=0,
FinishY=100)">
Hey...you can modify opacity.</div>
</body>
</html>
This post has been edited by website: 18 June 2009 - 10:39 PM
#6
Posted 18 June 2009 - 11:25 PM
website, on Jun 17 2009, 06:10 PM, said:
This is what I will do.
Learn some basic HTML (not a programming language as mentioned in above replies)
If your sole purpose is to create a personal blog and forum, learning programming is not necessary as there are several precoded applications like wordpress.org / typepad and forum applications like vbulletin. These require minimal programming knowledge.
Say, you still need to learn programming, I personally prefer PHP / MySql way as it is more popular for personal sites and blogs. Buy a book like learn PHP in 7 days and then learn as you go. Programming techniques take time to learn, but it is not that difficult.
--------------------------
submit articles
#7
Posted 19 June 2009 - 08:38 AM
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml">
2. That is not a script.
3. It will not work in Firefox because the filters are native to IE.
#8
Posted 22 June 2009 - 09:29 PM
#9
Posted 22 June 2009 - 10:09 PM
Also when posting please put code between [code ] ... [/code ] tags.
Dont expect to master HTML and CSS just by creating a few simple webpages, it takes time (not trying to discourage you). Try reading a few more tutorials such as the one at www.w3schools.com (HTML, CSS)
There's no place like 127.0.0.1
There are 10 types of people in the world, those that can read binary, and those who can't.
#10
Posted 24 June 2009 - 02:32 AM
And, while I'd recommend using Bluefish over Notepad++, both are excellent text editors that offer tools which make editing HTML and CSS easier. After someone's got a good grasp of these two markup languages, PHP's the most important programming language for web-development. Definitely more important than a language such as Javascript, especially when you consider that a sizable portion of people browse the Internet with Javascript turned off by default.
#11
Posted 24 June 2009 - 11:58 AM
Quote
Oh? And how do you arrive at that fact? As far as I know, IE, Firefox, and Safari have Javascript enabled by default. I don't know about Chrome or Opera. According to the stats on my server and other servers that I administer, well over 90% of users have Javascript enabled, so my experience is nowhere close to yours. Of course, one could argue that I may be in a niche demographic, but based on this, I would say that my experience pretty much matches what is seen in the real world.
Quote
#12
Posted 24 June 2009 - 06:20 PM
rkirk, on Jun 24 2009, 05:32 PM, said:
Where was it mentioned that the OP wants to create dynamic content?
rkirk, on Jun 24 2009, 05:32 PM, said:
I have to agree with groovicus, PHP is not the most important programming language, sure it is used by a lot of web designers, but it is not the most important. It also depends on what you type of website you are creating, maybe you could get by with HTML and javascript. Also what about ASP? Have you even considered it? (i know it's windows based
rkirk, on Jun 24 2009, 05:32 PM, said:
Where do you get you facts from? Do you have any links?
This post has been edited by KamakaZ: 24 June 2009 - 06:21 PM
There's no place like 127.0.0.1
There are 10 types of people in the world, those that can read binary, and those who can't.
#13
Posted 26 June 2009 - 07:36 AM
As for JS I think it's great to use to add functionality to a website, but ensure that viewers can still use the site without JS. So the users with JS are getting what the users without JS are getting but with added functionality and coolness.
#14
Posted 28 June 2009 - 10:41 PM

Help

Back to top










