You need to Register for free and Login to post a message in the forum.

Forum

Your Ideas for Improving this DNN Platform Site
Last Post 2006-02-11 12:19 PM by Lee Sykes. 3 Replies.
Printer Friendly
  •  
  •  
  •  
  •  
  •  
Sort:
PrevPrev NextNext
You are not authorized to post a reply.
Author Messages
Gary SmithUser is Offline
Nuke Newbie
Nuke Newbie
Posts:3

--
2006-02-07 11:14 PM
    What would YOU do to give this site improved functionality and user-friendliness?

    http://www.eternalquality.net

    Kati and I are caretakers and content developers for the site (not programmers.) We have a programmer working on the back-end development.

    Thank you for your comments.

    Gary
    Lee SykesUser is Offline
    DNN Creative Staff
    Nuke Master VI
    Nuke Master VI
    Posts:4945
    Avatar

    --
    2006-02-07 11:45 PM
    Hi Gary,

    First impression, I would personally reduce the text size of the menu, just one step.

    The first thing you need to be aware of is a tip that isn't shared around that much and is where most beginners slip up:

    Cutting and Pasting Text from word: - If you look in your source code for any of the pages, you will see that word has created a ton of excess code.

    What you need to do is paste the code into Notepad, then copy the text from Notepad into your Text/HTML module - this strips out all of the excess HTML.

    You will now have an unformatted page, click on update and see what it looks like.

    The main text that is displayed should be displayed in the font and size that you require, if it isn't you need to edit the .css file of your skin and look at the .Normal class - change your font settings here.

    For your different headings, specify H1, H2 tags etc and set the fonts in the css file. - All you have to do then in the Text / HTML module is highlight the text and select (maybe different in your version) format from the drop down list and select 'heading 1', 'heading 2' etc.

    If you do this, it will really reduce the page size of your pages, therefore giving faster load times. - The general rule is to not format the text within the HTML/Text module, but specify the formatting within your css file. - I will be covering this in more detail in a future tutorial.

    On the About Us page have you specified alt text for the picture? - This is good practice so that when the image is not displayed, the alt text is displayed, or a screen reader can read out the picture. - You need to do this for all of your pictures.

    The main text resizes within the body of your page in IE and doesn't cause overloads, but it doesn't resize within the menu (you will find this is the case in most DNN sites). - Try stating your text sizes in em or percentages rather than fixed pixels.

    This is an example of a skin that completely resizes: http://skins.dnncreative.com

    The breadcrumbs only display when you are viewing a sub menu. - The dots that are displayed around the breadcrumbs are displayed even when an item is not displayed in the breadcrumbs. - I would personally remove these dots, or setup the breadcrumb so that they display for all menu items - I would personally opt for the last option.

    Hope this gives you something to think about, thanks,
    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
    Gary SmithUser is Offline
    Nuke Newbie
    Nuke Newbie
    Posts:3

    --
    2006-02-10 04:59 PM
    Lee,
    Your comments are thorough, even-handed, helpful and appreciated. Some of the suggestions, such as those involving the css file, are beyond my present knowledge and experience. I don't know how to get into the css file. But I can strip the excess code by using the html/text editor.

    The programmer installed the Refer-A-Friend module and I started to put it on a page. I looked carefully, but did not find a way to set it up with a fixed Subject header and Message. I found the header and footer boxes, it just didn't work after I Updated.

    Also, the module sets half way off the page and I haven't figured how to center it. It is on the Sanctuary page at http://www.eternalquality.net

    Could you help me with this?

    Mahalo,
    Gary
    Lee SykesUser is Offline
    DNN Creative Staff
    Nuke Master VI
    Nuke Master VI
    Posts:4945
    Avatar

    --
    2006-02-11 12:19 PM
    Hello,

    For your info, the css file is stored alongside your skin files, so if you speak with your programmer they should be able to point you in the right direction or set up the css file for you.

    Yes the module does not give you many options, and this is what you get for a free module. - All you can do is allow the subject and footer boxes to be editable, so as you've discovered you can not change the settings without re-programming the module.

    Regarding the display, the Text/HTML  section is displayed directly underneath the form boxes as it is within your page, again you can not change this without changing the table layout of the module itself.

    So I'm afraid the settings you require are not available without opening the code files for the module itself and programming it to how you require.

    Thanks,
    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
    You are not authorized to post a reply.


    Active Forums 4.3

    Latest Forum Posts

    iPhone website logo in DNN root directory by JohnnieD
    I'm trying to put an iPhone logo that I made into my site so when someone saves the website on their
    RE: Fixed size container by Joseph Craig
    Use an HTML module and style the container to have a fixed height and width. Set the overflow attr
    Fixed size container by Aggiedan97
    I am looking for advice or an actual container that has a fixed height (and width). An HTML module w
    RE: DNN 6.1 app_offline.htm by Joseph Craig
    If the site "works" in Chrome, Firefox and Safari, but not in IE8 look to IE8 as the problem. It is
    RE: DNN site automatically redirects to a different domain name. by Joseph Craig
    Make a copy what is in the portalalias table and then remove all but the localhost entry. Verify th
    DNN 6.1 app_offline.htm by Dave Hassall
    Hi As recommended I have successfully been using the app_offline.htm whilst performing upgrades t
    RE: DNN site automatically redirects to a different domain name. by imran shaikh
    Hi i have done same as mention in this post my dnn folder name is Trademaxomanupg with
    Enforce Terms Tutorial Update by Vistalogix Corporation
    I tried configuring my DNN 6.1.2 install to have a required "accept terms" checkbox as described in
    RE: Best Practices for Modifying a Custom Module by Joseph Craig
    Start up the development website, then install the module using the package that you have. Then, yo
    Best Practices for Modifying a Custom Module by schilders
    Good Morning, I'm needing to modify a custom built module created by another developer targeted f
    RE: Admin menu problem by alireza arabiyan
    hi in localhost i have http://localhost/senf/خانه.aspx and http://localhost/senf/Admi
    RE: Admin menu problem by Joseph Craig
    Yes, that is what you should have done. What is the URL for your home page? What is the URL for
    RE: Admin menu problem by alireza arabiyan
    hi first in localhost i add my domain.com as portal alias. then copy all files to host , restore my
    RE: Admin menu problem by Joseph Craig
    How did you move it? Have you added an entry in the portalalias table for the site's domain name?
    RE: Re: SQL SERVER 2008 R2 Remote connection by Joseph Craig
    Set up a user with dbo privileges and set the connection string for that user, rather than using Win
    Re: SQL SERVER 2008 R2 Remote connection by Prakasam Srinivasan
    I have successfully configured MSSQL Server 2008 r2 remote connection. I am using windows 7 and it h
    Admin menu problem by alireza arabiyan
    hi i installed dnn 6 on localhost and move it in my host, all link's , pages and modules are ok,
    RE: dnn 4.4 upgrade issue by imran shaikh
    Thanks you all it is done by renaming release.config to web.config procedure
    RE: dnn 4.4 upgrade issue by imran shaikh
    Thanks you all it is done by renaming release.config to web.config
    dnn 4.4 upgrade issue by imran shaikh
    hi this is imran i am upgrading dnn 4.4 to dnn 6.0.2 and getting this error please help me for this
    You are not logged in.
    You must log in to access all 
    650+ videos, tutorials, podcasts, and more.
    RSS Feeds