How to establish a WEB page and obtain Domain

I know that this is a very strange question to this forum, but I trust this group more than I do anyone else. I would like to set up a WEB site so that I can post many things on it, i.e. family tree, Shriner information, links to other folks. I have purchased IMac but have not used it yet.
Is there a company out there that is in that type of business? And do I need to get a DOMAIN site?
Would appreciate any information that you might provide.

If you need help in creating web sites with iWeb, you should go to the iWeb forum:
http://discussions.apple.com/forum.jspa?forumID=1193
People there can also help regarding setting up a personal domain name, if you decide to buy one, which a great many users do. One good faq site is:
http://alyeska.altervista.org/en/iWeb_FAQ.html

Similar Messages

  • How to parse a web page and use same session(?) to post ?

    hi,
    lets say there a web page requesting:
    -username
    -password
    -sequence of letters ( assume its not an image, it is just plain text)
    i can get the source of page and parse and find the sequence.
    however i couldnt manage to post it. (the sequence changes)
    any help would be great, thx..
            try {
                int statusCode;
                String urlAddress =  "mywebpage";
                HttpClient client = new org.apache.commons.httpclient.HttpClient();
                String key ="";
                URL url = new URL(urlAddress);
                URLConnection conn = url.openConnection();
                DataInputStream in = new DataInputStream ( conn.getInputStream (  )  ) ;
                BufferedReader d = new BufferedReader(new InputStreamReader(in));
                StringBuffer buffer = new StringBuffer();
                while(d.ready())
                   buffer.append(d.readLine());
                int index = -1;
                String contents =buffer.toString();
                index = contents.indexOf("operation");
                while (index  > -1) {
                    key  = key + contents.substring(index+10,index+11);
                    index = contents.indexOf("operator", index+11);
                System.out.println(contents);
                System.out.println(key);
                /*GetMethod getMethod = new GetMethod(urlAddress);
                getMethod.getParams().setCookiePolicy(CookiePolicy.RFC_2109);
                statusCode = client.executeMethod(getMethod);
                if (statusCode != -1) {
                    contents = getMethod.getResponseBodyAsString();
                    index = -1;
                    index = contents.indexOf("mp3sesler");
                    while (index  > -1) {
                        key  = key + contents.substring(index+10,index+11);
                        index = contents.indexOf("operation", index+11);
                    System.out.println(contents);
                    System.out.println(key);
                PostMethod method = new PostMethod(urlAddress);
                // Configure the form parameters
                method.addParameter("user", "test");
                method.addParameter("pwd", key);
                // Execute the POST method
                statusCode = client.executeMethod(method);
                if (statusCode != -1) {
                    contents = method.getResponseBodyAsString();
                    method.releaseConnection();
                    System.out.println(contents);
            } catch (Exception e) {
                e.printStackTrace();
            }

    perhaps the website checks its source? What HTTP response do you get back?

  • How can I use Automator or AppleScript to get text from a web page and paste it in execl?

    I don't know how to make scripts or complexed automator workflows... that's why I'm asking.
    I'm trying to make a simple app or script to ask me what text to extract from a web page, like name, address and phone number of a web page and paste each one of these data in the righ cell of excel.
    I was thinking to promt a request from automator or an applescript to ask me which text to extract from the page or to look throught the HTML of the page to search for specific html tags, from which extracting text and then importing it, or paste it to the specified execl cell. Name in the name cell, address in the address cell and so on.
    Can somebody help me to make this script?
    If you know an alternative, like a software that already do this or another language to use, please tell.

    Try holding down the alt key as you mark the text to be copied. You can then copy columns to table text.

  • 1. How can we search the Forum to see if a question has already been asked? 2. Can I send a Web Page and not just its Link?

    1. How can we search the Forum to see if a question has already been asked? Search goes back to Help and out of the Forum.
    2. Can I send a Web Page and not just its Link? Explorer allows it.

    1. How can we search the Forum to see if a question has already been asked? Search goes back to Help and out of the Forum.
    2. Can I send a Web Page and not just its Link? Explorer allows it.

  • I made a mistake by saving a web page and moving it to ical on my mac air. now i can open ical but cant access it as it says i have a systems error . how do i fix it ?

    i made a mistake by saving a web page and moving it to ical on my mac air. now i can open ical but cant access it as it says i have a systems error . how do i fix it ?

    Changing body text is not simple. It's a desperate last resort. You need to buy the exact font. Acrobat will not let you edit in a font you don't own. Even then, it's undertain. Consider preparing an overlay in InDesign.

  • How can I get web page to retain button count values

    Hi,
    I have a button which, each time it is pressed increments a
    number. The number is shown in a text box. This all works fine, on
    my web page. However if I close the web page and then reopen it,
    the count number goes back to zero. How can I keep the number it
    was (eg 10) and keep incrementing it ?
    I have the button on Frame 1 and the text box on Frame 2.
    Thanks,
    Paul

    maith wrote:
    > Hi,
    > I have a button which, each time it is pressed
    increments a number. The
    > number is shown in a text box. This all works fine, on
    my web page. However if
    > I close the web page and then reopen it, the count
    number goes back to zero.
    > How can I keep the number it was (eg 10) and keep
    incrementing it ?
    > I have the button on Frame 1 and the text box on Frame
    2.
    You will need to use Shared Object to store the info on user
    drive.
    It is Flash's native form of cookies and works locally (from
    exe projector)
    as well as in browser.
    Best Regards
    Urami
    !!!!!!! Merry Christmas !!!!!!!
    Happy New Year
    <urami>
    If you want to mail me - DO NOT LAUGH AT MY ADDRESS
    </urami>

  • Whenever I open firefox a add ons screen comes up with the yahoo web page behind it. . I just want the Yahoo web page and do not want to close the add ons page every time I use my computer.

    Whenever I open firefox a add ons screen comes up with the yahoo web page behind it. . I just want the Yahoo web page and do not want to close the add ons page every time I use my computer.
    I don't know what else to say about this. It is a screen that comes up in its own window everytime I open Firefox

    Please check your home page setting and see if about:addons is listed. If it is, please remove it
    https://support.mozilla.com/en-US/kb/How+to+set+the+home+page

  • How to integrate deployed Web Services and Portlets

    Hi All,
    I am able to deploy Web Services and Portlets in the Application Server, which is in the network system.Now, I want to know how to integrate the Web Services and Portlets.I dont have any idea about this and i didn't got any good material..
    Please, provide some useful links or material, if anybody has any idea about this.
    Thanks in advance.
    Praphul

    You can consume a Web service from a JSF page for example using the ADF Web service data control:
    http://www.oracle.com/technology/obe/obe11jdev/bulldog/webservices/ws.html
    http://www.oracle.com/technology/obe/obe11jdev/11/wsdc/wsdc.htm
    You can turn these JSF pages into portlets using WebCenter's JSF to Portlet bridge.
    http://www.oracle.com/technology/products/jdev/11/cuecards111/jps_set_62/ccset62_ALL.html

  • 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 make the web part and web part zone smaller?

    Hello Community
        On WS2012 running SharePoint 2013 Server when you edit a page
    the web part zone is big and when you add the web part the web part 
    is big also.
        So the question is how to you make web parts and web part zone
    smaller?
        Thank you
        Shabeaut

    Hi,
    According to your description, my understanding is that you want to make the web part zone and web part smaller.
    When you edit a page, you could change the height and width of the web part in Edit Web Part -> Appearance by typing in the Height and Width field. The size of the web part zone changes with the web part.
    Best Regards,
    Dean Wang
    TechNet Community Support
    Please remember to mark the replies as answers if they help, and unmark the answers if they provide no help. If you have feedback for TechNet Support, contact
    [email protected]

  • HT4922 Downloaded 5.1.1. to my iphone. Now, Safari will not connect to my server.  Can not download web pages and many of my apps. Running very slow sluggish! Is there a fix? Sound like other users are experiencing same problems.  Anyone have a solution?

    Downloaded 5.1.1 to my iphone. Now, Safari will not connect to my server. Can not download web pages and many of my apps. Email seems to be ok. iphone running slow and sluggish.  I have read several other users have experienced the same problem. Any solutions?

    Basic troubleshooting steps oultlined in the User Guide are restart, reset, restore from backup, restore as new device.
    You need to go through all steps in succession until your problem is solved.  If going through ALL these steps fails to resolve your issue, then you'll need to bring your phone into Apple for evaluation and possible replacement.

  • How can I save a page and all its component parts in a single file, like IE does as an MHT - it's much easier for mailing to people where page address not available?? (as in output from an airline booking site, for example)

    how can I save a page and all its component parts in a single file, like IE does as an MHT?
    It's much easier for mailing to people where page address not available?? (as in output from an airline booking site, for example)
    It is simply too painful to have to zip everything up into a single file to send. MHT format has been available for years now from IE, and with every new FF release it's the first thing I look for. I have been using FF for years, and hate having to come out of it, over into IE |(which I even took out of startup) and key everything in again, in order to send somebody something in a convenient format that they can open with a single click.
    I can't believe this hasn't been asked before, so have you looked at it and rejected it? Have MS kept the file format secret?
    Thanks
    MG

    This is not really an answer just my comments on your question.
    I am sure I recollect efforts being made to get mhtml to work with FF.
    Probably the important thing to remember about .mhtml is that if other browsers do support it they may need addons, and may not necessarily render the content correctly/consistently.
    There are FF addons designed for archiving webpages, you could try them, but that then assumes the recipient has the same software.
    You could simply save the page from FF to your XP pc; then offline open it with and save it using IE, before then emailing using FF, and attaching the .mht or mhtml file that you have now created on your PC.
    As an alternative method, in some cases it could be worth considering taking a screen grab of the required page, then sending that to the recipient as a single email attatchment using either a bitmap or jpeg file format for instance.
    Something such as an airline booking may be designed with a print option, possibly it could be worthwile looking at sending the print file itself as an email attachment.

  • 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.

  • When I am in safari, I try to bookmark a web page and it is not doing it, it worked before I updated to the ios6 version

    When I am in safari, I try to bookmark a web page and it is not doing it, it worked before I updated to the ios6 version, does any one know why ? It pulls up the screen to save it but then it is not showing up on the bookmark drop down menu, it continues to show the standard google,iPad user guide, yahoo....

    hello sofg777, when you're at a page you want to print try to press ctrl+P and select a different printer than the Microsoft XPS Document Writer which seems to be set as your default printer in firefox at the moment.

  • Want user to click on pic from my Web page and for it to enlarge in awindow

    I've uploaded my pic from iPhoto and placed in on my page in iWeb. I want the user to be able to click on the pic on my web page and for the page to "enlarge" so the user can see it better. Possibly in a new window.
    Is this possible in iWeb?

    There are a couple of ways. See my demo pages Fancy Zoom and Opening Item in New Specially Sized Window. Both will do what you want. The code uses is also described.
    OT

Maybe you are looking for

  • HT5019 How do I get extended display mode on two monitors off a MB?

    I've tried to find answers on other threads but no luck. Is it possible to connect two monitors to a 2008 unibody MB (mavericks) to use extended display? I've never had a problem with using one monitor (mini dvi to vga) as an extended display and now

  • Mavericks, 3TB Fusion Drive, Windows 8 (again!)

    I am so confued now, my head is spinning. I have read probably 18 different posts now on how to install Windows 8 on a 3TB fusion drive, and none of them are complete, or give a step by step.  I'm on a new late 2013 model iMac running Mavericks 10.9.

  • How to import one or two shows from a season on the iphone...

    Hi All, I hope this is an easy question. I have purchased a season of Family Guy on itunes and want to import only a few of the shows on to the iphone. The only option I've come across is to import the entire season on to the iphone. Is there a way t

  • Quick preview issues - can someone please test

    Quick preview does not seem to work correctly. When photographing, I do not have my camera automatically rotate my images. I do this so I can see a full preview on the LCD on the back of the camera. When I download images into Aperture, I rotate manu

  • Mopatch  - cannot unpack patches error

    I have just upgraded the database from 10.2.0.2 to 10.2.0.4.  Downloaded current mopatch, opatch, SAP bundle patch.  I attempt to run mopatch in documentation mode and get the following.  Unpack error is at the end.  This is running on AIX 5.3. MOPat