MULTI-USER AUTHENTICATION PAGE

I am using a server behavior to login my users Using
Dreamweaver CS3. I am using a php document. This behavior
works, however I would like to modify it allow users to login
to their own account page. Maybe I need to download an extension
package. I would rather modify my code to allow this behavior to
function in this way if possible.
please help? :(

Use this code in your server behavior succeeds goto property:
$loginUsername.php
where Username is the Username from the table column of the
same name.
You of course must also have an actual page named
Username.php or you will get a 404.
My guess on the bank page is that it is really all the same
page and only the data presented if for the customer from the
database. That's the whole point of a dynamic site. It doesn't
actually have a page for each user, it just dynamically pulls a
particular customers information into the page.
Glenn

Similar Messages

  • Redirect to the jsp page after user authenticated successfully  …

    Here is the requirement …
    I’m using “JAAS – Custom Login Module” for user authentication.
    I have few questions in Portal Logon process …
    1. Exactly at what point I can conclude that the user has been authenticated successfully, because I have to redirect the user to some other page for the first time logon to enter some information, subsequent logins shouldn’t be redirected. (I can update flag upon entering information).
    2. Where should I add my redirection code? Is it in my JASS Custom Login Module?
    If yes, how can I do that ? I’m more consider on “where should I add it”?
    3. Do I need to change my “UmLogonPage.jsp” to complete my requirement?
    4. Once after entering the Logon information, who will call my JASS – Custom Login Module for authentication? If authentication has failed who will return the control back to the “umLogonPage.jsp”?
    5. In my JASS Custom Login Module, I have no redirections except having logic for authentication process, and some Login Exceptions are thrown for failure logins.
    6. Who will catch these exceptions for failure logins to redirect back to the “umLogonPage.jsp”.
    7. Finally I like to know where can I add my redirection logic once the user has been authenticated successfully?
    8. last but not least can any of the experts explain the whole login process (using JASS module)? How the control goes from one component to another?
    Any kind of help is appreciated.
    Points can be awarded for useful answers.
    Thanks
    MMK

    Thanks a lot for your valuable reply.
    yes what you said was correct, storing information in R/3 System and getting the details from FM using Connector framework.
    You said i have to modify "header.jsp", can you please tell which .par file should i get to modify?
    one more question to you ... i have provide custom logon error messages to the user ... i did all the modification in logon.par and deployed in EP 6 .. working fine .. i can able to see "User ID Missing" , "Password Missing" etc ..
    when i place same peace of code in EP 7 it always displaying "User Authentication failed". can u guess what whould be the problem?
    Thanks
    MMK

  • User authentication - Logging in to different pages / PHP script / DW8

    Hi, I want to develop a PHP script for a login page that will direct users to different URLs depending on the URL address associated with their individual records stored in a MySQL database.
    I've set up a MySQL database which includes fields for (1) User Name (2) Password and (3) URL address.  I'm using Dreamweaver 8 and am relying on the server behaviour 'log In User'.
    After selecting all 3 x fields from the table is there specific code that can be inserted into the option "If login succeeds, go to" to resolve this query?
    The following link refers to what I'm seeking ...but it doesn't provide an answer for PHP/MySQL!
    http://kb2.adobe.com/cps/158/tn_15881.html
    Many thanks, Simon
    My Code so far:
    mysql_select_db($database_connLogin, $connLogin);
    $query_login = "SELECT userName, Password FROM users";
    $login = mysql_query($query_login, $connLogin) or die(mysql_error());
    $row_login = mysql_fetch_assoc($login);
    $totalRows_login = mysql_num_rows($login);
    ?><?php
    // *** Validate request to login to this site.
    if (!isset($_SESSION)) {
      session_start();
    $loginFormAction = $_SERVER['PHP_SELF'];
    if (isset($_GET['accesscheck'])) {
      $_SESSION['PrevUrl'] = $_GET['accesscheck'];
    if (isset($_POST['userName'])) {
      $loginUsername=$_POST['userName'];
      $password=$_POST['Password'];
      $MM_fldUserAuthorization = "";
      $MM_redirectLoginSuccess = "members.php";
      $MM_redirectLoginFailed = "tryAgain.php";
      $MM_redirecttoReferrer = false;
      mysql_select_db($database_connLogin, $connLogin);
      $LoginRS__query=sprintf("SELECT userName, Password FROM users WHERE userName=%s AND Password=%s",
        GetSQLValueString($loginUsername, "text"), GetSQLValueString($password, "text"));
      $LoginRS = mysql_query($LoginRS__query, $connLogin) or die(mysql_error());
      $loginFoundUser = mysql_num_rows($LoginRS);
      if ($loginFoundUser) {
         $loginStrGroup = "";

    Hai David Powers
    I followed this post and your book "The essential guide to dreamweaver cs3 ajax, php" to update my user registration and login system.
    User registration details database, login system and user authentication has been setup
    My problem..
    I am landing on the same page for each user 'username.php' when trying to login with any user.
    How to redirect the each registered user go to their own page with their details.
    Kindly help
    sreedhar

  • Multi user concept of same jsp page

    i have a problem i the jsp page used when there are multi users for the same page.....example when 2 users login at the same time..the id for the second user is same as the first one is displayed but his original id..what can be done for this..please help me out as soon as possible its very urgent

    Your posting is a little hard to understand...but if I am guessing your problem is that you have two users whose data is being shown to the other user... the problem could be either of the following:
    1. If you used a bean to hold the data, your scope for the bean is set incorrectly...you may have it at "Application" when it should have been "Session".
    2. If you used a JSP variable to hold the value, you declared it as static by using <! String x = "myString"; />
    Good luck.

  • User Authentication for subfolder not working in Web Browser

    We are using Oracle Application Server 10.1.2.3 and Database Server 10.2.0.5 for our application.
    One of the functionalities of the Application is to send emails with attachments.
    The logic is that the Application would generate the attachment file on the Application Server.
    Then a database package uses Oracle's utl_http package/procedures(more specifically utl_http.request_pieces where the single argument is a URL) to pick up the file from the Application Server via URL, attach the file and send the email.
    Exchange and Relay Server is also set in the Application.
    The problem is that the folder containing the folder which stores the attachments is having user authentication set.
    Example : The main folder is /apps/interface, this folder requires a valid user when it is accessed via URL on a web browser.
    Alias created in httpd.conf
    Alias /int-dir/ "/apps/interface/"
    The folder /apps/interface/email/ is the folder where the attachment files are generated and stored.
    Application Server : 10.12.213.21
    Database Server : 10.12.213.22
    Email Server : 10.12.213.44
    Configuration as per httpd.conf
    Alias /int-dir/ "/apps/interface/"
    <Location /int-dir/>
    AuthName "Interface folder"
    AuthType Basic
    AuthUserFile "/u01/app/oracle/as10g/oasmid/Apache/Apache/conf/.htpasswd"
    require user scott
    </Location>
    <Location /int-dir/email>
    Options Indexes Multiviews IncludesNoExec
         Order deny,allow
         Deny from all
         Allow from 10.12.213.21
         Allow from 10.12.213.22
         Allow from 10.12.213.44
    </Location>
    Using the above configuration the Application is able to attach the files and send the email, however, when we access the following URL :
    http://10.12.213.21:7778/int-dir/ - it prompts for user authentication
    However if we use the following URL :
    http://10.12.213.21:7778/int-dir/email/ - it does not prompt for user authentication, and all the files in the folder are displayed in the browser.
    I have tried so many things including AllowOverride, .htaccess, but i am not able to get user authentication for the email folder.
    Please help me if you can.
    Thanking you in advance,
    GLad to give any more information that i can.
    dxbrocky

    Thanks for your response.  I fixed the problem by selecting "full site" or "full website" at bottom of the web page.  After making this selection the zoom function returned.  Thanks again for your interest.

  • User Authentication failed

    Hi all,
    I like to share one of my peculiar issue with you and like to get a solution as well.
    I am trying to install a portal server with r3load based method. I did a java export of mssql Portal server and suceefully imported in the newly installed server.The server is up and running.I also completed the post installation activites like SLD ,SSO and Jco creation. I am not able to log in to the java page using administrator user and also other users..It keep on saying that user authentication is failed.
    But the beauty is that using the same adminsitrator user i am logging in the visaul administrator .
    I dont know where the problem and also i verified the log files under cluset/server nodes. There i found the log as  follows  --- > Connection is already closed and no longer associated with a managed connection,,
    I dont know where i am missing. Due to this I reinstalled the server and imported again..But the same problem is existing to me. Anyone have suggestion on this please do reply.
    Thanks and Regards
    Vijay

    Hi,
    Thnaks for reply. Its only a java system ,, So no activity needs to be done in SU01. I checked the table in database..the users are exisitng as well in the table.
    FYI: I am able to log in visaul admin but not in the java pages like
    http://<hostname>:port/
    http://<hostname>:port/irj
    Hope i explained  my problem it in right way
    Regards
    Vijay

  • ISE internal user authentication failure - user not found

    Hi Forumers'
    I trying to do wireless 802.1x, where identity store using intenral user.
    But i found this error message when i trying to connect
    Authentication failed                                                                                 :
    22056 Subject not found in the applicable identity store(s)
    My authrorization rules is built like this
    identity groups = user identities group / " mygroup"
    condition = no setting
    permissions = standard / PermitAccess
    Question 1
    Any troubleshooting step to do on this?
    Question 2
    For the Authorization rules, what's the condition should set for using Internal User as Identity store?
    Thanks
    Noel

    The error is caused to an authentication failure and is not an issue with authorization
    You need to look at your authentications policy (Policy->Authentications) and see which identity store was authenticated against
    In addition can do the Live Authentications page (Monitor->Authentications) and for the failing record click on the icon under details. This will give you the full details of the requets processing and you can see which rule was matched in the identity policy (Identity Policy Matched Rule) and "Selected Identity Stores".

  • File structure and Multi-user access/control

    Hi All
    Currently evaluating RH. Our plan is to use RH HTML with RoboServer and either SourceSafe or Team Foundation for source control. We will be producing the "printed" manual (PDF) and publishing online help (hopefully html via RH server) from the single source layout
    Given that we will edit content in RH's XHTML editor, I'm not clear on when we should create new files or the granularity of multi-user access. We have 17 apps and I plan to use a master project and merging (because we need to link to related topics in other apps).
    I'm really not sure what should constitute a file in RH. First off, is access controlled at the file level?
    I want to have multiple authors editing the same manual at the same time, so do I need to break the manual into multiple small files (currently it's a single word doc)?
    If I do break it into multiple files, what's the best approach: 1 file per topic (or is this a requirement)?
    Finally, when I come to generate the PDF, will the files be combined. (i.e. can I have different page-breaks than I have in the RH project)?
    Any pointers greatly appreciated
    Regards
    Mark

    Hi,
    First off, is access controlled at the file level?
    Not sure what you mean by that. In source control, you can check in/out ever file independent. Sometimes dependent files will be automatically checked out, for instance images used in the css when you check out the style sheet.
    I want to have multiple authors editing the same manual at the same time, so do I need to break the manual into multiple small files (currently it's a single word doc)?
    That be the idea. Anyway, it's not a good idea to have an entire RoboHelp project in a single topic. You probably want to cut up your contents into the small chunck: topics.
    If I do break it into multiple files, what's the best approach: 1 file per topic (or is this a requirement)?
    In RoboHelp a topic is a HTML file. RoboHelp doesn't force you to split up content into one or more topics. If you are creating help for the web, you want the information to be organized in relatively small chunck so users can quickly scan through it.
    Finally, when I come to generate the PDF, will the files be combined. (i.e. can I have different page-breaks than I have in the RH project)?
    Not sure what you mean by page breaks. As RoboHelp creates HTML files, there are no page breaks such as in paper manuals. When you create a PDF, you combine the topics you need into a single document.
    If a PDF is required for you, you may want to consider not using RoboHelp for your sources. A PDF created by RoboHelp is useful for internal use, but it never seems to get good enough to give to customers. Personally, when a PDF version of a manual is required, I create the manual in FrameMaker and link or import the book into RoboHelp. You can also link Word documents, so you may want to play around with that before deciding whether to use Word, RoboHelp or FrameMaker for your source.
    Greet,
    Willam

  • User authentication errors

    I have the following set up as a very basic user authentication system (without using databases):-
    * a html file using forms to enter the username and password
    * a jsp file which contains the following:
    <jsp:useBean id="login" scope="page" class="login" >
    <jsp:setProperty name="login" property="*" />
    </jsp:useBean>
    <HTML>
    <head>
    <title>Processing login request</title>
    </head>
    <h1>Login request</h1>
    <%
    String name = request.getParameter("Username");
    String passwd = request.getParameter("Password");
    String result = login.loginUser(name, passwd);
    if (result.equalsIgnoreCase("validuser"))
    %>
    <jsp:forward page="Anypage.htm"/>
    <%
    else
    %>
    <h2>Invalid username / password</h2>
    <%
    %>
    </body></html>
    * and finally a java file which contains the following:
    import java.io.*;
    import javax.servlet.*;
    import javax.servlet.http.*;
    import java.util.*;
    public class login
    //the arrays names and password should have the same number of entries
    private static String[] names = {"Bob", "Bill"};
    private static String[] password = {"a1357", "b9876"};
    public String loginUser(String name, String passwd)
    boolean user = false; //assume the username is not valid
    int j = 0;
    for (j = 0; j < names.length; j++)
    if (name.equalsIgnoreCase(names[j]))
    user = true;
    break;
    //check for password
    if (user)
    if (passwd.equalsIgnoreCase(password[j]))
    return "validuser";
    return "invaliduser";
    My problem is this. When I enter any username and password, I get the following errors.......
    Error: 500
    Location: /jsp/ass1result.jsp
    Internal Servlet Error:
    org.apache.jasper.JasperException: Unable to compile class for JSPH:\tomcat\work\localhost_8080%2Fexamples\_0002fjsp_0002fass_00031result_0002ejspass1result_jsp_0.java:60: Class jsp.login not found.
    login login = null;
    ^
    H:\tomcat\work\localhost_8080%2Fexamples\_0002fjsp_0002fass_00031result_0002ejspass1result_jsp_0.java:63: Class jsp.login not found.
    login= (login)
    ^
    H:\tomcat\work\localhost_8080%2Fexamples\_0002fjsp_0002fass_00031result_0002ejspass1result_jsp_0.java:68: Class jsp.login not found.
    login = (login) Beans.instantiate(this.getClass().getClassLoader(), "login");
    ^
    3 errors
    can anyone tell what is wrong and recommend how I fix it? Thanks.

    Make sure you that the file login.java is in your WEB-INF/classes directory and then import the class into your jsp page using the <%@page %> directive:
    i.e
    <%@page import="login" %>
    Also, it isn't a good idea to use a variable with the exactly same name as one of your classes. Captialise the first letter in your class names.
    For instance use:
    public class Login()
    rather than:
    public class login()
    So that you can then code:
    Login login = new Login();

  • PHP_MySQL version of a high security user authentication web app.

    Since you folks deal with PHP Application Development, I am posting this here.
    For a demo of the PHP_MySQL version of the UltraSuite High Security User Authentication Web Application, you can sign up at http://bit.ly/hgNjek.
    It  offers a multi-layered approach security approach towards protecting  important information like user authentication credentials.  Protection from dictionary attacks, rainbow table attacks, brute force attacks, SQL injection attacks and much more.
    I hope your feedback will help make the application even more useful and secure.
    Thank you!
    J.S.

    Hi,
    could you or someone tell me if ADDT supports protection against these methods you mention:
    Protection from dictionary attacks, rainbow table attacks, brute force attacks, SQL injection attacks and much more??
    And can this system work alongside ADDT?
    thanks again

  • Since iPad is not a multi user device,

    I'm interested in how other users deal with this.
    My 1st iPad (I'll purchase more) is a coffee table device available to family and friends. Since I have many Apple products and confidential information that I don't want to share with friends/family/friends of family, I have taken the follow steps:
    1. Not synced with Mobile Me, even though I subscribe, I don't want other people to sync to my master computers/databases. They can't make changes to my personal data.
    2. I created a new email ID only used by the iPad. All mail sent by "other people" are sent from this ID.
    3. Create Mail rules to forward general purpose family email to the iPad email ID.
    4. Create subfolder/smartfolders of contacts, calendars, photos, etc and just download those subsets during sync.
    5. Entrys into the iPad calendar upload into my master calendar but don't change anything I have set.
    6. Contacts contain a small subset of family, friends. People that the typical user would email.
    The iPhone, iPod have all been "personal devices". Information loaded wasn't as critical because that device was in one's personal possession. The iPad in many cases crosses that line into a multiuser device with single user support. All your personal data shouldn't be loaded for others to see/modify.
    Your thoughts?

    It's true, Capt. Fred, there's no security as yet on the iPad. Pages doesn't even let you save anything with a passcode. There are third party apps that will secure things (like +Documents to Go+ and Safe ) so you can secure files if you want to. You can also, of course, secure the entire iPad as you could the iPhone. It even has that feature that wipes the whole thing clean after 10 wrong password entries. But other than that, the whole thing is open and it does not support more than one user. There has been discussion of that elsewhere in this forum. In order for the OS to support a Windows or Mac like multi user account system, the thing would need to get a bit more complex than Apple wants just now, I think. But as more and more users migrate to the iPad for pretty much full time use, there will be more and more clamoring for more complexity and functionality. So it's a matter of time, I think. Already Apple is going to multitasking in the upcoming OS 4.0 upgrade for iPad and latest iPhones. My only question is, will my first run iPad support these inevitable future upgrades? We'll see, I guess. Sure hope so.
    Message was edited by: StevePug2

  • Please guide me for user authentication and authorization in WebDynPro App

    Hi,
        I just study the WebDynPro to develop the SAP Portal. I've ever developed the Web-based App using J2EE. So when i developed the Web-based App i have to develop the control of the user authentication and authorization on each page for example ,checking the session of the user whether they can access this page or whether session is expired or not,. So i have no idea with the WebDynPro and the SAP Portal because i never had experience for both WebDynPro and Portal.
    I need to ask you some question to clarify my doubt :
    1. SAP Portal  is web page that include every enterprise application with in one page and user log-in to them just on time, isn't it?
    2. If i integrate WebDynPro with SAP Portal, which one will do the authentication and authorization?. I mean that, Do i have to develop the code to check authentication and authorization in the WebDynPro App or Let the SAP Portal manage them?
    3.Could you please suggest the best practice for authentication and authorization in webDynPro.
    Many Thanks
    Noppong J

    in most case you don't have to write code to deal with session, authentication and authorization.
    1. yes,
    2. no, no code needed. you just set an attribute to your application, which make the the authentication required. when user access this page, portal will display the logon page
    3 you can put some authorization related code in web dynpro for specific requirement, search this doc "Protecting Access to the Web Dynpro Car Rental Application Using UME Permissions"

  • Cisco ISE (Authentication failed: 24415 User authentication against Active Directory failed since user's account is locked out)

    Hi,
    I have a setup ISE 1.1.1. Users are getting authenticate against AD. Everything is working fine except some users report disconnection. I see in the ISE that (Authentication failed: 24415 User authentication against Active Directory failed since user's account is locked out). Users are using Windows 7 OS.
    Error is enclosed & here is the port configuration.
    Port Configuration.
    interface GigabitEthernet0/2
    switchport access vlan 120
    switchport mode access
    switchport voice vlan 121
    authentication event fail action next-method
    authentication event server dead action reinitialize vlan 120
    authentication event server alive action reinitialize
    authentication host-mode multi-auth
    authentication order mab dot1x
    authentication priority dot1x mab
    authentication port-control auto
    authentication periodic
    authentication timer reauthenticate server
    mab
    dot1x pae authenticator
    dot1x timeout tx-period 60
    spanning-tree portfast
    ip dhcp snooping limit rate 30 interface GigabitEthernet0/2
    switchport access vlan 120
    switchport mode access
    switchport voice vlan 121
    authentication event fail action next-method
    authentication event server dead action reinitialize vlan 120
    authentication event server alive action reinitialize
    authentication host-mode multi-auth
    authentication order mab dot1x
    authentication priority dot1x mab
    authentication port-control auto
    authentication periodic
    authentication timer reauthenticate server
    mab
    dot1x pae authenticator
    dot1x timeout tx-period 60
    spanning-tree portfast
    ip dhcp snooping limit rate 30
    Please help.

    The error message means that Active Directory server Reject the authentication attempt
    as for some reasons the user account got locked.I guess, You should ask your AD Team to check in the AD
    Event Logs why did the user account got locked.
    Under Even Viewers, You can find it out
    Regards
    Minakshi (Do rate the helpful posts)

  • Go URL - User Authentication Failure

    Hi,
    I am trying to use a 'Go URL' in web application and I see some issue with authentication mechanism.
    I was able to login and view the dashboard whenever the username used in the 'Go URL' is from the console. But if the user who is from Active directory is used in the 'Go URL' link, then I get the login page saying 'Invalid username or password'. When I check the log file, it says ' [53012] User Authentication Failure'.
    Also the AD user can login from the login page, but not thru 'Go-URL' link.
    Can anyone let me know whether I am missing any step?
    Thanks

    969211 wrote:
    I was able to login and view the dashboard whenever the username used in the 'Go URL' is from the console. But if the user who is from Active directory is used in the 'Go URL' link, then I get the login page saying 'Invalid username or password'. When I check the log file, it says ' [53012] User Authentication Failure'.
    Also the AD user can login from the login page, but not thru 'Go-URL' link.
    Can anyone let me know whether I am missing any step?Check the usage of Go URL first : http://docs.oracle.com/cd/E21043_01/bi.1111/e16364/apiwebintegrate.htm
    If you dont user NQUser and NQPassword then they will be prompted for a password. you need to http://<hostname.domain>:9704/analytics/saw.dll?Dashboard&PortalPath=<your GO URLpath>*&NQuser=USERNAME&NQPassword=PASSWORD*
    You should not access if URL without logging in.
    Also on different note:
    Rupesh Shelar wrote:
    Make sure your BISYSTEM password
    Go to weblogic console, http://IP address:7001/console
    Home >Summary of Security Realms > myrealm > Users and Groups > BISystemUser
    And then go to your EM (http://IP address:7001/em)
    expand weblogic domain > bifoundation_domain > Security > Credentials > oracle.bi.system ? system.user
    Just retype a new password then Restart BI All Services then test it.How is BISystemUser even related to Go URL .or this issue .?
    Hope this helps.
    Let me know the updates. Mark if it answers!
    Thanks,
    SVS

  • ISE - Machine + user authentication

    I've searched forum, community but I couldn't find exactly what I need:
    I have a client that want's to use two step authentication on wireless: first machine authentication to make sure that device is on the domain and then username/password authentication.
    Now, I've read about MAR, EAP chaining, and I understood it all, only thing I didn't understand is:
    If I configure ISE to authenticate machine, it will allow limited access to DC (for example).
    Then, after that AuthZ profile is applied, what will do new authorization? My understanding is once MAR is done, AuthZ profileis applied and authorization is finished.
    Now, I am not asking about turning on laptop, getting PC on the network, then logging in and then providing the user/credentials, etc. I am asking for this scenario:
    How ISE policy and AuthZ profile should look like, for example, I come in the office, my wireless card is disabled, I login to my laptop, then I notice that my wireless card is disabled and now I enable it. I need to have Machine authentciation happening at that point + prompting user for username/password to complete registration on wireless.
    NAM is already refused by client, so I need something that will work on plain Windows 7.
    Thanks.

    Hello Align-
    In your post you are referring to two completely separate and independent solutions:
    1. MAR
    2. EAP-Chaining
    MAR only happens when the machine first boots up and the host presents its machine domain credentials. Then the machine MAC address is saved in ISE. The MAC is preserved in ISE as long as configured in the machine timer. Keep in mind that if let's say a computer was booted while connected on the wired network, only that MAC address will be authenticated. If the user moves to wireless, the connection will be denied as ISE will not have any records of the wireless MAC. Along with all of that, you will need another method (usually PEAP) to perform the user authentication. Usually this method is not a very good one to implement due to the issues listed
    EAP-Chaining on the other hand utilizes EAP-FAST and it s a multi-phase method during which both machine and user information is passed in a secured TLS tunnel. For that you need to implement Cisco AnyConnect as it is the only software supplicant that supports it at the moment. For more info you might wanna look into Cisco's TrustSec guide:
    http://www.cisco.com/en/US/solutions/collateral/ns340/ns414/ns742/ns744/docs/howto_80_eapchaining_deployment.pdf
    I hope this helps!
    Thank you for rating!

Maybe you are looking for

  • Regarding the table control in bdc

    Hi Abap Gurus, my requirement is how to extend the table control in bdc? i have searched in the sdn but not found the proper code. i think we have to use the =P+ code .  if possible post the sample code.

  • Problem with brush definitions

    Hello: I have just started using Illustrator but I do have some experience with PS. My OS: Windows 7 64bit So, I have been learning my way around and was playing with the Brush tool but when I went to reset the brush to Basic under Brush Definitions

  • How to flip two videos in flash.. help :D

    i have a movie that has a next button  on it that if clicked its going to flip/rotate and play the other movie,, here another problem if i click the next button it flip but the second movie clip is keep on pausing and playing how can i fix this?,, tn

  • Remapping keyboard keys

    I have Macbook Pro with US keyboard layout, which is just fine, similar to almost any of the keyboards I have used over the years. Recently I bought a localized (Bulgaria) Apple keyboard, where the positions of "`~" and "§±" are swapped. That's a pai

  • Back and Forward button disappear in SAP CRM IC

    Hi Experts, I am facing a strange issue which i suspect has some dependency on the IE or Java . Please help me out if anybody has any clue on the same as to why is this occuring or what can be done to resolve it or even if there would be any logs reg