Jeff and .NET

The .NET musings of Jeff Putz

Sponsors

News

My Sites

Archives

POP Forums getting sexy

I'm really starting to get excited about POP Forums v8 now. It's finally starting to feel like something I could actually use in production. And the part that gets me most excited is that my goal of making it "hackable" is really coming together, with features that other ASP.NET forums don't have. It truly will be a forum for developers that want to work with look and feel on their own terms.

It's also fun to solve new problems. There are little things I've always wanted to implement that you'll find in the various PHP forums out there, but never really got around to it. That stuff is coming together quickly.

And just a side note, I'm really impressed with the generic List<T> collection. I did some performance tests just adding and iterating and it beats the pants off of ArrayList. I realize that's what is supposed to happen, but the tweak monkey in me had to see for myself!
Posted: Aug 23 2005, 01:00 AM by Jeff | with 6 comment(s)
Filed under: ,

Comments

Steve said:

Not to play the "i'm complaining about something that's totally free" person, but is this version 8 going to have any improvements to the Post Entry system? In the current version its a flat out chore to make a post in the forums at uberasp.net (really messes with trying to post code, fonts and colors get out of whack too easy, stuff like that)
# August 23, 2005 5:25 PM

Jeff said:

Define "chore."
# August 23, 2005 5:30 PM

Steve said:

My definition:
- Not very easy to use

Some things i've noticed

- Copying and pasting actual code into the entry box doesn't result in a very usefull reply. For instance, i was posting about a question on one of your aritcles and it took me three tries and at least 5 edits just to show the code i was trying in a well spaced/well-indented manor so that people could follow it easier (it doesn't like "<" at all, for example: http://www.uberasp.net/forum.aspx?mode=thread&TopicID=510)

- Color coding is quirky at best, fonts and colors get mixed together when there is copying and pasting going on

- Clicking the "Add Image" button and then changing your mind by hitting "Cancel" on the javascript prompt results in a broken image getting inserting into the post

- And maybe its just a pet peeve of mine, but i despise the inserting of a <p> rather than just a carriage return / line feed when i click "enter", actually i've seen that as a very very very common complaint on many WYSIWYG editors, so i know its not just me

I mean look, that's just a user perspective and my 2 cents.... not complaining, not thinking i can do better, not putting down your stuff, so i don't think you should feel obligated to change anything or even give a second thought to anything i just listed, but i just ** at least ** wanted to point them out......

- Steve (MorningZ from the CT forums)
# August 24, 2005 12:00 AM

Jeff said:

Color and fonts are stripped out on purpose, so you aren't seeing anything "quirky" because it's just not there. Less than/greater than is parsed right in v8. The p tag thing is an Internet Explorer thing, whereas Firefox inserts br's. I need to figure out how to trap the enter key in IE (though shift-enter has the desired single-line break effect today).
# August 24, 2005 7:22 AM

Steve said:

"so you aren't seeing anything "quirky" because it's just not there"

If you really believe thats true, then i guess its all fixed in your eyes then, no convincing you otherwise
# August 24, 2005 8:31 AM

Jeff said:

What? Dude... this isn't about convincing me of anything. The forum does not, and never had, handled colors or fonts. It's parsed out as leftover HTML. It's just not there.
# August 24, 2005 8:37 AM
Leave a Comment

(required) 

(required) 

(optional)

(required)