473,659 Members | 3,162 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Webdesign Questions

I would like to learn more about webdesign. I have my own website
that I have handcoded. I do have some javascripts on the site that I
have downloaded and have customized and edited to use on my website.

I would like to further my knowledge in creating more complex
pages. However the question is. If I want to be a successful
webdesigner am I going to have to learn how to program my own scripts.
I have tried to teach myself programming before and I just said to
myself this is just for me. I look at the scripts and I say to myself
how am I ever going to learn this.

What am I going to have to have knowledge in to be a success in
this field?
--------------------------------------------------------------------------------------------------------------------------

I have a second part to this post.

What is the most commonly used server side scripting language and
what is the most commonly used client side scripting language. Does it
depend on what your want to accomplish , the task you want to carry
out. Can someone here list for me the common tasks and what the most
common scripting language is used for the task.

Jul 20 '06 #1
6 1477

rich wrote:
I would like to learn more about webdesign. I have my own website
that I have handcoded. I do have some javascripts on the site that I
have downloaded and have customized and edited to use on my website.
URL?
What's the WWW address?
I would like to further my knowledge in creating more complex
pages. However the question is. If I want to be a successful
webdesigner am I going to have to learn how to program my own scripts.
I have tried to teach myself programming before and I just said to
myself this is just for me. I look at the scripts and I say to myself
how am I ever going to learn this.

What am I going to have to have knowledge in to be a success in
this field?
Chris Gun had an interesting article on this.
http://groups.google.com.au/group/bi...f59d41/?hl=en#
Note, that I would say was more from the perspective of starting to get
web design clientsk, in a company point of view.
If you just want to code pages, then learne how to code them useing
standards compliant code, http://www.w3.org
and http://www.w3schools.com
>
I have a second part to this post.
>
What is the most commonly used server side scripting language and
what is the most commonly used client side scripting language. Does it
depend on what your want to accomplish , the task you want to carry
out. Can someone here list for me the common tasks and what the most
common scripting language is used for the task.
Depends, on what the task actually involves.
If it's a simple info page, then HTML + CSS works fine.
But, if you want to do more complex stuff, learne PHP. It's a good
server side language.
ASP can be good, but PHP is more widely supported.
--
Regards Chad. http://freewebdesign.cjb.cc

Jul 20 '06 #2
rich wrote:
If I want to be a successful webdesigner am I going to have to learn
how to program my own scripts.
If you want to make money building websites, I would say that you need
to master server- and client-side scripting, HTML and CSS at a minimum.
The more skills you have the better your chances; this is a very cramped
field. If you hope to get work on larger commercial projects, as
distinct from one-off personal and small-business sites, you'll need XML
and XSLT, database skills, and server administration skills. There are
those who will claim that you also need to know Macromedia products. I
couldn't possibly comment.

Of course, good taste will also be very useful, but that is extremely
hard to acquire. If you can figure out how to get some, let me know!
I have tried to teach myself programming before and I just said to
myself this is just for me. I look at the scripts and I say to myself
how am I ever going to learn this.
I've been working with Javascript for years, and I'm afraid I still
don't think I know it. I haven't had this experience with any other
language I've applied myself to (I've been programming professionally
and for fun since about 1979). Therefore I keep the Rhino book handy
when working with client-side script.
>
What is the most commonly used server side scripting language
Possibly PHP, possibly ASP. I use Java on the server, which isn't really
a scripting language. But then what's a scripting language?
and what is the most commonly used client side scripting language.
Javascript - there's no serious competition.
Does it depend on what your want to accomplish , the task you want to
carry out. Can someone here list for me the common tasks and what the
most common scripting language is used for the task.
I can't - maybe someone else wants to try. Server-side scripting
languages in particular are general-purpose programing languages; so
your question amounts to "What can be achieved with a GP programming
language?". Unfortunately this margin is too narrow for a full reply.

