Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: cohans
  • Content: Threads
  • Order by date
  1. cohans

    Export

    I'm a newbie to Foxpro. Is there a way that I can export a Foxpro DB so that I can import (or convert it) to a SQL DB such as MySQL? All I could find were ways to export it to other version of Foxpro. Thanks.
  2. cohans

    Text Drop Shadow

    With a transparent background, I want to create a text image with a drop shadow that blends into the underlying background, but I'm getting a white edge to my drop shadow. How can I eliminate the white edge? There's also some white between a character (e.g., the interior of the letter 'M'.)...
  3. cohans

    Menus over Applet

    We're loading up an applet in a Webtech template based page. The applet works fine. Problem is the cascading menu gets cutoff by the applet - we only see the left half of the menu (the part not covered by the applet.) Any ideas on how to get the cascading menu to lay on top of the applet...
  4. cohans

    Errant Colors

    Using Photoshop 6 on NT, how come when I use the Eyedropper tool to select a color from a psd file and then use the Pencil tool to color other white pixelsin the same psd file, certain pixels show up as grey (or not exactly the same color as intended)? The source of the psd was copied from a...
  5. cohans

    Ending Your Session

    Someone just told me that when you close your browser your JSP session (login in this case) is not ended, so that if you start up another browser and go to your site, the JSP engine still thinks your logged on. Is this true? If so, how do end that session before shutting down the browser? Thanks.
  6. cohans

    Underlined Links

    I want to have 2 sets of links: those that are underlined, and others that are not (for an image that has some text next to it within the same <a>; I don't want the text underlined.) Can I create something in my css that defines the 2 forms? I already have the style defined for the...
  7. cohans

    Validation on Field Exit

    Is there a way to capture the event of leaving an input text field when the user hasn't changed anything? For example, within a form if the user tabs over an input field, we want to capture that they left the field even though they may not have changed anything. Is there a way?
  8. cohans

    Sessions

    Can anyone explain to me the differences/advantages/disadvantages of using a bean with session scope vs. a session object (in a jsp page)? Does one use less overhead than the other? Is one better to use in certain siuations over the other? Thanks.
  9. cohans

    Java Console

    In IE, does the Java Console act like standard out so that anything you print to System.out.prinln() will be displayed in the Java Console? Do you have to do anything for this to happen other than going to Tools->Advanced, checking Java Console, and restarting? The reason I ask is because I've...
  10. cohans

    Select onClick

    Is there any way I can trap a mouse click within a select tag? I want to to go do something when the user selects an item in the list. All I see is the onFocus event, which I don't think will get me there. Thanks.
  11. cohans

    Two buttons, One Validate

    I have 2 buttons on a form. I want to call one validate function and perform 1 of 2 actions based on what button was pressed. How can I first determine what button was pressed in the validate funtion, and then two, how do I specify the action within the validate function.
  12. cohans

    Title and Div

    I want to set the title and a div body content based on a querystring parameter coming into a JSP page. Can I do this? If so how? Thanks.
  13. cohans

    Title and Div

    I want to set the title and a div body content based on a querystring parameter coming into a JSP page. Can I do this? If so how? Thanks.
  14. cohans

    Database Access from Applet security ??

    We are trying to read some data from MySQL database from an applet. The output is a Graphic shown in the form of network connecting nodes. We are using an open API from TomSawyer Software, a graphic layout tool. As a standalone application, the program runs absolutely fine. But after...
  15. cohans

    IIS 5.0 Security

    A co-worker is able to execute a component method within his site using IIS 5.0 on his workstation. This component dll is registered and resides on his PC. When someone else on any other PC goes to his site, they get a 'Permission denied' error when the method execution is attempted. What...

Part and Inventory Search

Back
Top