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 Mike Lewis 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: SON1
  • Order by date
  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
  16. SON1

    JavaScript Popup

    I am trying to get my hands on a javascript that loads on page load and every 10 seconds it checks a page on the internet (not rendered in the browser) to see if it includes a string in the body. If it does it should open another window. I am not familiar with JS and i dont wanna go about...
  17. SON1

    streaming newbie

    I apologise for setting this question in this forum , but i wasn't able to find a more suitable forum for this topic. I was recently assigned to make a website, for a radio station. I am suppose to make available the radio over the web, streaming in 3 different formats: wma, firewire, winamp...
  18. SON1

    POST / GET Encoding

    Thanx guys for your interest i solved the solution with making a global filter which encodes requestes and responses to UTF-8. Problem Solved C.
  19. SON1

    POST / GET Encoding

    I am sending form data (text fields in greek language) to a servlet. When i am using the GET method the data appear correct. However when i am using the POST data they do not appear correctly. I think there is something wrong with the POST encoding. Anyone knows how to overcome this problem ...
  20. SON1

    Internationalised Email Subject

    I am sending email using java mail. I am sending the email in greek, which the body looks ok. However the subject of the email appears looking like this: Ναι etc.... I was wondering if anyone encountered this problem before and how they fixed it, thanx a lot, C.P.

Part and Inventory Search

Back
Top