By jbonnie on
Friday, November 11, 2005 2:00:00 AM
It is great to the Subdudes still putting out music.
They have a new album planned for early 2006, and will be touring to get the juices flowing. See you at BB Kings or IMAC on the Island
For anyone that wants to check them out, they are also podcasting!

|
By jbonnie on
Tuesday, November 08, 2005 2:00:00 AM
Wow - what an amazing coup - getting two versions of the dotnetnuke application framework released in the same day.
I have been waiting for the 3.2 release for a while, it will have a new client api that supports AJAX style calls in a simple manner.
So, it was a pleasant suprise to get the first ever edition of the dotnetnuke newsletter today, section below, announcing the 3.2 release.
But wait folks, that not all, we also get DNN V 4.0, that builds against the newly released dot net 2.0, and I imagine VS 2005 (sure to be some new twists with builds and debugging, etc.)
I just love the level of support that the open source team provides. This blows away almost anything that I have seen in the commercial software world.
Cheers to the DNN Core Team, the many sub-projects, and the VS 2005 team!!
DotNetNuke® Web Application Framework embraces ASP.NET 2.0 "Changing the World Wide Web...one site at a time..."
Nov 7, 2005 — Perpetual...
Read More »
|
By jbonnie on
Sunday, October 30, 2005 2:00:00 PM
Couldn't Resist posting a copy of this photo. Carl, Richard, and Geoff will look back one day, and wish they had that much hair. The DNR crew is getting close to the finish line and VS 2005 is now on MSDN.
|
By jbonnie on
Sunday, October 30, 2005 7:00:00 AM
Added some functionality to support categories of saved pin locations per registered user, and non logged in users.
On screen hyperlinks to saved locations.
Fixed Admin mode map positioning bug.
Time to take a break from the module, and blog on the lessons learned from building it.
|
By jbonnie on
Thursday, October 27, 2005 7:00:00 AM
I missed this event. Done in by meetings, bloody meetings.
But a friend said Petzold was spot on.
Here is a link to a more detailed review of whether the new features of Visual Studio 2005 are good for programmers.
http://searchvb.techtarget.com/originalContent/0,289142,sid8_gci1137348,00.html?track=NL-149&ad=531442
|
By jbonnie on
Tuesday, October 25, 2005 7:00:00 AM
Two user groups are doing dotnetnuke presentations in the Ct area.
Read More »
|
By jbonnie on
Monday, October 24, 2005 7:00:00 AM
The dotnetnuke custom module that shows a Virtual Earth map on this site has been made available as a dnn private assemly. The PA and a PPT discussing how the module was built can be found on the dotnetnuke pages.
Comments are welcome as well as any experienced javascript programmers that can offer some help making the module better.
|
By jbonnie on
Monday, October 17, 2005 7:00:00 AM
Code Camp NJ is in the Books. It was the first code camp in New Jersey put on with the help of Scott Watermasysk, Don XML, and the local Microsoft office team.
The energy level was excellent and the sessions were well attended and there was good information being presented.
I agree 100% with what Mark Miller said on recently on a DNR show, that the best way for MS to deal with open source and anti-microsoft sentiment is to make coding with MS tools FUN again.
With the rollout of Visual Studio 2005, tools like Telerik controls, and Code Rush, and the excellent support from the community is certaily make it fun for me.
So keep supporting the code camps in your area!!!
p.s. I will be posting the Sample project and Private Assembly for the DNN project that integrates with Virtual Earth that I presented on. Soon....
...
Read More »
|
By jbonnie on
Thursday, October 13, 2005 7:00:00 AM
Carl, Richard, and Geoff are on the road trip and leaving Dot Net Memories along the way.
|
By jbonnie on
Wednesday, October 12, 2005 7:00:00 AM
Integrating dotnetnuke with virtual earth continues to be an exciting ride. Javascript is another piece of the puzzle to add to the mix.
Today's adventure has been looking to load a bunch of stored information onto the map. The Virtual Earth API is in javascript, so how to get that information from a DNN datastore into a javascipt module to call the VE API ?
RegisterStartupScript to the rescue! This handy function documented in the .net framework allows javascript code blocks to be added to the end of your generated html for an aspx page.
So, we have some server side controls that pulls the data from a DNN DAL, generates the JS dynamically and RegisterStartupScript inserts into the page. The code generated is actually a function that is called on the JS onepageload.
...
Read More »
|