Making an editable web page in iweb

Hopefully someone can help me out here.
What I am trying to do is make a web page with iweb that will basically be a
page that anyone can edit (type) in. It would need to be password protected. but basically an editable journal type page. If that isn't possible, does anyone know how to make a simple hmtl page that would do the same effect that i could load into my .mac account? thank you for your time.

does anyone know how to make a simple hmtl page that would do the same effect that i could load into my .mac account?
I don't think what you want to do is possible on .Mac. Such things require php or other server side stuff which is not available there. But you can probably incorporate a forum hosted elsewhere into your .mac site. Search this forum for "forum".

Similar Messages

  • Edit web page with iweb but using a different computer than it was made on?

    in short... i made a web page using iweb 09' on my desktop... it is with a domain name that is with godaddy.com... i have it all working... forwarding to my web page etc.... but... how do i edit my web page using my laptop and iweb.... i can't seem to import or load the page into iweb on my laptop? it was created on my desktop and i can modify and change things on it but not my laptop... what am i doing wrong?
    thanks in advance...
    josh

    Will you be working on the site with both computers over time? If so Old Toad's Tutorial #21 - Managing an iWeb site from multiple Macs with Dropbox. can show you a way to make it easy to keep the domain file current on both Macs.
    OT

  • I updated to os x 10.8.5 today and now I cannot publish changes to my web page through iweb.  iweb crashes every time I try to publish

    I updated to os x 10.8.5 today and now I cannot publish changes to my web page through iweb.  iweb crashes every time I try to publish

    First do the following:
    1 - delete the iWeb preference file, com.apple.iWeb.plist, that resides in your
         User/Home/Library/ Preferences folder.
    2 - delete iWeb's cache file, Cache.db, that is located in your
    User/Home/Library/Caches/com.apple.iWeb folder (Snow Leopard and Earlier).
    NOTE:  In Lion and Mountain Lion the Library folder is now invisible. To make it permanently visible enter the following in the Terminal application window: chflags nohidden ~/Library and hit the Enter button - 10.7: Un-hide the User Library folder.
    Next, in Lion and Mountain Lion the Home/Library folder is now invisible. To make it permanently visible enter the following in the Terminal application window: chflags nohidden ~/Library and press the Return key - 10.7: Un-hide the User Library folder.
    To open your domain file in Lion or Mountain Lion or to switch between multiple domain files Cyclosaurus has provided us with the following script that you can make into an Applescript application with Script Editor. Open Script Editor, copy and paste the script below into Script Editor's window and save as an application.
    do shell script "/usr/bin/defaults write com.apple.iWeb iWebDefaultsDocumentPath -boolean no"delay 1
    tell application "iWeb" to activate
    You can download an already compiled version with this link: iWeb Switch Domain.
    Just launch the application, find and select the domain file in your Home/Library/Application Support/iWeb folder that you want to open and it will open with iWeb. It modifies the iWeb preference file each time it's launched so one can switch between domain files.
    WARNING: iWeb Switch Domain will overwrite an existing Domain.sites2 file if you select to create a new domain in the same folder.  So rename your domain files once they've been created to something other than the default name.
    OT

  • I trying to publish a web page from iweb, but it doesn't recognize my MobileMe account

    I trying to publish a web page from iweb, but it doesn't recognize my MobileMe accouI trying to publish a web page from iweb, but it doesn't recognize my MobileMe account, what can I do?

    MobileMe has been discontinued for over 2 years now.  You'll need to find a new hosting server for your website.
    This may be of help to you: Life After MobileMe.

  • How can I add a podcast episode to an existing web page using iWeb?

    How can I add an episode to an existing web page using iWeb?
    I could probably figure this out but I am afraid if I make changes to the site and re-upload it to the podcast area I will have just doubled it. I see them repeated from time to time.
    What is the proper protocal? Thanks
    Mac G4   Mac OS X (10.4.3)  

    Hi apple-owner,
    Method 1.
    To create this scatter-plot, I selected the whole of Columns A and B. (Shift click on the Column reference tabs).
    The plot ignores blank rows, but they are "ready" for new data:
    Method 2
    If you did not select whole columns, you can extend the "active" rows. Rows 1-5 selected:
    Add more data rows and drag the fill handle (small white circle, bottom right) down
    Regards,
    Ian.

  • I started setting up a web page with iWeb. Auto play box is checked, but music will not play when page is opened.

    I started setting up a web page with IWeb.
    Several proplems so far:
    1) Auto Play box checked for music, but music does not start when page is opened.
    2) Can't get Quicktime "start/stop" slide to start and finish a section within a long piece of music (classical for example).  How does one work the slide bar to do this?

    Yes the audio file plays on the iWeb page when I click the play button.  I even made sure it played both without the “little boxes” that surround the icon (don’t know the technical name for those), and when I click the music icon without the little boxes.
    I did note that the iTunes window that appears when I open the Inspector is not highlighted until I click the music icon and those little boxes appear.  Then the Start/Stop, Auto Play,  Loop, and Show Movie Controller are highlighted —  and work properly.
    One other thing.  I see that the iWeb icon I am working from says “Domain copy.sites2.”  Does that have a bearing on anything?

  • Editable web page

    Can one build an editable Web Page like the ones Wikipedia
    have with Dreamweaver? Is there a tutorial for that?
    Thanks,
    Jules

    http://www.mozilla.org/editor/midasdemo/
    http://www.mozilla.org/editor/midas-spec.html
    Bouyakhsass Achraf
    Freelancer, Web designer / Web developper
    =========================================
    http://www.mutationevent.com
    =========================================

  • Change web page using iweb

    How can I change my web page using iweb?

    Then you would need to publish to one of the 3 options that iWeb provides. Now, MobileMe ceases to exist come June, 30th. If you do not allready have a 3rd party host you will need to get one.
    I use ix webhosting. Their plans start as low as $3.95 USD a month & they have excellant customer service.

  • How can I get a song to play automatically on a web page ?     iWeb 1.1.2

    Can I get a song to play automatically when my web page opens? iWeb 1.1.2

    As long as you don't mind doing a little post publish editing of your .js files, it's fairly easy to do. You will find them in this path on your iDisk, using the Go menu in Finder:
    Go/iDisk/MyiDisk/Sites/iWeb/Nameofsitefolder/Page_filesFolder/Page.js
    Open the .js files for that particular page on your iDisk with any text editor (I like Taco, and it's free) and make the following changes to the script code that controls your movie: (you will find the movie code near the top of the page in the .js file)
    Change autoplay="false" to autoplay="true"
    Change loop="false" to loop="true"
    Changing controller value="true" to controller value="false" will remove the controller from the page entirely. Make these changes in both sets of tags, (object and embed).
    Make the changes and just "Save". Clear your browser cache and you should see the changes take effect immediately. Bear in mind you will have to make this modification each time you republish your site. You can also save this modified .js file and replace the republished file with it, as long as no other changes were made to the page in iWeb.
    -Mark

  • I add pictures to existing web page using iweb(3.0.1) and new pictures show in all browsers EXCEPT firefox. Previous patches seem only good for iweb 2.X

    web page created with iweb (3.0.1). worked great in firefox, then I added additional photos to an existing web page. All other browsers see these new pictures EXCEPT firefox. There seems to have been a previous issue with new pages, but fix appears only fro iweb2.x
    == This happened ==
    Every time Firefox opened
    == new photos added to existing page

    Do you see any error messages about getElementsByClassName in the Tools > Error Console ?
    That was the problem with content generated with an older version of iWeb.
    Content that has been generated with such an older version needs to be regenerated with that never version and uploaded to the web server.
    Never versions of iWeb should cause any problems.
    Can you post a link?
    See https://bugzilla.mozilla.org/show_bug.cgi?id=405903 - iWeb 2.x/iWeb 08 sites with photos or slideshows do not work in Gecko browsers (Bug 405903#c69)

  • Blocking the ability to download a photo from a web page using iWeb

    You guys have been so helpful about helping me make video files and music tracks unavailable for downloading from my site by altering the javascript code on my iDisc. Now I have another problem.
    The photo/pictures placeholders in iWeb permit me to place photos on my web pages. Is there a way to alter the code so that the option to drag-copy or download the picture from my site can be disabled?
    Thanks for your help!
    Jim

    Here are some variations that make messing with strings easier.
    $LocalPage ='\\server\share\sam1.html'
    # build URI
    $template= 'https://server/reports/116/output/?start-year={0}&start-month={1}&start-day={2}&days=1&company-code=1'
    $d=[datetime]::Today.AddDays(-1)
    $uri=$template -f ($d.Year-2000),$d.Month,$d.Day
    (Invoke-WebRequest -Uri $uri).Content | Out-File -FilePath $LocalPage -Force
    & $LocalPage
    ¯\_(ツ)_/¯
     Nice!
    Sam Boutros, Senior Consultant, Software Logic, KOP, PA http://superwidgets.wordpress.com (Please take a moment to Vote as Helpful and/or Mark as Answer, where applicable) _________________________________________________________________________________
    Powershell: Learn it before it's an emergency http://technet.microsoft.com/en-us/scriptcenter/powershell.aspx http://technet.microsoft.com/en-us/scriptcenter/dd793612.aspx

  • Sending edited web page via email

    I received via email a web page which someone asked me to change. I'm a painter not a web designer and I know just enough to be dangerous. I managed to get the page into Dreamweaver and edit it but now I don't know how to get it back to the person, presumably via email. Or maybe there's another way. I read in a forum that you can post it, but I'm not sure how to do that either. Thanks for any help someone can offer. Sarah.

    Zip up the DW Local Site Folder using a compression utility like WinZip or 7-Zip.
    http://www.7-zip.org/
    Attach the .zip folder to your e-mail.
    Nancy O.
    Alt-Web Design & Publishing
    Web | Graphics | Print | Media  Specialists 
    http://alt-web.com/
    http://twitter.com/altweb

  • External web page in iWeb's template...

    Ok, I just downloaded the demo of RapidWeaver and there was a feature called iFrame. IFrame allows an external web page to be displayed in the theme of your site. I have a store on my site that I had coded in PHP and HTML by hand, and have no real way to incorporate the page into my iWeb theme. Currently, I link to another place on my server, but the theme/ navigation bar is no longer available and it looks really unprofessional. If someone knows how to make something like iFrame work in iWeb, please let me know.
    Thanks,
    -Matt

    Thanks! One thing, I looked at another page about this before I could get it to work...but this page go me set up! If anyone else cares, here is the other site: http://web.mac.com/will.englefield/iWeb/WillG4PB/iFrames.html
    -Matt
    MacBook Pro 2.16 Core 2 Duo   Mac OS X (10.4.10)   MBP 2.16 C2D/1GB/120GB, iBook G4 1.25/512MB/30GB/Combo...and many more

  • Making a blackberry web page for my business

    Can I make a blackberry web page for my business off of my 8330 or do I have to use a desk top version of the internet to make a web page? I would really like it if all things that are capable on a desk top were allso capable on my 8330.If anyone knows if this is possible let me know.

    All things are not possible on a the BB that possible on a PC. That is why it is a mobile device, and not a PC. Something just require a PC. The BlackBerry doesn't replace a PC totally.
    I don't know of any web editing applications used on the BB. There could be, i might have missed it, but I really don't think so.
    1. If any post helps you please click the below the post(s) that helped you.
    2. Please resolve your thread by marking the post "Solution?" which solved it for you!
    3. Install free BlackBerry Protect today for backups of contacts and data.
    4. Guide to Unlocking your BlackBerry & Unlock Codes
    Join our BBM Channels (Beta)
    BlackBerry Support Forums Channel
    PIN: C0001B7B4   Display/Scan Bar Code
    Knowledge Base Updates
    PIN: C0005A9AA   Display/Scan Bar Code

  • Web Page, No iWeb

    My computer didn't have iWeb on it when I bought it in summer '06. I've never used it but I really want to have a web page. Can I just download iWeb 1.1.1? I thought I tried that a week or so ago and then when I went to try it tonight it said that it wasn't supported.
    I don't want to buy the new OS yet, but if I have to, in order to get a web page I'll start saving my pennies. It's only $79 though, right.
    thanks for the help
    (Also, how come I can't up my OS beyond 10.4.11?)

    You need to purchase iLife 06 or 08 to get iWeb. Upgrading to Mac OS X 10.5 is not required; neither is installing Mac OS X 10.4.11. Mac OS X 10.5 is a different product than Mac OS X 10.4, and requires that it be purchased.
    (27089)

Maybe you are looking for

  • Problem with DNS and/or Virtual Host (works from inside, not from outside)

    I am running several web sites (as virtual hosts) successfully on one Xserve (192.168.200), which are accessible internally and from the Internet (via forwarding port 80 on our firewall). Now I am trying to add another web site (newmini.domain.com),

  • Why does itunes say that my iphone has 9GB of video data even though I've deleted every video I've ever made

    Hello, When I use itunes on my macbook to view the contents of my iphone 5, the bar at the bottom of the window that shows me how much data is taken up for different categories says that I have 9 GB of video data. The thing is, I deleted all of the v

  • PO GR without IR

    Hi SAP Expert, I would like to build SAP query report for Po's that have been GR but still pending IR. i have use SAP standard report ME2I its seems it does not user friendly which table that can i using when building the SAP query report

  • Windows 2008 R2 - Group Policy Preference - folder option "Open with" Access denied

    Similar to this post: social.technet.microsoft.com/Forums/en-US/d42a81bc-96de-4af3-bc41-079e88e6ea4a We have Citrix terminal servers running Windows 2008 R2 and attempting to force PDF files to open with Acrobat versus PDF editing software we have in

  • Fail to access to YouTube

    I have tried to search this topic but fail to find it. I have problem access to YouTube. When i click on YouTube, there is a pop up window stated 'You must first connect to iTunes with an internet connection to enable YouTube'. When i click on iTunes