CodeVerge.Net Beta


   Explore    Item Entry    Members      Register  Login  
NEWSGROUP
.NET
Algorithms-Data Structures
Asp.Net
C Plus Plus
CSharp
Database
HTML
Javascript
Linq
Other
Regular Expressions
VB.Net
XML

Free Download:




Zone: > NEWSGROUP > Asp.Net Forum > general_asp.net.master_pages_themes_and_navigation_controls Tags:
Item Type: NewsGroup Date Entered: 1/5/2008 9:24:13 PM Date Modified: Subscribers: 0 Subscribe Alert
Rate It:
(NR, 0)
XPoints: N/A Replies: 3 Views: 53 Favorited: 0 Favorite
Can Reply:  No Members Can Edit: No Online: Yes
4 Items, 1 Pages 1 |< << Go >> >|
asppick
Asp.Net User
Master Page - Rounded Corners1/5/2008 9:24:13 PM

0/0

Hi,

Anybody has any idea how to design a Master page with Rounded Corners??

Is there any website that show good master page samples? 

 
Thanks 

amisol
Asp.Net User
Re: Master Page - Rounded Corners1/6/2008 12:26:08 AM

0/0

 Try this: http://msdn2.microsoft.com/en-us/asp.net/aa336613.aspx


"Good Things Happen To Good People"
MorningZ
Asp.Net User
Re: Master Page - Rounded Corners1/6/2008 12:42:12 AM

0/0

asppick:

Hi,

Anybody has any idea how to design a Master page with Rounded Corners??

Is there any website that show good master page samples? 

 
Thanks 

 

I think you are making a MasterPage out to be way more complicated that it is (as many people who post in here do)......   as all it does is allow you to have common HTML in one file for use across multiple pages.....

so take for example this page which is an example of Rounded Corners using jQuery:
http://15daysofjquery.com/examples/rounded/demo.php

The HTML for that is this:

1    <html>
2    <head>
3    <title>Corners Demo</title>
4    <script src="jquery.js"></script>
5    <script src="corners.js"></script>
6    
7    <link href="style.css" rel="stylesheet" type="text/css" />
8    </head>
9    
10   <body>
11   <div class="roundbox">
12       
13     <h1>The CMS Your Clients Can't Screw Up</h1>
14   
15       
16     <p>Shame on me... I couldn't resist the chance to plug my <strong><a href="http://cmslaunch.com/" target="_blank">upcoming 
17       CMS</a></strong> while showing you Rounded Corners with Javascript.</p>
18     <p>The low down:</p>
19   <ul>
20     <li>Easy templating - no template tags or arcane esoteric junk</li>
21     <li>Templates work great with actual files you upload or database content... 
22       whatever works best for you</li>
23     <li>Any html layout you can dream up will work with the template process (Flash, 
24       tables, divs, xhtml, etc)</li>
25   
26     <li>A client admin section you can "dumb down" very easily</li>
27     <li>The easiest page creation and editing tool you have seen</li>
28     <li>Train a new client in under 5 mintues</li>
29       <li>Upload your own PHP code and it works like a custom plugin - you don't 
30         have to teach yourself my plugin architecture</li>
31   </ul>
32      <p><strong><a href="http://cmslaunch.com/" target="_blank">Click here to check it out</a></strong></p> 
33      </div>
34   
35   </body>
36   </html>
 

if you want to use that in an ASP.NET MasterPage, your ".master" page would simply be this:

1    <html>
2    <head>
3    <title>Corners Demo</title>
4    <script src="jquery.js"></script>
5    <script src="corners.js"></script>
6    
7    <link href="style.css" rel="stylesheet" type="text/css" />
8    </head>
9    
10   <body>
11   <div class="roundbox">
12       <asp:ContentPlaceHolder id="MainContent" runat="server" />
13   </div>
14   
15   </body>
16   </html>
 

and then any aspx page that uses that master page will have it's content slapped inside that rounded corner <div>, as during rendering, the master and the aspx files get merged together and sent to the client as one single entity

"If you make it idiot proof, they'll build a better idiot"
pbromberg
Asp.Net User
Re: Master Page - Rounded Corners1/6/2008 12:51:22 AM

0/0

There are literally hundreds of CSS / XHTML web site templates available, many for free. All you need to do is bring the HTML/ CSS  Into a Masterpage and insert your Content controls in the appropriate places and you are done.

If you look at the BlogMetaFinder link from my signature, that was done this way. I didn't use "rounded" but the technique is the same.


