Dreamweaver 8 loses Recordset server behaviors and auth

Since the migration to vista (did not notice the problem on xp) I find that dreamweaver 8 continues to lose my authentication recordset server behaviors and the user. I don't see a reason for this yet i.e. sometimes it keeps everything after exit/restart of DW and other times it just lost in the passage of the docs with the application still running.

All the world has noticed this behavior?

not a bug - it would seem that my declaration order was wrong

I had


http://www.w3.org/TR/html4/loose.DTD">

Instead of

http://www.w3.org/TR/html4/loose.DTD">

don't know how it happened

Tags: Dreamweaver

Similar Questions

  • My cc of dreamweaver does not link, server behaviors and data display

    My cc of dreamweaver does not link, server behaviors and data display

    Hello

    Please read this thread-

    https://forums.Adobe.com/thread/2139846

  • Need help with the update server behaviors and deleting records

    I am 'trying' to use the update and delete record server behaviors and I can't get the redirection page to set up correctly. What I'm trying to do, is to have the redirection came up with the right records depending on the CompId page. It seems that it is taking the CompId and agreementId (which are my unique ID) and use them in the url of the redirection page. Also, it updates the table. Here is the url that appears after I have send the update:

    http://localhost:8888/dotweb/maintenance/agreement_home.php?CompId= & agreementId = 7

    Here is the code for the update page:

    Name of the document
    Signed?
    First name
    Family name
    Date of signature

    Pending patent, trade mark, Tradesecret and straightened to copy recorded
    Copyright KML designs 2009

    Can someone tell me why it would show the CompId and agreementId when everything I asked the CompId? Thanks for your help. Just in case, I enclose you an html version of this file. It must be a php file, but is not one of the allowed file types.

    CompId is not filled in the URL because you try to use the result of the rsAgree recordset object until the result of the recordset is created. However, you pass the CompId value via array $_POST as a hidden field.

    Change this line (52):

    $updateGoTo = "agreement_home.php?CompId=" . $row_rsAgree['CompId'] . "";
    

    to do this:

    $updateGoTo = "agreement_home.php?CompId=" . $_POST['CompId'];
    
  • If DW 20141 cc does not support the database, connection, server behavior, and PHP/MySQL require it, but using Adobe Extensions Mngr IS DO NOT recommended, then TOOLS WHICH does allow us to develop a database with DW?

    I use windows DW 20141 cc. I'm following lynda.com tutorials to create a website with PHP and MySQL database. I learned that I have to download Adobe Extension Mngr database active, BINDING, panels of SERVER BEHAVIOR, what I've done. BUT NOW, I've BEEN ADVISED NOT to USE THESE TOOLS for all new development. If this is the actually the case, then THAT TOOLS DO I USE to develop a Web site that has a database?

    Ideally, you code your own with (improved) MySQLi or PDO.

    http://code.tutsplus.com/tutorials/PDO-vs-mysqli-which-should-you-use--NET-24059

    Help the Web offer also an Extension of commercial MySQLi for DW server behaviors replace the obsolete.

    MySQLi server behaviors. Dreamweaver extension | WebAssist

    Nancy O.

  • Activate the data bindings and server behaviors in Dreamweaver CC 2015

    Hallo,

    Heute habe ich Dreamweaver written on,

    Leider ist den Panel as data base edge, (Activate the data bindings and server behaviors )

    Wie kann ich wieder're installieren in dreamweaver cm³ 2015.

    ICH am dringend of are. Bitte

    LG

    Roger

    Dies wird helfen, http://www.dmxzone.com/go/21842/enable-server-behaviors-and-data-bindings-panel-support-fo r-dreamweaver-cc /

  • Server behaviors Dreamweaver went on the fritz!

    I just finished two books on dynamic sites and worked on makeover a site today when I decided I was going to use DB on a particular page. I inserted forms, textfields, etc, then when I clicked on the + in the server behaviors, and then "recordset" this alert appeared:

    "Error loading Recordset.htm Javascript:
    "Cannot open the script"C:\Program Files\Macromedia\Dreamweaver 8\Configuration\ServerBehaviors\PHP_MySQL\FieldTypes.js"file (error 2)"

    So I opened Recordset.htm in Dreamweaver and it autoclosed a tag link the has not been closed which connects "... /.. '. "/ fields.css".

    Now, when I click on the button of Recordset, I get:

    «The script of the recordset does not define function applyServerBehavior.»

    The only thing I did (I know is significant) trying to redefine my localhost root folder, modify the paths in the file php.ini and apache.config. But I got confused and put back. PHP & MySQL are always works well. I can work with and test my PHP pages with & without Db feature. But I can't do anything with the server behaviors or the table of any application by the way.

    Help please! I WAS so excited to try and apply what I've learned, but now I'm chasing my tail, trying to figure out what in the heck happened!

    Thanks for any help you guys can give me!
    Todd

    OK, so I feel bad b/c this entry all is me, but fortunately we will help someone else. I don't know what CAUSED the problem & I can come back on it & perhaps to understand the cause. But, if the above symptoms sound like what is happening in your DW, check this out:

    InteraktOnline Java Script Tech Note
    I learned something new about DW it's good to know. Even if you don't have this problem, or do not want to read the stuff on the link you need to know that DW stores commonly used Javascript in a cache file. If you get a file corrupted in the cache, it is unknown for some time (I replaced the bad .js files and restarted DW & then my computer, but DW always said that he did not know what was the function of applyServerBehavior - even if I was looking right at it in the file.). You must manually remove it in order to force DW to recreate the cache file.

    It works now!

    Happy coding!
    Todd

    Tip: Do not search ALL forums go you. I did that for the last 5 hours - nothing, no response (s) either. Then I typed 'Dreamwever 8' 'applyServerBehavior' in search bar - first point, I went to solved my problem. FIVE MINUTES & I could have gone. Lesson learned!

  • When add on CC 2015 Dreamweaver server behaviors will be ready?

    When add on CC 2015 Dreamweaver server behaviors will be ready?

    go to dmxzone to download some small changes... not the structure DW CC menus 2015 that make the old server bahaviors installed Panel, this is an updated version that works in 2015 CC DW:

    http://www.DMXzone.com/go/21842/enable-server-behaviors-and-data-bindings-panel-support-fo r-dreamweaver-cc.

  • Insert and update server behaviors in the same form

    I have a php form that is inserted into a table and then update another table. I have the form of inserting the record first and then I want to update the other table. I'm starting to learn and understand PHP, but I don't know how to have the update function to run after that it inserts the records. I guess that's something like if you insert this disc, then update this record and then go to the redirect page. I know this goes to redirect page after it inserts the record, but I don't know how to tell him not to go to the $insertGoTo. I want him to run the following update function and then go to the $insertGoTo and not the $updateGoTo. Thanks in advance for any help.

    if ((isset($_POST["MM_insert"])) && ($_POST["MM_insert"] == "form1")) {
      $insertSQL = sprintf("INSERT INTO employee (CompId, empfirstname, empmiddleint, emplastname, EmpType, EmpStatus) VALUES (%s, %s, %s, %s, %s, %s)",
                           GetSQLValueString($_POST['CompId'], "int"),
                           GetSQLValueString($_POST['empfirstname'], "text"),
                           GetSQLValueString($_POST['empmiddleint'], "text"),
                           GetSQLValueString($_POST['emplastname'], "text"),
                           GetSQLValueString($_POST['EmpType'], "text"),
                           GetSQLValueString($_POST['EmpStatus'], "text"));
      mysql_select_db($database_dotweb, $dotweb);
      $Result1 = mysql_query($insertSQL, $dotweb) or die(mysql_error());
      $insertGoTo = "Roster.php?CompId=" . $_POST['CompId'] . "";
      if (isset($_SERVER['QUERY_STRING'])) {
        $insertGoTo .= (strpos($insertGoTo, '?')) ? "&" : "?";
        $insertGoTo .= $_SERVER['QUERY_STRING'];
      }
      header(sprintf("Location: %s", $insertGoTo));
    }
    if ((isset($_POST["MM_update"])) && ($_POST["MM_update"] == "form1")) {
      $updateSQL = sprintf("UPDATE company SET CompanyType=%s WHERE CompId=%s",
                           GetSQLValueString($_POST['CompanyType'], "text"),
                           GetSQLValueString($_POST['CompId'], "int"));
      mysql_select_db($database_dotweb, $dotweb);
      $Result1 = mysql_query($updateSQL, $dotweb) or die(mysql_error());
      $updateGoTo = "purchases.php";
      if (isset($_SERVER['QUERY_STRING'])) {
        $updateGoTo .= (strpos($updateGoTo, '?')) ? "&" : "?";
        $updateGoTo .= $_SERVER['QUERY_STRING'];
      }
      header(sprintf("Location: %s", $updateGoTo));
      
    }
    
    

    PHP code is executed from top down and is controlled by the conditional statements ('if' blocks). To achieve what you want, you need to combine the conditional statements that control the insert and update server behaviors and to move the redirect to the end of the code. Amend as follows:

    if ((isset($_POST["MM_insert"])) && ($_POST["MM_insert"] == "form1")) {
      $insertSQL = sprintf("INSERT INTO employee (CompId, empfirstname, empmiddleint, emplastname, EmpType, EmpStatus) VALUES (%s, %s, %s, %s, %s, %s)",
                           GetSQLValueString($_POST['CompId'], "int"),
                           GetSQLValueString($_POST['empfirstname'], "text"),
                           GetSQLValueString($_POST['empmiddleint'], "text"),
                           GetSQLValueString($_POST['emplastname'], "text"),
                           GetSQLValueString($_POST['EmpType'], "text"),
                           GetSQLValueString($_POST['EmpStatus'], "text"));
      mysql_select_db($database_dotweb, $dotweb);
      $Result1 = mysql_query($insertSQL, $dotweb) or die(mysql_error());
    
      $updateSQL = sprintf("UPDATE company SET CompanyType=%s WHERE CompId=%s",
                           GetSQLValueString($_POST['CompanyType'], "text"),
                           GetSQLValueString($_POST['CompId'], "int"));
      mysql_select_db($database_dotweb, $dotweb);
      $Result1 = mysql_query($updateSQL, $dotweb) or die(mysql_error());  
    
      $insertGoTo = "Roster.php?CompId=" . $_POST['CompId'] . "";
    
      if (isset($_SERVER['QUERY_STRING'])) {
        $insertGoTo .= (strpos($insertGoTo, '?')) ? "&" : "?";
        $insertGoTo .= $_SERVER['QUERY_STRING'];
      }
      header(sprintf("Location: %s", $insertGoTo));
    }
    
  • Add the server behavior

    Hi... I try to add the server behaviors panel in Dreamweaver cc, but I can't find the folder features disabled... I find the folder "server behavior"...

    I use windows 8.1... Please someone help me... Thank you!

    You can download the ZXP obsolete DMX Zone Server behaviors extension, but if you are working with PHP/MySQL, I do not recommend to use them for current or future projects.

    http://www.DMXzone.com/go/21842/enable-server-behaviors-and-data-bindings-panel-support-fo r-dreamweaver-cc.

    The obsolete server behaviors have been removed for some reason.  The links do not work on servers with PHP 5.5 or later version.  The code they produce is exceeded.

    A more long-term solution is to manually code in (improved) MySQLi or PDO.

    If it is not within your skill set yet, here are 2 commercial extensions that replace panels behaviors deprecated in DW.

    http://www.WebAssist.com/Dreamweaver-extensions/mysqli

    http://www.DMXzone.com/go/22096/updated-replacing-Dreamweaver-server-behaviors-with-dmxzon e-extensions /.


    Nancy O.

  • Difference between two dates in the server behaviors

    Hello all,.

    I am trying to create a Recordset by using server behaviors and that I'm not an expert in php, I'm completely lost...

    The problem is this: I want to find in a table of all the records where the difference between today's date and date of creation (stored in this table, although course) is superior to, say 30 days. How can I specify the variable field?

    Thank you very much in advance for your help!

    You must use a sql like query below:

    SELECT * FROM table WHERE creationDate< date_sub(now(),="" interval="" 30="">

    'table' is the name of the table that you want to select the information of and 'creationDate' being the column 'date' in the database

  • Documentation of server behavior

    I have all the books of David Powers and they are very good. However, they have a fall for the amateur webmaster - they all get so far along the line before I forget all about Dreamweaver and Drupal, turn the system of Zend and Wordpress or some other exotic and / or expensive piece of kit.

    .

    Learn one of these is much harder that learning Dreamweaver, so before that Dreamweaver is cast scrap could someone with a lot of supply right knowledge a fully commented set of Dreamweaver server behaviors, so that people like me can work out where to put the code form validation on the server side?

    Can I use javascript, but it is not the safest way of doing things.

    For example, where you would put code to verify that the "incometype" field has a value and has no destructive code in it in this behavior, by insertion of a single record with a single field in a MySQL table:

    :

    <? PHP

    If (! function_exists ("GetSQLValueString")) {}

    function GetSQLValueString ($theValue, $theType, $theDefinedValue = "", $theNotDefinedValue = "")

    {

    If (via PHP_VERSION < 6) {}

    $theValue = get_magic_quotes_gpc()? stripslashes ($TheValue): $theValue;

    }

    $theValue = function_exists ("mysql_real_escape_string")? mysql_real_escape_string ($TheValue): mysql_escape_string ($theValue);

    Switch ($theType) {}

    case 'text ':

    $theValue = ($theValue! = "")? « " ». $theValue. "" "": "NULL";

    break;

    case "long":

    case "int":

    $theValue = ($theValue! = "")? intval ($TheValue): 'NULL ';

    break;

    case "double":

    $theValue = ($theValue! = "")? doubleVal ($TheValue): 'NULL ';

    break;

    case "date":

    $theValue = ($theValue! = "")? « " ». $theValue. "" "": "NULL";

    break;

    case "set":

    $theValue = ($theValue! = "")? $theDefinedValue: $theNotDefinedValue;

    break;

    }

    Return $theValue;

    }

    }

    $editFormAction = $_SERVER ['PHP_SELF'];

    If (isset {}

    $editFormAction. = « ? ». htmlentities($_SERVER['QUERY_STRING']);

    }

    If ((isset($_POST["MM_insert"])) & & ($_POST ["MM_insert"] == "codes_in")) {}

    $insertSQL = sprintf ("INSERT INTO incometype (incometype) VALUES (%s)", ")

    GetSQLValueString ($_POST ['incometype'], "text"));

    @mysql_select_db ($database_dummywrite, $dummywrite);

    $Result1 = mysql_query ($insertSQL, $dummywrite) or die (mysql_error ());

    $insertGoTo = "cash_in_codes.php";

    If (isset {}

    $insertGoTo. = (strpos ($insertGoTo, '?'))? « & » : « ? » ;

    $insertGoTo. = $_SERVER ['QUERY_STRING'];

    }

    header (sprintf ("location: %s", $insertGoTo));

    }

    No price for one who does, except my eternal gratitude!

    Don't know which of my books you have, but Dreamweaver 8, CS3 and CS4 spend a lot of time dissecting the server behaviors. My CS5 book not only devotes a chapter (of 13) of server behaviors, mainly because they are obsolete and unsuitable for production sites. As this book was published by Adobe Press, it is a pretty strong indication that Adobe would also have users away from server behaviors and start writing their own code or use a third-party solution like WordPress or Zend Framework.

    However, to answer your question, the place to insert your validation on the server side is here:

    If ((isset($_POST["MM_insert"])) & ($_POST ["MM_insert"] == "codes_in")) {}

    Check the value of $_POST ['incometype'] here

    If it is not valid, wrap the rest of the code in a conditional statement

    to avoid running the INSERT query

    $insertSQL = sprintf ("INSERT INTO incometype (incometype) VALUES (%s)", ")

    GetSQLValueString ($_POST ['incometype'], "text"));

    In addition, if you are interested in learning how to better understand PHP outside the environment of Dreamweaver, you can check my PHP Solutions, 2nd edition.

  • How can I get activate server behaviors in Dreamweaver CC 2015?

    Hello everyone!

    I downloaded Dreamweaver CC 2015 two days ago and now I have Norman to connect to my database in MyPhpAdmin. I've seen tutorials, videos, discussion forums, and is not able to do. I found the file Deprecated_ServerBehaviorsPanel_Support - 1.1.0.zxp available in http://www.dmxzone.com/go/23171/enable-server-behaviors-in-dreamweaver-cc-2015/. But anyway, the Maneger Extension told me that the file has not been installed because I need a Dreamweaver version number from 12 to 16.

    I also read in some forum:

    Finally works on CC2015 - version 1.0.0

    But we need to reinstall everything. ((1) creative Cloud Set Up 2) Extension Manager 3) remove and download the ServerBehavior Extension (manually). (4) install the Extension using the extension manager

    Questions:

    (1) if I do that and I have reinstall my Dreamweaver, will be available again for me, if I have the trial version?

    (2) what is the meaning of ' I need to a Dreamweaver version number from 12 to 16? . "

    (3) someone knows how to fix this? im sure is not the only one who had this problem

    (4) I could really use Dreamweaver cc 2015. I'd rather have older versions. I tried to find it, but I can not downloaded. What someone has the installer for Cs4, cs5, cs6? my email is [email protected]

    Thanks a lot guys. #Respect

    Go to geckozone.org and download their extensions Manager, because the Adobe extensions Manager came at the end of the line and no longer supports DWCC2015!

    To install an extension, once you have installed the DMXZone EM, just choose the version of DW in the drop down and drag the .zxp to the window... Hey presto, it is installed!

    You can also buy some of their extensions while you are there because they are very good.

  • The Add links and add server behaviors are grayed out and not usable.

    Good evening everyone,

    As indicated in the title, I am trying to add a record set to my project, and it is not giving me the option.  First of all, let me tell you what I use:

    Dreamweaver CS6

    XAMPP server running PHP and MYSQL

    Shows connection to the database and can be used in Dreamweaver.

    Site is built in PHP, and a .php page is currently being developed.

    Everything I have read during the last hours 3 research that said I should have links to a + link, unfortunately I do not have.

    No idea where the problem fixed so that I can continue on with the design of the site?

    Thanks in advance,

    James

    Well, I'm not sure if this is a permanent problem or not, but if other people with this problem can't seem to find an answer, try this one and let me know if it works for you.  I got antsy waiting for a response and just start playing with everything I possibly could, and that's what I did.

    When I clicked on the links, the + is grayed out, but gave me some options on how to do.

    Said one of these options to set up the test server with the words "test server" sites in blue.

    I never clicked this option, because my test server has already been put in place, and showing as connected, but I clicked on it in any case.

    He opened my server that was already there in, I hit then save... and voila!  All of a sudden, my bindings and behavior of server + worked!

  • Lack of database, link, and server behavior w/CW 20141, extension Manager won't work.

    Following the instructions of download Adobe Extension Manager and looking for the files .zxp or .xzp does not work with my CW 20141 CC. There are NO files with these extensions anywhere in my program files. It's frustrating to be a new customer. I PAID lynda.com for turtorials, after that I PAY Adobe for the software and now I'm at a standstill. Adobe apparently does not want to talk to their end-users. Does anyone else have this problem? I desperately need to get php and Mysql works for one of my paying customers.

    Using the extension of server behaviors to activate server behaviors & DB features in Dreamweaver CC - YouTube

  • Dreamweaver server behaviors, can not insert data into the database

    Hi, I tried to use server behaviors to add registration information in my database in my registration page.

    (1) that I created a login page, and it works very well. This means that connections and the connection works fine database so it can match the record in my database.

    (2) but when I tried to download the news in the form of database, it does not work. When I clicked on the service behavior to double check the action "insert data", it always jumps the error message: "When executing inspectserverbehavior in InsertRecord.htm, a javascript error occurred."

    I copied my code below. Except the form code and a little jquery is written by me, most of the code generated by Dreamweaver.

    <? php require_once('Connections/MAMPPRO.php');? >

    <? PHP

    If (! function_exists ("GetSQLValueString")) {}

    function GetSQLValueString ($theValue, $theType, $theDefinedValue = "", $theNotDefinedValue = "")

    {

    If (via PHP_VERSION < 6) {}

    $theValue = get_magic_quotes_gpc()? stripslashes ($TheValue): $theValue;

    }

    $theValue = function_exists ("mysql_real_escape_string")? mysql_real_escape_string ($TheValue): mysql_escape_string ($theValue);

    Switch ($theType) {}

    case 'text ':

    $theValue = ($theValue! = "")? « " ». $theValue. "" "": "NULL";

    break;

    case "long":

    case "int":

    $theValue = ($theValue! = "")? intval ($TheValue): 'NULL ';

    break;

    case "double":

    $theValue = ($theValue! = "")? doubleVal ($TheValue): 'NULL ';

    break;

    case "date":

    $theValue = ($theValue! = "")? « " ». $theValue. "" "": "NULL";

    break;

    case "set":

    $theValue = ($theValue! = "")? $theDefinedValue: $theNotDefinedValue;

    break;

    }

    Return $theValue;

    }

    }

    $editFormAction = $_SERVER ['PHP_SELF'];

    If (isset {}

    $editFormAction. = « ? ». htmlentities($_SERVER['QUERY_STRING']);

    }

    If ((isset($_POST["MM_insert"])) & & ($_POST ["MM_insert"] == "Register_Form")) {}

    $insertSQL = sprintf ("INSERT INTO"user identity"(Ui_LastName, Ui_Email, Ui_FirstName, Ui_Password) VALUES (%s, %s, %s %s)", ")

    GetSQLValueString ($_POST ['Register_Firstname'], "text").

    GetSQLValueString ($_POST ['Register_Lastname'], "text").

    GetSQLValueString ($_POST ['Register_Email'], "text").

    GetSQLValueString ($_POST ['Register_Password'], "text"));

    @mysql_select_db ($database_MAMPPRO, $MAMPPRO);

    $Result1 = mysql_query ($insertSQL, $MAMPPRO) or die (mysql_error ());

    $insertGoTo = "LoginSuccessful.php";

    If (isset {}

    $insertGoTo. = (strpos ($insertGoTo, '?'))? « & » : « ? » ;

    $insertGoTo. = $_SERVER ['QUERY_STRING'];

    }

    header (sprintf ("location: %s", $insertGoTo));

    }

    @mysql_select_db ($database_MAMPPRO, $MAMPPRO);

    $query_Recordset1 = "SELECT *"IDENTITY of the user;"

    $Recordset1 = mysql_query ($query_Recordset1, $MAMPPRO) or die (mysql_error ());

    $row_Recordset1 = mysql_fetch_assoc ($Recordset1);

    $totalRows_Recordset1 = mysql_num_rows ($Recordset1);

    ? >

    <! doctype html >

    < html >

    < head >

    < meta charset = "UTF-8" >

    Registeration < title > < / title >

    "< link href="jquery-mobile/jquery.mobile-1.3.0.min.css "rel ="stylesheet"type =" text/css">

    "< script src="jquery-mobile/jquery-1.8.3.min.js "type =" text/javascript"> < / script >

    "< script src="jquery-mobile/jquery.mobile-1.3.0.min.js "type =" text/javascript"> < / script >

    < / head >

    < body >

    < div data-role = 'page' id = "registrationpage" >

    < div data-role = "header" >

    < h1 > welcome!    < / h1 >

    < h1 > register yourself! < / h1 >

    < / div >

    < data-role = 'content' div > < / div >

    < do action = "<?" PHP echo $editFormAction;? ">" method = "POST" id = "Register_Form" name = "Register_Form" >

    < p >

    < label > Email < / label >

    < input name = "Register_Email" type = "email" required id = form register_email = "Register_Form" title = "Register_Email" >

    < label > < br >

    Password < / label >

    < input name = "Register_Password" type = "password" required id = form register_password = "Register_Form" title = "Register_Password" value = "" >

    < /p >

    < p >

    < label > name < / label >

    < input name = "Register_Lastname" type = "text" required id = form register_lastname = "Register_Form" title = "Register_lastname" value = "" >

    < label > < br >

    First name < / label >

    < input name = "Register_Firstname" type = "text" required id = form register_firstname = "Register_Form" title = "Register_Firstname" value = "" >

    < /p >

    < name of entry = "MM_insert" type = 'submit' form 'Register_Form' value = 'Registration' = >

    < input type = "hidden" name = "MM_insert" value = "Register_Form" >

    < / make >

    < a href = "index.php" data-role = "button" > return to connection < /a > "

    < div data-role = "footer" >

    footer < h4 > < / h4 >

    < / div >

    < / div >

    < / body >

    < / html >

    <? PHP

    mysql_free_result ($Recordset1);

    ? >

    Finally I found the problem.

    It seems in my setting, MAIL does not work in live mode DW. But if moved to any explores, it works fine.

    Adobe really needs to improve its management of PHP.

Maybe you are looking for

  • Uber download

    Hi, I am trying to download uber on my iPhone more than 6. I downloaded uber in the past so I don't understand why its not working. It will form the iCloud for the circle of rotation, but the application logo hasn't really downloads. Help! I need to

  • BUGCODE_USB_DRIVER

    DATE: November 20, 2013 place: PA, USA. Well, my HP Pavilion dv6 notebook PC's display blue screen. Technical information: (blue screen) is. STOP: 0X000000FE (0 X 0000000000000005, 0XFFFFFA80049E71AO, 0X0000000080863B34, 0XFFFFFA8004C4D250) I TRIED E

  • Possible problem of keyboard shortcut? Toshiba Satellite L305D-S5881 w/vista

    When you play online FEAR2 through Steam after about an hour of playing my game, the screen will minimize everything suddenly when I try to move my character around the screen using the keys a, s, d, w.  It will then ask me what I'm trying to get on

  • I can't download photos from my camera

    I can't download photos from my camera olympus to my computer. It allows to work assistant camera would come no more. Help

  • Out of range

    The following statement appears on my computer screen: "Out of Range" How can I get these words off the screen