Jim Bonnie's Blog

Author: jbonnie Created: Saturday, March 17, 2007 10:09:43 PM
This is my first Blog. I intend to use it to trace my adventures with Coding, Dotnet, Dotnetnuke, and Golf

The week long Nothing But Dot Net course at Wenatchee Washington is now over. The impact of this week will stay with me for a while.

Read More »

There was a good turn out for Tuesdays talk on DNN and SubSonic. The Stamford based .net user group is doing a great job with the venue and getting the word out.

They also announced that a Code Camp will be held in Stamford at the end of October. At last, I do not need to drive to Boston or Philli.

The Slides are here and the main points of my talk for those that missed it or fell asleep:

DotNetNuke is a solid Web Application framework The suggested Data Access layers for Modules is overly complicated Feel free to use your existing Data Access techniques for building DNN modules Subsonic is an excellent alternative for providing your Data Access Layer for DNN Modules if you are looking for something that provides great productivity SubSonic provides the Active Record Pattern for your tables and...

Read More »

It took me a number of attempts to get DNN runnning in Vista cleanly. Getting the right options installed for IIS7 is not that bad, but setting the right security proved to be harder than I expected and I do not see any blogs on it, so maybe it was a local problem.

Read More »

Becoming a better developer is a good theme for me, and I like the idea of looking out 6 months and setting some realistic goals for myself. So here goes:

Read More »

I had trouble posting this code to the main dnn site.

Not sure if it is my browser settings, the FCKEditor or something else...

FormsAuthentication.SignOut()

System.Web.HttpContext.Current.Response.Cookies("portalaliasid").Value = Nothing

System.Web.HttpContext.Current.Response.Cookies("portalaliasid").Path = "/"

System.Web.HttpContext.Current.Response.Cookies("portalaliasid").Expires = DateTime.Now.AddYears(-30)

System.Web.HttpContext.Current.Response.Cookies("portalroles").Value = Nothing

System.Web.HttpContext.Current.Response.Cookies("portalroles").Path = "/"

System.Web.HttpContext.Current.Response.Cookies("portalroles").Expires = DateTime.Now.AddYears(-30)

Localization.SetLanguage(DotNetNuke.Entities.Portals.PortalController.GetCurrentPortalSettings.DefaultLanguage)

System.Web.HttpContext.Current.Trace.Write("Log them in")

Entities.Users.UserController.UserLogin(DotNetNuke.Entities.Portals.PortalController.GetCurrentPortalSettings.PortalId,...

Read More »

DNR has posted another in a series of shows on ORM, and data access tools. This one on LLBLGen (low level business layer Generator).Rob Conery has an interesting discussion on data access techniques, The 411: Stored Procedures, Views, and ORM. I can't wait to see the comments on this one.And Ayende answered someones question about how Nhibernate compares to SubsonicAnd yes, I am catching up discussion of ORM and data access. Jeremy Miller had a blog post that got some interesting comments, Don't let the database dictate your model

Read More »



I am  super excited to have received an invitation letter from Joe Brinkman regarding the Dotnetnuke OpenForce07 Conference this coming November. My abstract on Subsonic, One More DAL can't hurt was selected.

If that was not enough, they want me to work with Rob Conery, the Lead for Subsonic. I introduced myself to Rob at Mix07 and the opensource panel that he was on with some serious heavy weights, but this is really sweet!!

I have been using Rob's videos to get to know Subsonic better and use it as the basis for a couple of application ports from ASP.NET 1.1 and Oracle Forms.

I was inspired for the talk by Chris Thames post,...

Read More »

I thought it was cool when Jeremy Miller saw my comment to one of his posts on the WinForms CAB and rolling your own. He made a new post sharing the information from my comment about the new dotnet user group in Stamford, http://www.fairfieldwestchester.net/

Well Chris Bowen picked it up also and blogged about the new group.

I am pumped that the new Stamford group may get some action. I can't afford the gas to Hartford and NYC.

I am working with a skin purchased from snowcovered and trying to do some tweaking to make the padding around menu items more consistent. It appears that larger text items, get more padding. The site owner wants consistent padding around each menu item, regardless of how big the menu name is.

We cheated by adding extra text to the other menu items, so it is less obvious, but I may learn something about CSS if we can figure this out!

menu_screen_print.jpe

The Stamford Branch of the University of Connecticut had some INETA speakers over the past few years and I tried to get involved. I met the head of the IT dept and offered to build a DNN site. We lost contact and it never happened. The old site was at dotnet.uconn.edu and I saw the PC on the managers desk that hosted it! Tough times, no server room, just the corner of his desk.

But now I just found, http://www.fairfieldwestchester.net/ and guess what, they used DNN to build the site. At least they followed my recommendation

Let's see what happens at their next event this June 5th.

First Meeting:

June 5, 2007!

Speaker: Jean Barmash from Infusion Development

Topic: Spring.NET and AOP

If you'll be there, please send an email to Meeting AT FairfieldWestchester DOT net so that we will know how many people are attending.

...

Read More »

Navigation

Register Login

About Me

Thanks for stopping by. My name is Jim Bonnie and I have been writing software for over 20 years. After building financial data systems for Reuters for nearly 18 years I have started doing contract work and am excited about technology and currently focus on Microsoft solutions. DotNetNuke has helped provide a good introduction to ASP.NET web application development, and I am now starting to branch out into other areas. Data Access techniques and SubSonic is something that I am looking into now. This has helped me get an invitation to speak at Las Vegas at DNN Open Force 07. it was a great time. And I am looking forward to OpenForce08, where I wil be presenting on TDD for DNN.

 

Reading the codebetter blogs and attending a nothing but .net training class with JP Boodhoo helped spark my interest in ALT.NET. I attended the first conference in Austin Texas, and it was amazing to see Scott Guthrie introduce the ASP.NET MVC framework.

Add to Technorati Favorites

View blog top tags

Links

Jim Bonnie's Blog

Jim Bonnie's Blog

Jim Bonnie's Blog