473,383 Members | 1,717 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,383 software developers and data experts.

Beginner needing info on CSS and Javascript as it relates to ASP.net

Hello,

I have done a little "old" ASP work along with some javascript. I'm
currently getting into ASP.net and would like to step up my game overall
with regard to Web Development. I was looking at delving into Javascript
and CSS a little more, but I'm not clear on it's relationship with ASP.net.
Are they still useful in a .net environment or does a lot of .net
functionality replace CSS and Javascript?

Any help on the subject would be greatly appreicated.

Thanks!

Nov 19 '05 #1
5 1191
No not useful -- critical -- especially with ASP.NET 2.0. So consider some
words of wisdom. All web developers who hope to master web development must
master client-side scripting which as it turns out must be written using
JavaScript and JavaScript as it turns out was derived from C. Nothing
dynamic happens in the browser without a mastery of CSS and JavaScript both
of which may be mutually exclusive of the other depending on the
circumstances.

This suggests adopting C# for ASP.NET server-side development as all
languages derived from C share the same syntax and grammar. I call it the
"341 Philosophy." A developer can learn three languages for the price of
one: JavaScript, C# and Java can all be read and understood when any one of
those three languages have been learned and mastered.

The VB syntax continues to be sloppy and verbose but there is something to
be said that it may be a teeny bit more productive to use as there can be
circumstances that require writing less code but I consider this marginal
when considering the big picture. There are a few VB coders who can hack
client-side development but by and large it seems most are light in the
pants when it comes to client-side scripting. That was me as a matter of
fact and once I understood why I was light in the pants I adopted C# and my
coding is getting better and better faster and faster.

As for CSS as it applies to ASP.NET 2.0 (which is now the current release)
you will need to know quite a bit of CSS when using Themes. As I've also
said, client-side scripting is also critical to master and there are
server-side statements you'll also have to learn to emit Javascript using
your server-side code.

Finally, reading your question at face value you it seems you still do not
fully understand the difference between client-side scripting and
server-side development. You need to do more study on this. Chalk it up to
learning ASP when everything was dumped into the page like a bowl of
spaghetti. Object Oriented Programming (OOP) is entirely different and it is
OOP you need to learn and master if you intend to use ASP.NET to develop web
applications.

<%= Clinton Gallagher
METROmilwaukee (sm) "A Regional Information Service"
NET csgallagher AT metromilwaukee.com
URL http://metromilwaukee.com/
URL http://clintongallagher.metromilwaukee.com/

"Jozef" <me@you.com> wrote in message
news:LWadf.193726$ir4.173937@edtnps90...
Hello,

I have done a little "old" ASP work along with some javascript. I'm
currently getting into ASP.net and would like to step up my game overall
with regard to Web Development. I was looking at delving into Javascript
and CSS a little more, but I'm not clear on it's relationship with
ASP.net. Are they still useful in a .net environment or does a lot of .net
functionality replace CSS and Javascript?

Any help on the subject would be greatly appreicated.

Thanks!

Nov 19 '05 #2
Thanks Clinton, I'm a VB / Database guy currently. The three tools to me
all seem "critical", but with my lack of in depth understanding of ASP.net,
I thought there could be something in it that may rule one, the other or
both obsolete. I hate learning things when I dont' have to. ;)

Just wanted to make sure I wasn't spinning my wheels by taking on both
Javascript and CSS.

Thanks again!
"clintonG" <cs*********@REMOVETHISTEXTmetromilwaukee.com> wrote in message
news:uJ*************@TK2MSFTNGP14.phx.gbl...
No not useful -- critical -- especially with ASP.NET 2.0. So consider some
words of wisdom. All web developers who hope to master web development
must master client-side scripting which as it turns out must be written
using JavaScript and JavaScript as it turns out was derived from C.
Nothing dynamic happens in the browser without a mastery of CSS and
JavaScript both of which may be mutually exclusive of the other depending
on the circumstances.

This suggests adopting C# for ASP.NET server-side development as all
languages derived from C share the same syntax and grammar. I call it the
"341 Philosophy." A developer can learn three languages for the price of
one: JavaScript, C# and Java can all be read and understood when any one
of those three languages have been learned and mastered.

The VB syntax continues to be sloppy and verbose but there is something to
be said that it may be a teeny bit more productive to use as there can be
circumstances that require writing less code but I consider this marginal
when considering the big picture. There are a few VB coders who can hack
client-side development but by and large it seems most are light in the
pants when it comes to client-side scripting. That was me as a matter of
fact and once I understood why I was light in the pants I adopted C# and
my coding is getting better and better faster and faster.

As for CSS as it applies to ASP.NET 2.0 (which is now the current release)
you will need to know quite a bit of CSS when using Themes. As I've also
said, client-side scripting is also critical to master and there are
server-side statements you'll also have to learn to emit Javascript using
your server-side code.

