DotNetJunkies.com Version 3.0 Updates (RSS)

DotNetJunkies.com Version 3.0 Updates

How are our Blogs Doing??

Hello All, This is a community feedback post regarding the .NET Junkies Bloggers - so feel free to be brutally honest. Basically I’ve been the “Moderator” of our WebLogs as far as who gets a Blog (yes we do deny people) and who can maintain a Blog based off of what they post (yes we have kicked people). I don’t want to get into details on how I judge this – I just want to know how we stack up and how we’re doing? We know there are some issues with the runtime we use (very small) so please don’t post about that. These bugs are being worked on and will be fixed soon! We promise! I look forward to your feedback! Thanks! Donny Mack

Help Test out New Newsgroups

[Added]You can post to it all you want also - it is going against Microsoft's Test Server so[/Added]

We’ll be launching the new build of Newsgroups soon. It’s currently up on our staging server and it would nice if anyone out there who has some time could play with it and try to break it. We’re looking for bugs, feature requests, and usability issues. This build is still far from our ultimate application, but it does have some nifty new features when compared to the old build.

The staging site lacks a lot of features, but you can still login and then navigate to the newsgroups.

http://64.85.8.19/sqljunkies/newsgroups/

Submit bugs here: http://dotnetjunkies.com/Forums/ShowForum.aspx?ForumID=4933

You cannot use any of the personalization or posting features unless you’re logged in.

The application is in debug mode both in compilation and config so keep that in mind when it comes to performance!


Features
The front end of the application is pretty static. There are only a few database calls to get parent threads, ratings, and misc. user information such as email addresses need by other features listed below. Other than that everything is static. This is accomplished by a background thread that is timed so when the time expires it spins off, gets all newsgroups that need archiving, grabs all the posts, relates them to any existing posts, creates static pages, updates the search index (not yet implemented), looks for anyone who is set to be alerted when the message has been responded to, alerts them, and marks the post as status unchanged. The next feature I’m implementing is garbage cleanup where if a post has a really poor rating or no responses it will be removed from the database and any static files deleted after (n) amount of time. Then they are moved from the “Worker” table to an archive table because after a post is removed from the live news server technically a same message id can be used which obviously would cause issues.  I feel confident launching without this feature in place yet because most news server only dump 1-4 times a year depending on traffic.

So please let me know how you like it, be harsh. Give suggestions on features. The runtime is pretty generic so adding additional features is pretty easy.


 

Regarding .Text @#$%%^^@$#'s (An Exception)

Peter wrote a post this morning on an exception that was happening site wide (error below). I just emailed Scott to try to come up with a solution, but at first glance it appears to be a bug since there have been no code changes since the upgrade. This means it's been working fine since this weekend and then just crapped out - to fix it i just uploaded a new assembly build (exactly the same one that's up there) which tells me that the item being used that is causing the error was in the cache and it was invalidated.

Will spend day tracking it down. Sorry for the downtime!

Text - Application Error!

Details

ArgumentException
The SqlParameter with ParameterName '@ItemCount' is already contained by another SqlParameterCollection.

Searching Within Individual Blogs

Just got an email from Scott who saw my post on Searching and mentioned another really cool edition. Searching within blogs themselves. For any one blog you can go to blogName/search.aspx and search the individual blog. I'll be adding links within blogs today to their search.

.Text Search

Has anyone had a chance to play around with the new search functionality? http://www.dotnetjunkies.com/weblog/search.aspx 

Please let me know what you think. It's in beta so any feedback would be great.

By the way, the index isn't realtime. I'm only doing daily indexes at this point until it's in release.

Thanks

New Build - Bigger, Better, and Much More to Come

We've done it. We built a bigger, better, more generic runtime for DotNetJunkies, Sqljunkies, and ????

The base framework is almost finished, and pretty lock solid. CPU is little, RAM is little and when we're finished, the generic framework will be open.

We still have base features to add to the base framework but they will come quickly now that we've devoted our time to our online properties rather than spreading it out amoung consulting and websites.

Stay tuned - Doug, TSHAK, Russ, and I are working night and day to finish the websites ASAP. And our awesome new aquisition and technical editors are working hard on getting cutting edge content out to you on a regular basis.

See http://www.sqljunkies.com/ and http://www.dotnetjunkies.com/ for new articles, how to's, news, events, great forums, and the best bloggers out there.

