Products

Solutions

Resources

Partners

Community

Blog

About

QA

Ideas Test

New Community Website

Ordinarily, you'd be at the right spot, but we've recently launched a brand new community website... For the community, by the community.

Yay... Take Me to the Community!

Welcome to the DNN Community Forums, your preferred source of online community support for all things related to DNN.
In order to participate you must be a registered DNNizen

HomeHomeOur CommunityOur CommunityGeneral Discuss...General Discuss...Thank you.Thank you.
Previous
 
Next
New Post
12/17/2010 11:53 AM
 
Thank you for the warm welcome Cathal and the link.  Looks like there are many resources listed on that page.  Adding it to my weekend reading list.

Take care
 
New Post
12/17/2010 4:26 PM
 
As you're from a php background you may find razor of interest http://www.dotnetnuke.com/Resources/W... (we'll be adding it in 5.6.1). It's a simple syntax which allows interleaving of html and code on the same page (similar to how classic asp/php work), and ships with a lot of helpers for simple tasks including database work e.g.

@{ 
    var db = Database.Open("SmallBakery");
    var selectQueryString = "SELECT * FROM Product ORDER BY Name";
 } 
<!DOCTYPE html>
<html>
 <head>
   <title>Small Bakery Products</title>
   <style>
       table, th, td {
         border: solid 1px #bbbbbb;
         border-collapse: collapse;
         padding: 2px;
       }
    </style>
 </head>
 <body>
   <h1>Small Bakery Products</h1>
   <table>
       <thead>
           <tr>
               <th>Id</th>
               <th>Product</th>
               <th>Description</th>
       <th>Price</th>
           </tr>
       </thead>
       <tbody>
           @foreach(var row in db.Query(selectQueryString)){
            <tr>
               <td>@row.Id</td>
                   <td>@row.Name</td>
                   <td>@row.Description</td>
...and so on

Buy the new Professional DNN7: Open Source .NET CMS Platform book Amazon US
 
New Post
12/19/2010 6:25 PM
 
Jim Spartan wrote:
This praise is good to hear and encouraging to someone like myself just getting started with asp.net.   Coming from a PHP / SQL background so I'm ramping up for the learning curve.

 Jim, you wont regret it. DNN is simply awesome. It still has its bugs and idiocyncracies, but overall I think its tops. Ive actually convinced my new boss to let me teach it at university instead of wordpress and joomla - as theyre neither a proper CMS system, more a blog and forum (respectively) hammered into a CMS kinda shape. Plus, DNN is easier for designers to work with. Im no programmer at all.. far from. I can fiddle with code and usually get it to do what I want, but otherwise; Im just a web designer - and I get around DNN quite easily.

The only gripe I have (and I hope the DNN lads are listening) is some kind of quality control on snowcovered. Have had too many dramas from modules that are half written, and cause me more drama than theyre worth.

Otherwise, enjoy!

 
New Post
12/20/2010 12:13 AM
 
If you say so :)
 
New Post
12/20/2010 11:28 PM
 
I mainly love DNN because of its great community of independent developers and designers. There are even so many great free enhancements by talented 3rd party developers, which significantly improve the quality and usability of the community edition, that I am able just to name my favorites:
Those are only some of the contributions by our German user group members (which includes also other core team members Stefan Cullmann and Matthias Schlomann).

dnn-Europe.net is the European network of DNN professionals - the largest organization of DNN integrators, developers and more.

Our members also provide other great enhancements:
and there are many more (even some I am not aware of)...

But it is not only Europe contributing, there are great community members just opposite the globe:

From Southern America, Locopon provides a great, working multilingual solution at dnn.tiendaboliviana.com

Even in Nothern America, there are great developers ;)
  • regardless of its name, SQLGridSelectView is a great extension by Paul Scarlett
  • last, and definitely not least, Oliver Hine's extensions need to be listed - some of them I have been involved myself and I love work with Oliver:
    • Upload Dropbox - if you need to upload large files to your site
    • Advanced Google Analytics with improved segmentation
    • his Weather module is a legend, AFAIK...
    • the advanced permission provider provides the community with granular permissions
    • advanced workflow modules outperform some features of commercial editions
    • and finally, our Advanced Control Panel is a must have - tuned for usability and providing nice additional features.
Of course, I miss a number of other great enhancements, but those few examples from a handful of members demonstrate the value of the community for the community! 

Cheers from Germany,
Sebastian Leupold

dnnWerk - The DotNetNuke Experts   German Spoken DotNetNuke User Group

Speed up your DNN Websites with TurboDNN
 
Previous
 
Next
HomeHomeOur CommunityOur CommunityGeneral Discuss...General Discuss...Thank you.Thank you.


These Forums are dedicated to discussion of DNN Platform and Evoq Solutions.

For the benefit of the community and to protect the integrity of the ecosystem, please observe the following posting guidelines:

  1. No Advertising. This includes promotion of commercial and non-commercial products or services which are not directly related to DNN.
  2. No vendor trolling / poaching. If someone posts about a vendor issue, allow the vendor or other customers to respond. Any post that looks like trolling / poaching will be removed.
  3. Discussion or promotion of DNN Platform product releases under a different brand name are strictly prohibited.
  4. No Flaming or Trolling.
  5. No Profanity, Racism, or Prejudice.
  6. Site Moderators have the final word on approving / removing a thread or post or comment.
  7. English language posting only, please.
What is Liquid Content?
Find Out
What is Liquid Content?
Find Out
What is Liquid Content?
Find Out