Finally, reading your question at face value you it seems you still do not
fully understand the difference between client-side scripting and
server-side development. You need to do more study on this. Chalk it up to
learning ASP when everything was dumped into the page like a bowl of
spaghetti. Object Oriented Programming (OOP) is entirely different and it
is OOP you need to learn and master if you intend to use ASP.NET to
develop web applications.

<%= Clinton Gallagher
METROmilwaukee (sm) "A Regional Information Service"
NET csgallagher AT metromilwaukee.com
URL http://metromilwaukee.com/
URL http://clintongallagher.metromilwaukee.com/

"Jozef" <me@you.com> wrote in message
news:LWadf.193726$ir4.173937@edtnps90...
Hello,

I have done a little "old" ASP work along with some javascript. I'm
currently getting into ASP.net and would like to step up my game overall
with regard to Web Development. I was looking at delving into Javascript
and CSS a little more, but I'm not clear on it's relationship with
ASP.net. Are they still useful in a .net environment or does a lot of
.net functionality replace CSS and Javascript?

Any help on the subject would be greatly appreicated.

Thanks!


Nov 19 '05 #3
Aside from for loop constructs, case-sensitivity and curly braces, C#,
JavaScript and Java have virtually nothing in common.

Let's see....
I know Javascript, therefore the .Net framework should be a snap if I use
C#.
I know Javascript, therefore the libraries in Java should be easy. And
forget the seemingly endless Java frameworks - Spring, Swing, Struts. Oh,
and then there's Tomcat, JBoss, Hibernate, blah, blah, blah.

If you you want to make generalizations - and I know that's your tendancy -,
Clinton, maybe just saying that if you know how to program, you can probably
learn JavaScript would be sufficient.

Bob Lehmann
"clintonG" <cs*********@REMOVETHISTEXTmetromilwaukee.com> wrote in message
news:uJ*************@TK2MSFTNGP14.phx.gbl...
No not useful -- critical -- especially with ASP.NET 2.0. So consider some
words of wisdom. All web developers who hope to master web development must master client-side scripting which as it turns out must be written using
JavaScript and JavaScript as it turns out was derived from C. Nothing
dynamic happens in the browser without a mastery of CSS and JavaScript both of which may be mutually exclusive of the other depending on the
circumstances.

This suggests adopting C# for ASP.NET server-side development as all
languages derived from C share the same syntax and grammar. I call it the
"341 Philosophy." A developer can learn three languages for the price of
one: JavaScript, C# and Java can all be read and understood when any one of those three languages have been learned and mastered.

The VB syntax continues to be sloppy and verbose but there is something to
be said that it may be a teeny bit more productive to use as there can be
circumstances that require writing less code but I consider this marginal
when considering the big picture. There are a few VB coders who can hack
client-side development but by and large it seems most are light in the
pants when it comes to client-side scripting. That was me as a matter of
fact and once I understood why I was light in the pants I adopted C# and my coding is getting better and better faster and faster.

As for CSS as it applies to ASP.NET 2.0 (which is now the current release)
you will need to know quite a bit of CSS when using Themes. As I've also
said, client-side scripting is also critical to master and there are
server-side statements you'll also have to learn to emit Javascript using
your server-side code.

Finally, reading your question at face value you it seems you still do not
fully understand the difference between client-side scripting and
server-side development. You need to do more study on this. Chalk it up to
learning ASP when everything was dumped into the page like a bowl of
spaghetti. Object Oriented Programming (OOP) is entirely different and it is OOP you need to learn and master if you intend to use ASP.NET to develop web applications.

<%= Clinton Gallagher
METROmilwaukee (sm) "A Regional Information Service"
NET csgallagher AT metromilwaukee.com
URL http://metromilwaukee.com/
URL http://clintongallagher.metromilwaukee.com/

"Jozef" <me@you.com> wrote in message
news:LWadf.193726$ir4.173937@edtnps90...
Hello,

I have done a little "old" ASP work along with some javascript. I'm
currently getting into ASP.net and would like to step up my game overall
with regard to Web Development. I was looking at delving into Javascript and CSS a little more, but I'm not clear on it's relationship with
ASP.net. Are they still useful in a .net environment or does a lot of ..net functionality replace CSS and Javascript?

Any help on the subject would be greatly appreicated.

Thanks!


Nov 19 '05 #4
Its a matter of syntax and grammar that the three languages share and that's
all I've had to say. I think people who have acceptable reading
comprehension skills can make that distinction.

<%= Clinton Gallagher


"Bob Lehmann" <no****@dontbotherme.zzz> wrote in message
news:eU**************@TK2MSFTNGP12.phx.gbl...
Aside from for loop constructs, case-sensitivity and curly braces, C#,
JavaScript and Java have virtually nothing in common.