[C# MVP]
Unblog|WebSite|IttyUrl|BlogMetafinder
4 Items, 1 Pages 1 |< << Go >> >|


Free Download:

Books:
ASP.NET 2.0 Website Programming: Problem-design-solution Authors: Marco Bellinaso, Pages: 576, Published: 2006
Expert C# 2005 Business Objects Authors: Rockford Lhotka, Pages: 668, Published: 2006
Professional Community Server Themes Authors: Wyatt Preul, Benjamin Tiedt, Pages: 337, Published: 2007
Expert VB 2005 Business Objects Authors: Rockford Lhotka, Pages: 670, Published: 2006
Using PageMaker: Macintosh Version Authors: C. J. Weigand, Pages: 450, Published: 1990
InDesign Production Cookbook: 169 Easy-to-follow Recipes for Graphic Designers and Desktop Publishers Authors: Alistair Dabbs, Ken McMahon, Anne-Marie Concepcion, Keith Martin, Pages: 192, Published: 2005
Desktop Publishing Authors: International Association of Business Communicators, Pages: 0, Published: 1986
Using QuarkXPress 6 Authors: Suzanne Sayegh Thomas, Pages: 480, Published: 2004

Web:
Rounded Corners Without Images :: Fire and Knowledge use in master page square to rounded corner through css. body { background-color : #FFF; margin: 0px; padding: 0px; font-size: 16px; font-family: Georgia; ...
MOSS Navigation: Rounded Corners - Kyle's SharePoint Karate Sep 12, 2007 ... This makes it somewhat difficult to create round corners within ... Here's a basic top-level navigation menu snippet out of the master page: ...
AJAX issue - every page makes an extra postback to render the ... I have AJAX components on my masterpage. The entire page is a panel, attached to a rounded corners extender (since I wanted a centered 1024 ...
novolocus.com » Rounded Corners are cool in SharePoint, apparently Oct 9, 2008 ... Things to note there - Rounded corners on the tabs in the top nav, ... top navigation (by editting the asp:menu control on the master page) ...
Blue Anvil Journal » Blog Archive » Anti-aliased Rounded corners ... Rounded Corners Recently I’ve been searching for a method of creating nice .... my corners has been curved , but steel I can not use it in my master page . ...
Photoshop: Automating Rounded Corners - Mac Forums Set up a master page large enough to contain the largest picture with your standard box with rounded corners centred within symmetrical ...
Getting rounded corners for tables to work inside table tags : css ... The site would have 4 tables on every page that would have rounded corners. I might encompass the 4 tables above in a master table, but I will leave that ...
Magnus Hansson Blog: ASP.NET, MOSS Web Parts with rounded corners ... NET, MOSS Web Parts with rounded corners. Some of you that has worked with ASP. NET, specially with MOSS 2007 ... Create your own master page for MOSS part 1 ...
Branding SharePoint - Part 3: Changing the look and feel of ... But how can I put this in the masterpage if it's rendered or made by SP? Trouble is that I really want to use the rounded corners but can't get it to work ...
TheMSsForum.com >> Publisher >> rounded corners - The Microsoft ... Can I move these master pages layouts or set them as a default so I can use them in other files? Or do you know a good way to do this? Tag: rounded corners ...

Videos:
Lage Raho Munna Bhai [ hindi film ] In this sequel to the highly successful and much appreciated Munnabhai MBBS , the affable goon Murli Prasad Sharma aka Munna (Sanjay Dutt) and his tr...
WCN # 151 - World Chess News - ( Mitt i Schack ) This episode contains: * Raymond Keene writes about Kasparov's and Kramnik's opinions about Putin's Russia * Deep Junior won the match against Deep ...
www.moldytoaster.com ection. The fact is, that had he penetrated a little further in the Cul-de-Sac Genrot, he would probably have done so and have been lost. Javert expl...
WCN # 182 - World Chess News - ( Mitt i Schack ) This episode contains of: * A chocked world sorrows Fischer - news papers and www.perezhilton.com writes about Fischer * Corus Chess Tournament is n...
Dan Brown - Martin Luther - Da Vinci code - protestant discovery? The Roman Catholic Church was involved in a much greater hoax - one that deals with the very foundations of history itself. For excerpt, TOC, 'Search...
WCN # 188 - World Chess News - ( Mitt i Schack ) This episode contains of: * Terminator: Queen's gambit * Cooperation between Iran and Alger * Stockholm is opposing chess clubs * Chesshistory: Ches...
Luke Hadley (DVLH wrestling DVD) HHH WWE ECW CZW TNA http://www.lukehadley.com DVLH Luke Hadley. A stunt is an unusual and difficult physical feat, or any act requiring a special skill, performed for ar...
Luke Hadley DVLH wrestling video DVD HHH WWE ECW CZW TNA Cena http://www.lukehadley.com DVLH Luke Hadley. A stunt is an unusual and difficult physical feat, or any act requiring a special skill, performed for ar...
www.moldytoaster.com PUNCH, OR THE LONDON CHARIVARI [Illustration] VOLUME THE FIRST. * * * * * [Illustration: INTRODUCTION.] [I...
www.moldytoaster.com and never was more than the outline of a quarter, had nearly the monkish aspect of a Spanish town. The roads were not much paved; the streets were n...




Search This Site:










using multiple databases?

how do you edit area above toppane?

protecting directory

how to check if user has edit-permissions on tab

client side treeview with xml databinding using xmlhttp

composite control design-time properties

how to use an existing datasource as using createuserwizard component

attaching ssl certificate to few of the webforms

themes / skins

removing a submenu item from a menu control in code-behind?

dnn 3.1.1 configuration problem

url editor

treeview bind with xmldatasource

could not find file dotnetnuke_template.mdf

url modification

ttt forum question

conversion pb to c#

trying to set up the createuserwizard to work - just lost

ais store -scaleability,relayability and over performance

free video tutorial: how to install dnn3.2 to a hosting provider

international characters not displaying correctly in email confirmation messages

user control events

commerce starter kit installation problem

ie6 and menu top level width

quick question

logging my user in from my module code... custom registration page

problem using the starterkit to roll out dnn 4.01

3.12

setting profile properties for others.

daab question

 
All Times Are GMT