Creating Widgets
Last Post 07/20/2010 8:02 AM by Mark ODonnell. 6 Replies.
Author Messages
Fozzy
Nuke Active Member
Nuke Active Member
Posts:28


--
04/23/2010 12:20 AM
    I would like to vote on videos on how to use these new features on the new DNN version along with how to create new widgets.
    Lee Sykes
    DNN Creative Staff
    Nuke Master VI
    Nuke Master VI
    Posts:4945


    --
    04/25/2010 3:22 AM
    thanks for the feedback, its on the list
    Lee Sykes
    Site Administrator
    Subscribe to the website : DotNetNuke Video Tutorials : The Skinning Toolkit : DotNetNuke Podcasts

    Twitter: www.twitter.com/DNNCreative

    Lee Sykes's Facebook Profile
    Mark Stevenson
    Nuke Newbie
    Nuke Newbie
    Posts:2


    --
    07/16/2010 2:54 PM
    How can you create a countdown widget in DNN 5?
    Joseph Craig
    DNN MVP
    Posts:11667


    --
    07/16/2010 3:37 PM
    Paul Scarlett has a nice, very inexpensive, module called T-Minus at tressleworks.ca.

    That said, you can find also sorts of javascript and jquery code to do this.  Mostly, you can paste these into a Text/HTML module (in HTML mode) if you know javascript.

    Joe Craig, Patapsco Research Group
    Complete DNN Support
    Mark Stevenson
    Nuke Newbie
    Nuke Newbie
    Posts:2


    --
    07/17/2010 8:24 PM
    Some of us are newbies at Javascript. That's why I was asking about this. If it would not be too much to ask, could you give us help on, say a countdown widget, whether Javascripting or jquery...it would be appreciated.

    I think this also cons utes a request to do a thread here on widgets...?!

    Regards!
    Joseph Craig
    DNN MVP
    Posts:11667


    --
    07/18/2010 10:08 AM
    Without trying to dodge the question, there are some good javascript tutorials available on the web.  Google "javascript tutorial."

    If you google "javascript countdown" or similar, you will also find some decent examples.

    These days, though, you might want to replace "javascript" with "jquery."  Jquery is a javascript library -- and a quite extensive one -- that simplifies the use of javascript.  Support of jquery is built into DotNetNuke.  There is a nice example here.

    Joe Craig, Patapsco Research Group
    Complete DNN Support
    Mark ODonnell
    Nuke Ace
    Nuke Ace
    Posts:41


    --
    07/20/2010 8:02 AM

    There is a new "free" skin object available that is easy to setup and use. You just need to become more familiar with your skin files and your DNN directory structure.

    If your going to use jquery, you have to enable jquery in you Host settings. You can find lot's of information on how to do this with a simple search.

    Once you have the skin object installed you can add your ".js" files to a folder in your portal root and reference them in your skin ".ascx" file using the sking object. Then it just as simple as using a text/html module to copy and past the remaining html code. This method applies to both javascript and jquery.

    http://ultimateskinobject.codeplex.com/
    http://plugins.jquery.com/
    http://www.dnncreative.com/Tutorials/SkinningTutorials/DotNetNukeASCXSkinning/tabid/504/Default.aspx



    ---