Let's see....
I know Javascript, therefore the .Net framework should be a snap if I use
C#.
I know Javascript, therefore the libraries in Java should be easy. And
forget the seemingly endless Java frameworks - Spring, Swing, Struts. Oh,
and then there's Tomcat, JBoss, Hibernate, blah, blah, blah.

If you you want to make generalizations - and I know that's your
tendancy -,
Clinton, maybe just saying that if you know how to program, you can
probably
learn JavaScript would be sufficient.

Bob Lehmann
"clintonG" <cs*********@REMOVETHISTEXTmetromilwaukee.com> wrote in message
news:uJ*************@TK2MSFTNGP14.phx.gbl...
No not useful -- critical -- especially with ASP.NET 2.0. So consider
some
words of wisdom. All web developers who hope to master web development

must
master client-side scripting which as it turns out must be written using
JavaScript and JavaScript as it turns out was derived from C. Nothing
dynamic happens in the browser without a mastery of CSS and JavaScript

both
of which may be mutually exclusive of the other depending on the
circumstances.

This suggests adopting C# for ASP.NET server-side development as all
languages derived from C share the same syntax and grammar. I call it the
"341 Philosophy." A developer can learn three languages for the price of
one: JavaScript, C# and Java can all be read and understood when any one

of
those three languages have been learned and mastered.

The VB syntax continues to be sloppy and verbose but there is something
to
be said that it may be a teeny bit more productive to use as there can be
circumstances that require writing less code but I consider this marginal
when considering the big picture. There are a few VB coders who can hack
client-side development but by and large it seems most are light in the
pants when it comes to client-side scripting. That was me as a matter of
fact and once I understood why I was light in the pants I adopted C# and

my
coding is getting better and better faster and faster.

As for CSS as it applies to ASP.NET 2.0 (which is now the current
release)
you will need to know quite a bit of CSS when using Themes. As I've also
said, client-side scripting is also critical to master and there are
server-side statements you'll also have to learn to emit Javascript using
your server-side code.

Finally, reading your question at face value you it seems you still do
not
fully understand the difference between client-side scripting and
server-side development. You need to do more study on this. Chalk it up
to
learning ASP when everything was dumped into the page like a bowl of
spaghetti. Object Oriented Programming (OOP) is entirely different and it

is
OOP you need to learn and master if you intend to use ASP.NET to develop

web
applications.

<%= Clinton Gallagher
METROmilwaukee (sm) "A Regional Information Service"
NET csgallagher AT metromilwaukee.com
URL http://metromilwaukee.com/
URL http://clintongallagher.metromilwaukee.com/

"Jozef" <me@you.com> wrote in message
news:LWadf.193726$ir4.173937@edtnps90...
> Hello,
>
> I have done a little "old" ASP work along with some javascript. I'm
> currently getting into ASP.net and would like to step up my game
> overall
> with regard to Web Development. I was looking at delving into Javascript > and CSS a little more, but I'm not clear on it's relationship with
> ASP.net. Are they still useful in a .net environment or does a lot of .net > functionality replace CSS and Javascript?
>
> Any help on the subject would be greatly appreicated.
>
> Thanks!
>
>
>



Nov 21 '05 #5
hmmm...

************************************************** **************************
**
Clinton said.....
JavaScript, C# and Java can all be read and understood when any one of
those three languages have been learned and mastered.
************************************************** **************************
**

What nuance of language could interpret the above, from your "341
Philosophy", any differently than I did? As I said, curly braces and
case-sensitivity don't make one all-knowing across languages.

I suppose you think that knowing about commas and periods enables an English
speaking person to understand Italian.

Bob Lehmann

"clintonG" <cs*********@REMOVETHISTEXTmetromilwaukee.com> wrote in message
news:e4**************@tk2msftngp13.phx.gbl...
Its a matter of syntax and grammar that the three languages share and that's all I've had to say. I think people who have acceptable reading
comprehension skills can make that distinction.

<%= Clinton Gallagher


"Bob Lehmann" <no****@dontbotherme.zzz> wrote in message
news:eU**************@TK2MSFTNGP12.phx.gbl...
Aside from for loop constructs, case-sensitivity and curly braces, C#,
JavaScript and Java have virtually nothing in common.

Let's see....
I know Javascript, therefore the .Net framework should be a snap if I use C#.
I know Javascript, therefore the libraries in Java should be easy. And
forget the seemingly endless Java frameworks - Spring, Swing, Struts. Oh, and then there's Tomcat, JBoss, Hibernate, blah, blah, blah.

If you you want to make generalizations - and I know that's your
tendancy -,
Clinton, maybe just saying that if you know how to program, you can
probably
learn JavaScript would be sufficient.

