Archives

Archives / 2006
  • EntLib 3.0 CTP

    Ohh, just in time for the holidays, Enterprise Library 3.0 has just had it's first CTP released. Might have to give it a whirl to see what I can use from it versus the current 2.0 version I'm using. Some of the new features look interesting, especially the new Validation Application Block & Application Block Software Factory. Good thing I'm leaving my computer behind, otherwise I think my wife would divorce me. Check out the new site on CodePlex.

  • Off for the Holidays

    Excentrics World will be unavailable until after the first of the year for celebrating the holidays. Please be aware that this will affect all support requests, forum response, and source code licensing purchases.

  • FogBugz getting an API & VS2005 Plugin!

    Yes, the title says it all. FogBugz is getting an exposed API (oddly enough feels like WebServices but isn't even close - rar!) in the next version. The good news is there's a beta version of this API already out that enables a new Visual Studio 2005 Plugin to see your cases by your various filters. I've been wanting something like this for home for quite awhile, so I'm quite happy to see this finally exists. I would have posted sooner about this, but it was a rocky start for the API as it's already on (my version #, not there's) 1.2 due to some bugs not allowing me or many others to work with it. So definately check this out if you're using FogBugz and Visual Studio 2005 & hate to have a separate IE window open to manage your bugs.

  • Microsoft AJAX & Google AdSense

    I was bitten by this bug that was introduced in Microsoft AJAX RC. It seems that Microsoft AJAX is overriding the default implementation of Date.parse from Javascript with it's own implementation. Normally this isn't a bad idea, but it only accepted a certain set of templates when parsing making Google AdSense break upon loading on the page. Luckily enough, some developer named Cyril has a workaround available. The forum post and his blog entry (in French) have more information. Those visiting my website should no longer have a Javascript error displayed as I've implemented this workaround temporarily.

  • Released: Excentrics World Server Controls v2.0.5

    Version 2.0.5 of Excentrics World Server Controls has just been released targeting Microsoft AJAX Extensions, RC1 to ensure continued full compatibility as well as some other bug fixes. It should be noted that with this release, the control set will no longer be compatible with any prior versions of Microsoft AJAX Extensions. The items that were added/fixed are:

  • Released: Excentrics World Server Controls v2.0.4

    Version 2.0.4 of Excentrics World Server Controls has just been released targeting just two annoyance bugs that were introduced with v2.0.3. The control set has also been compiled against Microsoft AJAX Extensions, Beta 2 to ensure continued full compatibility - however it'll still function just fine with Beta 1. The bugs that were fixed were:

  • Compatibility with Microsoft AJAX, Beta 1

    With the latest release of Microsoft AJAX, Beta 1 - things have drastically changed requiring a more stricter model which forces controls to register themselves through the ScriptManager versus using Page.ClientScript. This change, unfortunately, breaks just about every control out on the market when being used within the UpdatePanel control (including ASP.NET controls). Changes need to be made to Excentrics World Server Controls to enable full compatibility, and these changes are under-way. More information will be distributed concerning the new compatibility layer being developed as it is completed and released. Until then, if you require the use of UpdatePanel and Excentrics World Server Controls, I would recommend staying on the July CTP.

  • Released to Public: Excentrics World Server Controls v2.0, RTM!

    The day has finally come! After many hours migrating (and well, re-writing) my website, I’m happy to announce the official RTM release of Excentrics World Server Controls v2.0! There are still a few known issues logged on my forums that didn’t make the cut, however this official release marks an important part since 2004.

  • Website Under Maintenance

    If you’ve visited my site tonight, you may have noticed that it’s currently down for maintenance. What does this mean? Well, nothing bad of course, just migrating from SQL 2000 to SQL 2005 which will hopefully allow me to utilize some fancier features with the new website coming in a few weeks (hint hint). This migration hasn’t been easy as I started off with high hopes from my hoster. 24 hours later I have a working plan - which involves the following steps…

  • Released to Public: Excentrics World Server Controls v2.0, RC2

    I’m happy to announce the public release of Excentrics World Server Controls v2.0, RC2! While there haven’t been many changes since the RC1 release, there was a notable change that I believe a lot of users would benefit from if the control set was released. If you’re new to the next version or Release Candidates, please read my RC1 release post.

  • Code Monkey Like Fritos

    This has got to be one of the funniest songs I’ve heard of in awhile. The odd thing is that it speaks to me as well, has a catchy tune, and only costs $1 to buy it from the guy! Without further ado..."Code Monkey" by Jonathan Coulton.

  • Released to Public: Excentrics World Server Controls v2.0, RC1

    I’m proud to announce the public release of Excentrics World Server Controls v2.0, RC1! With a complete rewrite from .NET 1.1 to .NET 2.0, over 120 bug fixes or new additions, 2 alpha releases, 2 beta releases, and full reimplemented design-time support, it’s been a long time in the waiting for all! Today marks the day that Excentrics World moves into vNext.

  • NewsGator Inbox - NNTP Plugin Updated

    Coinciding with the release of NewsGator Inbox v2.6 today, I’ve released a patch to the current version that enables my NNTP Posting Plugin to start working again. Sometime in the time prior to the 2.5 roll-out, they changed how a few attributes in the NewsGator OPML was stored, which didn’t allow me to retrieve the correct URL for the posts. As such, this release fixes this issue, as well as upgrading to .NET 2.0. If you’re currently running the plugin, it should alert you the next time you attempt to post. Otherwise, head on over and download the latest version.

  • Released - Excentric's World Controls - Beta 1 Preview

    Talk about a good weekend for me! I was able to prepare and release the first Beta 1 Preview to my testers. It’s been a fun couple of weeks working on re-writing the controls for .NET 2.0, and I’m just glad that the first phase is done. I figured the approach I would take for releasing beta’s would be very similar in how CTPs are launched. You’ll notice I called this a “Beta 1 Preview” because it contains a subset of the server controls. If you’re still interested in beta testing, I’m always looking for more people, so contact me. Ohh, and to the community awaiting the release, here’s a subset of breaking changes / features that went with this build:

  • Firefox Woes

    So I've been running IE7 Beta 2 Preview since it was released, and I've not had the troubles that I've had within the last hour of installing FireFox 1.5.0.1, okay so I can't really compare them - I just gotta put the plug in. I'm currently re-writing the CalendarPopup control and got it fully functional in IE7. So, I decided to switch over to FireFox to see how it works. Well, it seems that some bug crept into FireFox that gives random errors like the following: "Error: Error in parsing value for property 'cursor'. Declaration dropped." Huh? Are you kidding me? This is simply a style being applied to a SPAN tag! Browsing the internet isn't turning up much, but I did find a few posts & newsgroup postings with the same error, heck even with other style attributes. Now that's progress - backwards, that is. Disapointing, and hopefully these things get fixed in the next build. Well, the bright side is that the control still functions as expected, you just don't get a pretty "hand" cursor. Oh well, back to it I guess.

    Update: Bah, my lack of understanding w3c standards comes to bite me! BTW - new link I've never seen... www.quirksmode.org ... haven't had time to really check it out.

  • Beta Testing v2.0 of eWorld.UI Controls

    While v2.0 of the eWorld.UI controls are still a bit on the horizon as of right now, I’d like to open the door to anyone wishing to beta test v2.0 of the controls. This version will be only supported on the 2.0 .NET framework, and there will be breaking changes from the current release to the 2.0 release. If you’re interested, please drop me a quick line so I can add you to the list.

  • Refocusing Efforts on Excentrics World

    Now that I’ve gotten the big thumbs up, it’s time I take a step back and refocus my efforts on my custom server control development. One of my major goals to achieve is developing a .NET 2.0 control set. Because of some of the overlap with my controls and ASP.NET 2.0 controls, this will exclude the BreadCrumbTrail and the EmptyDataGrid. I’m also going to be making some structural changes to other controls which will be breaking from the 1.0 / 1.1 framework versions. My goal is making things cleaner, and adding a few requested items – however don’t expect large changes from my last release. So stay tuned, it’ll still be several weeks until I get a beta version of the 2.0 release.

  • Custom Controls Back Online!

    All of my custom controls and website are now back online for download. I've also added in the ability for you to purchase the source code again as well. Enjoy! It should be noted that I had to recompile the setup, so its not nearly as pretty now, as well as the .NET 1.0 setup will not ask if you'd like to install to the GAC.

  • Excentrics World is back in Business!

    Well, it’s been about 10 months since I’ve been able to do anything with Excentric’s World, but alas – I’ve finally gotten approval to resume distribution of my custom server controls and selling of the source code. I’ll be working this weekend to get my EULA and License agreement updated, not to mention the website back up. Thanks to all those that have waited, and the 2500+ people who’ve supported the site.