473,396 Members | 1,743 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,396 software developers and data experts.

ASP.NET 2.0 Website -- Now What?

OK --

I've basically completed my development of my ASP.NET 2.0 website.
Unfortunately, it looks like crap.

What is the best way for me to add some professionalism to my page? Just
having a form and some buttons and a hyperlink looks too much like a rookie.
I need graphics and a nice layout!

HELP

Feb 24 '06 #1
7 1484
Created a master page? Headers, footers? Style sheet? Bread-crumb trail (easy
in .net)? Menu or tree-based navigation?

They are an easy start before you delve into graphics and design - unfortunately
that's what web-designers are payed for.

Kev
OK --

I've basically completed my development of my ASP.NET 2.0 website.
Unfortunately, it looks like crap.

What is the best way for me to add some professionalism to my page?
Just having a form and some buttons and a hyperlink looks too much
like a rookie. I need graphics and a nice layout!

HELP

Feb 24 '06 #2
re:
I need ... a nice layout!
Although the design facilities aren't overwhelming, going into design mode,
making sure that "snap to grid" is selected and adding graphics is quite easy.

When you use "snap to grid" in design mode, you get "good-enough" placement precision.

Check the "CSS Positioning" options for the HTML Designer ( Tools, Options ).
I set both the vertical and horizontal snap to 2 pixels. That's good enough for me.

A judicious use of tables ( placing user controls in them )
will help you achieve quite acceptable results.

re: I need graphics!
You'll have to create those yourself.

You can pinpoint place them, though, and have text flow to the left,
to the right or to both sides of your graphics.


Juan T. Llibre, asp.net MVP
aspnetfaq.com : http://www.aspnetfaq.com/
asp.net faq : http://asp.net.do/faq/
foros de asp.net, en español : http://asp.net.do/foros/
===================================
"dm1608" <dm****@spam.net> wrote in message news:eJ**************@TK2MSFTNGP09.phx.gbl... OK --

I've basically completed my development of my ASP.NET 2.0 website. Unfortunately, it looks like
crap.

What is the best way for me to add some professionalism to my page? Just having a form and some
buttons and a hyperlink looks too much like a rookie. I need graphics and a nice layout!

HELP

Feb 24 '06 #3
For a few bucks you can purchase a professional design at places like this:

http://www.projectseven.com/products...s/pmm/jazz.htm
"dm1608" <dm****@spam.net> wrote in message
news:eJ**************@TK2MSFTNGP09.phx.gbl...
OK --

I've basically completed my development of my ASP.NET 2.0 website.
Unfortunately, it looks like crap.

What is the best way for me to add some professionalism to my page? Just
having a form and some buttons and a hyperlink looks too much like a
rookie. I need graphics and a nice layout!

HELP

Feb 25 '06 #4
I think my biggest issue with VS 2005 is just not seeing enough real world
examples of using master pages. I've used DW and Fireworks to design my own
site. I'm not an expert, but I can design a decent looking site. How to
implement a site in VS 2005 doesn't seem as intuitive as using some of the
other web designer tools with WYSIWYG.

All the examples I and demos I've seen creating master pages and themes has
been rather basic using just aa header, sidebar, content area, and footer.
Nothing very fancy and certainly no graphics other than a logo or something.


"Ken Cox - Microsoft MVP" <BA**********@hotmail.com> wrote in message
news:uc**************@TK2MSFTNGP15.phx.gbl...
For a few bucks you can purchase a professional design at places like
this:

http://www.projectseven.com/products...s/pmm/jazz.htm
"dm1608" <dm****@spam.net> wrote in message
news:eJ**************@TK2MSFTNGP09.phx.gbl...
OK --

I've basically completed my development of my ASP.NET 2.0 website.
Unfortunately, it looks like crap.

What is the best way for me to add some professionalism to my page? Just
having a form and some buttons and a hyperlink looks too much like a
rookie. I need graphics and a nice layout!

HELP


Feb 27 '06 #5
In article <u5**************@TK2MSFTNGP14.phx.gbl>, dm1608
<dm****@spam.net> writes
I think my biggest issue with VS 2005 is just not seeing enough real world
examples of using master pages. I've used DW and Fireworks to design my own
site. I'm not an expert, but I can design a decent looking site. How to
implement a site in VS 2005 doesn't seem as intuitive as using some of the
other web designer tools with WYSIWYG.
That's because VS isn't a graphical design tool, it's a development IDE.
Anything to do with graphical design is really outside the scope of VS.