This is a Test from NewsGator

YES - We're up and going again on NewsGator.

DotNetJunkies and SqlJunkies Main Feeds Fixed

It just came to my attention that the main feeds for DotNetJunkies and Sqljunkies we're busted. Well, they're fixed now along with some issues with personal feeds.

Thanks for your patience!

Julien Cheyssial Makes .TEXT a new Skin - Check it out

Julien Cheyssial made a new skin for .TEXT. I'm running it right now. It's pretty sweet. You can download it for yourself here: http://dotnetjunkies.com/weblog/skins/lighty.zip

Some DotNetJunkies Blogs Were Down

In case you were wondering why ScottW tells us. All are good now! A big thanks to Scott for resonding so quickly.

New Blog Build Launched

Originally posted @ http://sqljunkies.com/WebLog/DonnyMack/posts/255.aspx

We launched  a new build of .TEXT - for current bloggers you'll see some new admin features including some statistics so please look around to see new items Additionally, I posted a new skin: http://sqljunkies.com/weblog/donnymack/  I learned about http://scottwater.com/blog/posts/9982.aspx - I think its one of the better skins I think - we're having someone build a sqljunkies skin right now which should compete quite nicely.

Have fun. http://www.dotnetjunkies.com/weblog will be updated later today. Please submit any bugs directly to me dmack@atomicconsulting.com

Thanks

 

IIS 6.0 HTTP Compression | Not So Easy

Ok, I spoke to soon. I technically haven't enabled HTTP Compression yet with IIS 6.0. I received an email from Scott with the following link: http://dotnetguy.techieswithcats.com/archives/003475.shtml 

Bookmark :-)

I'll be implementing this weekend sometime, in the middle of the night, with a big Cigar and a bottle (or 6) of wine

 

DotNetJunkies Web Log Update: Administrative Functionality Restored

Hey all,

Well, I didn't totally test the new build of the blogs before uploading them. It seems that a lot of the administrative functionality wasn't functional :-), well this was my fault! We were using an HTTP Compression module that was tweaking out when ever a Server.Transfer and Response.End is used, which they are in the dashboard. I have disabled the compression module and all is up and going now!

Not to worry though, I've enabled IIS 6.0 compression so hopefully that won't cause any dramatic effects.

Has anyone used IIS 6.0 HTTP Compression yet? Is there anything special I have to do besides what I do in IIS????

 

Thanks

We're running the new blog engine!!!!

As Jim pointed out we're now running the newest version of Scott's Wonderful Blog Engine - As you bloggers will notice there are many new skins to choose from and a lot more functionality. It's truly turning into a wonderful application!

Enjoy

 

Blog Fix: Fixed Link and Comment Count Issue

We were having issues with the Comment and Link count's not showing up. After going through the SPROCS I currently have I noticed that no where was the main table which these values we're pulled from updated. So I added a trigger to update these tables as a temp fix. I am assuming I am running some outdated SPROC's. Scott  has told me he is having a new version soon, which I'm really excited about, so all these smaller issues should be fixed with that!

Thanks for all of your patience!

Just Launched TablePC Development Forums

On a suggestion from Bob, we just launched a group of TablePC Development Forums which I think are going to be huge as there become more and more TabletPC users.

If you're a tablet pc developer please help support our new forums.

Tablet PC Development Forums: http://www.dotnetjunkies.com/Forums/ShowForumGroup.aspx?ForumGroupID=39

Forum List:
http://www.dotnetjunkies.com/Forums/

New Controls on Home Page

I added two new controls on home: http://www.dotnetjunkies.com/ one for the last 25+ web logs and one for the last 20+ forum entries.

This should increase any blogger traffic quite a bit!

Regards,

Donny

New Build Coming this Week

We haven't updated many bug fixes for a couple days now do to the fact that we've decided to redu not only our physical architecture, but our application architecture. We have finished many, many changes and feature fixes (INCLUDING JOB SUBMISSION) for all those who have emailed me. I'll be updating all by weeks end (that is Sunday) for me. I was also informed that we'll be getting a new build of our Blogs engine soon! We're very excited to see what's coming!

Beyond the feature improvements (BUG FIXES) we have optimized some of the code, but we still have more to do. Oh, and we're slowly adding more and more forums, we'd love comments on what forum groups and forums we should add.

Http://www.dotnetjunkies.com/forums/