How to make a Web page

I am trying to make a Web page with iWeb 09, but it is really confusing. I presently have a Go Daddy account that forwards my chosen domain name to the obsolete HomePage name I have. When I created the HomePage account, as I recall, it told me the name of the page very clearly, very simple. iWeb does no such thing! I select "Publish" and I get this crazy page that says "Go to your registrar's website (sic). Define web.me.com as the 'www' CNAME (alias) for your domain." That sentence makes no sense! What happened to the simplicity of HomePage. Anyway, I go to Go Daddy and, of course, there is not such thing anywhere obvious. This should be easy. I have a so called Mobile-me account, but it does nothing. What is up with this? Do I even need Go Daddy any more? Any help is very much appreciated.

Any iWeb url is going to be http://web.me.com/username/sitename - so no difference at all.
So when you open iWeb and click on the name of your site you will get the publishing options, so select publish to MobileMe and your site should publish there. Rather than visiting the link, close iWeb and empty your browser cache and then type in your url - http://web.me.com/username/sitename and your site should then come up.
If you want to use your domain name with iWeb you can. Close iWeb and log into your MobileMe account under System Preferences and then go to the Personal Domain name section and enter your domain name in here. Once this is done, close MobileMe and log into your account at GoDaddy.
You do not need to know exactly what CNAME means, but GoDaddy uses CNAME forwarding, so log into your GoDaddy account and go to the DNS setting section. Then set-up a new CNAME, which means forwarding 'www' which is your sub-domain to web.me.com and this should then be set up to forward to your MobileMe published website. Note that when setting this up your alias is your domain name and your host is web.me.com and you are forwarding your domain name (alias) to your host (web.me.com) as this is where your website is published.
If you want to check that your website has actually been published, then you can open System Preferences and click on iDisk and you can then log into your iDisk and go to Web/Sites and check whether there is a folder there with the name of your website on it. If so, then your site has been published.
I am also assuming that as you have posted this in iWeb 09 that you are in fact using iWeb 09?

