Search

You searched for the word(s): userid:622311

Matching Posts

  • Issue 11 – An in-depth look at Headings and Styling (sIFR) in DNN

    July Issue 11 Released I am pleased to announce that issue 11 of DNN Creative Magazine has been released. In this issue we take an in-depth look into the use of headings within DotNetNuke websites. As an introduction to headings we have created a 40 page PDF which analyses various professional websites for the best practice use of headings and semantic code within a web page. We then offer suggestions on how you can implement these practices within your own DotNetNuke websites. Following this we
    Posted to Resources (Forum) by dnncreative on 7/5/2006
  • Free DotNetNuke Competition for 8+ Smart-Thinker Modules and DNN Creative Subscription

    Free Gold Subscription - 8+ modules from Smart-Thinker ($45) and a free Subscription to DNN Creative Magazine ($44) for this months Flash Game Competition Giveaway. This month Smart-Thinker have kindly donated a Gold Subscription ($45) as a prize to DNN Creative . Achieve the top score playing either Snake (for 8+ modules from Smart-Thinker) or PacMan (for DNN Creative subscription) and enter your DNN Creative username into the scoreboard. The top score at the end of the month wins. The closing date
    Posted to Resources (Forum) by dnncreative on 6/20/2006
  • Free Issue 10 – Skinning Toolkit by DNN Creative Magazine

    June Issue 10 Released - The Skinning Toolkit I am pleased to announce that issue 10 of DNN Creative Magazine has been released. This is a completely free issue. For issue 10 we have created a completely separate DotNetNuke Skinning Resource, the DotNetNuke Skinning Toolkit. This is a 98 page resource which demonstrates all of the skin classes within DotNetNuke so that you can easily view, search and learn how to style the various elements within a DotNetNuke skin. This is a really useful reference
    Posted to Resources (Forum) by dnncreative on 6/6/2006
  • Free Competition for Bi4ce Nukedk module and DNN Creative Subscription

    Nukedk module from Bi4ce ($69) and a free Subscription to DNN Creative ($39) for this months Flash Game Competition Giveaway. Another game competition to take you away from work ;-) … This month Bi4ce have kindly donated their Nukedk module as a prize to DNN Creative. Achieve the top score playing either Invaders (for Nukedk) or PacMan (for DNN Creative subscription) and enter your DNN Creative username into the scoreboard. The top score at the end of the month wins. The closing date for the competition
    Posted to Resources (Forum) by dnncreative on 5/19/2006
  • Re: FileManager fault - and possible DNN error?

    I have been wondering this myself. I have also tried re-synching and still receive errors. Did you find any solutions? Thanks,
    Posted to DotNetNuke (Forum) by dnncreative on 5/15/2006
  • Issue 9 - Content, Styling, CSS and Solpart - 16Videos (129 in total)

    Hello all, Issue 9 of DNN Creative Magazine is now out. This issue continues the development of CSS, from skin design to adding content and builds on the previous tutorials in issue 8. Within the How to build a website series using DotNetNuke, we continue adding content to the website. This looks at basic techniques through to advanced powerful styling options using the FCKEditor and CSS. Following the CSS skinning tutorials, this month we explore how to create pure CSS containers. Alongside this
    Posted to Resources (Forum) by dnncreative on 5/5/2006
  • Re: Why does 100% Css Design Fail in Dnn? (No Tables)

    Hello, I haven't tested the skin in 4.x, but I've been told that it works. The HouseMenu works with DNN4.x and the default.aspx for 4.02 provides the changes you need to get DNN to work in Standards Compliance mode, so everything should work fine. Thanks,
    Posted to DotNetNuke (Forum) by dnncreative on 5/4/2006
  • Re: Why does 100% Css Design Fail in Dnn? (No Tables)

    Hello all, Just to let you know, you can now download the updated skin with the validation fixes from here: http://www.dnncreative.com/FreeRedLeafCSSSkin/tabid/238/Default.aspx Thanks, Lee
    Posted to DotNetNuke (Forum) by dnncreative on 5/4/2006
  • Re: FileManager fault - and possible DNN error?

    Hello, I changed that section of code to: Private Shared Function GetOrdinals(ByVal objProperties As ArrayList, ByVal dr As IDataReader) As Int64() Dim arrOrdinals(objProperties.Count) As Int64 Dim intProperty As Integer If Not dr Is Nothing Then For intProperty = 0 To objProperties.Count - 1 arrOrdinals(intProperty) = -1 Try arrOrdinals(intProperty) = dr.GetOrdinal(CType(objProperties(intProperty), PropertyInfo).Name) Catch ' property does not exist in datareader End Try Next intProperty End If
    Posted to DotNetNuke (Forum) by dnncreative on 5/4/2006
  • Re: FileManager fault - and possible DNN error?

    Hi Dylan, Thanks, I've made that change but the problem still occurs. - I can view the files through the File Manager ok in Admin and Host menus, the problem now is wherever it uses a drop down box for selecting / uploading files - Such as in Admin / Site Settings it throws this error: If you've any other ideas I would really appreciate it as it's totally screwing my site. Thanks, Lee An error has occurred. DotNetNuke.Services.Exceptions.ModuleLoadException: Folder ---> System.IndexOutOfRangeException
    Posted to DotNetNuke (Forum) by dnncreative on 5/3/2006
Page 1 of 24 (240 items) 1 2 3 4 5 Next > ... Last »