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 wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by SON1

  1. SON1

    MVP Framework like Vaadin

    I am looking for an MVP framework that works similar to Vaadin (Java) . For example i can add dynamically UI elements and bind javascript events and backend actions abstract ajax calls so i do no have to write and debug javascript. Thanks
  2. SON1

    Caching jsp pages

    I developed a web application with user authentication. However i can see that when i am behind a proxy , the secure webpages can be seen from another computer (without authenticating) which is also using the same proxy. This is not happening for pcs which do not use the same proxy. This...
  3. SON1

    Photo Upload / Download

    Anyone any ideas ?
  4. SON1

    Photo Upload / Download

    I am trying to make a photo gallery. However i am not sure what should i look into to make this happen. The areas i dont know have to do with : 1. Image Uploading 2. Image Resizing/Reencoding 3. Image Downloading Can anyone point me to the right direction ? Ideally i dont have to write all...
  5. SON1

    Connection Socket Problem - DB Connection Implementation

    I am getting the following error when i am running many sql. Was wondering if you have a suggestion: com.mysql.jdbc.CommunicationsException: Communications link failure due to underlying exception: ** BEGIN NESTED EXCEPTION ** java.net.SocketException MESSAGE: java.net.BindException...
  6. SON1

    getBytes Method

    I have a column type clob in a table, I need the data in my javao bject as byte[] I am trying to get the data as rs.getBytes(1); but instead i am getting the error : java.sql.SQLException: Unsupported feature Is it something i am doing wrong, or i must conver the data somehow, and how do i...
  7. SON1

    Copying a value in Forms

    Oracle forms newbie here I am trying to copy a value from a block to another block, on a button pressed trigger. Line looks something like this TEST_BLK.LONG_DESC := REFERENCE_ITEMS.ITEM_LONG_DESC_EN; Both items are text , allready exist, but i am getting the following error: Error 201...
  8. SON1

    PHP Forward

    i see what you meen, ill think of something then . thanks
  9. SON1

    PHP Forward

    a simple redirect will not keep the headers & params ?
  10. SON1

    PHP Forward

    Im trying to get my hands on a php script that redirects to a .jsp when called. when redirect occurs it should keep and reforward all the request parameters to the .jsp Many thanks.
  11. SON1

    Problem when sending java mail to all hotmail accounts

    I determined that the problem with hotmail was that it filtered out emails with some kind of html tags. I made a W3 HTML compatible email, removing many microsoft office tags on the way - which maybe be the actuall cause of the problem. C.
  12. SON1

    Problem when sending java mail to all hotmail accounts

    as in the IP ? not sure what do you mean by your question.
  13. SON1

    Problem when sending java mail to all hotmail accounts

    I am trying to send mail using java mail, however my mail towards all hotmails accounts are not delivered . The sender's address is not blacklisted and my email content is not filtered as spam by hotmail as i can send the same email content from my outlook using the same sender's email address...
  14. SON1

    MDI Forms in Tabs

    Hi. i have made a c# MDI Forms application. However i would like instead of poping on top of the other MDI forms, they should open in a tab index. Not sure how to do it and how much mork it involves-and what should be changed. I would apriciate some guidance and help pls The main form could...
  15. SON1

    JavaScript Popup

    iframe no, ajax maybe. i ll try to solve it with ajax then thanx

Part and Inventory Search

Back
Top