The Latest DotNetNuke Tips and Tricks

Welcome to DNNDaily.com, your source for DotNetNuke Tips and Tricks from DotNetNuke Trustee Christopher Hammond. You might be saying, "Yet another blog! Really?". Well sort of, and sort of a replacement for an old one. In a previously life I got together some posts about DotNetNuke that I called Daily Tips, well it's time to start that back up, and hopefully get one together every day.

If you are looking for my personal blog you can visit it at ChrisHammond.com. For now check out my DotNetNuke posts below, and don't forget to subscribe to our RSS feed!

via DotNetNuke.com
Thursday, September 02, 2010 7:23 PM

So if you’ve been under a rock lately you might not have heard that the annual DotNetNuke conference is coming up. While in the past it has been branded as OpenForce, this year it is just simply DotNetNuke Connections, to better fit inline with the DevConnections banner.

This years event is once again going to be held in conjunction with DevConnections in Las Vegas Nevada, November 1-4. The conference is at the Mandalay Bay Resort and Casino, a great venue that has been the amazing home to the DotNetNuke conference for the previous three years.

 

Views: 70 Comments: 0
via DotNetNuke.com
Tuesday, August 24, 2010 6:32 PM

In case you missed it, there is a Hackathon that is going on right now (the submission deadline is tomorrow so you still have time to throw a quick mobile project together).

As part of the Hackathon event in St. Louis last week I gave a brief presentation on how to quickly and easily add a RESTful JSON webservice to your modules, or even create a simple module to do this yourself. I have the source code for this presentation on Codeplex under the dnnweb project, http://dnnweb.codeplex.com/

 

Views: 192 Comments: 0
via DotNetNuke.com
Saturday, August 21, 2010 4:40 PM

Over the past two days I’ve delivered a topic called Jumpstart: DotNetNuke Module Development, you can download the PDF for the presentation here. This session is a basic intro into quickly starting to do some DotNetNuke Module Development, and if you happened to have missed it you can actually watch a previous version of this presentation in the Beginning DotNetNuke Module Development course that is part of our DotNetNuke Training offerings.

In the session I point out a couple of URLs on how to do a few things, here are those URLs and what they provide.

  1. Setting up your development environment for DotNetNuke
  2. Customizing and installing a module development Visual Studio Template
  3. Configuring and using NANT to automate your module packaging

In addition to these offerings for module development, we are offering a full day long course on Module Development before the DNN Connections event in Las Vegas Nevada in November of this year, for more information on the conference and pre-conf training check out our DNN Connections page.

If you missed the St. Louis Day of .NET this year you missed out on a great event! Be sure to keep an eye on www.stlouisdayofdotnet.com for announcements on when the event will be next year! Thanks to the organizers for another great event.


More ...
Tags: DNN,St. Louis,DotNetNuke,Day of .NET,STLDoDN
Category: Community
Category: Extension Forge
Category: Reference
Category: Events
Category: Development
Views: 194 Comments: 0
via DotNetNuke.com
Wednesday, August 18, 2010 1:54 AM

So we’re getting down to the final hours before the Hackathon, and those of us attending are getting ready for our trips! Nik and I both arrive from California tomorrow afternoon, while Joe is coming into St. Louis earlier in the day.

Wednesday (the 18th, tonight, depending on when you read this) we will be broadcasting the Hackathon kickoff from St. Louis DotNetNuke User Group. You will be able watch the session live, or watch the recordings later on.

The Hackathon contest will run until the 25th, when entries are due. For all the details on the event itself check out the rules and other details posted on http://hackathon.in

The live broadcast and video playback will occur here on DotNetNuke.com.

Why should you enter the Hackathon, even if you aren’t there attending live? You can win some great prizes!

There will be more blog posts coming in the next few days from both Joe Brinkman and myself as we post more details about mobile development and DNN.

For now, if you need some project ideas, here are some that ANYONE can create a project for. Most of these things will need a web service created to expose this data, I’ll have examples for you to see how to easily do this later this week!

An app to review your website Site Log data

An app to monitor your Event Log

An app to access the DNN Dashboard (host)

