 |
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 Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
|
|
|
|
|

November 20th, 2007, 10:54 AM
|
|
Friend of Wrox
|
|
Join Date: Sep 2003
Posts: 143
Thanks: 0
Thanked 1 Time in 1 Post
|
|
Ooh, my approach was different. I created seperate procedures for the categories as well. That would have cost a few more roundtrips.
Your approach seems indeed the better one, as just one servercall is needed.
Cheers!
Peter
http://entropia-online.blogspot.com/
|
|

November 20th, 2007, 07:56 PM
|
|
Friend of Wrox
|
|
Join Date: Mar 2006
Posts: 310
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
In fact, this idea was given by Jimi in one post from the past.
I simply extended it for n-level forums...
I'm glad this could help your journey!
|
|

November 29th, 2007, 06:20 PM
|
|
Authorized User
|
|
Join Date: Aug 2007
Posts: 23
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
Did any1 realized the subscribe to forum & subscribe to topic functions?
|
|

December 1st, 2007, 08:12 AM
|
|
Friend of Wrox
|
|
Join Date: Mar 2006
Posts: 310
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
yes, i thought about that, it's very easy to implement...
Every time that a new thread is open*, the system will check if there are
subscribed emails address in the current forum... If they exist, then send the emails in the background!
But I'm not thinking about implement this because I'll need an extra and faithful email box and i don't have it at this moment...
But the principal reason is because I want the users came to my forum in order to see if there are new messages ;)
edit:
* - everytime that a new thread/reply is written
|
|

December 6th, 2007, 06:26 PM
|
|
Authorized User
|
|
Join Date: Aug 2007
Posts: 23
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
And what abot private messages?
I have a beta version now working for the whole site, not only for the forum... You can see it here http://www.terminal2.ru/ Login with grom/12345 and You will see three icons in loginstatus panel at the top. One of them is the link to private messages. The available features are: the new messages reminder (as popUp window) at the login; new message; reply message; delete message; view conversation history; the blinking icon in the login status panel; new/red status; date/user/status sorting; refreshing the number of new/red items in the inbox & outbox after I wrote a new or read a new message (closing the popUp). Also I'm going to have the paging settings for the inbox & outbox messages gridview and the e-mail user notification of the PM arrival.
|
|

December 7th, 2007, 05:02 AM
|
|
Friend of Wrox
|
|
Join Date: Mar 2006
Posts: 310
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
Very nice!
I don't understand your site language :( I don't speak russian!!
But I made my login! :)
I like your design, but you should clear the popup's...
The user should see the private message in the current in the same window!
Many people(like me) has the "popup blocked" in their internet settings!
Other thing:
Did you try to open in your site in firefox browser?
Your design only work for IE.
In Firefox the css wasn't well formatted and i saw some errors!
Max
|
|

December 7th, 2007, 05:29 AM
|
|
Authorized User
|
|
Join Date: Aug 2007
Posts: 23
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
Yes it is known issue! The css for the Firefox & Opera is subject to explore ... :-)
PopUps are annoing, that' true! But I need to remake a lot of code to make it on Java... So I leave it as it is now... But may be I'll fix it later.
|
|

December 7th, 2007, 01:03 PM
|
|
Friend of Wrox
|
|
Join Date: Mar 2006
Posts: 310
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
Why do you need java? Just make another page. You don't need java for that!
>> Yes it is known issue! The css for the Firefox & Opera is subject to explore ... :-)
This is wrong. No other browser than firefox runs CSS well written!
The problem is IE and all of the bugs ;)
It's always a better idea to configure first for firefox and only at the end rectify the bugs that IE have.
If you leave it to the end you never will have your site configurated for firefox! Remember, more than 60-70% of the people uses firefox!
|
|

December 7th, 2007, 01:10 PM
|
|
Authorized User
|
|
Join Date: Aug 2007
Posts: 23
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
I have fixed the CSS bugs for the Firefox... It's ok now. Also I finished the paging for the PM gridView.
|
|

March 18th, 2008, 09:10 PM
|
|
Authorized User
|
|
Join Date: Dec 2007
Posts: 17
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
Howdy y'all!
Maxxim, I was wondering if you'd be willing to post your forum code up for us to take a look at it. I'm just getting to the Forum section in the book, and I'd like to look at it as I go along (I'm using VB.NET as well).
As it is, I'd like to hear some updates from you all; it seems this thread kind of dropped off for a few months! You guys are doing amazing things and I can only hope that someday my skills will be close to what you all can do.
|
Similar Threads
|
| Thread |
Thread Starter |
Forum |
Replies |
Last Post |
| AJAX Extensions |
ilegend |
.NET Framework 3.5 |
1 |
September 19th, 2008 03:32 AM |
| Some Extensions |
plb |
BOOK: ASP.NET 2.0 Website Programming Problem Design Solution ISBN: 978-0-7645-8464-0 |
2 |
July 29th, 2008 11:57 AM |
| PHP Extensions |
Dnigma |
Pro PHP |
0 |
June 22nd, 2006 12:41 AM |
| File Extensions |
nbnelson |
C# |
2 |
August 25th, 2003 12:09 PM |
| converting Forum.aspx to Forum.ascx (help) |
drfunkie |
BOOK: ASP.NET Website Programming Problem-Design-Solution |
1 |
July 11th, 2003 12:27 PM |
|
 |