posts - 374, comments - 606, trackbacks - 112,
Dan Bartels online engineering logbook... Items that I find useful organized for my use, and indexed by google for yours. Here you can find information about Microsoft C# programming, SQL SERVER 2005, Telligent Systems CommunityServer, Dot Net Nuke, Windows Vista / Longhorn, and just about anything else that would compel me to type.

News

What I am Reading:


Professional Community Server

Past books can be viewed on:

Post Categories

Archives

Coding Techniques

Coding Tools

Community Sites

Deal Finders

Friends Businesses

Microsofties

Smartphones

Utilities

my blogmap

April 2005 - Posts

ASP.NET Development options on Longhorn 5048
The lack of IIS provides a challenge for ASP.NET development... I am using two different options.... I installed the new ASP.NET 2.0 b2 framework.... If you are coding in VS2005 then this is not really an issue for you (then the lack of SQL Express is Read More...

Longhorn 5048 Screenshots
I pulled my due to the EULA contriversy... Basically MS intentionally disabled the printscreen function of the OS, and was sending their legal department after bloggers posting screenshots... Apparently they still have a little patent work to do... Not Read More...

Longhorn 5048 Activation is Back Online
I guess the MSDN version will be coming soon.... I noticed that my previous 4047 product key was legit for the 5048 install.... Activation was by phone only (for both 4047 and 5048) over the last 2 weeks, after MS pulled the 4047 build from MSDN... But Read More...

Saving the Longhorn 5048 Start Menu with Favorites- All Programs
It doesn't take long to decide that the new "all programs" option of the start menu is terrible, with its scroll bars and chopped names, it is frustrating to navigate with the mouse (the keyboard is another story all together)... So to save this menu, Read More...

Entering (typing) NULL into the results pane of SQL Enterprise Manager
I need to use this about once ever six months or so, and I can never remember what the key combination is... So "Note to Self"... Hit Ctrl+0 in the cell and you will set its value to null... That should save me a UPDATE [TABLE] SET [FIELD] = null WHERE Read More...

VS2005 B2 Works but no SQL2005 Express on Longhorn 5048
It wont install... Here is what I get in the log ***EndOfSession*** [04/27/05,08:44:24] Microsoft SQL Server 2005 Express Edition April CTP: [2] Error code 1603 for this component means "Fatal error during installation. " [04/27/05,08:44:24] Microsoft Read More...

Longhorn and VS2005 B2
Wow, check this one out.... On my 5048 build I have 4 versions of the .NET framework installed... v1.0.3705 v1.1.4322 v2.0.40607 v2.0.50215 Note that v1.0.3705 and 2.0.40607 were installed by default... I was able to add both 1.1.4322 (from visual studio Read More...

Enabling DWM (Aero Glass) on Lonhorn 5048
This will disable the Video Card Restriction cheking... Apparently you just need an DirectX9 video card to get this working Windows Registry Editor Version 5.00 [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\DWM] "EnableMachineCheck"=dword:00000000 Then to enable Read More...

Longhorn 5048 = ASP.NET 2.0.40607.52 (an old beta1 build)
The WinHEC Longhorn build 5048 shipps with the Beta 1 build 5200 version (2.0.40607.52) of the .NET framework... I'll have to see what else has that framework version (any Whidby or Yukon builds?).. The VS2005 Feb CTP has 2.0.50105.0 The VS2005 Dec CTP Read More...

No IIS on Longhorn 5048?
So many of you already know the "add / remove windows components" of add / remove programs has been disabled in this build... OK, I can live with that, but... there is no sysoc.inf file, nor a sysocmgr.exe ... So without these files, I am unaware of any Read More...

WinHEC Longhorn 5048 - Almost didnt notice my site was down
I was so engrossed in playing with my new Longhorn build, I didn't even notice that I had a DNS corruption issue which had my local sites down (from the public INTERNET) for the better part of the sunday... Ahh well, all I can say, is that I have gotten Read More...

Skin Update for WinHEC
Ok, so it has been a year, I just cant stand it anymore... I am running Longhorn 4047 on all my PC's (laptop too). To prepare for the new build, I bought a new PC (Intel 3GHz w/EM64T 630 CPU), it came last week, the memory (2GB DDR2 533) came on friday... Read More...

ERROR: The directory does not exist or is not accessible because of security settings
Setting up web virtual directories in locations like \My Documents\My Visual Studio Project\ProjectX can result in an errormessage like the ones below.... This is due to the fact that ASP.NET needs to be able to inspect for things like the web.config Read More...

Skype to hit mobile phones this year (SMT5600)
Check out this for a business model... No I have to say that I really expected this with the "next generation" handsets, when they included 802.11, so you could get a decent connection... I don't think GRPS, EDGE, or even UTMS will cut it... Even though Read More...

The Bender PC - a case of My Way to the Max
I ran across this one on slashdot (the inventors site is here ) You gotta love this for personalization... my problem would be I would only keep it for a couple of months, then move on to something else, but love it too much to pitch it... Then it becomes Read More...

No More Longhorn on MSDN?
So I was out on MSDN downloads today, checking out the latest VS2005 b2 downloads, and noticed that all of the Longhorn CTP and SDK downloads seem to have disappered... Surely this is in preparation for a new CTP build for WinHEC, and not due to any silly Read More...

The DNN RSS Module - A Headlines Stylesheet (XSD)
Here is the simple file I created to format my blogs RSS feed into a list of blog titles for my home page RSS module Just put the contents into an XSD file, and upload it to your DNN site... Then choose that file as the XSD stylesheet for your XML (RSS) Read More...

Update www.danbartels.com to DNN 3.0.13
I just finished upgrading www.danbartels.com from the 3.0.9 code to 3.0.13 It went fairly smoothly... I have to say there is a huge performance difference, with 13 being much faster than 9 There are also some nice features of 13, like the ability to set Read More...

Making CS/Blogs run at the root of a site
I have been getting a log of requests lately from people who are converting from .Text to CS and want to just run a single blog site at the root... I know I worked through the process, and it took me a couple of days to get the settings right (to leave Read More...

Configuring CS for a single blog at the root
Note: These instructions are for 1.0 (for 1.1 click here ) I plan to do an actual run through to make sure this is accurate, but to the best of my recollection, here is my install process... Put the CS files on your hard drive Make a virtual directory Read More...

Creating your own ThemedWebControls for CS
I wrote a quick article, and included a source project for my BlogStats control. It should get those of you looking to mod the source a head start on encapsulating your changes into skin components (server controls)... This way all of your changes are Read More...

Creating a skinnable BlogStats web control for CS
For my CS modifications, I have chosen a server control architecture... This means, that all of my customizations are encapsulated, can be modified without changing the source control, and are implemented by my skin choice, so they can come and go as Read More...

CodeHTMLer Buttons in FTB Anyone?
I ran across a source code formatting discussion over at Dave Burke's site ( http://www.dbvt.com/blog/archive/2005/4/6/2202.aspx )... This is another area where the CS team left us hanging... (I suppose to some people this is far more important than inserting Read More...

Community Server Add On
As I have been hacking and tweaking my CS skin and Blog functionality, I have been making changes in a separate DLL rather than modifying the source. Due to the nicely decoupled architecture provided by the SkinnedWebControl, Most all of my modifications Read More...

Router Replaced
Sorry if any of you noticed my site was down for about 12 hours, I had to replace a router to fix a problem with my Vonage service (we were getting crackling or static noise behind our speaking) It was bad circuitry inside the SIP adapter (Linksys RT31P2-VD) Read More...

Updated CommunityServer Controls
I have a new FreeTextBoxWrapper, which appiles the CSS Stylesheet from the blogs to the editor when in Blog Admin... I have a new Image Gallery, which resolves the thumbnail issues... I have added a blog stat control and skin, so all you need to do is Read More...

Community Server Controls v1.0.1 (added CAPTCHA)
I couldn't resist. I added a CAPTCHA Validation control as a skinnable web control... http://blog.danbartels.com/articles/508.aspx To use this, just: 1. Put my DLL in your bin folder... 2. Copy JpegCaptchaImage.aspx into your \Themes\Blogs\YourSkin\Images Read More...

Program Microsoft SQL Server CE 2.0 Merge Replication Using .NET Compact Framework
I just ran across this excellent article on setting up Merge replication between a SQL server and a SQL server CE device. http://msdn.microsoft.com/library/?url=/library/en-us/dnppcgen/html/sql_serverce_replication_net.asp Dan Read More...

ClearScreen Skin for CS Blogs
OK Paul, No more excuses on not converting ( http://www.communityserver.org/forums/478954/ShowPost.aspx ).... You can get the original blue and pink derivant here http://www.danbartels.com/LinkClick.aspx?link=Code%2fMiguel.zip&tabid=81&mid=419 Read More...

April fools goes High Tech with iCopulate
This one made me laugh... I ran across it on Gizmodo... Pod On Pod Data Transfer Action! [ThinkGeek] -Dan Read More...
 
Powered by Community Server (Commercial Edition), by Telligent Systems
powered by god (with a little help from Telligent Systems - Community Server 2.1)