An app that exposes a user’s “work” from the HTML module

An app to list of blog posts and comments for the DNN blog module

An app to read and post data to the DNN Forum module

An app to interact with any other DNN module!

Don’t let our suggestions limit you in anyway, they are by no means the only things you could develop, in fact we encourage you to think outside of the box, they are just there to get your gears turning on something for the contest. These apps don’t need to be highly complex either, just a simple mobile app to perform a function is fine.

We will be releasing a sample application here this week as well that does a few different things with DNN that I think you will find very cool! I know I’ve used it and it’s pretty damn sweet to see!


More ...
Tags: DNN,Hackathon,Development,Module,extensions,Android,Iphone,Mobile
Category: Events
Category: Extension Forge
Category: Development
Views: 138 Comments: 0
via DotNetNuke.com
Tuesday, August 17, 2010 1:52 AM

A few weeks ago (heck it’s been a couple of months now, my how time flies) I put together a couple of blog posts about module development using the WAP project type. They were how to setup your environment, how to customize a visual studio template, and how to use NANT to automate packaging of your projects.

Well, it took me some time but I finally got a VB.Net template together using the same approach as my C# template. I’ve also put together a new C# template (with a minor change to the location of the uninstall.sqldataprovider file). If you are looking to get started with DNN module development be sure to check out the posts!

Be sure to read those three original blog posts, you’ll get some good info on how to:

If you missed the free Basic Module Development webinar I delivered a couple of weeks ago, check out the video from that to get you jump started with some module development.

You can get the two free templates from codeplex.

I’ve been told these templates will work in VS2008 Express, though I haven’t tested them myself. I also believe that these will work in VS2010 if you want to try them there as well.

One question that comes up when I talk about the Templates that I’ve created is why they aren’t in the DotNetNuke Starter kit that you can download from Codeplex. I intend for them to be rolled into that package, but they didn’t make it into the upcoming DNN 5.5 release, I hope to get them into a future release here soon.

