Dystexia/dyspraxia user-friendly design. Help

Hi all

IM new to the forum so excuse me if I ask a stupid question or previously answered.

I'm developing a Web site with people suffering from dyslexia and dyspraxia the final consumer. To make their experience as comfortable as possible, I would like to have a fill color selectable browser (among a choice of maybe 4 or 5). I can envision a site plan that could reproduce the site with each color cross referenced on every page, but is not an elegant solution.

Ideally I need a widget that allows this directly from the menu bar main but I can't find a pre-made and although I imagine it as a simple HTML code for MUCow, I am totally green.

Any help or advice would be very welcome.

Dan

You can create pages with different background color and link them with menu items (dropdown) or you can use compositions stretch the container and then add the same content to different containers with different fill color.

Thank you

Sanjit

Tags: Adobe Muse

Similar Questions

  • VIX file in the user interface designer receives the data from the Web service application that communicates with the SQL server database

    I created the Web service VI ("Mt-insolacije.vi"), which has two terminals of the input string (FROM / TO) for the dates of arrival and exit of two data terminals (table 1 d) from database (MS SQL server). This VI communicates with the database with functions of the database with a DSN and SQL query appropriate palette. There are two tables with two data (time and Insolation) columns in the database.

    This VI works when you run in Labview 2010, but when I used it as VI in UI Builder it returns no data.

    Could you please help me find a solution. Is it possible to communicate with the SQL server database in this way or there is another way?

    There are two files attachmet: Image of .vix file in Interface builder and .vi file ("Mt-insolacije.vi")

    Please help me ASAP!

    Thank you

    Ivan

    I found the solution problem is in the DSN. I've been using the user instead of DSN system DSN.

    It's important to create the system DSN if you want your VI of web service to communicate with the database.

    PS Please put feature bundle format timestamp and XY graph in the web user interface designer. It's complicated to trace data with datetime on X axis without them.

  • Confused about the bar mentioned in user interface designs

    I was reviewing the instructions for user interface design, and he mentions a menu bar:

    "Use a menu bar to move user interface components off the screen.
    The application menu can include primary or secondary
    The menu when you drag from the top of the screen.

    The menu bar is built in? Or it simply means, I can create an and show it when the 'swipe_start' event fires?

    What does primary and secondary? This means main and submenus?

    If there is a menu built in, how I add to it? If I created one, what would be the best approach to design? I saw a QNX class for menus. How the menu disappear? Would it not as simple as when something is clicked?

    If the best way to get the menu bar to slide downwards to activate it? It is implying that the menu bar is the Menu bar main application and dialog boxes in the frame actions app to be managed by popups, buttons etc and do not use a menu bar always visible because it uses valuable screen realestate.

    I understand that these are guidelines, there are always exceptions to the rule. I just want an idea on best practices.

    Keith

    Hey kmitchell,.

    You basically answered most of your questions, but not confirm them

    The menu bar from what I've seen so far in the docs is not built in, and you will need to create one on your own by using the SWIPE_START event. Primary and secondary actually seems to be what you call main and submenus. What I thought of him, it was maybe a menu that looks the same every time by sweeping u down and has basic functions or if something happens in the application and slide you down the menu reflects the events of what is happening. in regards to how it should look like, there is a video of a demo that was presented at the adobe max Conference where he shows a demo of the camera app to help slip it in the menu dropdown. Here is the link. go to the last 13:45 video to see the demo:

    http://2010.Max.Adobe.com/online/2010/MAX260_1288217641375UQJD

    the menu design would be that it would disappear as soon as you click an option. its really what you want it to be. I don't think that there is no specificity.

    and Internet broadcasting its been said that they do not like to see sort of a title from the menu bar. now, I agree and disagree with this statement, but maybe im just not used to slide down menu type event. so ill see where this goes.

    also, here is a code harrydodgson and I worked on regarding the menu and the SWIPE_START event:

    SwipeDownTest.as (main Application file)

    package
    {
        import caurina.transitions.Tweener;
    
        import flash.display.Sprite;
        import flash.display.StageAlign;
        import flash.display.StageScaleMode;
        import flash.events.Event;
        import flash.events.MouseEvent;
        import flash.ui.Mouse;
    
        import qnx.events.QNXApplicationEvent;
        import qnx.system.QNXApplication;
    
        // The following metadata specifies the size and properties of the canvas that
        // this application should occupy on the BlackBerry PlayBook screen.
        [SWF(width="1024", height="600", backgroundColor="#F4F4F4", frameRate="30")]
        public class SwipeDownTest extends Sprite
        {
            private var ui:UI;
            private var swiping:Boolean;
    
            public function SwipeDownTest()
            {
                stage.align = StageAlign.TOP_LEFT;
                stage.scaleMode = StageScaleMode.NO_SCALE;
    
                ui = new UI();
    
                addChild(ui);
    
                QNXApplication.qnxApplication.addEventListener(QNXApplicationEvent.SWIPE_START, onSwipeStart);
            }
    
            private function onSwipeStart( e:QNXApplicationEvent ):void
            {
                swiping = true;
                addEventListener( Event.ENTER_FRAME, trackMouse );
                stage.addEventListener( MouseEvent.MOUSE_UP, mouseUp );
            }
    
            private function trackMouse( e:Event ):void
            {
                var pos:int = stage.mouseY;
    
                if (pos > 123) pos = 123;
                if (pos < 0) pos = 0;
    
                ui.y = pos;
            }
    
            private function mouseUp( e:MouseEvent ):void
            {
                if (!swiping)
                {
                    Tweener.addTween(ui, {y: 0, time: .3, transition: "linear"});
                }
    
                removeEventListener( Event.ENTER_FRAME, trackMouse );
     
                swiping = !swiping;
            }
        }
    }
    

    UI.as (File menu)

    package
    {
        import flash.display.Shape;
        import flash.display.Sprite;
    
        public class UI extends Sprite
        {
            private var sectionOne:Shape;
            private var sectionTwo:Shape;
    
            public function UI()
            {
                //set it up with two sections
    
                sectionOne = new Shape();
                sectionOne.graphics.beginFill(0x333333, 1);
                sectionOne.graphics.drawRect(0,-123,1024,123);
                sectionOne.graphics.endFill();
    
                sectionTwo = new Shape();
                sectionTwo.graphics.beginFill(0x666666, 1);
                sectionTwo.graphics.drawRect(0,0,1024,600);
                sectionTwo.graphics.endFill();
    
                addChild(sectionOne);
                addChild(sectionTwo);
    
            }
        }
    }
    

    hope that answered most of your questions. Good luck!

  • My meniu in Photoshop CS6 Extended is very small.  I really need to find a way to solve this problem; It is not user friendly at all... I have a new

    Does anyone know how to solve the problem of the very small menu in Photoshop CS6 extended on a computer in high definition?  Need help please, it is not very user friendly at the moment.

    Thank you..

    Hello

    Photoshop CS6 can't stand the Hidpi monitors. To change the resolution of the screen 1920 * 1080.

    Microsoft to change the screen resolution, please follow this link: http://windows.microsoft.com/en-in/windows7/change-your-screen-resolution

    Thank you

  • Why candy crush game won't let me ask your friends to help them get to the next level

    Candy crush does not send friends the help message for the next level, this is just a space square, although everything about the game is always displayed and I can play the games that I've played

    Hello

    1. you are trying to play a game online?

    2. were you able to play the game before with no problems?

    3. have you made a recent software or hardware changes to the system?

    You can read the article and check if it helps:

    Resources for troubleshooting problems in Windows XP

    You can also check with the manufacturer of game and check if any arrangement had to be changed.

  • I deleted the account current user which I use through, Mycomputer manage option, know that I am in this user only, please help me restore this user...

    I deleted the account current user which I use through, Mycomputer manage option, know that I am in this user only, please help me restore this user...

    Hello

    Who is the user account you have currently connected?

    Research of user in the sub folder location:

    Folder C:\Documents and settings\Users

    If you find in the folder the administrator account user, then you may need to create a new user account and transfer of records and documents to the new location

    See the link for the procedure below: how to copy data from a corrupted to a new profile in Windows XP user profile:http://support.microsoft.com/kb/811151

  • my computer HP G62 laptop won't let me connect to this subject says not found user profile can help you

    my computer HP G62 laptop won't let me connect to this subject says not found user profile can help you

    Hello

    You can try the following.

    Shut down the laptop.  Tap away at f8 that you start the laptop to enter the Windows Recovery Console.  Use the arrow keys to select Safe mode and press ENTER.  If windows will load in this mode, on the Start Menu, click principally made programs, click Accessories, click System Tools and run the system restore.  Choose a restore point at least 24 hours prior to the issue of logon and then proceed to the restoration.  When you are finished, Windows will restart as normal in order to check if you can now connect correctly.

    Another option if the above does not help is as follows.

    Shut down the laptop.  Tap away at f8 that you start the laptop to enter the Windows Recovery Console.  Use the arrow keys to select "Start using last good known Configuration" and press ENTER.

    Kind regards

    DP - K

  • Most user friendly for beginners platform?

    Is there a user-friendly version of Dream Weaver for someone who already has an established Web site that requires the use of Dream Weaver for the updates and changes that must be made on the site? The individual who has changes, etc. on the Web site is no longer able to do so, and we are trying to find a way to do it ourselves. Unfortunately, none of us are very commonly the DW. Any suggestions? Thank you

    Not really, no.

    DW is not really made for people who do not understand code, and it allows for virtually everything you touch, break if you don't know what you're doing.

    Unless the web guy you had created some kind of content management system, I think that the best will be to hire a professional to establish periodic updates, or to create a Government area CMS for you to make changes without breaking any code (something like Wordpress or Joomla).

  • I need to help, remembering my user name designs N.L. persona. Is there a way you could help me with this?

    I tried several ideas username and none of them worked. Yesterday I made my account for personas.

    Save you all data in password or data saved form Manager?

    • Tools > Options > Security: passwords: "saved passwords" > "show passwords".
    • Tools > Options > privacy > History: "don't forget to search and form history."

    You can also try the Personas forum.

  • Looking for design help

    Looking for a help of design with this scenario

    A user can double-click on a non editable listview and a dialog box will appear. the data entry and display of list is full. When they come out the dialogue, a task is launched to update the database, resulting in the close dialog box and listview parent redrawn.

    what I find is that if the user works quickly, they can double-click again and restart the process until the parent listview is redrawn. Everything seems correct, but for several reasons, the update of the database fails.

    So, how to disable double click action until the task is completed? The challenge is there several of these boxes of listview and not must be an action until the update of the database is complete and the boxes are redesigned.

    Obviously I could loop through each listview box before you open the dialog, remove the doubleclick event handler. so I might have the task to reinstall the doubelclick event handler after the screen new drawing is finished (I can't)?

    I was expecting something more graceful...

    I was wondering that after I had posted it.

    I guess I always think it is advisable to put the update in the background database. It's pretty easy to do, you get all the semantics nice to task.setOnSucceeded (...) and task.setOnFailed (...) that nicely encapsulate the fact that you are waiting for a process to do something, and you would be successfully implemented if you decided to add other features in there. In addition, if you block the thread of FX Application, you will get probably strange results if you cover and then discover your application with another window (your request might not get the opportunity to repaint).

  • lost / my Admin user password, please help!

    How can I register in my Admin user? I just changed the password to the password and forgot it now. Can anyone help, please.

    How can I register in my Admin user? I just changed the password to the password and forgot it now. Can anyone help, please.

    Keep passwords secure - Microsoft on passwords strategy
    http://support.Microsoft.com/kb/189126

    What to do if you forget your Windows password:
    http://Windows.Microsoft.com/en-us/Windows-Vista/what-to-do-if-you-forget-your-Windows-password

  • Problem with the command net user. Please help ASAP!

    What is happening on Windows XPI logged on as administrator on my computer, then in the command prompt, I typed: net user administrator active: / Yes (and pressed enter). After that I restarted the computer, I can not connect, and was my password (password). Please help me as soon as POSSIBLE. Thank you!

    Your syntax is incorrect for the command "net user".  You probably wanted to enter the command:

    NET user administrator / Active: Yes

    The syntax of the command 'net user' (according to this article) is:
        net user [Username [password |]] *] [options]] [/domain/domain]

    All options begin with a forward slash character (/)

    By omitting the character "/" before "active:", you have probably changed the password of user 'Administrator' in "active:" or "active: / Yes" depending on whether you entered a space before the 'yes '.  Try to connect as an administrator when you enter that as your administrator password.

    HTH,
    JW

  • BlackBerry user interface design tool

    Hi all

    What kind of tool is recommended in the design of the interface of BlackBerry user?
    I would like to express and the resource PNG and the class as a screen or a Manager or a field on the layout of the screen.

    There are tutorials... Here are a few links.

    http://devsushi.com/2007/12/02/BlackBerry-JDE-API-user-interface-field-reference/

    http://www.Scribd.com/doc/4759794/developing-custom-Java-applications-BlackBerry

    http://www.BlackBerry.com/knowledgecenterpublic/livelink.exe/fetch/2000/348583/CustomView.html?func=...

    Good luck.

    D

  • New user - script needs help

    Hi people, new user here.

    Have a text field I want to be hidden until one of the two radio buttons in a group has been selected.  Any help is greatly appreciated.

    Rick S/San Antonio, TX

    You can do this in different ways. Here is an example. Use the following the calculation script customized in your text field that must be hidden or shown:

    var f1 = this.getField("Group1");
    var shouldBeVisible = (f1.value != "Off");
    event.target.display = shouldBeVisible ? display.visible : display.hidden;
    

    This can be shortened a bit, but the shorter code is not necessarily more readable. If you have problems to understand what is happening here, please see the core JavaScript language syntax. What you need to know, is that a group of radio buttons with no selection will report 'Off' as its value. If the field should be visible when the Group of radio buttons is not set to 'Off '. In this case, we set the event.target.display property (you can find out what it means in the Acrobat JavaScript API documentation: Acrobat SDK Documentation DC: event.target ) display.visible or in the other case display.hidden (once again, it details in the documentation of the API).

  • Delicate design help

    Thank you for your help.

    I design websites in Muse for various clients.  I use the tablet buttons and phone to create tablet or phone usually versions, in some cases the customer doesn't want or need a mobile version.  In these cases, I noticed an inconsistency with the design.  On one of my funds only websites www.brandwoodweddings.co.uk, it displays perfectly on the edge of a mobile or Tablet automatically, which is great and exactly what I need.  But on another site, www.beachtowelclips.co.uk it has a gap on the right side on tablet or mobile versions.  I examined the elements to ensure that they are all aligned to the Center and tried to compare two sites page properties to nothing does not.  I do not see why the brandwood site would display perfectly, is not the case of the site of towel. Can shed you some light on this please?  Thank you very much

    Sure, you probably have an empty box or text box or other item that is out of the page, causing displacement.

    On pages that have a problem (models too) do a select all to highlight all the content and see if there is any empty element outside the establishment.

Maybe you are looking for

  • HP Envy 15-j190nb update question

    Hi all I have a question about the HP Envy 15-j190nb. I'm looking for a laptop about a new study that I will soon begin. My eyes fell on the HP Envy 15-j190nb . The specs are really good for a laptop, but I was wondering if I could install an Msata S

  • Satellite A100-784: where to find his virtual for XP

    Hello everyone, I'm new here and this is my first post in hopes that I can give something new... Satellite A100 - 784 PSAANE, I had and bought again Windows XP Professional, instead of the basic Vista... I have all the drivers on the Toshiba web site

  • Request code has changed

    I just bought a printer 4625. During installation, a claim code was generated. After that, I changed the printer email address. Two days later by a reason any (I don't know what I did) a new claim code was generated. When I tried to print a document,

  • Windows Vista SP2 - Standalone vs Windows Update

    Here's a quick question I hope is easy to answer: I still have to install Service Pack 2 on my Vista machine for various reasons that are not related. Anyway, now I can't, so my question is whether it is better to install from Windows Update tool or

  • error message from the object page Web keeps popping up, especially in hotmail. What should I do?

    Help me please