Anyone Using iWebsites with iWeb 08?

I used it in the past to create new galleries outside of iWeb, then open them into iWeb to work on individual websites. Is that still possible?

Ha. Sometimes it is! No going back, without a backup of Domain.sites. iWeb08 will convert the file to Domain.sites2, which cannot be opened with iWeb06. If stuff is missing from your site in 08, and you decide to reinstall iWeb06, you will have to recreate your sites if you do not have copies of those Domain.sites files.
Much anguish has been expressed here on the subject...

Similar Messages

  • Has anyone used JAAS with WebLogic?

    Has anyone used JAAS with Weblogic? I was looking at their example, and I have a bunch of questions about it. Here goes:
    Basically the problem is this: the plug-in LoginModule model of JAAS used in WebLogic (with EJB Servers) seems to allow clients to falsely authenticate.
    Let me give you a little background on what brought me to this. You can find the WebLogic JAAS example (to which I refer below) in the pdf: http://e-docs.bea.com/wls/docs61/pdf/security.pdf . (I believe you want pages 64-74) WebLogic, I believe goes about this all wrong. They allow the client to use their own LoginModules, as well as CallBackHandlers. This is dangerous, as it allows them to get a reference (in the module) to the LoginContext's Subject and authenticate themselves (i.e. associate a Principal with the subject). As we know from JAAS, the way AccessController checks permissions is by looking at the Principal in the Subject and seeing if that Principal is granted the permission in the "policy" file (or by checking with the Policy class). What it does NOT do, is see if that Subject
    has the right to hold that Principal. Rather, it assumes the Subject is authenticated.
    So a user who is allowed to use their own Module (as WebLogic's example shows) could do something like:
    //THEIR LOGIN MODULE (SOME CODE CUT-OUT FOR BREVITY)
    public class BasicModule implements LoginModule
    private NameCallback strName;
    private PasswordCallback strPass;
    private CallbackHandler myCB;
    private Subject subj;
             //INITIALIZE THIS MODULE
               public void initialize(Subject subject, CallbackHandler callbackHandler, Map sharedState, Map options)
                      try
                           //SET SUBJECT
                             subj = subject;  //NOTE: THIS GIVES YOU REFERENCE
    TO LOGIN CONTEXT'S SUBJECT
                                                     // AND ALLOWS YOU TO PASS
    IT BACK TO THE LOGIN CONTEXT
                           //SET CALLBACKHANDLERS
                             strName = new NameCallback("Your Name: ");
                             strPass = new PasswordCallback("Password:", false);
                             Callback[] cb = { strName, strPass };
                           //HANDLE THE CALLBACKS
                             callbackHandler.handle(cb);
                      } catch (Exception e) { System.out.println(e); }
         //LOG THE USER IN
           public boolean login() throws LoginException
              //TEST TO SEE IF SUBJECT HOLDS ANYTHING YET
              System.out.println( "PRIOR TO AUTHENTICATION, SUBJECT HOLDS: " +
    subj.getPrincipals().size() + " Principals");
              //SUBJECT AUTHENTICATED - BECAUSE SUBJECT NOW HOLDS THE PRINCIPAL
               MyPrincipal m = new MyPrincipal("Admin");
               subj.getPrincipals().add(m);
               return true;
             public boolean commit() throws LoginException
                   return true;
        }(Sorry for all that code)
    I tested the above code, and it fully associates the Subject (and its principal) with the LoginContext. So my question is, where in the process (and code) can we put the LoginContext and Modules so that a client cannot
    do this? With the above example, there is no Security. (a call to: myLoginContext.getSubject().doAs(...) will work)
    I think the key here is to understand JAAS's plug-in security model to mean:
    (Below are my words)
    The point of JAAS is to allow an application to use different ways of authenticating without changing the application's code, but NOT to allow the user to authenticate however they want.
    In WebLogic's example, they unfortunately seem to have used the latter understanding, i.e. "allow the user to authenticate however they want."
    That, as I think I've shown, is not security. So how do we solve this? We need to put JAAS on the server side (with no direct JAAS client-side), and that includes the LoginModules as well as LoginContext. So for an EJB Server this means that the same internal permission
    checking code can be used regardless of whether a client connects through
    RMI/RMI-IIOP/JEREMIE (etc). It does NOT mean that the client gets to choose
    how they authenticate (except by choosing YOUR set ways).
    Before we even deal with a serialized subject, we need to see how JAAS can
    even be used on the back-end of an RMI (RMI-IIOP/JEREMIE) application.
    I think what needs to be done, is the client needs to have the stubs for our
    LoginModule, LoginContext, CallBackHandler, CallBacks. Then they can put
    their info into those, and everything is handled server-side. So they may
    not even need to send a Subject across anyways (but they may want to as
    well).
    Please let me know if anyone sees this problem too, or if I am just completely
    off track with this one. I think figuring out how to do JAAS as though
    everything were local, and then putting RMI (or whatever) on top is the
    first thing to tackle.

    Send this to:
    newsgroups.bea.com / security-group.

  • Has anyone used FCE with a Sony hd-fx7 camcorder

    As above, has anyone used FCE with a Sony hd-fx7 camcorder. I have recently got one of these at work and am currently using imovie for basic edits, but would like to step up to FCE, has anyone any experience using the two.
    THanks

    Hi, have MacBookPro 2,16 GHz and Sony HDR-FX7 and FCE 3.5 (German PAL)
    - works good and fast
    - But better don't try to use an external monitor on DVI connection
    my system slows down if srubbing time line
    - couldn't find out yet why

  • Has anyone used CORBA with LabVIEW?

    Has anyone used CORBA with LabVIEW?

    Did you have any success with this?  I'm about to attempt the same thing and would rather not write intermediate functions in other other languages to do so...

  • Does anyone know if with iweb I can have the shopping cart logo and capability or people to purchase my product threw my web site?

    Does anyone know if with iweb I can have the shopping cart logo?  I would like the web site to have the capability for people to purchase threw my site.  Thank you inadvance for any help.

    You can easily add paypal to your site. Check out this video tutorial for how to add a paypal shoping cart to your site;
    http://www.youtube.com/watch?v=LnxvWsmujrA&feature=plcp

  • Using Aperture with iWeb

    Just installed 1.5 and updated all the previews. But I have tried to use 1.5 with iWeb (I run a blog using iWeb) but without much success. All the photos that iWeb displays are the Masters and not the versions that I worked on and want to export.
    Also, my impression from the quicktime movie on 1.5's new features suggest that I can drag and drop directly from within Aperture into an iLife or iWork application. Has anyone been able to do this?
    Conrad

    All my Aperture's images are accesible from iWeb in Media/Photos/Aperture.
    The images there are the versions I worked on, not the masters. If you have few images in a stack only the pick will be displayed, so make sure you don't have the untouched master selected as the pick in a stack.

  • Anyone use Flex with php for file upload? PHP Notice:  Undefined index:  Filedata

    My code works. It uploads the file and inputs the file name into a database, but I can't shake this php notice. I think php is looking for multipart/form-data from the HTML form tag.
    <form action="upload.php"  enctype="multipart/form-data"/>
    But I am using flex. The multipart/form-data info is sent as the second default argument of the upload() function. Does anyone have experience with this? Thanks.
    PHP Notice:  Undefined index:  Filedata
    $filename = $_FILES['Filedata']['name'];
    public function selectHandler(event:Event):void {
                    request = new URLRequest(UPLOAD_DIR);
                    try {
                        fileRef.upload(request);
                        textarea1.text = "Uploading " + fileRef.name + "...";
                    catch (error:Error) {
                        trace("Unable to upload file.");
                        textarea1.text += "\nUnable to upload file.";

    Hi, Thanks for your reply !
    Im not getting any errors Flex side, as i say i get a alert message saying the file has been uploaded so . .
    I am using a Wamp server on a windows machine, how do i check the file permissions on both the folder and the php file ?
    Also how do i debug a php file ?
    ANy help would be thankful !

  • Waves 5.9.7.. anyone using it with L8?

    Hi,
    Trying to update my waves plugs (I have the musician II bundle and the NPP bundle). I noticed on their site it mentions the 5.9.7 update, that is also Leopard compatible. Is anyone using this new version of waves with Logic 8? I'm curious if I should wait on updating my plugs until all the kinks are out.
    Thanks;
    J.

    Does FCP still take 30-45 minutes to load the Waves bundle? In my experience, it would launch eventually on some version combinations...
    Even if you can use them in FCP, you would still see the numerical effects tab interface, instead of the nice skins you see in Logic. But at least you don't have to remember to drag them out of the plugins folder each time you want to launch FCP...
    I'm interested about this because I teach FCP at a school where Logic, Pro Tools, and the Waves bundles are on the same student workstations - We'd have to move those Waves files around at the start and end of every class.
    Message was edited by: Max Average

  • Anyone Using Dreamweaver and iWeb together?

    Hi,
    I have an existing site which was done with iWeb.
    I'm now trying to replace some of the pages with pages created in Dreamweaver.
    I've come up with a couple of options on how to make both tools work nicely together but, I'd like to see how others have done this.
    Thanks in advance.

    I don't think many people will be doing this - you need to make the decision to use either iWeb or Dreamweaver, but not both.
    When an iWeb site is imported or opened with Dreamweaver, the results won't always look the same because of the way iWeb code is created - there is lots of it.
    I don't think that you'll find that many people using Dreamweaver on this forum, as it is an iWeb forum and Dreamweaver is a steep learning curve, especially if you have no html experience - that is why most people use iWeb in the first place.
    You won't find much here!

  • Help!! Anyone use IIS4 with developer server

    Hello folks,
    My current setup
    NT Application server :
    1) Developer server6.0
    2) IIS4.0
    NT Oracle RDBMS
    1) Oracle8i
    The commumication between between the 2 servers using SQLNET has
    no problem. I tested it using the SCOTT/TIGER combination.
    But I need to setup the web connection where the browser is able
    to connect to the RDBMS server for queries and data retriever.
    I have tried using the form server, which I found the following
    documentations to connect to the RDBMS.
    ORACLE_HOME%\tools\devdem60\web\readme.htm
    Although the readme file is for OWA server, I attempted the
    configuration with IIS4.0. I understand the only different is
    the configuration of virtual directory. There is a part in
    configuration inthe readme file about editing "registry.dat"
    file. This file contain "funny" character which make it
    difficult to edit. Not sure if I have done it right.
    Nevertheless, the configuration process is done, but when I load
    the web page to execute the scripts, nothing appear on the
    screen on the web browser.
    1) Has anyone been successful in configuring this part of the
    scripts ? Please tell me wrong may has gone wrong.
    2) Has anyone use webDB to be the interface for web to database
    interface ?
    3) Is there any documented way beside CGI to get connect to the
    database via web ?
    I appreciate any pointers
    Thank you very much
    Regards
    Jason
    null

    Hello folks,
    My current setup
    NT Application server :
    1) Developer server6.0
    2) IIS4.0
    NT Oracle RDBMS
    1) Oracle8i
    The commumication between between the 2 servers using SQLNET has
    no problem. I tested it using the SCOTT/TIGER combination.
    But I need to setup the web connection where the browser is able
    to connect to the RDBMS server for queries and data retriever.
    I have tried using the form server, which I found the following
    documentations to connect to the RDBMS.
    ORACLE_HOME%\tools\devdem60\web\readme.htm
    Although the readme file is for OWA server, I attempted the
    configuration with IIS4.0. I understand the only different is
    the configuration of virtual directory. There is a part in
    configuration inthe readme file about editing "registry.dat"
    file. This file contain "funny" character which make it
    difficult to edit. Not sure if I have done it right.
    Nevertheless, the configuration process is done, but when I load
    the web page to execute the scripts, nothing appear on the
    screen on the web browser.
    1) Has anyone been successful in configuring this part of the
    scripts ? Please tell me wrong may has gone wrong.
    2) Has anyone use webDB to be the interface for web to database
    interface ?
    3) Is there any documented way beside CGI to get connect to the
    database via web ?
    I appreciate any pointers
    Thank you very much
    Regards
    Jason
    null

  • Anyone using facelets with ADF Faces and myfaces implementation?

    There is a Howto document for using facelets with ADF Faces, but it assumes you're using Sun's RI. I'd like to use the Apache myfaces implementation of JSF with ADF and facelets, but I keep getting a NoSuchElementException thrown when the pages are accessed.
    Here's the error and stack trace:
    09:15:18,790 INFO [STDOUT] Jan 19, 2006 9:15:18 AM com.sun.facelets.FaceletViewHandler handleRenderException
    SEVERE: Error Rendering View
    java.util.NoSuchElementException
         at java.util.AbstractList$Itr.next(AbstractList.java:426)
         at com.sun.facelets.FaceletViewHandler.encodeRecursive(FaceletViewHandler.java:520)
         at com.sun.facelets.FaceletViewHandler.renderView(FaceletViewHandler.java:450)
         at oracle.adfinternal.view.faces.application.ViewHandlerImpl.renderView(ViewHandlerImpl.java:157)
         at org.apache.myfaces.lifecycle.LifecycleImpl.render(LifecycleImpl.java:352)
         at javax.faces.webapp.FacesServlet.service(FacesServlet.java:107)
         at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:252)
         at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173)
         at oracle.adfinternal.view.faces.webapp.AdfFacesFilterImpl._invokeDoFilter(AdfFacesFilterImpl.java:356)
         at oracle.adfinternal.view.faces.webapp.AdfFacesFilterImpl._doFilterImpl(AdfFacesFilterImpl.java:325)
         at oracle.adfinternal.view.faces.webapp.AdfFacesFilterImpl.doFilter(AdfFacesFilterImpl.java:190)
         at oracle.adf.view.faces.webapp.AdfFacesFilter.doFilter(AdfFacesFilter.java:87)
    09:15:18,790 INFO [STDOUT] Jan 19, 2006 9:15:18 AM com.sun.facelets.FaceletViewHandler handleRenderException
    SEVERE: Took Type: java.io.PrintWriter
    I followed Adam Winer's instructions for incorporating ADF with facelets (using Sun's RI) and this works fine. But when I try to swap out the Sun RI for the Apache myfaces 1.1.1 implementation I get the exception.
    Here's the info from my web.xml:
    <?xml version="1.0" encoding="UTF-8"?>
    <!DOCTYPE web-app PUBLIC "-//Sun Microsystems, Inc.//DTD Web Application 2.3//EN" "http://java.sun.com/dtd/web-app_2_3.dtd">
    <web-app>
    <display-name>Facelets</display-name>
    <description>Facelets StarterKit</description>
    <context-param>
    <param-name>contextConfigLocation</param-name>
    <param-value>/WEB-INF/applicationContext*.xml</param-value>
    </context-param>
    <context-param>
    <param-name>facelets.REFRESH_PERIOD</param-name>
    <param-value>2</param-value>
    </context-param>
    <context-param>
    <param-name>facelets.DEVELOPMENT</param-name>
    <param-value>true</param-value>
    </context-param>
    <context-param>
    <param-name>javax.faces.STATE_SAVING_METHOD</param-name>
    <param-value>client</param-value>
    </context-param>
         <context-param>
              <param-name>javax.faces.DEFAULT_SUFFIX</param-name>
              <param-value>.xhtml</param-value>
         </context-param>
         <context-param>
              <param-name>org.apache.myfaces.ALLOW_JAVASCRIPT</param-name>
              <param-value>true</param-value>
         </context-param>
         <context-param>
              <param-name>org.apache.myfaces.DETECT_JAVASCRIPT</param-name>
              <param-value>false</param-value>
         </context-param>
         <context-param>
              <param-name>org.apache.myfaces.PRETTY_HTML</param-name>
              <param-value>true</param-value>
         </context-param>
         <context-param>
    <param-name>oracle.adf.view.faces.ALTERNATE_VIEW_HANDLER</param-name>
         <param-value>com.sun.facelets.FaceletViewHandler</param-value>
         </context-param>
         <filter>
         <filter-name>adfFaces</filter-name>
         <filter-class>oracle.adf.view.faces.webapp.AdfFacesFilter</filter-class>
         </filter>
    <filter>
              <filter-name>MyFacesExtensionsFilter</filter-name>
              <filter-class>org.apache.myfaces.component.html.util.ExtensionsFilter</filter-class>
         <init-param>
         <param-name>maxFileSize</param-name>
         <param-value>20m</param-value>
         </init-param>
         </filter>
         <filter-mapping>
         <filter-name>adfFaces</filter-name>
         <servlet-name>faces</servlet-name>
         </filter-mapping>
         <filter-mapping>
              <filter-name>MyFacesExtensionsFilter</filter-name>
              <url-pattern>*.jsf</url-pattern>
         </filter-mapping>
    <filter-mapping>
    <filter-name>MyFacesExtensionsFilter</filter-name>
    <url-pattern>/faces/*</url-pattern>
    </filter-mapping>
         <listener>
              <listener-class>org.apache.myfaces.webapp.StartupServletContextListener</listener-class>
         </listener>
    <listener>
    <listener-class>org.springframework.web.context.ContextLoaderListener</listener-class>
    </listener>
    <listener>
    <listener-class>net.sf.acegisecurity.ui.session.HttpSessionEventPublisher</listener-class>
    </listener>
    <!-- Faces Servlet -->
    <servlet>
    <servlet-name>faces</servlet-name>
    <servlet-class>javax.faces.webapp.FacesServlet</servlet-class>
    <load-on-startup>1</load-on-startup>
    </servlet>
         <!-- resource loader servlet -->
         <servlet>
         <servlet-name>resources</servlet-name>
         <servlet-class>oracle.adf.view.faces.webapp.ResourceServlet</servlet-class>
         </servlet>
    <!-- Faces Servlet Mapping -->
    <servlet-mapping>
    <servlet-name>faces</servlet-name>
    <url-pattern>*.jsf</url-pattern>
    </servlet-mapping>
         <servlet-mapping>
         <servlet-name>faces</servlet-name>
         <url-pattern>/faces/*</url-pattern>
         </servlet-mapping>
         <servlet-mapping>
         <servlet-name>resources</servlet-name>
         <url-pattern>/adf/*</url-pattern>
         </servlet-mapping>
    </web-app>
    And in my faces-config.xml, I have set it to use the oracle.adf.core render kit:
    <?xml version='1.0' encoding='UTF-8'?>
    <!DOCTYPE faces-config PUBLIC
    "-//Sun Microsystems, Inc.//DTD JavaServer Faces Config 1.1//EN"
    "http://java.sun.com/dtd/web-facesconfig_1_1.dtd">
    <faces-config>
    <!-- from project setup -->
    <application>
    <!-- Use the ADF RenderKit -->
    <default-render-kit-id>
    oracle.adf.core
    </default-render-kit-id>
    <variable-resolver>org.springframework.web.jsf.DelegatingVariableResolver</variable-resolver>
    </application>
    <managed-bean>
         <managed-bean-name>keyTable</managed-bean-name>
         <managed-bean-class>example.KeyInfoNodeData</managed-bean-class>
         <managed-bean-scope>session</managed-bean-scope>
    </managed-bean>
    </faces-config>
    It doesn't seem to matter whether I use <jsp:root xmlns..> tags or <html xmlns ..> tags or whether I use the facelet ui tags or not. I've tried it with several of the ADF components. I always get the pretty facelets exception at the bottom of the page after the ADF component displays.
    Am I missing something? Has anyone gotten these three (ADF w/ myfaces impl and facelets) to work together properly?

    Hi,
    It is supposed to work fine and is working okay, in general, for me. I was setting up a test app yesterday and logged the steps in my blog (http://www.jroller.com/page/mjdenham). I think I logged everything.
    Regards
    Martin

  • Has anyone used GitHub with RH projects?

    Does anyone have any experience using GitHub with RoboHelp? I don't plan on setting it up to use the RoboHelp UI to check individual topics in and out. I just want to check out the entire project. If anyone has any experience with this, any tips would be greatly appreciated.
    Also, can anyone please tell me which files to exclude when checking in the project? I know you're supposed to exclude the .cpd file, but I think I read that there are others. Unfortunately, I can't find the thread where this was discussed.
    Thanks.

    As long as you check out/check in the entire project folder, you should
    be fine. For RoboHelp, it's then as if there was no source control.
    Exclude the CPD. Just include all the other files. (Don't forget to add
    new files to the source control when you create them.)
    Kind regards,
    Willam

  • Does anyone use Fedora with SATA

    Hi..
    Is anyone successfully using Fedora with SATA on a K7N2Delta with the fasttrack controller... If so please let me know cos i cant seemed to get my Baracuda to work as the booting drive...
    Thanks
    Rasika

    not many here
    try there
    http://www.nforcershq.com/forum/viewforum.php?f=29

  • Anyone Use GIT with LabVIEW?

    I think that the vast majority of people using SCM with LabVIEW are using either Perforce or SVN. Is there anyone who either uses or has used GIT, integrated into LabVIEW or not integrated? (I think there is a tool that uses the SVN protocol to talk to GIT)
    If so what were your experiences?
    =====================
    LabVIEW 2012

    There are several other posts on LAVA mentioning GIT (I think a lot where from FIRST). Post there (just link this post there as cross-post).
    I personally think, that my arguments don't speak against GIT. I've been using SVN and Hg(mercurial) without any integration in the LV IDE (although I have some integration for Hg yet).
    I forgot to mention: Using SVN you could use the plug-in from JKI. If your company invests the money, I'm sure it' a **bleep** good deal.
    All these tools perform very well, even if you don't have the native LV support (as VSS, Perforce).
    If you want a poll, you can check the NI-community features. Just setup one for SCC specifics. I was planning to do one myself, but I don't have the time. It' still not as good (from the quality and quantity of posts) a the forums, but has some cool features (wikis, polls). Advertise this on the most up-to-date posts on SCC issues. I and many others will drop in, I'm sure.
    Felix
    www.aescusoft.de
    My latest community nugget on producer/consumer design
    My current blog: A journey through uml

  • Using forums with IWEB

    Hey everyone,
    I was wondering if forums are compatible with iweb. I want to create my own forums. If so what is recommended in making a forum.
    thank you

    Here is mine
    http://web.mac.com/kenan1085/KennosWebpage/Welcome.html
    I still have a great deal of work to do compared to all your wonderful pages that I have looked at.
    I intend to later do some cool adjustment as I learn more.
    Comments would be really nice too !!

Maybe you are looking for

  • How Does One Modify Photoshop Templates in Dreamweaver

    I posted this over on the Photoshop forum, but no one has replied. It is a hybrid sort of question. I've been trying to modify the Horizontal Neutral template of the Web Photo Gallery in Photoshop CS using Dreamweaver MX (v.6.1) on my G5 running Tige

  • Performance of ABAP query program

    Hi All, A custom program AQNWZ_TALAT=====TCS_AP_ITEMS== is taking lot of time running. And when checked the cost of the select statement is very high. I guessed it must be some custom abap query. Correct me if I am wrong. Also please let me know how

  • Problem in mail sending (ERRor message  XS829)

    *******************my issue is "have to send a mail to external mail id " but i am getting error as below......... Internal error: CL SMTP RESPONSE ESMTP error code is not known._554_554 Service una Message no. XS829 Diagnosis An error occurred in pr

  • Address Book Images Missing

    Almost all of my images in the Address Book have disappeared. The few that are there are the last 3 or 4 I added. When I look in Application Support/AddressBook/Images folder, I can actually find the missing images. However the UUID doesn't match the

  • Iphone 3g wont come on

    My iphone 3g 8gb wont come on after i did a reset. it will act liek its starting up with the apple symbol and when it goes away its turned off once again. i plug it up and it wont charge. plugged it in the computer and still doesnt recognize it. its