--
Jack.
Jul 20 '06 #3
In article <11************ **********@m73g 2000cwd.googleg roups.com>,
rich <ri*******@gmai l.comwrote:
I would like to learn more about webdesign. I have my own website
that I have handcoded. I do have some javascripts on the site that I
have downloaded and have customized and edited to use on my website.

I would like to further my knowledge in creating more complex
pages. However the question is. If I want to be a successful
webdesigner am I going to have to learn how to program my own scripts.
I have tried to teach myself programming before and I just said to
myself this is just for me. I look at the scripts and I say to myself
how am I ever going to learn this.

What am I going to have to have knowledge in to be a success in
this field?
--------------------------------------------------------------------------------------------------------------------------

I have a second part to this post.

What is the most commonly used server side scripting language and
what is the most commonly used client side scripting language. Does it
depend on what your want to accomplish , the task you want to carry
out. Can someone here list for me the common tasks and what the most
common scripting language is used for the task.
Have a look at http://www.bennaco.com .

--
Member - Liberal International
This is do****@nl2k.ab. ca Ici do****@nl2k.ab. ca
God Queen and country! Beware Anti-Christ rising!
Beware Linux the MS Windows of Unix! Demand UseNet an integral part of Internet!
Jul 20 '06 #4
rich wrote [in part]:
>
I have a second part to this post.

What is the most commonly used server side scripting language and
what is the most commonly used client side scripting language. Does it
depend on what your want to accomplish , the task you want to carry
out. Can someone here list for me the common tasks and what the most
common scripting language is used for the task.
All my SSI scripts are in UNIX Korn. They range from simple hit
counters and displaying the number of days to future events to
generating complete Web pages on the fly.

I use Korn not because I think it is superior, but because I am very
familiar and comfortable with its syntax. I do think it is more
flexible than UNIX C.

Using Korn, however, required that I make arrangements with my ISP to
enable Korn on its Web server. Now, when I Telnet into the server to
test a script or do other maintenance on my Web site, I'm automatically
in a Korn shell. Without this arrangement, I would be in my ISP's
default C shell.

Note that I was using UNIX on desktop computers well before I
experienced Windows.

--

David E. Ross
<http://www.rossde.com/>

Concerned about someone (e.g., Pres. Bush) snooping
into your E-mail? Use PGP.
See my <http://www.rossde.com/PGP/>
Jul 21 '06 #5
"rich" <ri*******@gmai l.comwrites:
What am I going to have to have knowledge in to be a success in
this field?
If you're talking about scripting, the key isn't so much what you *know*,
it's more how well you can *learn*. Things are changing so fast that the
tools I was using five years ago are obsolete now. Being able to pick up
a new language and run with it is essential.

Obviously, btw, the first programming language will be the hardest. You
shouldn't let that discourage you. You're actually learning *two* things
at first - how to program, and a programming language. Once you know how
to program, learning new languages is much easier.

If you're not up to self-teaching, don't feel bad about that - different
people learn in different ways. Maybe there's a community college near you
that offers an "intro to programming" night class.
What is the most commonly used server side scripting language and
what is the most commonly used client side scripting language. Does it
depend on what your want to accomplish , the task you want to carry
out.
It absolutely depends on the task at hand. I wouldn't consider writing a CGI
in C/C++, for instance - but I wouldn't write a device driver in anything
else (except maybe assembler).

If you decide to take a class, odds are good they'll use Java.

sherm--

--
Web Hosting by West Virginians, for West Virginians: http://wv-www.net
Cocoa programming in Perl: http://camelbones.sourceforge.net
Jul 21 '06 #6
rich wrote:
What am I going to have to have knowledge in to be a success in
this field?
It pretty much depends what you mean by success. There are so many
technologies, it's impossible to master them all. XHTML / CSS,
JavaScript, PHP (or ASP or JSP) are all fairly standard but I think you
should be asking yourself what you're trying to achieve before diving
into the tech.
What is the most commonly used server side scripting language.
As above; ASP, ASP.Net, JSP, Coldfusion, PHP... look at sites you visit
and check out the file exensions...
and
what is the most commonly used client side scripting language.
JavaScript.

