IWeb generates error for each folder creation related to site & pageon .Mac

When I "publish all on .Mac", iWeb generates an error related for each Site/Page iWeb have to create as folders to .Mac.
I have to create the necessary folders manually directly to .Mac.
iMac Core duo 2 GHz   Mac OS X (10.4.8)  

I reformulate my question

Similar Messages

  • Generating BP for each org unit

    hi friends ,
    when creating the org.model for each org.unit one BP is generated. wt is the purpose of generating BP for each org.unit.
    where we can use this one? pls guide me.
    thanking u in advance.

    hi there
    the purpose behind creation of BP for each org unit is to use that for the working inside the org
    see the BPs are created inside the system using three:
    person
    group
    org
    and then we differentiate them on the basis of the roles
    so when BP is generated for particluar org it assumes the specific role and later on the same role will work according to the rules determination inside the org
    else if you want to specify the attributes inside the org ,how would you be able to work around in the absence of BP
    see the thumb rule of CRM is that each and every iondividual is BP here ,so same goes here that if org has to fucntion then employees and customers should be there inside it so that something goes determined
    and if BPs are not there how would u achieve that
    guess i have cleared the doubt
    best regards
    ashish

  • Default "First" Page for each Folder

    Following on from Rick's note if I may...
    Similar question: My file contains numerous folders, the
    inital one of each has a page with a "departmental - overview".
    What I have for each Folder - eg. Finance - is a page
    containing this "overview" - like a "title" page, below this are
    the sub-folders for each aspect of that Dept. eg Job Descriptions,
    Processes ....
    So - when you create the TOC, is there a way that you can get
    the "overview" listed first, and under that, the sub-folders,
    rather than this overview being detailed below the folders....
    Does this make sense???
    Al

    By folder, it sounds like you mean Book in the TOC. Right
    click the book and link it to any topic.
    If you also created a printed output, by default you will get
    the topic twice, once with the book and once in its own right.

  • How can I Create an individual MD5 file for each folder in a main directory?

    The specs for a file delivery I'm making require an individual MD5 file per folder, with the contents of that folder being inside the MD5 file. Such as:
    DAY_01 (MAIN FOLDER)
    A01
    -(files 1-1000)
    -md5 for files 1-1000
    A02
    -files 1001-2000
    -md5 for files 1001-2000
    And so on. Is there a script or program that can make those MD5 files automatically or do I hace to go and do each one individually? Thanks

    I don't know of any pre-existing solution to your question, but it isn't hard to write one:
    set theFolder to (choose folder)
    tell application "System Events"
              set subfolders to every folder of theFolder
              repeat with eachFolder in subfolders
                        set fPath to (POSIX path of eachFolder)
                        set fName to name of eachFolder
                        set md5Filename to quoted form of (fName & ".md5")
                        do shell script "cd " & quoted form of fPath & "; /sbin/md5 * > " & md5Filename
              end repeat
    end tell
    The idea here is that it asks for a folder to process. It then grabs a list of all the folders inside that folder (subfolders), then for each subfolder it extracts its POSIX path and the folder name, then it builds a shell command that actually goes to each folder, runs the md5 command (passing in all files), writing the output to a .md5 file named according to the folder.

  • Generate Report for each value of a certain column in a different pdf file

    Hi,
    I am generating a Group Above report in Oracle Reports Builder 10g.
    The scenario is that this report needs to be generated for several branches of a bank. The report needs to get generated in a different pdf file for each branch.
    The report, I have built, has a repeating frame based on the Branch group and all other reqd data are organised into repeating frames within this master frame.
    Currently the report is getting generated for all branches with the correct data but in the same pdf file.
    Please help.

    Hello,
    http://download-uk.oracle.com/docs/cd/B14099_17/bi.1012/b13895/orbr_dist.htm
    37 Bursting and Distributing a Report
    Oracle Reports enables you to deliver a single report to multiple destinations simultaneously. By taking advantage of this feature, you can create a single report, then send it in any format (for example, PDF or HTML) to multiple destinations.
    In this example, you will modify a simple report we have provided to burst each group to a separate report. You will then modify a sample distribution XML file to send an e-mail to each destination with an attachment based on the separate reports. You will also send multiple e-mails to the same e-mail address with a single attachment (the entire report).
    Regards

  • Vb asp error ---- for each cartItem in shnta_eCart.Items do

    I'm getting an error at this line
    "for each cartItem in shnta_eCart.Items do"
    <%
    'For 4 or less maps, shipping is 7.95. Add 1 for each
    additional map over
    4.
    'Loop thru all the current cart items checking for map
    orders. Sum the
    Quantity of each map order
    'and then calculate the shipping.
    function TheLeeRuleForShippingMaps()
    additionalChargePerMap = 1
    breakPoint = 4
    quantity = 0
    totalCharge = 0
    'Count the number of maps orders. Map orders are
    distinguished by the
    FrameID: 1, 2, 3, 4. Total the Quantity field
    'of all map orders. 1 = no addon, 2 = black frame 3 = gold
    frame 4 = oak
    frame
    for each cartItem in shnta_eCart.Items do
    if (cartItem.FrameID = 1 or cartItem.FrameID = 2 or
    cartItem.FrameID = 3
    or cartItem.FrameID = 4) then
    quantity = quantity + cartItem.Quantity
    end if
    end for
    'Calculate the shipping for the total quantity of maps
    ordered
    if (quantity > 0 AND quantity <= breakPoint) then
    totalCharge = totalCharge + 7.95'Result
    else if (quantity > breakPoint)
    totalCharge = totalCharge + (quantity - breakPoint) *
    additionalChargePerMap'Result
    end if
    TheLeeRuleForShippingMaps =
    WA_eCart_FormatNumber(totalCharge,
    shnta_eCart.ForceDecimalsC, shnta_eCart.DecimalPlacesC)
    end function
    %>

    >so change it to the following? NEXT?
    No, like this:
    for each cartItem in shnta_eCart.Items
    if (cartItem.FrameID = 1 or cartItem.FrameID = 2 or
    cartItem.FrameID = 3 or cartItem.FrameID = 4) then
    quantity = quantity + cartItem.Quantity
    end if
    next

  • To get unicode errors for each and every program

    hi,
         I have written a program to retrieve all the custom programs and user exits. Now I want to pass all these programs to UCCHECK tcode to get all the errors of each program separately by writing it implicitely.
         Is there any function module for uccheck tcode or else any other option. Pls tell me.
             thanks & regards,
                 Sekhar.

    UCCHECK is an executable report(RSUNISCAN_FINAL). Please use SUBMIT program (RSUNISCAN_FINAL) along with selection screen field SO_OBJ_N-LOW populated with list of programs identified.
    Syntax
    SUBMIT report1 USING SELECTION-SCREEN '1100'
                   WITH SELECTION-TABLE rspar_tab
                   WITH selcrit2 BETWEEN 'H' AND 'K'
                   WITH selcrit2 IN range_tab
                   AND RETURN.
    Regards
    Ravikumar

  • Screensavers & iPhoto... how to stop iPhoto generating one for each album?

    I want to know how I can get more control over my screensavers. I love to have all screensavers on random (including some third part ones like the excellent “20th Century Voyage”), however, I there are also some pre-installed by Apple, which I would like to exclude. Further complicating the issue is iPhoto, which automatically generates a new screensaver for each album/slideshow... and there is no way of deleting them or telling iPhoto not to create a screensaver for a particular album. This is highly annoying indeed.
    Ideally I want to control for what albums iPhoto generates screensavers, and I want to select directly in the screensaver panel which screensavers are active (and therefore should be included in the random selection). I mean, we had this under MacOS 8 running AfterDark... are we going backwards, or what?
    Any help on getting rid of iPhoto screensavers would be truly appreciated.

    See post under MacOS X 10.4.4!

  • Strange SMB error for accessing folder

    Hello,
    I have this kind of problem here in my company.
    I have a AD domain with Xserve binded to it, and with OD configured as Master Directory.
    From a Server i try to connect to a shared folder, all was done, until I try to go into an internal folder. Then I receive a "Denied Access" error. I use the domain admin account. I've set up the right ACL for the folder, Using the permission inspector i see FULL CONTROL for that user, but i receive the same problem everytime.
    Here is the log of smb daemon:
    [2007/08/21 20:45:01, 1] /SourceCache/samba/samba-100.9/samba/source/smbd/service.c:makeconnectionsnum(648)
    10.0.26.210 (10.0.26.210) connect to service RedazioneMI
    initially as user administrator (uid=1230414794,
    gid=1851768627) (pid 374)
    [2007/08/21 20:45:01, 1] /SourceCache/samba/samba-100.9/samba/source/smbd/sesssetup.c:replyspnegokerberos(261)
    Username METRO_ITL\SERVER1$ is invalid on this system
    [2007/08/21 20:45:01, 1]
    /SourceCache/samba/samba-100.9/samba/source/smbd/sesssetup.c:replyspnegokerberos(265)
    Lookup trust account via passdb (METRO_ITL\SERVER1$)
    [2007/08/21 20:45:01, 1]
    /SourceCache/samba/samba-100.9/samba/source/smbd/sesssetup.c:replyspnegokerberos(271)
    trust account found via passdb fullname(SERVER1)
    [2007/08/21 20:45:01, 1]
    /SourceCache/samba/samba-100.9/samba/source/smbd/sesssetup.c:replyspnegokerberos(333)
    replyspnegokerberos: checksacl(METROITL\SERVER1$, smb)
    failed
    [2007/08/21 20:45:20, 1]
    /SourceCache/samba/samba-100.9/samba/source/smbd/sesssetup.c:replyspnegokerberos(261)
    Username METRO_ITL\SERVER1$ is invalid on this system
    [2007/08/21 20:45:20, 1]
    /SourceCache/samba/samba-100.9/samba/source/smbd/sesssetup.c:replyspnegokerberos(265)
    Lookup trust account via passdb (METRO_ITL\SERVER1$)
    [2007/08/21 20:45:20, 1]
    /SourceCache/samba/samba-100.9/samba/source/smbd/sesssetup.c:replyspnegokerberos(271)
    trust account found via passdb fullname(SERVER1)
    [2007/08/21 20:45:20, 1]
    /SourceCache/samba/samba-100.9/samba/source/smbd/sesssetup.c:replyspnegokerberos(333)
    replyspnegokerberos: checksacl(METROITL\SERVER1$, smb)
    failed
    Thank in advance.
    Andrea
    Message was edited by: Andrea Durante

    I can add this things:
    that happen only with domain administrator account...

  • IWeb publishes, but there is no change to the site on .MAC

    I have had a recent problem, where i apply changes in iWeb, publish them successfully (according to the program) and then try and visit them to find an unchanged site.
    How do I trouble shoot this?
    Thanks
    MZ

    Hi
    My URL for my home page is http://web.mac.com/martinzimelka/iWeb/homepage
    I've put a screen-shot on a download page of mine of how the "homepage" should look like
    http://homepage.mac.com/martinzimelka/FileSharing5.html
    I have deleted the iWeb folder contents on the iDisc, and then had iWeb publish the whole thing again.
    Still the http://web.mac.com/martinzimelka/iWeb/photography link and the
    http://web.mac.com/martinzimelka/iWeb/homepage show the old pages.
    MZ

  • Big Fat error for each page!

    I'm hoping somebody here has my magic answer. Both my daughter and I were given 30g iPods for Christmas. It's now almost March and they are still sitting here unused. I am on Windows XP. I can't even install iTunes of any version. It downloads and when I run it, a message pops up that says:
    "installshield"
    And then under that is a message that says
    "command line parameters:
    /L Language ID /S Hide initialization dialog For silent mode use /S/v/qn.
    /v parameters to msi.exec.exe
    /UA <url to instMsiA.exe>
    /UW <url to instMsiW.exe>
    /UM <url to msi package>
    And under all that jibberish, it has the button to push "ok" You do so and nothing more happens.
    I've been told to remove any old attempts at installing itunes or quicktime before and I did so. I tried downloading an older version of iTunes but that gives the exact same message.
    Basically, I've got over $500 worth of useless electronics here and two unhappy frustrated music lovers
    Please help if you can. I would be eternally grateful!
    Win All   Windows XP Pro  

    Okay, I followed your directions to a "t". The first things didn't work so I went back through the process of repeating all the clean up steps. Then I went to apple.com to get the quicktime alone and I downloaded it and when I went to install it, this popped up:
    Windows ® Installer. V 3.01.4000.1823
    msiexec /Option <Required Parameter> [Optional Parameter]
    Install Options
    </package | /i> <Product.msi>
    Installs or configures a product
    /a <Product.msi>
    Administrative install - Installs a product on the network
    /j<u|m> <Product.msi> [/t <Transform List>] [/g <Language ID>]
    Advertises a product - m to all users, u to current user
    </uninstall | /x> <Product.msi | ProductCode>
    Uninstalls the product
    Display Options
    /quiet
    Quiet mode, no user interaction
    /passive
    Unattended mode - progress bar only
    /q[n|b|r|f]
    Sets user interface level
    n - No UI
    b - Basic UI
    r - Reduced UI
    f - Full UI (default)
    /help
    Help information
    Restart Options
    /norestart
    Do not restart after the installation is complete
    /promptrestart
    Prompts the user for restart if necessary
    /forcerestart
    Always restart the computer after installation
    Logging Options
    /l[i|w|e|a|r|u|c|m|o|p|v|x|+|!|*] <LogFile>
    i - Status messages
    w - Nonfatal warnings
    e - All error messages
    a - Start up of actions
    r - Action-specific records
    u - User requests
    c - Initial UI parameters
    m - Out-of-memory or fatal exit information
    o - Out-of-disk-space messages
    p - Terminal properties
    v - Verbose output
    x - Extra debugging information
    + - Append to existing log file
    ! - Flush each line to the log
    * - Log all information, except for v and x options
    /log <LogFile>
    Equivalent of /l* <LogFile>
    Update Options
    /update <Update1.msp>[;Update2.msp]
    Applies update(s)
    /uninstall <PatchCodeGuid>[;Update2.msp] /package <Product.msi | ProductCode>
    Remove update(s) for a product
    Repair Options
    /f[p|e|c|m|s|o|d|a|u|v] <Product.msi | ProductCode>
    Repairs a product
    p - only if file is missing
    o - if file is missing or an older version is installed (default)
    e - if file is missing or an equal or older version is installed
    d - if file is missing or a different version is installed
    c - if file is missing or checksum does not match the calculated value
    a - forces all files to be reinstalled
    u - all required user-specific registry entries (default)
    m - all required computer-specific registry entries (default)
    s - all existing shortcuts (default)
    v - runs from source and recaches local package
    Setting Public Properties
    [PROPERTY=PropertyValue]
    Consult the Windows ® Installer SDK for additional documentation on the
    command line syntax.
    Copyright © Microsoft Corporation. All rights reserved.
    Portions of this software are based in part on the work of the Independent JPEG Group.
    Now I'm not a computer techie like some people are, but that still sounds like there is still something left on my computer of an old install. The only other thing I can tell you is that although there is no msi folder, there are plenty of files that have msi in them when I do a search of my "c" drive. But I realize that not all of them are necessarily related to quicktime or iTunes.
    Any more ideas anyone?
    Thanks in advance for trying to help me figure this out!
    Stephanie

  • Access Denied Error For Shared Folder with Win Server 2008R2 Task Manager Scheduled Task

    Hi,
    I have scheduled a Task with the Task scheduler. It invokes an .EXE file after every 5 min.
    The application is supposed to access some files lying on a different Server's shared path, process them and move them across folders on the Shared path only.
    Problem: When the .EXE gets executed from the Task scheduler, I am getting "Access Denied to the Shared path" error. I have already given Full Control to Everyone as well as to the Account with which the Task has been configured with.
    Another important point to note is, if I run the .EXE manually, the solution is able is able to do everything intended; I don't get any Access Denied error.
    Kindly help me with what needs to be done in order that this issue is resolved. This is really urgent for me.
    Thanks a lot in advance..
    AC

    Hello Alex,
    first of all, make sure your task was correctly create: How to Create Advanced Tasks with the Task
    Scheduler.
    Please, read these:
    TechNet Library Task Security Context
    TechNet Forums post How
    does "Run with the highest privileges" really work in Task Scheduler ? - Look at the answer "...When you want to run a program with admin rights from a standard user account, you have to select "run whether the user is logged
    on or not" and select a user which is member of the admingroup."
    TechNet Forums post
    Log on as batch job right (written on previous post)
    serverfault Task Scheduler is not executing the program
    serverfault
    unable to schedule a task (access denied)
    UAC: Do you receive the User Account Control "Windows need your permission to continue" message to approve the scheduled application ?
    If yes, maybe "Run with highest privileges" option will not take precedence of the UAC. While the Admin Approval Mode for built-in Administrator account is enabled, UAC will still ask for approval according to the settings on the Behavior
    of elevation to prompt for the administrators. Check whether the "User Account Control: Admin Approval Mode for built-in Administrator account" is enabled. If yes, disable it or change the setting on "User Account Control: Behavior
    of elevation to prompt for the administrators" to elevate without prompting.
    Local Computer Policy ---> Computer Configuration ---> Windows Settings ---> Security Settings ---> Local policies ---> Security Options (source: Task
    Scheduler "run with highest privileges": does not work on Windows Server 2008 ?)
    Bye,
    Luca
    Disclaimer: This posting is provided AS IS with no warranties or guarantees, and confers no rights. Whenever you see a helpful reply, click on [Vote As Help] and click on [Mark As Answer] if a post answers your question.

  • Seperate view options for each folder? ie Apps, Downloads, Movies etc

    Hey Mac community. I'm an experienced mac user, have been all my life, but I have a question I am hoping one of you can answer. I like to use column view in the Finder and I want to sort the Applications folder by Name and the Downloads folder by Date Created. Even with the appropriate folder selected, using View Options to change the sorting criteria affects every folder. Is there a way around this?
    Thanks,
    Michael

    Hey Michael,
    I'm also a long time Mac user, way back before OSX. I responded to another thread a day or so ago on a similar subject. It's kind of a long post, but you might find it interesting/helpful. Basically, how an old Mac user approaches the 10.5 Finder (which I've grown to really like, btw).
    Here's the thread link...
    http://discussions.apple.com/thread.jspa?threadID=1766829&tstart=60
    Here's the post I put up there...
    "Re: Global Finder Window Problems..."
    This is actually the default viewing system in 10.5. I little weird at first, but read on for my take on why I think 10.5 is much nicer than 10.4 and preceding OXSs.
    I started using Macs in the pre-OSX days, so was used to the completely dependable and always predictable "spatial" Finder of OS9 and down. Spatial meaning, folders all opening in new windows with every window position, view setting, icon position, even scroll bar (if there is one) remembered without exception. Also, no browser mode at all.
    So I tried to recreate the old OS9 default folder view in 10.4... First, create a desktop folder, set to icon view, turn off Toolbar/Sidbar, which causes nested folders to open in their own new window. Great! Now all folders within created within that folder adopt that view, right? They do, but not if you drag one to the desktop, at that point the Toolbar/Sidebar magically reappears. It also reappears if you navigate to the same folder via Dock's cascading menu system (assuming you've placed a hard drive or folder there). Another 10.4 oddity...if you have Finder set to open at the top level "Computer" when activated from it's Dock icon, it would never remember icon size and position. Sometimes even forgetting window size/position (at least my install of 10.4 did this). On and on....life with the forgetful, stubborn OSX Finder.
    However, 10.5 is fantastic at remembering folder view settings. Only thing is, that's not turned on by default. Instead, the default behavior is for folders to adopt the previous folder view setting. This is actually not a bad thing if you prefer to use the browser style navigation the Finder offers. You alter a view setting, list view for example, browse a while, then change it to icon, continue browsing, etc, etc... Thats 10.5's default behavior. To make a specific folder remember a view state, all you have to do is set the view you want, open the Show View Options and check the Always Open In... check box. Now, it will very dependably remember it's view state.
    Personally, I've always had my own ideas about how the Finder should behave, and have suggested them to Apple. I've always thought there should be a separate Finder/Browser app that boots up from the Dock Finder icon. It always opens with the Toolbar/Sidebar on (ie: all folders are navigated to via a single browser window). You set it to some browser friendly view (ie: list, column), and it retains that view state as you browse no matter what view settings you may have set for an individual folder. That's the Finder/Browser. To see unique pre-folder view settings, you open the hard drive icon from the Desktop. It opens with the Toolbar/Sidebar off (ie: all folders open in new windows). You could consider this to not even being the "Finder application". Just think of it as "manually looking at the contents of the hard drive". As you drill down, opening new windows, you can create view states which are always remembered when opened via double click the hard drive from the Desktop.
    I attempted to created this behavior in 10.4, but the Finder was just forgetful enough, and stubborn enough, not to cooperate fully (see explanations above). However, in 10.5 it works beautifully. I first set the Finder Preferences to open "Computer", opened the Finder via the Dock icon and set it to Column view. From re-boot to re-boot, this set up is remembered exactly, even the window size and position. This is great for browser navigation.
    For "manually exploring" (or as some referred to as "spatial"), you must first tell every window on your hard drive to "Always Open In...." whatever you want you default state to be (other wise it will just open in the state in whatever the most resent folder was opened in). I created a script for this with the settings as...Toolbar/Sidebar off & icon view. I then ran the script on the entire drive, and all sub-folders. Over time, I've changed the settings of folders I want to open differently (mainly list as apposed to icon), making sure I open the View Options and rechecking "Always open in..." to whatever adjustment I made. My drive is in great order now and remembers every view detail. Any windows I don't mess with default to a completely predictable "Icon View".
    So 10.5 gives me the best of both worlds. Very reliable spatial (ie: old fashion manually opening window after window....handy for dragging files around the hard drive), and super streamlined browsing...good for navigating to and opening files quickly.
    My 3 cents...sorry for the long post.
    --Robb

  • Compiler generates errors for reference types

    Help. I am new to java, and learning the semantics, etc. When I compile simple programs (ie, the constructor uses primitive data types ONLY), there is no problem. But when I use a reference data type, it does not compile. here is some sample error code:
    C:\sunjava\windows_labfiles\mod02\exercise2\version3\solution\TestVehicle.java:6: cannot resolve symbol
    symbol : class Vehicle
    location: class TestVehicle
    Vehicle vehicle = new Vehicle(10000.0);
    ^
    C:\sunjava\windows_labfiles\mod02\exercise2\version3\solution\TestVehicle.java:6: cannot resolve symbol
    symbol : class Vehicle
    location: class TestVehicle
    Vehicle vehicle = new Vehicle(10000.0);
    Did I install the jdk incorrectly? I have the files from a java class I took recently, and I tried to compile the "solution" .java files and they did not work either. Any thoughts??

    Yes, I am sorry that I did not include that information. I have Vehicle.java in C:\sunjava\windows_labfiles\mod02\exercise2\version3\solution, which compiles with no problems - there are only primitive types included. Then I try to compile TestVehicle.java with no luck.
    //**********Here is Vehicle.java:**********
    public class Vehicle {
    /** The conversion factor for kilograms to newtons. */
    private static double KG_TO_NEWTON = 9.8;
    /** The current load of the vehicle in newtons. */
    private double load;
    /** The maximum load of the vehicle in newtons. */
    private double maxLoad;
    * This is the basic constructor for all Vehicles.
    * @param max_load the maximum load of this vehicle in kilograms
    public Vehicle(double max_load) {
    load = 0.0;
    maxLoad = kiloToNewts(max_load);
    /** This method returns the current load in kilograms. */
    public double getLoad() {
    return newtsToKilo(load);
    /** This method returns the maximum load in kilograms. */
    public double getMaxLoad() {
    return newtsToKilo(maxLoad);
    * This adds a box to the vehicle.
    * @param weight the weight of the box in kilograms
    public boolean addBox(double weight) {
    double weight_in_newtons = kiloToNewts(weight);
    boolean result = true;
    if ((weight_in_newtons + load) > maxLoad) {
    result = false;
    } else {
    load = load + weight_in_newtons;
    return result;
    private double kiloToNewts(double weight) {
    return (weight * KG_TO_NEWTON);
    private double newtsToKilo(double weight) {
    return (weight / KG_TO_NEWTON);
    //**********and here is TestVehicle.java:**********
    public class TestVehicle {
    public static void main(String[] args) {
    // Create a vehicle that can handle 10,000 kilograms weight
    System.out.println("Creating a vehicle with a 10,000kg maximum load.");
    Vehicle vehicle = new Vehicle(10000.0);
    // Add a few boxes
    System.out.println("Add box #1 (500kg) : " + vehicle.addBox(500.0));
    System.out.println("Add box #2 (250kg) : " + vehicle.addBox(250.0));
    System.out.println("Add box #3 (5000kg) : " + vehicle.addBox(5000.0));
    System.out.println("Add box #4 (4000kg) : " + vehicle.addBox(4000.0));
    System.out.println("Add box #5 (300kg) : " + vehicle.addBox(300.0));
    // Print out the final vehicle load
    System.out.println("Vehicle load is " + vehicle.getLoad() + " kg");
    }

  • IWeb shuts down when I try to publish my site to .mac

    I have been using iWeb for the last 10 months without a problem and over the last week I have not been able to get my site to update to the .mac. I am also unable to get to my .mac site on the web. Let me know if you have any ideas.

    I have been using iWeb for the last 10 months without a problem and over the last week I have not been able to get my site to update to the .mac. I am also unable to get to my .mac site on the web. Let me know if you have any ideas.

Maybe you are looking for