I design the look and feel of a page elsewhere, then copy the HTML, CSS,
etc info VS when I build the .aspx, .master, etc.
All the examples I and demos I've seen creating master pages and themes has
been rather basic using just aa header, sidebar, content area, and footer.
Nothing very fancy and certainly no graphics other than a logo or something.
That's because they are concentrating on explaining the technology
without getting distracted by side issues. If they loaded up the
examples with eye candy, then it would make the examples much harder to
follow.

Probably also because the geeks who wrote the examples don't know how to
design nice looking pages!!
"Ken Cox - Microsoft MVP" <BA**********@hotmail.com> wrote in message
news:uc**************@TK2MSFTNGP15.phx.gbl...
For a few bucks you can purchase a professional design at places like
this:

http://www.projectseven.com/products...s/pmm/jazz.htm
"dm1608" <dm****@spam.net> wrote in message
news:eJ**************@TK2MSFTNGP09.phx.gbl...
OK --

I've basically completed my development of my ASP.NET 2.0 website.
Unfortunately, it looks like crap.

What is the best way for me to add some professionalism to my page? Just
having a form and some buttons and a hyperlink looks too much like a
rookie. I need graphics and a nice layout!

HELP




--
Alan Silver
(anything added below this line is nothing to do with me)
Mar 1 '06 #6
I guess that's the point. There just aren't any good examples or even
tutorials on how to create a really nice, real world, web page design using
VS.2005. I suppose in time there will be...

Look at Dreamweaver and you'll find a plethora of step by step tutorials on
using Fireworks and Dreamweaver to design and create a master peace of a
site.

"Alan Silver" <al*********@nospam.thanx.invalid> wrote in message
news:vZ**************@nospamthankyou.spam...
In article <u5**************@TK2MSFTNGP14.phx.gbl>, dm1608
<dm****@spam.net> writes
I think my biggest issue with VS 2005 is just not seeing enough real world
examples of using master pages. I've used DW and Fireworks to design my
own
site. I'm not an expert, but I can design a decent looking site. How to
implement a site in VS 2005 doesn't seem as intuitive as using some of the
other web designer tools with WYSIWYG.


That's because VS isn't a graphical design tool, it's a development IDE.
Anything to do with graphical design is really outside the scope of VS.

I design the look and feel of a page elsewhere, then copy the HTML, CSS,
etc info VS when I build the .aspx, .master, etc.
All the examples I and demos I've seen creating master pages and themes
has
been rather basic using just aa header, sidebar, content area, and footer.
Nothing very fancy and certainly no graphics other than a logo or
something.


That's because they are concentrating on explaining the technology without
getting distracted by side issues. If they loaded up the examples with eye
candy, then it would make the examples much harder to follow.

Probably also because the geeks who wrote the examples don't know how to
design nice looking pages!!
"Ken Cox - Microsoft MVP" <BA**********@hotmail.com> wrote in message
news:uc**************@TK2MSFTNGP15.phx.gbl...
For a few bucks you can purchase a professional design at places like
this:

http://www.projectseven.com/products...s/pmm/jazz.htm
"dm1608" <dm****@spam.net> wrote in message
news:eJ**************@TK2MSFTNGP09.phx.gbl...
OK --

I've basically completed my development of my ASP.NET 2.0 website.
Unfortunately, it looks like crap.

What is the best way for me to add some professionalism to my page?
Just
having a form and some buttons and a hyperlink looks too much like a
rookie. I need graphics and a nice layout!

HELP




--
Alan Silver
(anything added below this line is nothing to do with me)

Mar 1 '06 #7
In article <uj**************@tk2msftngp13.phx.gbl>, dm1608
<dm****@spam.net> writes
I guess that's the point. There just aren't any good examples or even
tutorials on how to create a really nice, real world, web page design using
VS.2005. I suppose in time there will be...
No, because VS isn't a design tool, it's a development environment for
coding dynamic web sites. It has basic design capabilities, as these are
needed to avoid having to switch out of VS for every little thing, but
it's primary function is *not* as a graphical design environment.
Look at Dreamweaver and you'll find a plethora of step by step tutorials on
using Fireworks and Dreamweaver to design and create a master peace of a
site.
That's because they are graphical design tools. You are comparing two
completely different, although complementary, types of tool.