Hope this helps.
Good luck!

Steve
www.fontmadness.com
"How much can one body take, the concrete shoes, the hungry lake"

Jul 22 '06 #7

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

20
2023
by: richk | last post by:
I'm in the process of teaching myself, or shall i say in the process of expanding my knowledge in webdesign. I do have my own site up and I love doing it. Right now I do it as a hobby. I would like the opportunity to possibly make money doing it someday. I know I will have to know alot more than what I know now. I havent dabbed into XML I's dabbed alittle bit into DHTML. I I know I need more experaince in scripting and webapplication...
5
1624
by: Thomas Bügel | last post by:
Hi! Out of the book from Dan Cederholms (Bulletproof Webdesign - german ed.) I tested chapter 4 (creativ floating). For no CDR is included I wrote the code from the text in the book (images and according text is taken from tv-spielfilm.de). But it don't work for me in the same way as Dan tells in the book. I tested it with different browsers on Windows 2000. It should show three pictures with a white frame (build though the padding 4px)...
0
4091
by: softwareengineer2006 | last post by:
All Interview Questions And Answers 10000 Interview Questions And Answers(C,C++,JAVA,DOTNET,Oracle,SAP) I have listed over 10000 interview questions asked in interview/placement test papers for all companies between year 2000-2005 in my website http://www.geocities.com/allinterviewquestion/ So please have a look and make use of it.
0
4580
by: connectrajesh | last post by:
INTERVIEWINFO.NET http://www.interviewinfo.net FREE WEB SITE AND SERVICE FOR JOB SEEKERS /FRESH GRADUATES NO ADVERTISEMENT
2
7200
by: freepdfforjobs | last post by:
Full eBook with 4000 C#, JAVA,.NET and SQL Server Interview questions http://www.questpond.com/SampleInterviewQuestionBook.zip Download the JAVA , .NET and SQL Server interview sheet and rate yourself. This will help you judge yourself are you really worth of attending interviews. If you own a company best way to judge if the candidate is worth of it. http://www.questpond.com/InterviewRatingSheet.zip
4
2506
by: Drew | last post by:
I posted this to the asp.db group, but it doesn't look like there is much activity on there, also I noticed that there are a bunch of posts on here pertaining to database and asp. Sorry for cross-posting. I am trying to build a "checklist", where a user can navigate to an ASP page on the intranet which shows a list of "questions" that the user can check off. I am trying to figure out how to do this so that it is scalable, but I am...
8
7972
by: Krypto | last post by:
Hi, I have used Python for a couple of projects last year and I found it extremely useful. I could write two middle size projects in 2-3 months (part time). Right now I am a bit rusty and trying to catch up again with Python. I am now appearing for Job Interviews these days and I am wondering if anybody of you appeared for a Python Interview. Can you please share the questions you were asked. That will be great help to me.
0
1490
by: ramu | last post by:
C# Interview Questions and Answers8 http://allinterviewsbooks.blogspot.com/2008/07/c-interview-questions-and-answers8.html C# Interview Questions and Answers7 http://allinterviewsbooks.blogspot.com/2008/07/c-interview-questions-and-answers7.html C# Interview Questions and Answers 6 http://allinterviewsbooks.blogspot.com/2008/07/c-interview-questions-and-answers-6.html C# Interview Questions and Answers 5...
1
1617
by: ramu | last post by:
C# Interview Questions and Answers8 http://allinterviewsbooks.blogspot.com/2008/07/c-interview-questions-and-answers8.html C# Interview Questions and Answers7 http://allinterviewsbooks.blogspot.com/2008/07/c-interview-questions-and-answers7.html C# Interview Questions and Answers 6 http://allinterviewsbooks.blogspot.com/2008/07/c-interview-questions-and-answers-6.html C# Interview Questions and Answers 5...
0
8428
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
8851
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
8748
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
1
8531
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
8628
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
1
6181
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
5650
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
4335
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
2754
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.