I’m also working on a sample project for DNN restful web services for some demonstrations for the St. Louis Hackathon (you can watch and enter the contest even if you aren’t in St. Louis!), it will be hosted on codeplex as well. I hope to have some of that sample code (developed using the C# template of course) on Tuesday.


More ...
Tags: DNN,Module,Development,DotNetNuke,Template,visual studio,2008,2010
Category: Community
Category: Extension Forge
Category: Reference
Category: Development
Views: 186 Comments: 0
Chris Hammond
Sunday, August 15, 2010 11:39 PM
Do you run a website using the DotNetNuke Forum module? If so, you might find that you want to run a report on users in a specific role to see how many posts those users are posting per month in your forums. If that’s the case I have just the SQL sample for you!
Views: 1446 Comments: 0
via DotNetNuke.com
Friday, August 13, 2010 4:23 PM

Are you interested in going to the St. Louis Day of .NET next week? Did you fail to get your boss to approved the entry fee of $200 for this excellent two day event?

Well have I got a deal for you!

I’ve got a free entry to the St. Louis Day of .NET that I am going to give away. That means you have a chance to go for free, you don’t have to pay the $200 entry fee, but here’s the deal. You need to earn the free entry!

To get the free entry you need to write a blog post about what you are most interested in seeing/learning (choosing from the list of sessions) at the event next Friday and Saturday.

Once you’ve blogged about it, post the URL to your blog post in the comments here on my blog. You must post your blog by Monday at 5pm PDT, and from those submissions I will randomly choose one who will get to go to the event for free.

Remember, the entry fee covers the event, and even food (breakfast/lunch both days) at the event!

Of the remaining submissions I will pick 5 randomly, to get access to a discount code, saving you $75 off the $200 entry fee.

Now for the rules. Bribery won’t work, so you don’t have to say you are most excited about seeing my sessions at the event next week (though you can definitely choose those).

Hope to see you in St. Louis! For more information about the event check out http://www.stlouisdayofdotnet.com/


More ...
Tags: St. Louis,Day of .NET,DNN,Free,Entry,Conference
Category: Events
Category: Community
Views: 186 Comments: 0
via DotNetNuke.com
Wednesday, August 11, 2010 2:03 AM

With the Mobile DotNetNuke Hackathon coming up in St. Louis next week Joe Brinkman and I are going to be blogging about how you can get started with doing some mobile development with DotNetNuke, that way you are prepared to enter the contest. If you win the contest you stand a chance at winning some cool prizes, so you better dust off your development chops and get started!

My first post is going to cover how to easily get started with Appcelerator’s Titanium, a tool from an open source company located not too far from DotNetNuke Corp’s headquarters here in the Bay Area in California. The Titanium project is a tool for packaging and deploying (and testing) mobile applications,  meaning you can develop an application that will work on IPhone or Android, and in future releases will include Blackberry. Besides mobile you can also develop desktop applications, but we’re going to stick with the mobile side of things for now.

Category: Community
Category: Events
Category: Extension Forge
Category: Development
Views: 242 Comments: 0
via DotNetNuke.com
Friday, August 06, 2010 2:10 AM

Just over two weeks ago I blogged about a new offering in my role of Director of Training for DotNetNuke Corp. We announced that we were going to start offering some free DotNetNuke training in addition to our instructor led training courses that we’ve been offering since May.

Views: 290 Comments: 0
via DotNetNuke.com
Wednesday, August 04, 2010 1:45 AM

If you haven’t been reading my blog lately (what’s the matter with you?) you may have missed the couple of blog posts about the upcoming St. Louis Day of .NET that is going on in St. Louis. If you’ve missed those posts, check them out.

In conjunction with that event (which is on a Friday the 20th and Saturday the 21st) we’ve been planning another event more specific to DotNetNuke in conjunction with the local user group. We are glad to announce the next DotNetNuke Hackathon. As with the previous Hackathon events (held in Orlando and Washington DC) we will be broadcasting this event live online, and encouraging people both in St. Louis and around the world to get involved.

This event will be held at the Steady Rain offices (a DotNetNuke Gold Partner) in St. Louis Missouri on August 18th, 2010 at 6pm. This event will be streamed live online, visible on the DotNetNuke Hackathon page so you don’t have to be local to be part of the presentation and event.

The basic premise of the Hackathon is this, we want to help stimulate your minds into doing some mobile development for DotNetNuke. To do that, we are going to be presenting a sample DotNetNuke mobile application, an application that will run on the Android Smartphone OS. We will be demonstrating how you can use some common development tools such as Appcelerator’s Titanium Developer to get up and running on developing mobile applications that interact with DotNetNuke and work on various mobile devices.

As with the previous two Hackathon’s there will be an associated development contest following the event on the 18th. We aren’t limiting you to any specific project type or platform for the contest, but do suggest that you develop an application for either Android, IPhone or Windows Phone 7 devices. What your application does is completely up to you, the idea behind a Hackathon is to create a quick application that is easy to build and shows off unique functionality. You don’t have to be one of the top notch developers in the DNN community to enter or even win, so start thinking of ideas for your project, there’s no reason you can’t start on the development right now.

We will be announcing more details on the contest here in the next few days.

Prior to the Hackathon myself and Joe Brinkman will be blogging to get you up to speed before the event on mobile development, highlighting some of the tools you can use. We are also going to be blogging about some potential project ideas for those of you who might need some inspiration to create an entry for the Hackathon contest. We will also likely be posting some sample web services for a few key DNN datasets that you might find useful in your applications, as well as highlighting how you can use other tools such as iWeb to interface with DNN data from a mobile device.

Stay tuned as we get more information together on the Hackathon page here on DotNetNuke.com

Right now here are some of the pertinent details

Topic: Mobile DotNetNuke

Date: August 18, 2010

Time: 6pm

Location: Steady Rain Offices, 716 Geyer Avenue, Suite 400 St. Louis, Missouri 63104-4073 (map)

Contest submission deadline: TBD, likely 8/26/2010

Prizes: To be announced


More ...
Tags: DotNetNuke,Hackathon,DNN,Development,Mobile,Iphone,Android
Category: Community
Category: Events
Category: Extension Forge
Category: User Groups
Category: Development
Views: 246 Comments: 0
RSS URL