Ask a Question related to Macromedia Dreamweaver, Design and Development.

  1. #1

    Default Re: confused

    Do you have a url we can run through?

    --
    Cheers jojo
    Team Macromedia Member Volunteer for Dreamweaver MX
    ----------------------------------------------------
    CF CMS Details: [url]http://www.dwfaq.com/Store/detail/?id=wdCFcms[/url]
    CF CMS Demo: [url]http://www.webade.hostinguk.com/cfcms/[/url]
    ----------------------------------------------------
    Extending Knowledge, Daily.
    [url]http://www.communityMX.com/[/url]
    ----------------------------------------------------

    jojo Guest

  2. Similar Questions and Discussions

    1. Confused with FCS And FMS
      I am little confused with the terminology FCS And FMS, I cant see which are the differences.
    2. Confused....oh so confused.
      Ok, I have this form: <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <html> <head>...
    3. OT: :confused;
      I have been seeing this all over the board, what the heck is it? Is it an emoticon? Thanks, Drew
    4. Confused....
      I'm in the same scenario that Piers was in. My form looks sharp and I want to take the results of a completed form and post to my J2EE server via...
    5. Confused?
      Hi Everyone, I'm having a bit of a problem and was wondering if anyone would be able to tell me what I'm doing wrong. the URL to the site I'm...
  3. #2

    Default Re: confused

    just sum1 wrote:
    >[url]http://www.aromasteam.net[/url]
    Where's the problem?

    The validator says loud and clear "there is no attribute ...".
    Just remove them and use CSS instead of bgcolor, bordercolor etc.

    In XHTML these attributes are not allowed anymore because they're only
    used for presentation, not for logical markup.

    Micha
    Michael Fesser Guest

  4. #3

    Default Re: confused

    I think the validator pretty much explains itself: there is no height attribute
    (this is invalid html, not just XHTML) and there is no color attribute in
    XHTML. Your styles/colours should all be done in your style sheet, not within
    the page itself.

    --
    --
    DiMa
    --------------------
    WEB FORUM USERS: Please log on to the Newsgroup for quicker replies to your
    posts:
    [url]news://forums.macromedia.com/macromedia.dreamweaver[/url]
    For Answers, check here first:
    [url]http://groups.google.com/advanced_group_search?q=+group:macromedia.dreamwea ver[/url]
    [url]http://www.macromedia.com/support/dreamweaver/technotes.html[/url]
    [url]http://www.projectseven.com/faqbase[/url]
    [url]http://www.dreamweaverFAQ.com[/url]

    [url]http://www.macromedia.com/support/forums/etiquette.htm[/url]
    DiMa Design > From Lines...to Designs
    [url]http://www.dimadesign.net[/url]


    "just sum1" <Anonymous-Remailer@nowhere.com> wrote in message
    news:befj7g$qa0$1@forums.macromedia.com...
    > Yep
    > [url]http://www.aromasteam.net[/url]
    >
    > Thanx
    >
    > --
    >
    >
    > -------------------------------------------------------------------------
    > FIGHT BACK AGAINST SPAM!
    > Download Spam Inspector, the Award Winning Anti-Spam Filter
    > [url]http://mail.giantcompany.com[/url]
    >
    >
    > "jojo" <jojo@zoot3.com> wrote in message
    > news:befitg$pfc$1@forums.macromedia.com...
    > > Do you have a url we can run through?
    > >
    > > --
    > > Cheers jojo
    > > Team Macromedia Member Volunteer for Dreamweaver MX
    > > ----------------------------------------------------
    > > CF CMS Details: [url]http://www.dwfaq.com/Store/detail/?id=wdCFcms[/url]
    > > CF CMS Demo: [url]http://www.webade.hostinguk.com/cfcms/[/url]
    > > ----------------------------------------------------
    > > Extending Knowledge, Daily.
    > > [url]http://www.communityMX.com/[/url]
    > > ----------------------------------------------------
    > >
    >
    >

    DiMa Guest

  5. #4

    Default Re: confused

    How do I apply a css style to this type of thing

    --


    -------------------------------------------------------------------------
    FIGHT BACK AGAINST SPAM!
    Download Spam Inspector, the Award Winning Anti-Spam Filter
    [url]http://mail.giantcompany.com[/url]


    "Michael Fesser" <netizen@gmx.net> wrote in message
    news:halmgvkqso10ngig22ie4pv5mjflue9vnl@4ax.com...
    > just sum1 wrote:
    >
    > >[url]http://www.aromasteam.net[/url]
    >
    > Where's the problem?
    >
    > The validator says loud and clear "there is no attribute ...".
    > Just remove them and use CSS instead of bgcolor, bordercolor etc.
    >
    > In XHTML these attributes are not allowed anymore because they're only
    > used for presentation, not for logical markup.
    >
    > Micha

    just sum1 Guest

  6. #5

    Default Re: confused

    What I mean is, with say a table, (normally) you get the drop down on the
    properties manager so you can choose a css style for the table or font, but
    when I select this table, there is no way of doing that. Or is there???

    --


    -------------------------------------------------------------------------
    FIGHT BACK AGAINST SPAM!
    Download Spam Inspector, the Award Winning Anti-Spam Filter
    [url]http://mail.giantcompany.com[/url]


    "just sum1" <Anonymous-Remailer@nowhere.com> wrote in message
    news:befo4k$4dd$1@forums.macromedia.com...
    > How do I apply a css style to this type of thing
    >
    > --
    >
    >
    > -------------------------------------------------------------------------
    > FIGHT BACK AGAINST SPAM!
    > Download Spam Inspector, the Award Winning Anti-Spam Filter
    > [url]http://mail.giantcompany.com[/url]
    >
    >
    > "Michael Fesser" <netizen@gmx.net> wrote in message
    > news:halmgvkqso10ngig22ie4pv5mjflue9vnl@4ax.com...
    > > just sum1 wrote:
    > >
    > > >[url]http://www.aromasteam.net[/url]
    > >
    > > Where's the problem?
    > >
    > > The validator says loud and clear "there is no attribute ...".
    > > Just remove them and use CSS instead of bgcolor, bordercolor etc.
    > >
    > > In XHTML these attributes are not allowed anymore because they're only
    > > used for presentation, not for logical markup.
    > >
    > > Micha
    >
    >

    just sum1 Guest

  7. #6

    Default Re: confused

    ..tableName {
    border: 1px solid #CCCCCC;
    }

    <table class="tableName"....

    --
    --
    DiMa
    --------------------
    WEB FORUM USERS: Please log on to the Newsgroup for quicker replies to your
    posts:
    [url]news://forums.macromedia.com/macromedia.dreamweaver[/url]
    For Answers, check here first:
    [url]http://groups.google.com/advanced_group_search?q=+group:macromedia.dreamwea ver[/url]
    [url]http://www.macromedia.com/support/dreamweaver/technotes.html[/url]
    [url]http://www.projectseven.com/faqbase[/url]
    [url]http://www.dreamweaverFAQ.com[/url]

    [url]http://www.macromedia.com/support/forums/etiquette.htm[/url]
    DiMa Design > From Lines...to Designs
    [url]http://www.dimadesign.net[/url]


    "just sum1" <Anonymous-Remailer@nowhere.com> wrote in message
    news:befosk$5d7$1@forums.macromedia.com...
    > What I mean is, with say a table, (normally) you get the drop down on the
    > properties manager so you can choose a css style for the table or font, but
    > when I select this table, there is no way of doing that. Or is there???
    >
    > --
    >
    >
    > -------------------------------------------------------------------------
    > FIGHT BACK AGAINST SPAM!
    > Download Spam Inspector, the Award Winning Anti-Spam Filter
    > [url]http://mail.giantcompany.com[/url]
    >
    >
    > "just sum1" <Anonymous-Remailer@nowhere.com> wrote in message
    > news:befo4k$4dd$1@forums.macromedia.com...
    > > How do I apply a css style to this type of thing
    > >
    > > --
    > >
    > >
    > > -------------------------------------------------------------------------
    > > FIGHT BACK AGAINST SPAM!
    > > Download Spam Inspector, the Award Winning Anti-Spam Filter
    > > [url]http://mail.giantcompany.com[/url]
    > >
    > >
    > > "Michael Fesser" <netizen@gmx.net> wrote in message
    > > news:halmgvkqso10ngig22ie4pv5mjflue9vnl@4ax.com...
    > > > just sum1 wrote:
    > > >
    > > > >[url]http://www.aromasteam.net[/url]
    > > >
    > > > Where's the problem?
    > > >
    > > > The validator says loud and clear "there is no attribute ...".
    > > > Just remove them and use CSS instead of bgcolor, bordercolor etc.
    > > >
    > > > In XHTML these attributes are not allowed anymore because they're only
    > > > used for presentation, not for logical markup.
    > > >
    > > > Micha
    > >
    > >
    >
    >

    DiMa Guest

  8. #7

    Default Confused

    When I use these lines in the web.config on my local development machine
    everything works great.

    <identity impersonate="true"/>
    <authentication mode="Windows" />

    I have a label on the form telling me which user is logged in and I when
    I run the application, I get prompted for a username/password/domain and
    when I enter my credntials, my domain\username shows up as DEVELOPMENT
    \Aaron.My local IIS is using Integrated auth only.

    If I move my application to the production server I get access denied.
    I have set IIS to Integrated Auth only and even given EVERYONE full
    control permissions on the files in the webbizdev directory where the app
    is running from.

    What am I missing?

    Here is the error message when running from the server.

    Thanks,




    Server Error in '/' Application.
    -------------------------------------------------------------------------
    -------

    Access is denied.
    Description: An unhandled exception occurred during the execution of the
    current web request. Please review the stack trace for more information
    about the error and where it originated in the code.

    Exception Details: System.ApplicationException: Access is denied.

    Source Error:

    An unhandled exception was generated during the execution of the current
    web request. Information regarding the origin and location of the
    exception can be identified using the exception stack trace below.

    Stack Trace:


    [ApplicationException: Access is denied.
    ]
    System.Security.Principal.WindowsIdentity._Resolve Identity(IntPtr
    userToken) +0
    System.Security.Principal.WindowsIdentity.get_Name () +71
    System.Web.Configuration.AuthorizationConfigRule.I sUserAllowed
    (IPrincipal user, String verb) +100
    System.Web.Configuration.AuthorizationConfig.IsUse rAllowed(IPrincipal
    user, String verb) +81
    System.Web.Security.UrlAuthorizationModule.OnEnter (Object source,
    EventArgs eventArgs) +178

    System.Web.SyncEventExecutionStep.System.Web.HttpA pplication+IExecutionSt
    ep.Execute() +60
    System.Web.HttpApplication.ExecuteStep(IExecutionS tep step, Boolean&
    completedSynchronously) +87


    Aaron Guest

  9. #8

    Default Re: Confused

    Have you tried to fetch
    System.Web.HttpContext.Current.Request.ServerVaria bles["LOGON_USER"]? Does
    this return anything?
    Could you perhaps post the bit of code that fails?

    Sincerely
    Svein Terje Gaup

    "Aaron" <a_benage@hotmail.com> wrote in message
    news:Xns94E870DB4FE55aaronjonharveycom@207.46.248. 16...
    > When I use these lines in the web.config on my local development machine
    > everything works great.
    >
    > <identity impersonate="true"/>
    > <authentication mode="Windows" />
    >
    > I have a label on the form telling me which user is logged in and I when
    > I run the application, I get prompted for a username/password/domain and
    > when I enter my credntials, my domain\username shows up as DEVELOPMENT
    > \Aaron.My local IIS is using Integrated auth only.
    >
    > If I move my application to the production server I get access denied.
    > I have set IIS to Integrated Auth only and even given EVERYONE full
    > control permissions on the files in the webbizdev directory where the app
    > is running from.
    >
    > What am I missing?
    >
    > Here is the error message when running from the server.
    >
    > Thanks,
    >
    >
    >
    >
    > Server Error in '/' Application.
    > -------------------------------------------------------------------------
    > -------
    >
    > Access is denied.
    > Description: An unhandled exception occurred during the execution of the
    > current web request. Please review the stack trace for more information
    > about the error and where it originated in the code.
    >
    > Exception Details: System.ApplicationException: Access is denied.
    >
    > Source Error:
    >
    > An unhandled exception was generated during the execution of the current
    > web request. Information regarding the origin and location of the
    > exception can be identified using the exception stack trace below.
    >
    > Stack Trace:
    >
    >
    > [ApplicationException: Access is denied.
    > ]
    > System.Security.Principal.WindowsIdentity._Resolve Identity(IntPtr
    > userToken) +0
    > System.Security.Principal.WindowsIdentity.get_Name () +71
    > System.Web.Configuration.AuthorizationConfigRule.I sUserAllowed
    > (IPrincipal user, String verb) +100
    > System.Web.Configuration.AuthorizationConfig.IsUse rAllowed(IPrincipal
    > user, String verb) +81
    > System.Web.Security.UrlAuthorizationModule.OnEnter (Object source,
    > EventArgs eventArgs) +178
    >
    > System.Web.SyncEventExecutionStep.System.Web.HttpA pplication+IExecutionSt
    > ep.Execute() +60
    > System.Web.HttpApplication.ExecuteStep(IExecutionS tep step, Boolean&
    > completedSynchronously) +87
    >
    >

    Svein Terje Gaup Guest

  10. #9

    Default Confused

    Why does this not work:

    The error occurred in C:\Inetpub\wwwroot\element -
    members\CF\ProcessLogin.cfm: line 9

    7 : <cfif Login1.Recordcount eq 1>
    8 : <!--- <cfif #form.UserPass# eq Usr_pass> --->
    9 : <cfset Session.UserName=Usr_UserName>
    10 : <cflocation url="../test.cfm">
    11 : <cfelse>

    But simply adding a <cfoutput> around the <cfif> section like:

    <cfquery name="Login1" datasource="#DataSource#">
    select CID, Usr_UserName from members
    where Usr_UserName='#form.UserName#'
    and Usr_pass='#form.Userpass#'
    </cfquery>

    <cfoutput query="Login1">
    <cfif Login1.Recordcount eq 1>
    <!--- <cfif #form.UserPass# eq Usr_pass> --->
    <cfset Session.UserName=Usr_UserName>
    <cflocation url="../test.cfm">
    <cfelse>
    <cflocation url="../login.cfm">
    </cfif>
    </cfoutput>

    Works fine? If I don't add the <cfoutput> I get a Usr_UserName is
    undefined. I'm not outputting anything, so I'm confused as to why this
    is needed.
    Steve Grosz Guest

  11. #10

    Default Re: Confused

    You have to reference the query you are getting the field from if you don't use <cfoutput query="login1">

    ie:

    <cfset Session.UserName=Login1.Usr_UserName>

    theriversideweb Guest

  12. #11

    Default Re: Confused

    In the example without the output query, Usr_UserName is undefined. If you
    were to write <cfset session.UserName = #Login1.Usr_UserName#>, then coldfusion
    would know to look for Usr_UserName in the Login1 query. But if you don't
    specify the scope, it automatically looks under the variables scope
    (variables.Usr_UserName) and this variable doesn't exist.

    In the example with the output query, it automatically looks under the Login1
    scope instead of the variables scope, and so everything works fine.

    maddiel Guest

  13. #12

    Default Re: Confused

    Thanks both of you, for the info!

    Steve

    Steve Grosz wrote:
    > Why does this not work:
    >
    > The error occurred in C:\Inetpub\wwwroot\element -
    > members\CF\ProcessLogin.cfm: line 9
    >
    > 7 : <cfif Login1.Recordcount eq 1>
    > 8 : <!--- <cfif #form.UserPass# eq Usr_pass> --->
    > 9 : <cfset Session.UserName=Usr_UserName>
    > 10 : <cflocation url="../test.cfm">
    > 11 : <cfelse>
    >
    > But simply adding a <cfoutput> around the <cfif> section like:
    >
    > <cfquery name="Login1" datasource="#DataSource#">
    > select CID, Usr_UserName from members
    > where Usr_UserName='#form.UserName#'
    > and Usr_pass='#form.Userpass#'
    > </cfquery>
    >
    > <cfoutput query="Login1">
    > <cfif Login1.Recordcount eq 1>
    > <!--- <cfif #form.UserPass# eq Usr_pass> --->
    > <cfset Session.UserName=Usr_UserName>
    > <cflocation url="../test.cfm">
    > <cfelse>
    > <cflocation url="../login.cfm">
    > </cfif>
    > </cfoutput>
    >
    > Works fine? If I don't add the <cfoutput> I get a Usr_UserName is
    > undefined. I'm not outputting anything, so I'm confused as to why this
    > is needed.
    Steve Grosz Guest

  14. #13

    Default Confused

    :confused; When I try to listen to Music on AOL ,The page will start to load
    and then an error message will appear " Script on this page will make the movie
    run slow on Macromedia 8, Would you like to aport the Script on this page?" I
    Click yes..Then the page will continure to load..but I can't listen or watch
    any Videos..I have been to the Web page for problem shooting, But can't seem to
    solve my problem. Is there anyone with some Helpful Informaton to help me
    out???

    Razzleme Guest

  15. #14

    Default Re: Confused

    Razzleme wrote:
    > :confused; When I try to listen to Music on AOL ,The page will start to load
    > and then an error message will appear " Script on this page will make the movie
    > run slow on Macromedia 8, Would you like to aport the Script on this page?" I
    > Click yes..Then the page will continure to load..but I can't listen or watch
    > any Videos..I have been to the Web page for problem shooting, But can't seem to
    > solve my problem. Is there anyone with some Helpful Informaton to help me
    > out???
    Please see this technote:
    "Cause for "A script in this movie is causing Flash Player to run
    slowly" alert "
    [url]http://www.macromedia.com/go/tn_15512[/url]

    AOL Support is aware of this issue and is working to resolve it.

    Bentley Wolfe
    Senior Support Engineer, Flash/Flash Player
    *Macromedia, now a division of Adobe Systems
    Bentley Wolfe [Adobe] Guest

  16. #15

    Default Re: Confused

    Razzleme wrote:
    > :confused; When I try to listen to Music on AOL ,The page will start to load
    > and then an error message will appear " Script on this page will make the movie
    > run slow on Macromedia 8, Would you like to aport the Script on this page?" I
    > Click yes..Then the page will continure to load..but I can't listen or watch
    > any Videos..I have been to the Web page for problem shooting, But can't seem to
    > solve my problem. Is there anyone with some Helpful Informaton to help me
    > out???
    Please see this technote:
    "Cause for "A script in this movie is causing Flash Player to run
    slowly" alert "
    [url]http://www.macromedia.com/go/tn_15512[/url]

    AOL Support is aware of this issue and is working to resolve it.

    Bentley Wolfe
    Senior Support Engineer, Flash/Flash Player
    Bentley Wolfe [Adobe] Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139