Bob Lehmann
"clintonG" <cs*********@REMOVETHISTEXTmetromilwaukee.com> wrote in message news:uJ*************@TK2MSFTNGP14.phx.gbl...
No not useful -- critical -- especially with ASP.NET 2.0. So consider
some
words of wisdom. All web developers who hope to master web development

must
master client-side scripting which as it turns out must be written using JavaScript and JavaScript as it turns out was derived from C. Nothing
dynamic happens in the browser without a mastery of CSS and JavaScript

both
of which may be mutually exclusive of the other depending on the
circumstances.

This suggests adopting C# for ASP.NET server-side development as all
languages derived from C share the same syntax and grammar. I call it the "341 Philosophy." A developer can learn three languages for the price of one: JavaScript, C# and Java can all be read and understood when any one
of
those three languages have been learned and mastered.

The VB syntax continues to be sloppy and verbose but there is something
to
be said that it may be a teeny bit more productive to use as there can
be circumstances that require writing less code but I consider this marginal when considering the big picture. There are a few VB coders who can hack client-side development but by and large it seems most are light in the
pants when it comes to client-side scripting. That was me as a matter of fact and once I understood why I was light in the pants I adopted C# and my
coding is getting better and better faster and faster.

As for CSS as it applies to ASP.NET 2.0 (which is now the current
release)
you will need to know quite a bit of CSS when using Themes. As I've
also said, client-side scripting is also critical to master and there are
server-side statements you'll also have to learn to emit Javascript using your server-side code.

Finally, reading your question at face value you it seems you still do
not
fully understand the difference between client-side scripting and
server-side development. You need to do more study on this. Chalk it up
to
learning ASP when everything was dumped into the page like a bowl of
spaghetti. Object Oriented Programming (OOP) is entirely different and

it is
OOP you need to learn and master if you intend to use ASP.NET to
develop web
applications.

<%= Clinton Gallagher
METROmilwaukee (sm) "A Regional Information Service"
NET csgallagher AT metromilwaukee.com
URL http://metromilwaukee.com/
URL http://clintongallagher.metromilwaukee.com/

"Jozef" <me@you.com> wrote in message
news:LWadf.193726$ir4.173937@edtnps90...
> Hello,
>
> I have done a little "old" ASP work along with some javascript. I'm
> currently getting into ASP.net and would like to step up my game
> overall
> with regard to Web Development. I was looking at delving into

Javascript
> and CSS a little more, but I'm not clear on it's relationship with
> ASP.net. Are they still useful in a .net environment or does a lot of

.net
> functionality replace CSS and Javascript?
>
> Any help on the subject would be greatly appreicated.
>
> Thanks!
>
>
>



Nov 23 '05 #6

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

Similar topics

4
by: TempMan | last post by:
I want this text field to always display a number variable. The variable "num" is defined in the head, how can I get a text box to display this varibale?? <input name="Balance" type="text"...
1
by: ::::x:::: | last post by:
Hi All, below is come code I'm writing for an assignment, and I'm stuck. What I want to happen: page load, user click on money money = bank bank is displayed in a text box I can get the bank...
19
by: What-a-Tool | last post by:
I have a school project (ASP) in which I have to call three different ASP pages from three different and identical (except for the form "action", obviously) HTM pages. This I have no problem with....
6
by: KKramsch | last post by:
OK, here's the scenario: I have a CGI script that generates a page with frames (BTW, I'm not crazy about frames, but in this case the decision to use them is out of my hands). In a typical...
5
by: Harry Haller | last post by:
<select name="cboPlaces" id="cboPlaces"> <option value="3">Countryside</option> <option value="4">Forest</option> <option value="5">Mountain</option> <option value="6">Desert</option> <option...
14
by: japin0 | last post by:
Hi, I am a absolute beginner in ASP ..I do have a bit of exposure to .VBS and other scripting languages. I need your guidance, where do I start? I had been to MS website Quick start guide but it...
1
by: hl | last post by:
Hi, I'm a beginner and need a little help with getting data back from a web service. I am using VB.Net and have added a web reference to a Wsdl that was provided to me. My reference.vb file...
2
by: Chris | last post by:
Hi all, I've recently started learning ASP.Net and have a few questions mostly regarding best practice. As postback uses JS is it normal practice to check if the browser supports/has JS...
1
by: vocalise | last post by:
The title probably isn't very clear, but I haven't been able to find this problem (or I must be having problems figuring out which search strings to use) so I apologize if this has been addressed...
0
by: Faith0G | last post by:
I am starting a new it consulting business and it's been a while since I setup a new website. Is wordpress still the best web based software for hosting a 5 page website? The webpages will be...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 3 Apr 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 former...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...

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.