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

HomeHomeGetting StartedGetting StartedNew to DNN Plat...New to DNN Plat...JavaScript and jQuery in DNN pagesJavaScript and jQuery in DNN pages
Previous
 
Next
New Post
11/6/2010 1:33 AM
 
How does DNN handle pages that contain a lot of JavaScript and jQuery to implement some application?  Consider this online deli menu, for example. Do you think this could have been built in DNN?

Thanks for your thoughts.

Steve
 
New Post
11/6/2010 6:22 AM
 
DNN handles JavaScript and jQuery very well. In fact, from DNN 5 and onwards jQuery is integrated into the core allowing modules and skins to request jQuery to be included on the page. DNN can be configured to use a hosted or embedded version of jQuery. Your choice of skin and modules will give you full control on what gets rendered in the page output. There is no limit on what kind of pages you can create. 
 
New Post
11/6/2010 11:13 AM
 
Thanks Lars for your insight. Just to be a little more specific, the deli menu above pushes an empty order object onto a JavaScript order array and then calls Window.open to call the page that takes inputs for that order item. The receiving page pulls the order object off the array, fills it with the customer's selections and pushes it back on the array. Finally checkout pulls all the objects off the array and sends them. Considering how high the abstraction level is when we're programming with DNN modules, I find it amazing (and wonderful) that we can also code down at the level of passing JavaScript array objects between pages. But we can - right?
 
New Post
11/6/2010 6:50 PM
 
I am not sure what kind of abstraction level you write about, but I assume you are thinking about the traditional ASP.NET page render - postback - page render thats very common in DotNetNuke modules and ASP.NET WebForm apps in general. But, there is noting in the DotNetNuke framework stopping you from doing things differently.  You have full control on how the page is rendered and how your client server communication will be. The page output is a result of the page skin and modules contributing to the final output. You choose the skin. You choose the modules. You can implement HTTP handlers or page methods/callbacks to handle fine grained ajax communication. The possibilities are endless. Don't be blinded by the usual DotNetNuke module programming tutorials. Look beyond the old school postback style programming. Postbacks are just one way of doing it.   
 
New Post
11/6/2010 9:04 PM
 
Thanks Lars.
 
Previous
 
Next
HomeHomeGetting StartedGetting StartedNew to DNN Plat...New to DNN Plat...JavaScript and jQuery in DNN pagesJavaScript and jQuery in DNN pages


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