I'm NewBie--Servlet doPost don't function!!!

hello ,
i've mada a simple servlet, but the doPost method don't function?
please help me......
this is the code.:.
public class Bridge extends HttpServlet {
     * Comment for <code>serialVersionUID</code>
     private static final long serialVersionUID = 1L;
     protected void doGet(HttpServletRequest request,
               HttpServletResponse response) throws ServletException, IOException {
          response.setContentType("text/html");
          PrintWriter out=response.getWriter();
          out.println("<html>");
     out.println("<head>");
     out.println("<head>");
     out.println("</head>");
     out.println("<body>");
     out.println("<form METHOD='POST'><input type='text' name='name'><br><input type='button' value='prossimaDomanda' ></form>");
     out.println("</body>");
     out.println("</html>");
          out.close();
     protected void doPost(HttpServletRequest request,
          HttpServletResponse response) throws ServletException, IOException {
          response.setStatus(HttpServletResponse.SC_OK);
          response.setContentType("text/html");
System.out.println("POST");
System.out.println(request.getParameter("nome"));
          PrintWriter out=response.getWriter();
          request.getParameter("nome");
          out.println("<html>");
     out.println("<head>");
     out.println("<head>");
     out.println("</head>");
     out.println("<body>");
     out.println("Prossima domanda");
     out.println(request.getParameter("nome"));
     out.println("</body>");
     out.println("</html>");
          out.close();
i use Linux Fedora 2, Eclipse 3.01 and jBoss 4.0

Here's code I use so I don't need to worry if it's an incomming post or get.
// Override
public void doGet (HttpServletRequest req, HttpServletResponse res) throws ServletException, IOException
{handleRequest(req, res);
// Override
public void doPost (HttpServletRequest req, HttpServletResponse res) throws ServletException, IOException
{handleRequest(req, res);
// Gets and Posts come here
public synchronized void handleRequest (HttpServletRequest req, HttpServletResponse res) throws ServletException, IOException
{// process here
}

Similar Messages

  • System preference : engery don't function, system preference : engery don't function

    Hey,
    i have 2 big problems with lion:
    Nr. 1 : the part "save energy" in the system preferences don't function ! When i want to open it it crash and the preferences stopp and i have to "quit it directly"
    Nr. 2 : I can't send my MacBook Pro in the off state , it's in a way between on and off and i have to push longer onto the on / off button to quit the Macbook !
    Are there others , they have the same Problems ?
    Bastian

    Here's code I use so I don't need to worry if it's an incomming post or get.
    // Override
    public void doGet (HttpServletRequest req, HttpServletResponse res) throws ServletException, IOException
    {handleRequest(req, res);
    // Override
    public void doPost (HttpServletRequest req, HttpServletResponse res) throws ServletException, IOException
    {handleRequest(req, res);
    // Gets and Posts come here
    public synchronized void handleRequest (HttpServletRequest req, HttpServletResponse res) throws ServletException, IOException
    {// process here
    }

  • IPod 5G video + Belkin TuneTalk stereo recording don't function

    iPod 5G video 30Gb + Belkin TuneTalk stereo recording don't function on firmware 1.2.1
    every 48 second it skips for 1 - 2 seconds in HQ MODE
    Belkin say: It's how Apple manage the write from storage to hard disc
    It's a shame that this is already more then 5 mounths !!!!
    no possibilaty to downgrade the firmware..;(
    1 not one note on Belkin.com site (they still sell it !!)
    or
    2 on Apple update site
    NOTE here on the discussion from januari 2007 !!!
    When I record in stereo, it skips through out the recording. I'll be listening to what I have recorded, and I'll notice that chunks of about 3 seconds are missing from the recording
      Mac OS X (10.4.9)   G5

    actually a very similar problem here. the recording was 35 min and it jumps and skips down to about 7 min. I thought it was a problem with the wav file that was recorded so I converted it to mp3 to and the same problem.
    i do have firmware 1.2.1 but had never successfully used it before this attempt. did you ever get any resolution on this?

  • TextArea Validation Widget don't function with Prototype

    I have seen that TextAreaValidationWidget don't function
    properly if is loaded also the Prototype library. To verify, I have
    also simply insert this code in the HEAD section of the
    FormsValidation Demo included in the framework:
    quote:
    <script type='text/javascript'
    src='prototype.js'></script>
    By adding this file, the validation of text field is running
    properly but the validation of textarea doesn't. The Firefox
    console of errors report:
    quote:
    Invalid Quantifier +);} catch (e) {if!=$continue) {throw
    e;}}});} catch(e) {if(e!=$break){thow e; }} return this;}\b
    in SpryValidationTextarea.js line 785
    Do you know how to solve this?
    I use Spry 1.4, prototype 1.5.0 (because I use also lightbox
    2.0)