Similar Messages

  • How to make a Web Page with Labview?

    I have a Project: CONTROL A CAMERA OVER INTERNET (with Labview)
    i try to make a Web Page but it s very difficult for me.I have Labview 8.6 and Internet Toolkit.
    Why can i make a simple Web page?
    Why can i control the camera over Internet?
    Thanks...

    This thread is quite old but there is a new answer that might better suite your needs... So, for those who are looking for the answer, have a look at WebPager plugin for LabVIEW here: https://labicom.net/labdeveloper/WebPager/ . It will make much better job (in most cases) than Remote Panels and Web Services suggested above. The only difficulty I see in your request is a 'camera' word. With WebPager you'll be able to control it from the browser (without any plugins or similar things), but the video image itself will pose problems... Still, it can be tackled. 
    =========================
    Igor Titov, CLA
    WebPager - put LabVIEW front panels into the web page
    Labicom.net

  • How to make all web pages not use mobile page

    I don't want to see the mobile web page. I want the desktop view. It seems to be grayed out.

    I have that installed but it still shows me the mobile version of the site. The desktop icon is grayed out.

  • I am learning how to make a web page but every time I try to view my file it refuses to open saying the file is not protected from view by outsiders.

    I set up the file as index.html. When I try to view it on Firefox it won't open the file.

    Hi Kirk -
    I believe the method discussed in this post is the most reasonable: http://forums.ni.com/ni/board/message?board.id=200&message.id=10160#M10160
    I don't know of any 3rd-party tools for creating movie files in LVRT.  The AVI functions can't be supported in LVRT because they're based on DirectShow functionalities, which are only available in Windows environments. 
    David Staab, CLA
    Staff Systems Engineer
    National Instruments

  • How do I make safari web page go direct to "Open pdf in preview" without having choose it manually

    how do I make safari web page go direct to "Open pdf in preview" without having choose it manually

    Well crap!  Internet explorer goes direct to actual pdf, would'nt you know it, safari wont!  I will have to change my pdf order form to include instructions on how to find that toggle thing at the bottom so it wont wig out safari users.
    Kind of *****, if people dont know they have to click the open in preview choice, my form wont work.
    Thought maybe it was an HTML issue that could be overidden.
    Thanks for your answer.
    LeeCM

  • How to make a link page come up in seperate window

    Am not sure how to make a link page to anther site for
    insatance come up in seperate window so that they do not navigate
    away from my site.Thanks Tony

    Select the item you want to use as a link. In the property
    inspector, type
    in the full path to the website you want to link to and set
    the Target to
    _blank.
    Nadia
    Adobe� Community Expert : Dreamweaver
    http://www.csstemplates.com.au
    - CSS Templates | Free Templates
    http://www.perrelink.com.au
    - Web Dev
    http://www.DreamweaverResources.com
    - Dropdown Menu Templates|Tutorials
    http://www.adobe.com/devnet/dreamweaver/css.html
    "chesterarebest" <[email protected]> wrote
    in message
    news:e88357$ifp$[email protected]..
    > Am not sure how to make a link page to anther site for
    insatance come up
    > in seperate window so that they do not navigate away
    from my site.Thanks
    > Tony

  • I want to make a web page using labview.

    I want to make a web page using labview. I have the internet tool kit. Where do I start. Till now all I have used labview is for industrial I/O and mmi. I have used various TCP UDP comms for network purposes, but I haven't ever done anything with Web page design.

    The internet toolkit has some functions for generating and manipulating HTML, but it isn't really intended as a Web page authoring tool. I personally wouldn't use it for such a purpose, and I've done a good bit of Web programming in various different environments, including LabVIEW.
    The true power of the internet toolkit lies in its ability to create LabVIEW VIs to handle CGI requests, the way that perl or PHP might be used in more traditional Web development. In the old days, this was really the only way to provide Web interactivity with LabVIEW on the back end. Here is a document that outlines how to start up the toolkit's Web server and check out the CGI examples that ship with LabVIEW. This is the best jumping-off point for creating your own pages, if you are planning to use the CGI functionality in the internet toolkit. Just examine how the HTML pages and the CGI VIs in the examples work together and begin to try out your own VIs.
    Since LabVIEW 6i, LabVIEW has shipped with Remote Panel functionality that allows you to publish any LabVIEW VI in a Web browser without the burden of creating special CGI functionality. Furthermore, users can fully interact with the VI--buttons, graphs, string controls, etc. That's really a better solution if you want to make VIs available via the Web and aren't so much interested in CGI/transactional behavior. Check this out by choosing Tools >> Web Publishing Tool from LabVIEW.
    I hope this info gives you some ideas about starting points for Web functionality in LabVIEW. Please follow up if you have more specific questions.
    Best Regards,
    John

  • How tall is a web page?

    So we're doing pages 900+ pixels wide these days, but I'm wondering how much vertical content we can use before the user has to start scrolling - what he/she first sees when the page loads. Is there a rule of thumb (or mouse finger) for this?

    It's true that you need to make an educated guess about the people who will be viewing the site.
    For instance, if you know for a (relative) fact that they all use 12 inch monitors and IE6, that gives you an idea of what to shoot for.
    If you have a sense that they all have wraparound monitors (surely someone will invent them) that are 36 inches on the diagonal and the latest, greatest Browsers, that tells you something else.
    You can get general statistics about Monitor usage from w3c http://www.w3schools.com/browsers/browsers_display.asp Allowing for a vertical scrollbar and top of the Monitor screen material (toolbars, etc.), you can kind of guess at the actual Viewport sizes.
    If you want to keep people on your page, and not scrolling to kingdom come (how tall is a web page? how high is the sky?), there are strategies:
    Make the header stable and the container below it scrollable within a container so it looks like it's all on the screen...
    Make the page short
    Make the page liquid, so it doesn't hang off the page on small monitors or cower in the corner of larger monitors
    Use Spry Tabbed Panels, or Spry Accordions, or other Spry content techniques
    You can imitate Browser/Monitor Viewport sizes by doing Window > Cascade and adjusting the size of the floating window manually (drag the right bottom corner). The size of the Viewport will show at the right side of the Tag Selector at the bottom of the Document Window (1038 x 628, for instance).
    Beth

  • How to open a web page in JFrame.

    Please let me know how to open a web page in the Java Frame.

    HTML code can be viewed in any Swing component you want.

  • I was wondering if there is a tutorial on how to make a blog page in muse?

    I was wondering if there is a tutorial on how to make a blog page in muse? Any help will be appreciated.

    Hi
    You can integrate third party blog in your site or if you are using Business Catalyst , then you can go with BC blog modules on page.
    More Details :
    http://www.musegrid.com/blog/add-business-catalyst-blogs-to-your-adobe-muse-website
    http://www.muse-themes.com/blogs/news/7257782-creating-a-blog-in-adobe-muse-powered-by-nab ble
    Thanks,
    Sanjit

  • How to make my tab page shows all my applications?

    How to make my tab page shows all my applications?Please help me as fast as possible. Thx .
    Note: Please write as detail as possible because I am new to vb.Thx again.

    Hi,
     For a lack of info about what Applications you are talking about we can only guess at what you want to do. In my experience, this is the kind of question that ends up being a mile long with 15 different examples because nobody knows exactly what you
    are trying to do.
     With that said, maybe you can put a ListView in your TabPage and use the code i showed in the link below. If not then please explain exactly what you want to do.  8)
    How to make a screen that displays 'all apps'?
    If you say it can`t be done then i`ll try it

  • Make a web page

    I make a web page on word then save it as a web page, and it won't open on Safari, I'm not even sure if I do it a differant way.

    I don't have firefox of any other browser,
    Then download one, you will need it.
    http://www.mozilla.com/en-US/firefox/all.html
    and it didn't end in html it was htm.
    Then rename it so it ends in .html and try again.

  • How to make Turnable PDF-Pages with flip effect

    Hi,
    can any one help me?
    How to make flipping the pages in a PDF file using Acrobat professional? And how to save as a PDF file and is it possible?
    Please advise me how to process this.
    Thanks & Regards,
    Sudhakar

    Some related information that may help.
    http://forums.adobe.com/thread/719674?tstart=0
    http://acrobatusers.com/content/page-turner-0
    Be well...

  • How to make a Cleaning Page

    I recently became the Owner of a HP LaserJet 3100 all in one Printer and installed the Software so it will run on Windows Xp.
    I am having trouble with the Printing being too light and there are no instructions on how to make a Cleaning Page for XP.
    Can Anyone help?
    Thanks.

    Please refrain from posting such posts, u need to check dev guide, previous threads. If you can't find related info in both, then post in this forum.This forum is for issue related to OAF and not to teach basics.
    --Mukul                                                                                                                                                                                                                                                                                                                                                                                                                                                           

  • Adobe air how do links between web pages

    Hello!
    I try to use adobe air with dreamweaver : The tutorial shows how to package a web page but I can not integrate multiple pages. The html code <a href="page2.html"> test link </ a> is incorrect? Should I add something in the xml file?
    Thanks for help.

    It's just basic page for test :
    <html>
    <head>
    <title>AIRHelloWorld</title>
    <script>
    function init()
    runtime.trace("init function called");
    </script>
    </head>
    <body onload="init()">
    <div align="center">Hello World</div>
    <div><a href="page2.html">test de lien</a></div>
    </body>
    </html>

