p2p.wrox.com Forums

Need to download code?

View our list of code downloads.


Register | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read
BOOK: ASP.NET 2.0 Website Programming Problem Design Solution ISBN: 978-0-7645-8464-0
This is the forum to discuss the Wrox book ASP.NET 2.0 Website Programming: Problem - Design - Solution by Marco Bellinaso; ISBN: 9780764584640

Welcome to the p2p.wrox.com Forums.

You are currently viewing the BOOK: ASP.NET 2.0 Website Programming Problem Design Solution ISBN: 978-0-7645-8464-0 section of the Wrox p2p Programmer to Programmer discussion community. This is a community of more than 40,000 computer programmers including Wrox book authors and readers. As a guest, you can read any forum posting. By joining our free Wrox p2p community you can post your own programming questions and respond to other programmers’ questions. Registered users also don't have to see the ads that are displayed to guests. Registration is fast, simple and absolutely free so please, join today!
Join today and post to win prizes! Post more to increase your chances of being Wrox’s top poster of the month.

Reply
 
Thread Tools Search this Thread Display Modes
  #11 (permalink)  
Old June 4th, 2008, 06:27 AM
Friend of Wrox
Points: 1,830, Level: 17
Points: 1,830, Level: 17 Points: 1,830, Level: 17 Points: 1,830, Level: 17
Activity: 0%
Activity: 0% Activity: 0% Activity: 0%
 
Join Date: Mar 2007
Location: Creetown, UK
Posts: 488
Thanks: 2
Thanked 10 Times in 9 Posts
Default

i'm also kinda liking the idea on NxBRE (RuleML in a c# format) as a 1sr step twds taking the domain object rules out of the code and saving as XML (with a hgraphical user interface for the business user). i think this has great milage if properly implemented and kept very simple (i.e the user interface for this would have to be akin to using word/excel/visio etc, but even simpler!!)

anyway, here's a little background on that:

http://www.computerboek.nl/pdf/9780596527549.pdf

plus the actual sourceforege link to the project:

http://nxbre.wiki.sourceforge.net/

jimi

http://www.originaltalent.com
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Reddit!
Reply With Quote
  #12 (permalink)  
Old August 1st, 2008, 08:46 AM
Friend of Wrox
Points: 1,830, Level: 17
Points: 1,830, Level: 17 Points: 1,830, Level: 17 Points: 1,830, Level: 17
Activity: 0%
Activity: 0% Activity: 0% Activity: 0%
 
Join Date: Mar 2007
Location: Creetown, UK
Posts: 488
Thanks: 2
Thanked 10 Times in 9 Posts
Default

i found a nice site for a good standards compliant css template. it's pretty extensible insofaras it gives options to create the site layout in a multitude of formats. i'm going to be adapting a few of them for my own site in the coming weeks but you can get an idea of what you can expect by taking a sneak peak at the 'demo' page. the site includes a link for the full download of the 'kit' as well.

have fun:

http://www.1234.info/webtemplates/multiflex5/demo/

jimi

http://www.originaltalent.com
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Reddit!
Reply With Quote
  #13 (permalink)  
Old August 18th, 2008, 02:53 PM
Friend of Wrox
Points: 1,830, Level: 17
Points: 1,830, Level: 17 Points: 1,830, Level: 17 Points: 1,830, Level: 17
Activity: 0%
Activity: 0% Activity: 0% Activity: 0%
 
Join Date: Mar 2007
Location: Creetown, UK
Posts: 488
Thanks: 2
Thanked 10 Times in 9 Posts
Default

a little genral tip that i have overlooked sharing for ages and thought it time that i added it. this 'tip' allows the editor in vs to show faint 'tramlines' at various indentation levels to allow for easy 'eyeballing' of related code structures etc...

basically, you need to copy the code below and save it to a file called (for example) vs tramlines.reg

here's the code:

Windows Registry Editor Version 5.00

[HKEY_CURRENT_USER\Software\Microsoft\VisualStudio\ 9.0\Text Editor]
"Guides"="RGB(240, 240, 216) 4, 8, 12, 16"


the code can be expanded to as many or few 'tramlines' as you please by adding/removing the digits after the RGB expression as can the indentation 'level' (for example, 3,6,9 would result in 3 tramlines with a 3 space separation etc).

hope this is clear(ish)...

[edit] forgot to add, you'll need to close and reopen vs to see the effect of th4e change...

jimi

http://www.originaltalent.com
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Reddit!
Reply With Quote
  #14 (permalink)  
Old December 16th, 2008, 04:51 PM
Friend of Wrox
Points: 1,830, Level: 17
Points: 1,830, Level: 17 Points: 1,830, Level: 17 Points: 1,830, Level: 17
Activity: 0%
Activity: 0% Activity: 0% Activity: 0%
 
Join Date: Mar 2007
Location: Creetown, UK
Posts: 488
Thanks: 2
Thanked 10 Times in 9 Posts
Default

Another quick tip prompted by a request from a user who had issues where the deployed web app had a blank welcome screen and the webparts were missing.

The resolution to this issue is discussed here:

http://p2p.wrox.com/book-asp-net-2-0...ing-sql05.html
__________________
jimi

http://www.originaltalent.com
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Reddit!
Reply With Quote
Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are Off
Pingbacks are On
Refbacks are Off
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Wrox.com C# articles jminatel C# 2005 0 March 23rd, 2007 09:43 PM
Recent articles not showing on articles page kherrerab BOOK: ASP.NET 2.0 Website Programming Problem Design Solution ISBN: 978-0-7645-8464-0 0 December 16th, 2006 10:06 AM
Help with search relevance raybanuk SQL Server ASP 0 September 9th, 2006 04:38 AM
Categorical Articles Beebs BOOK: Beginning PHP5, Apache, and MySQL Web Development ISBN: 978-0-7645-7966-0 9 May 31st, 2006 11:48 PM
keep the format of articles iaarm88 ASP Forms 1 March 14th, 2005 05:40 AM



All times are GMT -4. The time now is 06:34 AM.


Powered by vBulletin® Version 3.6.8
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
© 2008 Wiley Publishing, Inc