Skip Navigation Links / Posts / Post
Search site. 
Powered by Google
Darren Neimke (Me)

My Book

Readify

">ASP.NET MVP


Interesting Portals 

NetVibes
This portal feels similar to PageFlakes in many ways but I love their gallery. They also have a feature whre certain chrome elements only become visible when you hover over the web part.

Xtra
A New Zealand news portal. I especially liked the content rotator web part at the top of the middle row. Seems like a nice way to allow a user to browse through data.

 

Posts Archive 

Upcoming features for SUB

Categories

Over the next little while there are 3 features that I'm planning to implement, which are:

  1. Add support for hierarchical categorization by allowing you to specify a "parent" category for each category. 
  2. Add support for automatic image uploading.  This will allow the user to upload images while they are managing posts.  I envisage that this feature might use some form of "AJAX" technology to allow the user to select and upload an image without affecting their current work operation.  This feature will probably accept and store an uploaded image and return the url of that image to the user so that they can paste it into their document.
  3. Code highlighting.  Not quite sure how I want to do this but I envisage doing something very similar to what Chris Frazier did with PostXING where he "pops" a dialog which allows you to colorize the code and then automatically embed it back into the post.

I'd also love to move to version 3.x of FreeTextBox but I just didn't have a "plop-it-in" experience with it so I'll wait until I have more time and retry that one I think.

posted 7/24/2005 8:55:22 AM

 

Comments:

# Coloring your code
posted by Jonathan de Halleux on 7/24/2005 10:21:23 AM :

I wrote some code that did this a while ago... http://www.codeproject.com/csharp/highlightcs.asp

 

Comments are currently disabled for this post.