473,385 Members | 2,013 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,385 software developers and data experts.

possible?

do you think that it's possible to build a nice web site in asp.net
2.0 C# without knowing anything about CSS?

Sep 28 '07 #1
6 1138
Vinnie wrote:
do you think that it's possible to build a nice web site in asp.net
2.0 C# without knowing anything about CSS?
Possible? Yes.

However, I think it's a lot easier to learn just a little bit of CSS
instead of muddling around with a lot of HTML properties just to avoid
using CSS. Especially as you have to add a lot of extra elements and set
a lot more properties to accomplish the same in plain HTML as you can do
in CSS.

--
Göran Andersson
_____
http://www.guffa.com
Sep 28 '07 #2
100%
use Silverlight
"Vinnie" <ce**********@gmail.comwrote in message
news:11**********************@50g2000hsm.googlegro ups.com...
do you think that it's possible to build a nice web site in asp.net
2.0 C# without knowing anything about CSS?

Sep 28 '07 #3
Yes, there are a variety of options for adjusting the look and feel of an
ASP.NET application. CSS is just one option.

--
I hope this helps,
Steve C. Orr,
MCSD, MVP, CSM, ASPInsider
http://SteveOrr.net
"Vinnie" <ce**********@gmail.comwrote in message
news:11**********************@50g2000hsm.googlegro ups.com...
do you think that it's possible to build a nice web site in asp.net
2.0 C# without knowing anything about CSS?
Sep 28 '07 #4
On Sep 28, 7:11 pm, "Steve C. Orr [MCSD, MVP, CSM, ASP Insider]"
<St...@Orr.netwrote:
Yes, there are a variety of options for adjusting the look and feel of an
ASP.NET application. CSS is just one option.

--
I hope this helps,
Steve C. Orr,
MCSD, MVP, CSM, ASPInsiderhttp://SteveOrr.net
what options for example?
Sep 29 '07 #5
Master Pages, Themes, Skins, Custom Controls, etc.

--
I hope this helps,
Steve C. Orr,
MCSD, MVP, CSM, ASPInsider
http://SteveOrr.net
"Vinnie" <ce**********@gmail.comwrote in message
news:11**********************@n39g2000hsh.googlegr oups.com...
On Sep 28, 7:11 pm, "Steve C. Orr [MCSD, MVP, CSM, ASP Insider]"
<St...@Orr.netwrote:
>Yes, there are a variety of options for adjusting the look and feel of an
ASP.NET application. CSS is just one option.

--
I hope this helps,
Steve C. Orr,
MCSD, MVP, CSM, ASPInsiderhttp://SteveOrr.net

what options for example?

Sep 29 '07 #6
IMHO , Themes and Skins are a waste of time and fly in the face of css which
is an accepted and exceptionally usefull tool.

Master pages can be useful, but .NET does not allow you control over the ID
tag final naming if you are using them and controls, this makes life
complicated if you are trying to write css which conforms to accepted
standards where clustering of controls within a css class space is being
used..

For my money, unless you have to, stay away from skins make use of master
pages where it makes sense, and use css wherever possible.

..NET designer makes life hard on the CSS exponent because although you set
up a style sheet, as soon as you move something on the designer, you end up
with a bunch of element styles which overrride your css. So I have opted for
manual styling using css and leave the designer alone, this makes
development a longer cycle, but at least you have full control over the
layout through CSS and accessability is something which is easier to control
using style sheets with scalable measurements. Alternatively, what a lot of
designers do, is to forget all about the VS designer and retrocode the pages
with ASP.NET pagr directives manually etc. More troublesome, but at least
the control is with you not the VS designer.

if they really wanted to win a vote of confidence, then I would have
suggested that once a css is applied to a page, that repositioning the
elements was reflected int the style sheet declaration which last referenced
the element. That way you could have gotten the best of both worlds.

Thats my two cents anyway.

"Steve C. Orr [MCSD, MVP, CSM, ASP Insider]" <St***@Orr.netwrote in
message news:0C**********************************@microsof t.com...
Master Pages, Themes, Skins, Custom Controls, etc.

--
I hope this helps,
Steve C. Orr,
MCSD, MVP, CSM, ASPInsider
http://SteveOrr.net
"Vinnie" <ce**********@gmail.comwrote in message
news:11**********************@n39g2000hsh.googlegr oups.com...
>On Sep 28, 7:11 pm, "Steve C. Orr [MCSD, MVP, CSM, ASP Insider]"
<St...@Orr.netwrote:
>>Yes, there are a variety of options for adjusting the look and feel of
an
ASP.NET application. CSS is just one option.

--
I hope this helps,
Steve C. Orr,
MCSD, MVP, CSM, ASPInsiderhttp://SteveOrr.net

what options for example?


Sep 29 '07 #7

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

Similar topics

4
by: Julia Briggs | last post by:
I am struggling to create a PHP function that would take a specified image (JPG, GIF or PNG) from a link, and resize it down to a thumbnail so it will always fit in a 200x250 space. I am hoping...
36
by: rbt | last post by:
Say I have a list that has 3 letters in it: I want to print all the possible 4 digit combinations of those 3 letters: 4^3 = 64 aaaa
20
by: CHIN | last post by:
Hi all.. here s my problem ( maybe some of you saw me on other groups, but i cant find the solution !! ) I have to upload a file to an external site, so, i made a .vbs file , that logins to...
7
by: Andrzej | last post by:
Is it possible to call a function which name is given by a string? Let assume that I created a program which call some functions for example void f1(void), void f2(void), void f3(void). ...
2
by: Bhupesh Naik | last post by:
This is a query regarding my problem to make a spell and grammar check possible in text area of a web page. We have aspx pages which are used to construct letters. The browser based screens...
1
by: AAA | last post by:
hi, I'll explain fastly the program that i'm doing.. the computer asks me to enter the cardinal of a set X ( called "dimX" type integer)where X is a table of one dimension and then to fill it...
25
by: Piotr Nowak | last post by:
Hi, Say i have a server process which listens for some changes in database. When a change occurs i want to refresh my page in browser by notyfinig it. I do not want to refresh my page i.e....
4
by: RSH | last post by:
Okay my math skills aren't waht they used to be... With that being said what Im trying to do is create a matrix that given x number of columns, and y number of possible values i want to generate...
7
by: Robert S. | last post by:
Searching some time now for documents on this but still did not find anything about it: Is it possible to replace the entry screen of MS Office Access 2007 - that one presenting that default...
14
by: bjorklund.emil | last post by:
Hello pythonistas. I'm a newbie to pretty much both programming and Python. I have a task that involves writing a test script for every possible combination of preference settings for a software...
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: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
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
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...
0
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,...
0
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,...
0
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...

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.