RSS Forums RSS
Please support our ASP.NET advertiser: Lunarpages ASP Web Hosting
Views: 1790 | Replies: 8
Reply
Join Date: Apr 2006
Posts: 87
Reputation: blacklocist is an unknown quantity at this point 
Rep Power: 3
Solved Threads: 2
blacklocist blacklocist is offline Offline
Junior Poster in Training

Making ASP.Net pages better looking

  #1  
Mar 20th, 2007
Hi all,
I have been writing several ASP.Net projects and they all turn out fine and run dandy. When I look at them it still seems like something is missing. It has no appeal at all, looks like I just wanted to do the web controls and jump right into the coding (which is true). Is there and tuts to make the web pages more eye candy and professional looking without having to buy a add on?

Thx
AddThis Social Bookmark Button
Reply With Quote  
Join Date: Jan 2005
Posts: 33
Reputation: percent20 is an unknown quantity at this point 
Rep Power: 4
Solved Threads: 0
percent20 percent20 is offline Offline
Light Poster

Re: Making ASP.Net pages better looking

  #2  
Mar 22nd, 2007
Basically what you are going to have to do is one of several things or a combo of both.

1) make some graphics on your own and implment using CSS or tables
2) Buy some templates and implement your controls into the templates
3) Find free templates and implement your controls

I suggest a mix between 1 and 3 That is pretty much how you are going to get nice looking sites visually.
Reply With Quote  
Join Date: Jan 2006
Location: Its the internet... i am everywhere lol
Posts: 274
Reputation: f1 fan is an unknown quantity at this point 
Rep Power: 3
Solved Threads: 11
f1 fan f1 fan is offline Offline
Posting Whiz in Training

Re: Making ASP.Net pages better looking

  #3  
Mar 23rd, 2007
css css and more css!
your asp.net web sites should be split into 4 areas - the aspx page with just html (just what needs to be in the browser), the aspx.vb or cs code behind file with all the server processing, a folder full of css files (for presntation) and a folder full of script files (for javascript) if you use them.
Dont mix function with form (i.e dont put layout, colors and looks in the aspx/html page). This not only makes it easier to read and manage when you are developing but also easy to change things later.
As long as you organize everything correctly (personally i use divs) then you can place it where you like. And you can do some crazy things. Have a look at the home page on a site i built recently for a customer http://www.inspirationsbuyer.com which is all done using divs and css (with the odd javascript thrown in). Hardly anything is in a horizontal direction and took very little time to create.
CSS is VERY powerful when you know all the things you have to your advantage.
Also have a look at AJAX as this is a powerful tool and is free (the microsoft version is) and make sure you get the AJAX extensions and control toolkit ctp's. We are now building websites with the same rich ui as windows forms because of the power ajax gives us.
Both of these require time to learn and plenty of practice but will make site development much faster and easier to maintain and you will soon build your own library of tools.
Reply With Quote  
Join Date: Apr 2006
Posts: 87
Reputation: blacklocist is an unknown quantity at this point 
Rep Power: 3
Solved Threads: 2
blacklocist blacklocist is offline Offline
Junior Poster in Training

Re: Making ASP.Net pages better looking

  #4  
Mar 23rd, 2007
Wow thank you both. Ajax was something I already read and heard about but thought it was something that I have to purchase.

Also the website looks wild and nothing like a standard asp page.

Thank you both for putting me in the right direction.
Reply With Quote  
Join Date: Jan 2006
Location: Its the internet... i am everywhere lol
Posts: 274
Reputation: f1 fan is an unknown quantity at this point 
Rep Power: 3
Solved Threads: 11
f1 fan f1 fan is offline Offline
Posting Whiz in Training

Re: Making ASP.Net pages better looking

  #5  
Mar 23rd, 2007
If you want to see some of the AJAX power then go the http://www.cloisonneheirlooms.com and look at the homepage there. It is a new wholesale site i am building for a customer and only the front page is ready.
The animation is done with about 5 lines of ajax.net code and the whole thing is done with divs and css with the odd script thrown in.
Reply With Quote  
Join Date: Apr 2006
Posts: 87
Reputation: blacklocist is an unknown quantity at this point 
Rep Power: 3
Solved Threads: 2
blacklocist blacklocist is offline Offline
Junior Poster in Training

Re: Making ASP.Net pages better looking

  #6  
Mar 25th, 2007
It so seems that AJAX goes far and beyond to stuff that you normally don't see for a normal webpage. I also found I guess the codename for AJAX and ASP.Net is Atlas. I was the book store the yesterday and saw a book in the programming section called Begining Atlas. I thought it was something about using Map Point in asp or something like that. Only if I woul of picked the book up..?..?..? Thanks
Reply With Quote  
Join Date: Jan 2006
Location: Its the internet... i am everywhere lol
Posts: 274
Reputation: f1 fan is an unknown quantity at this point 
Rep Power: 3
Solved Threads: 11
f1 fan f1 fan is offline Offline
Posting Whiz in Training

Re: Making ASP.Net pages better looking

  #7  
Mar 26th, 2007
Atlas was microsofts name for Ajax.net when it was in beta. At the last minute (RTM 1.0 is out now) they changed it to ajax.net
There is a great sample website with ajax.net control toolkit with a webpage for all the controls and source code for each page plus documentation in the webpages for each tool
Reply With Quote  
Join Date: Mar 2007
Posts: 5
Reputation: Windows3.11 is an unknown quantity at this point 
Rep Power: 0
Solved Threads: 0
Windows3.11 Windows3.11 is offline Offline
Newbie Poster

Re: Making ASP.Net pages better looking

  #8  
Mar 27th, 2007
... or you could try Microsoft's Visual Web Developer 2005. It is free!
Reply With Quote  
Join Date: Apr 2005
Location: Dundee, Scotland
Posts: 13,058
Reputation: jbennet is just really nice jbennet is just really nice jbennet is just really nice jbennet is just really nice 
Rep Power: 33
Solved Threads: 310
Moderator
Featured Poster
jbennet's Avatar
jbennet jbennet is online now Online
Moderator

Re: Making ASP.Net pages better looking

  #9  
Mar 27th, 2007
yeah, download Visual Web Developer and SQL Express as well as the Personal Site Starter Kit.
TRY MY SUGGESTIONS AT YOUR OWN RISK

Master of puppets Im pulling your strings, blinded by me, you cant see a thing. Master! Master!
Reply With Quote  
Reply

Only community members can participate in forum threads. You must register or log in to contribute.

Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)

 

Thread Tools Display Modes
Forums | Blogs | Tutorials | Code Snippets | Whitepapers | RSS Feeds | Advertising
All times are GMT -4. The time now is 4:58 pm.
Newsletter Archive - Sitemap - Privacy Statement - Contact Us
Forum system based on vBulletin Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
©2003 - 2008 DaniWeb® LLC