VS is not DW and DW is not VS. Don't expect either to do the job of the
other, or you'll end up frustrated. Use the right tool for the right
job, and recognise what does what.
"Alan Silver" <al*********@nospam.thanx.invalid> wrote in message
news:vZ**************@nospamthankyou.spam...
In article <u5**************@TK2MSFTNGP14.phx.gbl>, dm1608
<dm****@spam.net> writes
I think my biggest issue with VS 2005 is just not seeing enough real world
examples of using master pages. I've used DW and Fireworks to design my
own
site. I'm not an expert, but I can design a decent looking site. How to
implement a site in VS 2005 doesn't seem as intuitive as using some of the
other web designer tools with WYSIWYG.


That's because VS isn't a graphical design tool, it's a development IDE.
Anything to do with graphical design is really outside the scope of VS.

I design the look and feel of a page elsewhere, then copy the HTML, CSS,
etc info VS when I build the .aspx, .master, etc.
All the examples I and demos I've seen creating master pages and themes
has
been rather basic using just aa header, sidebar, content area, and footer.
Nothing very fancy and certainly no graphics other than a logo or
something.


That's because they are concentrating on explaining the technology without
getting distracted by side issues. If they loaded up the examples with eye
candy, then it would make the examples much harder to follow.

Probably also because the geeks who wrote the examples don't know how to
design nice looking pages!!
"Ken Cox - Microsoft MVP" <BA**********@hotmail.com> wrote in message
news:uc**************@TK2MSFTNGP15.phx.gbl...
For a few bucks you can purchase a professional design at places like
this:

http://www.projectseven.com/products...s/pmm/jazz.htm
"dm1608" <dm****@spam.net> wrote in message
news:eJ**************@TK2MSFTNGP09.phx.gbl...
> OK --
>
> I've basically completed my development of my ASP.NET 2.0 website.
> Unfortunately, it looks like crap.
>
> What is the best way for me to add some professionalism to my page?
> Just
> having a form and some buttons and a hyperlink looks too much like a
> rookie. I need graphics and a nice layout!
>
> HELP
>
>
>


--
Alan Silver
(anything added below this line is nothing to do with me)



--
Alan Silver
(anything added below this line is nothing to do with me)
Mar 1 '06 #8

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

Similar topics

0
by: ohaya | last post by:
Hi, I've been researching this, and I'm not sure if what I'm trying to do is possible, but I thought that I'd ask: I have two webservers/websites. The first webserver/website is running...
17
by: stubbsie | last post by:
Hi, I have redesigned our official public government website in .net and it has taken me a few months to redo. I have been the sole designer of the website from its humble beginnning a few years...
1
by: chaz | last post by:
Hi - What's the difference between a website, a project, and a solution when it comes to pure ASP.NET programming? I have a "solution." I can migrate this to my production web server just by...
5
by: Tyler | last post by:
I am developing an application which will allow me to automatically sign into an external website. I can currently do a screen scrape using HTTPWEBREQUEST. However I want to just redirect to the...
2
by: crferguson | last post by:
I'm having a really odd issue. Recently my company has upgraded our data server. For a couple of months I'm having to host two versions of the same website on our webserver until the new data...
19
by: cpnet | last post by:
I'm using VS2005, C#, ASP.NET 2.0. I'm trying to create a report using SQL Reporting Services (to be used in local mode so I don't have to deal with SQL Server). When I create a new report in my...
17
by: =?Utf-8?B?Y2F0aGFyaW51cyB2YW4gZGVyIHdlcmY=?= | last post by:
Hello, I have build a website with approximately 30 html-pages. When I search this website in Google, I see the index.html or home.html on this website, but also other html-pages on this...
7
by: Atul | last post by:
Hi Theres a website that books hotels . user enters the information and according to that results are displayed to the user.Let it be website A. Now I want to create a new project with...
5
by: daveh551 | last post by:
What, from a high level point of view, is the difference (in Visual Studio 2005) between Website (accessed with Open Website or Create Website from the StartPage) that is an ASP.NET Website, and a...
2
by: Wayne Smith | last post by:
Applies to: Visual Studio 2008 Professional Hi everyone, I'm in the middle of creating a website with VS2008 and I'm trying to integrate a user registration/login section on the website but I've...
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...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
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
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
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...
0
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...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...

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.