Maybe you are looking for

  • Printing times in ical

    How can I get iCal to NOT print the time of an event? I entered the event as an all-day event and it prints it with a time in front (eg. "11:00AM Meeting"). I want it to just print "Meeting." Please help!

  • My ipod touch says that i am connected to my home wifi connection but i can't use the internet. what should i do?

    i have an ipod touch and i have gone into my settings and connected to my home wifi. but the little bars that are supposed to come up in the top left hand corner do not appear and i cannot connect to the internet. is it my ipod? or should i look at m

  • Problem when joining PO - GRN

    Hi, I have this following code; which I think there is a problem with the Joins. It is working fine when commenting the following fields: T4.ocrCode as 'Profit Centre', T4.U_eEmpID as 'Employee ID',T4.Freetxt as 'Free Text'; but when I include these

  • OID Authorization issue

    Hi all, I need some help to setup LDAP Authentication. I configured the AuthProvider, I can see the OID Users and Groups within myrealm->Users and Groups tab. I can also see the groups defined within the ADF Application which is deployed to the manag

  • I cant delete anything in my itunes as it just crashes

    since having itunes match , which im going to let lapse as its pretty useless and constantly loses its info and restores itself!  I cant delete any songs or movies without it crashing, i cant even turn it off. why is it the more apple add the less it