    Hi,
    Based on a previous report we fixed this bug in the Spry 1.5
    preview release. To fix this bug you should edit the
    SpryValidationTextarea.js. Search for the:
    Spry.Widget.ValidationTextarea.prototype.switchClassName =
    function (className){
    and inside you should see around line 763 the following code:
    for (var k in classes){
    if (classes[k] != className){
    this.removeClassName(classes[k]);
    This code should change to the following:
    for (var k = 0; k < classes.length; k++){
    if (classes[k] != className){
    this.removeClassName(classes[k]);
    Please let me know about your results.
    Regards,
    Cristian MARIN

  • External mice don't function.

    HP G62 Notebook PC
    Windows 7 64-bit
    Any external mice i attach to my laptop don't function. They still show up in the driver, but the buttons do not work and it doesn't move the cursor.

    Hi,
    Pleae uninstall it from Device Manager and replug it ? What is it (brand, model). Please do not repeat same question.
    Regards.
    BH
    **Click the KUDOS thumb up on the left to say 'Thanks'**
    Make it easier for other people to find solutions by marking a Reply 'Accept as Solution' if it solves your problem.

  • Batch changes don't function. Apt 3.2. From simple commands like "rotate clockwise" to "lift and stamp" the command only affects to the last image in the group selected. Similar problems? Solutions?

    Batch changes don't function. From simple commands like "rotate clockwise" to "lift and stamp" the command only affects to the last image in the group selected. Similar problems? Solutions? Suggestions? Thanks, Bruce

    Glad it helped. Everyone has been bitten by this at one time or another. Fortunately you only get bit once
    Well if you haven't already read it two or three times the User manual is really very good. Apple really did a nice job with it. The on-line version is nice because it is searchable.
    After that the Apple Pro Training Series book Aperture 3 is very useful. Its basically split into three parts. The library, adjustments and sharing. In addition if you get all the way through it you can take the Certification test and become, well certified.
    Rwboyer who posts here on and off has a good site and a couple of ebooks that I found useful.
    good luck

  • Volume buttons and mute button don't function in Windows 8 64-bit

    Almost funny, I also have installed Windows 8 64-bit on my ThionkPad SL500 (clean install). I have read other people complaining about "Volume buttons and mute button don't function". This is exactly the same problem I have. I have found no exact procedure about what software to install to make this work. Instead people refer to other threads that often end in some desert... So, does anyone (Lenovo?) have a clear answer on what software to install (and links to those drivers please...) :-? And, yes, I have tried installing different software packages by following threads, but nothing has worked just yet... So, clear instructions / links, please :-)
    Thanks,
    Niels

    I recently found this information on the micorsoft troubleshooting website and thought of your post, not sure if you had found a solution but hopefully it is helpful.
    My keyboard volume controls suddenly stopped working
    If the volume controls on your keyboard stops working, check the Human Interface Device Access service on your computer to make sure it is set to Automatic.
    In the Start menu, type View local services.
    From the Search Results list, select View local services.
    In the Services dialog box, locate Human Interface Device Access. Make sure the status is set to “Started.”  If it is not started, click Start the service.
    Right-click Human Interface Device Access and select Properties.
    On the General tab, in the Startup type, select Automatic, and then click OK.
    Thank you for being a part of the Lenovo Family,
    Catie
    Did someone help you today? Press the star on the left to thank them with a Kudo!
    If you find a post helpful and it answers your question, please mark it as an "Accepted Solution"! This will help the rest of the Community with similar issues identify the verified solution and benefit from it.
    Donate KUDOS and Click "Accepted Solution"

  • How to make a socket connection timeout infinity in Servlet doPost method.

    I want to redirect my System.out to a file on a remote server (running Apache Web Server and Apache Tomcat). For which I have created a file upload servlet.
    The connection is established only once with the servlet and the System.out is redirected to it. Everything goes fine if i keep sending data every 10 second.
    But it is required that the data can be sent to the servlet even after 1 or 2 days. The connection should remain open. I am getting java.net.SocketTimeoutException: Read timed out Exception as the socket timeout occurs.
    Can anyone guide me how to change the default timeout of the socket connection in my servlet class.
    Following is the coding to establish a connection with the Servlet.
    URL servletURL = new URL(mURL.getProtocol(), mURL.getHost(), port, getFileUploadServletName() );
    URLConnection mCon = servletURL.openConnection();
    mCon.setDoInput(true);
    mCon.setDoOutput(true);
    mCon.setUseCaches(false);
    mCon.setRequestProperty("Content-Type", "multipart/form-data");
    In the Servlet Code I am just trying to read the input from the in that is the input stream.
    public void doPost(HttpServletRequest req, HttpServletResponse res)
    throws ServletException, IOException
    BufferedInputStream in = new BufferedInputStream(req.getInputStream());
    byte [] content = new byte[1024];
    do
    read = in.read(content, 0, content.length);
    if (read > 0)
    out.write(content, 0, read);
    I have redirected the System.out to the required position.
    System.setOut(........);
    Can anyone guide me how to change the default timeout of the socket connection in my servlet class.

    I am aware of the setKeepAlive() method, but this can only used with the sockets. Here i am inside a servlet, have access to HTTPServletRequest and HTTPServletResponse and I don't know how to get access to the underlying sockets as the socket handling will be handled by the tomcat itself. If I am right there will be method in the apache tomcat 6.0.x to set this property. But till now I am not getting it.

  • Servlet doPost never called from VB client

    Hi,
              Is there any way I can check that the weblogic server (servlet container?) is receiving the request before forwarding it to my servlet?
              Description:
              I'm using MSXML2.XMLHTTP ActiveX object to post an xml string to a servlet from an Excel add-in.
              This is working in all but one case.
              The problem I have is that one client's request is not being posted, i.e. the doPost(..) is not being called on the servlet.
              Here's the VBA:
              Dim Req As New MSXML2.XMLHTTP
              Req.Open bstrMethod:="POST", bstrUrl:=sUploadServlet, varAsync:=True, bstrUser:=uname, bstrPassword:=pword
              Req.Send sXML
              Observations:
              * The post works if I make the call synchronous (i.e. VB waits for the response)
              * The post works if I don't send the xml string
              * There are no errors raised in the VBA above
              The servlet container is Weblogic running on Solaris with java 1.3, the client VB runs in Excel 2000, IE is version 6 SP2.
              Thanks,
                   Antony

    Hi friends,
    It seems I have finally found the answer to calling doPost() of HttpServlet from applet. Espcially for those who were working on jdk1.3 or previous would notice that after moving to a higher jsdk version, their code has suddenly stopped calling the doPost() method in servlet the answer to this is that remember to call the getResponseMessage() And disconnect() method on the HttpURLConnection after closing the outputStream on it.
    This is a sample code to Send the object from applet to servlet in order to invoke doPost() method at the servlet.
    //servletGetUser is a url in the form => http://host:port/contextroot/servletName.
         URL DBSrvlet = new URL(servletGetUser);
         HttpURLConnection SrvletConnection = (HttpURLConnection) DBSrvlet.openConnection();
         SrvletConnection.setDoOutput(true);
         SrvletConnection.setRequestMethod("POST");
         SrvletConnection.setUseCaches(false);      
         SrvletConnection.setDefaultUseCaches(false);
         SrvletConnection.setRequestProperty("Content-type","application/x-www-form-urlencoded");
         ObjectOutputStream outputToServlet = new ObjectOutputStream(SrvletConnection.getOutputStream());
         outputToServlet.writeObject(tAdmin);
    outputToServlet.flush();     
         outputToServlet.close();
         // Remember your doPost() method gets fired actually by these last 2 lines.
    SrvletConnection.getResponseMessage()
         SrvletConnection.disconnect();
    Do let me know if this works,
    Thanks,
    Himanshu B.

  • Servlet doPost being called twice

    Hello all,
    I have a servlet that is being called twice. The servlet is used to direct the user to the next jsp. I have 4 JSPs that the user steps through to add a record to a database. The 1st JSP lists the records that they have and asks them to add, edit or delete. The servlet gets call to direct them to the next JSP that they enter the data (or update) on. It then calls a verification JSP so the user can verify the information before submitting it. If everything is fine they submit the data. This verification JSP calls the servlet that adds or updates the record in the database. The servlet then directs the user to a confirmation page that tells the user if the submit was successful or not.
    Here is how the flow is:
    servlet -->menu.jsp -->servlet -->add.jsp -->verification.jsp -->servlet -->confirmation.jsp
    Everything is fine until the verification.jsp submits to the servlet. That's where the doPost gets called twice.
    I have put System.outs in the servlet code to see how many times the doPost gets called. It gets called once for every JSP except the verification JSP. When the user submits the data, the servlet's doPost gets called twice therefore it tries to add the record twice.
    Has anyone had this problem before? How do I fix it?
    Any help would be greatly appreciated!!
    Tracey

    Here is the output of the JSP that when submitted, calls the doPost twice:
    <HTML>
    <HEAD>
    <META HTTP-EQUIV="Pragma" CONTENT="no-cache">
    <TITLE>PreaPaid Legal Banner Verification</TITLE>
    <script language="javascript">
    function new_window(url){
    link = window.open(url,"Link","toolbar=0,location=0,directories=0,status=0,menubar=1,scrollbars=1,resizable=1,width=650,height=450,left=50,top=50");
    </script>
    </HEAD>
    <BODY>
    <form name="myForm" action="/webapp/BannerTracker/BannerTrackingServlet" method="post">
    <H3><font face="Arial">Banner Tracking Verification</font></H3>
    <table BORDER=0 CELLSPACING=0 CELLPADDING=0 COLS=2 WIDTH=500><tr><td>
    <font face="Arial" size=2>Below are the choices that you made for your image, size of the image and page to direct people to
    when they click on your banner.
    <br><br>If this is not what you would like, click the "Back" button to return to the Banner Selection page.
    <br><br>You can click on the page link to view a sample of the age you have choosen.
    </font></td></tr></table>
    <P>
    <font face="Arial" size=2>
    <input type="hidden" name="cmd" value="doadd">
    <input type="hidden" name="banname" value="yahoo">
    <input type="hidden" name="banlogin" value="test">
    <input type="hidden" name="banid" value="1">
    <input type="hidden" name="bangname" value="difference">
    <input type="hidden" name="bangsize" value="468x60">
    <input type="hidden" name="banpage" value="go/test?:home">
    <input type="hidden" name="session" value="PPL2P6LcONLiT45pSszZEb1GJ4HvRc5jQMDNPM8wCJ0rCZesD38oEZ4mC3KvCp8mDp00">
    <input type="hidden" name="bangtype" value="gif">
    <input type="hidden" name="banurl" value="<A HREF="http://www.prepaidlegal.com/go/test?banid=1&Assoc=test"><img src="http://www.prepaidlegal.com/html/buttonsdifference468x60.gif" border=0></A>">
    <br><b>Banner name: </b>yahoo
    <br><br><b>Page to be directed: </b>Your PPL Home Page
    <br><br><b>Image selected: </b><img src=/html/buttons/difference468x60.gif >
    <br><br><b>Copy the URL below to the banner source code.</b>
    <br><br><img src="http://www.prepaidlegal.com/html/buttonsdifference468x60.gif " border=0>
    </font>
    <br><br>
    <a><img src="/html/buttons/track_back.gif" border=0 onClick="window.history.back();"></a>
    <input type=image src="/html/buttons/track_continue.gif" border=0 onClick="javascript:document.myForm.submit();">
    </form>
    </BODY>
    </HTML>
    Here is the doPost code from my servlet:
    public void doPost(HttpServletRequest req, HttpServletResponse res) throws ServletException, IOException
    System.out.println("doPost called");
    String next = "";
    try
    Command cmd = lookupCommand(req.getParameter("cmd"));
    next = cmd.execute(req);
    } catch (CommandException ce) {
    req.setAttribute("javax.servlet.jsp.jspException", ce);
    next = error;
    } catch (SQLException se) {
    req.setAttribute("javax.servlet.jsp.jspException", se);
    next = error;
    HttpSession mysession = req.getSession(true);
    String session = String.valueOf(mysession.getAttribute("storedSession"));
    if (session.equalsIgnoreCase("null"))
    session = req.getParameter("session");
    try
    checkSession(session);
    } catch (IOException ioe) {
    System.err.println("Session exception: " + ioe.getMessage() + ".");
    next = expire;
    } else {
    try
    checkSession(session);
    } catch (IOException ioe) {
    System.err.println("Session exception: " + ioe.getMessage() + ".");
    next = expire;
    if ( session != null )
    mysession.setAttribute("storedSession", session);
    RequestDispatcher rd;
    rd = getServletContext().getRequestDispatcher(jspdir + next);
    rd.forward(req, res);
    </code>
    I hope this helps.
    Tracey

  • Synchronized blocks within servlet doPost and/or doPost

    Hey,
    Does anyone know if there are any potential problems with using a synchronized block within a servlet doGet or doPost method? The blocks are local (I'm not synchronizing the whole doGet or doPost method) and synchronized on the servlet using the "this" keyword.
    public void doGet(HttpServletRequest request, HttpServletResponse response) throws ServletException, IOException
    synchronized(this)
    try
    /** critical section **/
    } catch (Exception e) {System.out.println("error " + e);}
    Does anyone know any reason that this shouldn't be done?
    thanks,
    Bryan

    Thanks to both respondants.
    The synchronized block is needed in this case to fix an existing problem. The fix could also be made by restructuring the application a bit, but I hesitate to do so in this case.
    I'm aware that it's best to avoid doing any thread operations in Servlets and was wondering whether this extended to synchronized blocks as well. Thanks again.
    Without introducing too much uneccessary detail, it's sufficient to say that the problem occurs when two users are simultaneously in the block at the same time.
    Thanks again,
    Bryan

  • Apps on my Macbook Pro don't function/connect to the internet

    For some reason some apps on my Mac will not work or connect to the internet. The ones not working are: iTunes (can't connect to the iTunes store but I can play media I have locally), App Store, Safari, Beatport App, and Adobe Reader; but I wouldn't be surprised if there were more that I just haven't checked. Safari and Adobe Reader both open and function normally for about 5 second or so and then just freezes and doesn't respond. Everything else just says it's opening but never actually does and eventually stops responding. I also can't do software updates for iTunes or my Mac in general.
    I tried uninstalling Adobe Reader and installing it again from the Adobe website, but when I open the installer it doesn't respond either, so now I just don't have Adobe Reader installed anymore.
    I also tried disabling my firewall and messing with my security/network settings but didn't have any luck. Anyone have any ideas??

    Reboot into OSX, run Boot Camp, select Download Windows Support Software.
    While that is downloading you will have time to Print the Boot Camp documentation and read it (clearly you have not yet)

  • Calling public class method  from the servlet dopost() implementation

    Hi!
    My application is a simple application where i wrote a JSP page to enter the USERNAME and PASSWORD. And this JSP will call a HttpServlet
    with in which i am calling another Java class ValidateUser which will check aginst the Oracle Database table whether that Username and password combination exists and returns the user's name.
    But when i am trying to call that method is throwing me an error. here is the typical code i wrote.
    servlet
    package isispack;
    import javax.servlet.*;
    import javax.servlet.http.*;
    import java.util.*;
    import java.io.*;
    public class Login extends HttpServlet{
    public void doPost(HttpServletRequest req, HttpServletResponse res)
                   throws ServletException,IOException{
    String userId = req.getParameter("user_id");
    String password = req.getParameter("user_pass");
    // if uName is null .. user is not authorized.
    String uName = Validate(userId, password);
    and
    Validate class
    package isispack;
    import java.sql.*;
    import java.util.*;
    import java.lang.*;
    public class ValidateUser
    public String ValidateUser(String inputUserid, String inputPwd) throws
    SQLException{
         String returnString = null;
         String dbUserid = "isis"; // our Database user id
         String dbPassword = "isisos" ; // our Database password
         Connection con = DriverManager.getConnection("jdbc:odbc:JdbcOdbcDriver","isis","osiris");
         Statement stmt = con.createStatement();
         String sql= "select user_id from isis_table where user_id = '" inputUserid + "' and user_pass= '" + inputPwd +"' ;" ;
         ResultSet rs = stmt.executeQuery(sql);
         if (rs.next())
         returnString = rs.getString("user_id");
         stmt.close();
         con.close();
         return returnString ;
    The ERROR
    Error(18,18): method ValidateUser(java.lang.String, java.lang.String) not found in class isispack.Login
    One more thing i forgot to tell you. I am trying to run this application on JDeveloper. Please helpme out if you can . Thank you.
    -Sreekanth

    OK! I made it static method
    and tried to call the method as follows
    String uName = ValidateUser.ValidateUser(userId, password);
    even if i create the instence and
    ValidateUser Validate;
    then call
    String uName= Validate.ValidateUser(userId,password)
    In either case is giving me the following error.Tarun, am new to Java programming, please help me out. And can you please tell me where can i find things in consise to brush up my fundamentals?.
    Error(18,43): unreported exception: java.sql.SQLException; must be caught or declared to be thrown

  • Notification sounds don't function

    My notification sounds don't work anymore.
    sympthoms
    Phone rings when there's a call
    Speakers work when placed on speaker phone function activated
    but all other notifications - Email, SMS, Whatsapp, Twitter, Facebook all are disabled.
    earphones plugged in - plays music, but speaker doesn't work when unplugged
    Remedies tried:
    - soft reset (sleep/awake button + power button)
    - plugging & removing earphones
    Please help

    It worked yesterday. No changes to the settings but today it's not working.
    But aside from notification sound alerts. The speakers don't work when playing music but work when earphones are plugged in. Very strange.

  • Macbook pro trackpad and keyboard don't function

    I was working on my photography coursework monday night, and my keyboard froze, but the mouse worked. then I restarted it (losing all my unsaved editing, by the way) and neither the trackpad or internal keyboard worked. after that, for a few days, they both worked on and off, before completely ceasing to function.
    I'm running 10.5.6, and I had to buy an external mouse and keyboard this evening.
    my warranty has run out, I don't have apple care, and I cant go for more than 24 hours without my computer because we don't have another one in the house.
    does anyone know what the problem may be, and how to fix it without being without a computer for the next god only knows how long? (the place I got my mbp from doesn't allow loaned computers etc.)
    (I do not have the money to buy a new laptop either)
    Message was edited by: Petite Lapine

    Funny thing is I had the exact same problem last week. I run a Macbook Pro 2.2 intel. The laptop is alway in a studio, on a stand and connected to an external keyboard and Wacom tablet. I'll use the laptop keypad and trackpad maybe 1% of the time out of the day. The day I updated to 10.5.6 is when the keypad and trackpad stopped working.
    I had updated to 10.5 about 2-3 weeks previous, after running 10.4 for over a year with no problems. The original Archive and Instal had so many issues that I was forced to do the new instal and wipe the hard drive. After a few calls to Apple regarding the 10.5 install issues, I was offered an additional 90 days warranty.
    When I took it into Apple last weekend for the keypad and trackpad issues I was told that the warranty that was offered as a goodwill gesture didn't cover any hardware issues, only software. Apple ran through a few things on the laptop and also tried booting off a bootable startup disk and couldn't figure out the problem.
    I did check the cable issue as described below and also went thought other resets that I have read about in other posts. All to no avail.
    Apple has quoted a new top case assembly and a new keyboard. With labor I'm looking at a total of £205 to fix the issue.
    Seems a bit funny for it to all happen so soon after my 10.5 purchase and also on the day of the 10.5.6 update. I'm aware of how may others may have done the same update with no issues but this laptop has been treated with kid gloves over the past year and a half. If I was rough with it, then I could except it but when it's been treated as it has been then I just can't understand it.
    Any others with the same problems, it would be good to hear from you.

Maybe you are looking for

  • Error while extending iSupply Portal VO

    I try to extending iSupply Portal PosPosummaryVO by create a new view object, and extend PosPosummaryVO. after sql statement step, I appear a error message " Each row in the Query Result Columns must be mapped to a uniqe Query Attribute in the Mapped

  • How to get user status in place of system status - B2C

    Hi, In our requirement for  B2C webshop, we need to replace the user stattus with the system status . In the standard B2C webshop, , we have only OPEN and COMPLETED orders, which related to system status - OPEN and COMPLETED. I want to get user statu

  • WRT54G Problem- SSID not showing in list & router not sending correct IP address

    Everthing was humming along.  Comcast Internet = fine.  WRT54G router, several XP Pro/SP 3 computers, 1 Powerbook + wireless printers. etc = fine.  PCs find network SSID and auto-connect without fail. Then, Comcast Internet down.  Reboot everything.

  • Anyone have a solution for the problems with Maverick iMovie?

    I made the upgrade to Maverick and expected to have a bit of a learning curve but not a total revamp of basic stuff.  I have  a LOT of video files and when iMovie made the conversion, my files were so jumbled I couldn't make heads or tails of where t

  • Photoshop CC Smudge/Blur Tool Makes Photoshop Unresponsive

    Photoshop will lock up the second I utilize the smudge tool and become unresponsive. I have tried turning all other programs off, loading the most current driver, tweeking my performance settings...basically everything I can think of. It is so frustr