[HELP] Editing a circular menu

Hi everyone, flash isn't my area, but maybe someone can help.
I have a circular menu that i want to integrate in WebPlus but i don't know how to edit the code on the menu itself because i don't understande AS3 and Flash.
When I test the movie and click [ctrl+L] I see the code I want to edit in the output window but I don't know how to, because I can't in that output window.
My objective is to change the number of menu items, change their labels and link the to their correspondant internet page.
I've been reading about maybe creating an XML that controls the amount of menu items and what pages they link to. But the truth is i'm lost!
this is the link to the menu files:
http://www.sinefactory.com/downloads...cular-menu.zip
and this is the menu creators blog:
http://blog.soulwire.co.uk/code/acti...-circular-menu
Hope someone hear can shed a light!
I thank everyone in advance

http://www.gotoandlearn.com , look at the tutorial titled, "Papervision3D 2.0 Interactive Cube".

Similar Messages

  • Help with rotating circular menu

    Hi there. With help from a few tutorials, I've made a menu with 5 buttons that rotate around a central Clip. So far so good.
    Except I need to add a lightning that will point toward the center whenever a button is activated. Much like picture below:
    Everything I've tried so far has produced unexpected results
    So I would really appreciate any suggestions as to how I might fix my code (AS2) and get the lightning to position itself where it must be. Thanks!
    var rotX:Number = 290;
    var rotY:Number = 140;
    var Centre:Number = Stage.height/2;
    var vitesse:Number = 0.1;
    var sceneW:Number =Stage.width;
    var sceneH:Number = Stage.height;
    var nbI:Number=5;
    var angle:Number=1;
    var i:Number;
    var lightning:MovieClip = this.attachMovie("lightning", "lightning", 1000);
    lightning._alpha = 0;
    var videostopped:Boolean = false;
    for(i=0;i<nbI;i++)
       var button:MovieClip = this.attachMovie('Icone'+i,'Ic'+i,i);
       button.onRelease= onRelease;
       button.onRollOut = onRollOut;
       button.onRollOver = onRollOver;
       button._y = sceneH /2;
    //_____________________test
    function onRollOver():Void {
            //I want to add a "lightning" movieClip between the center and the button that is rolled over     
       lightning._alpha = 100;
       videostopped = true;
    function onRollOut():Void {
            //then remove it.
       lightning._alpha = 0;
       videostopped = false;
    onEnterFrame=function(){
         if (!videostopped) {
          if (angle > (2*Math.PI))
               angle = 0;
          }else{               
               for(i=0; i<nbI; i++){
                   //_____________________angle on x axis
                   this['Ic'+i]._x=rotX*Math.cos(angle+2*Math.PI*i/nbI)+sceneW/2;
                   //_____________________angle on y axis
                   this['Ic'+i]._y=rotY*Math.sin(angle+2*Math.PI*i/nbI)+sceneH/2;
                   //_____________________Speed
                        angle=angle+(sceneW/180)/sceneH*vitesse;

    I'll probably have to leave you to minds greater than mine for a solution to this.  To have things arranged with long rectangles and a flattened oval shaped path around the center as you show complicates matters in terms of how the _x/_y properties need to vary in order to not be hitting the inner or outer buttons.
    If it were mine to solve I would probably bend towards making the buttons circular shapes that follow a truly circular path around the center.  Then I would only have to manage the _rotation value of the lightning bolt which would have its registration at the center of the central button--essentially going around like the hand of a clock.

  • Return to Widget Browser for editing a customized Menu Bar?

    How to edit a Spry Menu 2.0 _after_ customizing with the Adobe Widget Browser and inserting the menu and further structural customizing via DW CS5?
    Yes, the new Browser and the new Menu 2.0 are a large step forward - thanks! But no resources (searched high and low ...) show how to return to the Widget Browser, and all its wonderful configuration tools, once a menu is inserted.
    The Widget Browser apparently does not allow setting up correct button labels, levels, etc.; instead the Widget Browser is where all the 'style' configuration is done. So, we use the Widget Browser to configure / style a Spry Menu 2.0 and then insert it into a page with DW CS5.  Of course, then the menu has to get the correct button labels, levels, etc.  So further structural customization, in DW.
    Now, we decide we want to try out some alternative styling, to compare and contrast options. Of course, that means we want to return to the Widget Browser again and use it. That CSS is hard in a widget such as this, and the whole point of the Widget Browser is to make that styling accessible.
    How to do that, to return to the Widget Browser - and at the same time not lose all the structural customization done in DW?
    What are we missing? Your help is most greatly appreciated.  David Allen

    Yes, of course! Add an ID to each main menu bar item (customize...) and in the CSS, make descendant selectors that include the ID and indicate the background color for that section.
    For this set of menu items:
      <li id="food"><a class="MenuBarItemSubmenu" href="#">Food</a>
        <ul>
          <li><a href="#">Item 1.1</a></li>
          <li><a href="#">Item 1.2</a></li>
          <li><a href="#">Item 1.3</a></li>
        </ul>
      </li>
    these selectors:
    ul.MenuBarHorizontal li#food a.MenuBarItemHover,
    ul.MenuBarHorizontal li#food  a.MenuBarItemSubmenuHover,
    ul.MenuBarHorizontal li#food  a.MenuBarSubmenuVisible
        background-color: green;
    will add the background-color 'green' to all hovered menu list items (and submenu list items) of the list item with the id="food".
    If you want yet another color for the submenus, do it this way:
    ul.MenuBarHorizontal li#food a.MenuBarItemHover
        background-color: green;
    and
    ul.MenuBarHorizontal li#food  a.MenuBarItemSubmenuHover,
    ul.MenuBarHorizontal li#food  a.MenuBarSubmenuVisible
        background-color: lightgreen;
    this latter will catch all the submenus's hover background-color.
    Beth

  • Webparts missing borders and edit web part menu

    I have a web part page, and added 7 apps (document libraries) into the page.  They are all set to minimized for the chrome state and toolbar type is "Full Toolbar".  The web parts do not display any border, and the edit web part menu
    is not available, it is only available when in editing mode.
    When I look at my site in SharePoint 2007 with the same settings, I can see that they have borders on the web parts and the edit web part menu is available on the right hand side (even when you are not in edit mode).
    2007 View (which I'm looking to mimic):
    What I currently have in 2013 (no borders or edit web part menu):
    Am I missing a setting?  I've tried in IE 11, FireFox and Chrome, all are the same.
    Any help would be most appreciated.

    I've done some fiddling after reading your post.. This seems like a bug, and there is hardly any information on it.
    I'm experiencing the exact same thing in my environment; I can minimize a web part, and it is not restorable unless I edit the page. Furthermore, when I set the chrome to Title and Border, I get no border.
    Also, it's cleared stated by MS that this should be possible: "You can configure a Web Part to be minimized by default on a page. You might do this if a page seems crowded.
    The readers of the page can restore the Web Part while they are reading the page. If they close and then reopen the page, the Web Part will be minimized again."
    https://support.office.microsoft.com/en-IE/article/Add-move-minimize-or-delete-a-Web-Part-from-a-page-362b1684-ad95-4a53-b826-443d8d9bdee0

  • How to edit existing Spry Menu?

    I created a Spry Menu, but now that it's published (saved) I
    don't see how to edit it so I can easily add more menu items using
    DW's visual tool. All I can get to is the menu's CSS.
    How do I edit an existing Spry Menu to add/remove more items?
    I'm using CS3.

    I guess I dont understand. You can add or remove or change
    the menu in the
    properties panel. You can do all that in the design view as
    well, so I'm
    not sure what I am missing.
    Is the page available to view?
    "morkafur" <[email protected]> wrote in
    message
    news:goja98$mho$[email protected]..
    >I guess I'm not being clear. Sorry.
    >
    > What I'm saying is that when I click "anywhere in the
    menu" or the border
    > around it, I don't get the display where I can click the
    "+" to add a menu
    > item.
    >
    > For example, I have a menu item called "Capabilities".
    If I click that
    > menu
    > item I see properties for it, no problem. I get this.
    >
    > What I'm trying to do, however, is get back the the Spry
    menu item
    > DESIGNER
    > where I can add/remove menu items graphically.
    >
    > Regardless of where I click, that designer does not
    re-appear.
    >
    > If I click the Spry menu item on the toolbar, CS3
    creates a new menu, but
    > doesn't let me edit (using the menu designer) the
    existing one.
    >
    > -- M
    >

  • Editing iChat status menu doesn't show in menubar icon

    Instead of having various status menu options ("surfing the web", "at home", "out to lunch", "in a meeting:", etc.) I prefer to edit the list down to just "available" and "away"
    When I edit the status menu from the buddy list drop down (by deleting the other options) my changes are reflected in the buddy list. However, the menubar icon still shows all of the preset options "surfing the web" etc.
    Does anyone else notice this? Is this expected behaviour?

    I later went into my com.apple.iChat.plist file and found two variables - "CustomAvailableMessages" and "CustomAwayMessages". After deleting all but the first blank line, they went away. (Make sure you make a backup!)
    I also deleted them from com.apple.iChat.StatusMessages.plist file.
    It was tricky, but I finally managed to get it so I only have available and away (in addition to the current iTunes song) as away messages in my menu bar. After I deleted the above, I had to go in and delete my custom edited away/available messages in the buddy list menu.
    MAKE SURE YOU MAKE A BACKUP OF THOSE FILES BEFORE YOU TINKER WITH THEM. You can use TextEdit I believe, but I use PlistEditPro to edit them.

  • I am not able to edit the spry menu via dreamweaver

    After having configured a spry-menu-horizontal-bar in my we page the
    day before, I cam back to add more links, however, I found this error
    message:
    The following translator were not loaded due to errors:
    PHP_MySQL.htm, has configuration information that is invalid.
    Spry.htm: has configuration that is invalid.
    SplyWidget.htm: has configuration information that is invalid.
    XSLT.htm: has configuration information that is invalid
    I am not able to edit the spry menu via dream weaver and doing the
    modifications by hand is cumbersome and prone to errors.
    Does anyone know how to solve this problem?
    Have a good day!
    http://www.tandooristyle.ca/ArbolOne1.html

    Not sure exactly why, but somethings don't look normal like why you have a PHP_MYSQL.htm file?
    Anyways, bets to post this on the Dreamweaver forum instead of the Developer Toolbox forum. You will get a much quicker response as this has nothing to do with the Adobe Dreamweaver Developer's Toolkit.
    Brad Lawryk
    Adobe Community Expert, Dreamweaver
    Adobe Usergroup Manager, Northern British Columbia Adobe User Group

  • I often have to open files .cue with Text Edit. Right Click, Open with, Others, Text Edit. Is it possible to put Text Edit in the menu avoiding to use "others"?

    I often have to open files .cue with Text Edit. Right Click, Open with, Others, Text Edit. Is it possible to put Text Edit in the menu avoiding to use "others"?

    The easiest way is to keep Textedit in the Dock and drag the .cue file(s) to the Dock icon.
    You can also create an Automator Service:
    Open Automator
    Select: Service
    Select Service receives selected [files or folders] in [Finder]
    and:
    Then select one or more .cue file, right click (or Control-click) on the selection to display the contextual menu. Scroll to the bottom of the contextual menu and select Services -> (what you named the Service).

  • Need help on Multi level menu implementation

    Hi All,
    Need help on Multi level menu implementation
    Thanks,
    Anu

    Hi Anu,
    Please go through this link Implement Multilevelmenu navigation
    Thanks,

  • I need help to make this menu?

    This is normal menu, but i have only use Flash for any times,
    i don't know how to make this menu with Action Script in Flash.
    http://i238.photobucket.com/albums/ff189/viczon/Take.jpg
    Please help me! My menu with 2 level, the first cross-bar above
    include Home, Introduce, Products,... and if rovoller on it,
    example as if i rovoller on Product button, will have appear
    products's name below. Thank for help, this menu is more important
    for me to do now, if can please do in Flash and send .fla file for
    me! Thank you..

    Please Help me! I Need it now. Please..

  • Help editing 720p video On Sony FW21m Laptop

    Hi I wonder if you can help me? I would like to edit 720p at 60 frames per second but my laptop is a little under spec so I am wondering if you can make any suggestions without replacing the mahine. Heres what im running:
    Windows 7 64 bit
    Adobe CS3 64 bit
    4GB kit (2GBx2)  DDR2 PC2-6400 • CL=6 • Unbuffered
    320gb Hard drive 7200 rpm with Serial ATA-300, 16 MB,
    Processor is Intel Core 2 duo P8600 2.4ghz (3M Cache, 2.40 GHz, 1066 MHz FSB)
    The graphics card is Graphics Controller: ATI Mobility Radeon HD 3470 - 256 MB
    The computer has a firewire port and usb 2.0
    I have an external 1000GB 5400rpm drive
    and a 500GB 7200rpm 16mb cache Internal drive which I have a usb external enclosure for But I could get a firewire enclosure if that would help
    I want to be able to edit fotage from a Canon EOS 550D at frame rates 1280 x 720 at 60 frames per second the files are .MOV with h.264 encoding
    It would also be helpful if I could occassionally use 1920 1080 at 30 frames. But this is not essential
    Is there any way I can edit these files using Adobe Premiere - any version? or are there any pther packages that may help?
    What improvements can I make? Would it help to set up an external firewire drive to output to. Additionally an external USB 7200rpm to source the clips from? And how does this set up work?
    Any suggestions would be really appreciated
    Simon
    Im not sure what additional modifications I can make to help edit this footage. I have looked at upgrading the processor to an I5 but im not sure if it is possible or would help.
    Alternatively if this is a lost cause can anyone refer me to a cheap laptop that is capale of editing 720p 60 frame files from a Canon DSLR

    I once worked in a film crew where i made a steadycam from a brick, a hinge
    and an elastic band!
    Im not giving up that easily.
    How about if I replace my HD with a 128GB SSD to run the 64bit applications
    Any SSD 2.5 Recommendations?
    Then look at what I can achieve with my ExpressCard slot.
    This is depednent on whether the Expresscard module is connected to a USB
    slot on the board or a PCI controller. Check out the speed differences:
    ExpressCard <http://en.wikipedia.org/wiki/ExpressCard> 1.2
    USB<http://en.wikipedia.org/wiki/Universal_Serial_Bus> 2.0
    mode480 Mbit/s60 MB/sPC Card 32-bit (CardBus) Word mode533 Mbit/s
    66.66 MB/sPC Card 32-bit (CardBus) DWord mode1,067 Mbit/s133.33 MB/s
    ExpressCard <http://en.wikipedia.org/wiki/ExpressCard> 1.2 PCI
    Express<http://en.wikipedia.org/wiki/PCI_Express>
    mode2,500 Mbit/s250 MB/sExpressCard<http://en.wikipedia.org/wiki/ExpressCard>
    2.0 USB <http://en.wikipedia.org/wiki/Universal_Serial_Bus> 3.0 mode*
    4,800 Mbit/s*600 MB/sExpressCard <http://en.wikipedia.org/wiki/ExpressCard>
    2.0 PCI Express <http://en.wikipedia.org/wiki/PCI_Express> mode*
    5,000 Mbit/s*625 MB/sIf im running Expresscard 1.2 on a PCI slot that gives
    me 250 MB/s
    Thats enough to run 2 FW800 drives at the same time from Express slot.
    Although I'm tempted to go for an esata dual port ExpressCard which will use
    the maximum bandwith or the slot
    One question, If your sourcing from one drive and outputting to another what
    sort of speeds do you get from each? Im presuming the write speed of a drive
    is 300MB/s or limited to 250MB/s if thats all the slot can manage. I just
    want to add in the calculation of the speed reading the source dive that I
    will have to account into the equation.
    Im considering dual port:
    FireWire <http://en.wikipedia.org/wiki/FireWire> (IEEE 1394b)
    1600[45]<http://en.wikipedia.org/wiki/List_of_device_bit_rates#cite_note-firewireb-44>
    1,573 Mbit/s196.6 MB/s
    or
    single port
    eSATA <http://en.wikipedia.org/wiki/ESATA> (SATA 300)2,400 Mbit/s300 MB/s
    2004
    Baring in mind I want to run 2 Hard drives through the slot and my limit is
    (if it is)
    ExpressCard <http://en.wikipedia.org/wiki/ExpressCard> 1.2 PCI
    Express<http://en.wikipedia.org/wiki/PCI_Express>
    mode2,500 Mbit/s250 MB/s
    That would only really accommodate 1 esata drive running at max speed
    Any suggestions folks?
    And dont say buy a new laptop..
    Thanks
    Simon

  • DON'T HAVE A HELP TAB IN MY MENU BUTTON. CANT EVEN COPY A URL IN MY ADDRESS BAR OR REFRESH IT ?

    how on earth can you help people when all you do is direct them to another page to click on something that doesn't help. this new version is awful . i cannot even put a url address in my address bar, nor can i refresh the address bar as it won't highlight at all. i keep going to all sorts of help pages and they are no help at all. i have used firefox for years and never had so much trouble with anything. the worse thing is your support and not being able to talk to any about anything. as it is i have to go all over just to find maybe an answer to this.i am using a background theme that i used before the new updated version and had no problems with it. if your themes are not compatible then why have them ??? the address bar problem is not present if i get rid of the theme and use the plain boring theme that you have . all i want to know is why this issue is happening with the theme i am using. and if possible it would be nice to get an answer in my email so i don't have to click on a dozen help pages trying to find it . thank you ..
    <sub>edit by a moderator: if you want to be able to discuss the issue with someone, don't do it in a shouting format (all uppercase), as this is considered rude on the internet - therefore i have converted your text into normal characters. in addition i have removed your address from public display since you will be notified per mail once somebody replies to the thread anyway. (philipp)</sub>

    '''What is your support question?''' This? <br />CANT EVEN COPY A URL IN MY ADDRESS BAR OR REFRESH IT ?
    A number of other users have mentioned a similar problem. <br />
    Chances are that you have an add-on installed that isn't completely compatible with Firefox 29. '''You''' need to figure out the culprit and disable it until an update for that add-on is available.
    If so, '''Try Firefox Safe Mode''' to see if the problem goes away. [[Troubleshoot Firefox issues using Safe Mode|Firefox Safe Mode]] is a troubleshooting mode that turns off some settings, disables most add-ons (extensions and themes).
    If Firefox is open, you can restart in Firefox Safe Mode from the Help menu:
    *In Firefox 29.0 and above, click the menu button [[Image:New Fx Menu]], click Help [[Image:Help-29]] and select ''Restart with Add-ons Disabled''.
    *In previous Firefox versions, click on the Firefox button at the top left of the Firefox window and click on ''Help'' (or click on ''Help'' in the Menu bar, if you don't have a Firefox button) then click on ''Restart with Add-ons Disabled''.
    If Firefox is not running, you can start Firefox in Safe Mode as follows:
    * On Windows: Hold the '''Shift''' key when you open the Firefox desktop or Start menu shortcut.
    * On Mac: Hold the '''option''' key while starting Firefox.
    * On Linux: Quit Firefox, go to your Terminal and run ''firefox -safe-mode'' <br>(you may need to specify the Firefox installation path e.g. /usr/lib/firefox)
    When the Firefox Safe Mode window appears, select "Start in Safe Mode".<br>
    [[Image:Safe Mode Fx 15 - Win]]
    '''''If the issue is not present in Firefox Safe Mode''''', your problem is probably caused by an extension, and you need to figure out which one. Please follow the [[Troubleshoot extensions, themes and hardware acceleration issues to solve common Firefox problems]] article to find the cause.
    ''To exit Firefox Safe Mode, just close Firefox and wait a few seconds before opening Firefox for normal use again.''

  • Help with a Java menu

    I am rather new to this so I appreciate any help you can provide.
    I was asked to add an additional choice to an existing drop down (mouse over) menu. I have added the additional choice and it appears when I preview it in a browser but for some reason it will not go to the "index.html" file I have set for the location. If I use the path from one of the other menu choices it works fine.
    Any thoughts?
    Message was edited by:
    DarkChii

    This is a JavaScript question isn't it?

  • Help with a Spry Menu Bar

    I'm having trouble with a Spry Menu Bar not displaying
    correctly in Internet Explorer, while it displays fine in every
    other browser I have available. I've done some searching on these
    boards, but the queries I've found with the same type of problem
    each has a knowledgeable person editing the code for the
    poster...and I can't seem to make heads or tails of it.
    So, below is my link. What you'll see if viewed in Explorer
    is that the "Clinics" listing and the "Services & Specialties"
    listing are each on the same horizontal line, rather than vertical
    like the rest of the menu. If anyone can help me in correcting this
    problem, I'd be very appreciative.
    Thanks in advance.
    http://www.chambershospital.com/temp/about.html

    Hello,
    You might try removing all of the <div> tags you
    inserted in the menu.
    This can happen if you select text in design view and use the
    "align" icons
    in the properties window instead of using CSS to align
    things.
    For example:
    <li>
    <div align="left"><<****REMOVE THIS
    <a href="clinics.html"
    class="MenuBarItemSubmenu">Clinics</a>
    <ul>
    <li><a href="clinic.html">Chambers
    Clinic</a></li>
    <li><a href="clinic7.html">Scenic 7
    Clinic</a></li>
    </ul>
    </div><<*** REMOVE THIS
    </li>
    So it looks like this:
    <li><a href="clinics.html"
    class="MenuBarItemSubmenu">Clinics</a>
    <ul>
    <li><a href="clinic.html">Chambers
    Clinic</a></li>
    <li><a href="clinic7.html">Scenic 7
    Clinic</a></li>
    </ul>
    </li>
    Repeat for all the other <div align="left"> and
    </div> tags in the menu.
    Take care,
    Tim
    "Zim74" <[email protected]> wrote in message
    news:fv4vc0$r0t$[email protected]..
    > I'm having trouble with a Spry Menu Bar not displaying
    correctly in
    > Internet
    > Explorer, while it displays fine in every other browser
    I have available.
    > I've
    > done some searching on these boards, but the queries
    I've found with the
    > same
    > type of problem each has a knowledgeable person editing
    the code for the
    > poster...and I can't seem to make heads or tails of it.
    >
    > So, below is my link. What you'll see if viewed in
    Explorer is that the
    > "Clinics" listing and the "Services & Specialties"
    listing are each on the
    > same
    > horizontal line, rather than vertical like the rest of
    the menu. If
    > anyone can
    > help me in correcting this problem, I'd be very
    appreciative.
    >
    > Thanks in advance.
    >
    >
    http://www.chambershospital.com/temp/about.html
    >
    >

  • Help noob please - restaurant menu method please...

    I created a basic static website a few years ago using Dreamweaver MX 2004.  I am a basic WYSIWIG type of amateur.  The site is for a family member's restaurant and has worked fairly well for some time but its getting harder to make updates to the restaurant menus.  Items and pricing keep changing and the tables I had put in place get pretty messed up easily since all the item and pricing changes don't totally conform to table characteristics I originally set up.
    So, I'm looking for help (remember I'm a noob wysywig type of guy - dont know CSS or anything beyond!) with the restaurant menu techniques. 
    I wouldnt mind moving the site to a content management type of site if I knew that would could be set up to match requirements and then could be more easliy maintained.
    I really appreciate all suggestions and thanks!
    An example of the site's menu is HERE.

    Let me offer you a few comments because I think you might have gotten a little off track here.
    You want to reproduce, as best you can, the look of a menu on paper. On the Internet. And a .PDF will accurately do that but there is a real problem with PDFs. Not all PDF menus will be accurately scanned by the search engines, so if I'm looking for "Mexican food", or "Tex-Mex food" a search may not turn up your website.
    From my point of view, your website needs to have content for the purpose of drawing people in to your restaurant to sit down and eat (or to use your catering services, assuming you do that as well).
    So let's consider what's on your website from that standpoint.
    Your current menu is laid out in tables. I have consistently found that search engines will tend to rank a website lower when it is laid out in tables. I am guessing that the amount of in-line definition overwhelms the search engines when they are looking for content. Take, for example this line:
    <td height="20"><font face="Comic Sans MS" size="2">Jalapeno Poppers</font></td>
    (this is line 175 in your source code).
    If search engines are looking for the term "Jalapeño Poppers," they have to wade through a font face definition, height of your cell and size of the font before they actually get to the term. You mentioned straight out that you don't know CSS. But were you to define a header level in CSS, as well as your columns, you would get the following for this same item:
    <h3>Jalapeño Poppers</h3>
    Need it in Comic Sans? Define the <h3> tag to be Comic Sans. Need it centered? Define that as well. Need it a certain size? No problem. Now, the browser reads in your CSS, stores that in memory and then renders all pages based on that CSS out.
    I have just done a few restaurants and have more in process. Restaurant websites in my area are universally bad. A website that is constructed using modern techniques of CSS and HTML will certainly stand out and garner more hits, based on people stumbling on the website from search.
    Unless you are constantly changing prices, you don't need to use a database. All you really need is good code and the time necessary to do occasional price updates. Dreamweaver's WYSIWYG (almost) Design view makes simple price changes and editing easy.
    And if you have bit off more than you can chew, consider having a professional designer do the restaurant website and simply maintain what the designer did.
    A few additional notes:
    You have your East Moline breakfast menu set as one large .jpg That is absolutely not searchable, so if someone is looking for a delicious breakfast burrito, they're not going to find you.
    Your page titles don't change and your physical address may not be the right kind of title. Also there is no unified navigation on your website. People who look at your menu might want to look at your catering options as well.
    I like the fact that you have lots of content there. Were I doing the website, I'd have a good start to go on.

Maybe you are looking for

  • How to create  Printable page in OAF using Jdev10g

    Hi, I tried to create a printable page in OAF using the following steps given in devguide of OAF Step 1: Add a page-level button as described in the Buttons (Action/Navigation) document. Step 2: Assuming your button label is the standard "Printable P

  • Purchase Order - Pricing Error related to Freight

    Hello All, In Purchase Order there is a condition type related to Frieght . Though it is defined manual the system is picking up automatically for few materials. Do note that no condition records exists for the same. But by default whenever i create

  • Receiving Internal Requisition

    Hi, I am trying to receive the Internal Requisitions through the Receiving Open Interface (RCV_HEADERS_INTERFACE, RCV_TRANSACTIONS_INTERFACE and run Receiving Transaction Processor) and i could successfully receive the items into the receiving org in

  • CSS WEBNS 7.2/7.4 ssl balancing and sticky-inact

    Hi, just two questions in regards of load balancing: 1) Does the advanced-balance ssl notice if an sslid change is done in the SSL-Session (some clients reinitiate a session after some time)? 2) Is the sslid-stickiness aware of 1) and keeps the conne

  • Canceled copy will not close.

    I tried to copy a file from my BOOTCAMP partition to my mac for easier access(i have Tuxera NTFS so this is possible) but i changed my mind rather promptly. I hit the cancel button and no its just sitting there saying "Stopping" with a barber pole. B