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 Wanet Telecoms Ltd 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 satellite03

  1. satellite03

    confused about <apply-templates/>

    @jonty it was a very beautiful explanation. things are ok now.its quiet interesting. thank you very much.
  2. satellite03

    confused about <apply-templates/>

    @jonty i have some doubt on your comment. should i ask or should not i ? Ok, if i dont ask, i wont be able to learn,it'll create more confusion, so i am asking my sily question i could not understand You have mentiond <xsl:stylesheet version="1.0"...
  3. satellite03

    confused about &lt;apply-templates/&gt;

    hi, i have not read your comment yet. but i will read now. i have got one more trouble so let me put that here. i am not able to debug . i have a things like, <?xml version='1.0'?> <xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform"> <xsl:template match="blah">...
  4. satellite03

    confused about &lt;apply-templates/&gt;

    XML === <?xml version="1.0"?> <message priority="low">Hey, XSLT isn't so hard after all!</message> XSLT ==== <stylesheet version="1.0" xmlns="http://www.w3.org/1999/XSL/Transform"> <output method="text"/> <template match="message"> <apply-templates/> </template> </stylesheet> output...
  5. satellite03

    inputstream and outputstream

    Ok, thats good. so just to make happy the HTTP protocol i have do that. >Read the inputstream from the server. How do you codify this statement ?
  6. satellite03

    inputstream and outputstream

    i can not undestand your post. you said >if you do not read the inputstream from the server but see, i did not want to download again. i just wanted to upload. so there is no question of further reading inputstream from server, once it has been uploaded. So , for UPLOAD only // line-2...
  7. satellite03

    Zone A;arm settings

    hi i posted a Zone Alarm question here http://www.tek-tips.com/viewthread.cfm?qid=1079549&page=1 can you help to how do i do the settings for my mentioned purpose ?
  8. satellite03

    inputstream and outputstream

    is //line-2 is necessary ? you already have sent the data to the server by //line-1 . and //line-1 makes the upload complete. is not it ?
  9. satellite03

    inputstream and outputstream

    >This is standard IO - you read from an input stream, you >write to an output stream - no exceptions. thats good. suppose , i want to upload a file to a server . then what is inputstream and what is outputstream in this case ? i am thinking this way, first i have a source. the source is a...
  10. satellite03

    Zone Alarm Setting

    >you need to change the trusted zone security level to medium >this allows drive shares to be seen by other people. it is "medium", by default i see in the firewall settings. about your other solution, it is diificult to know who wants to connect with me in advance. so its bad to hardcode IP...
  11. satellite03

    inputstream and outputstream

    i have confusion on "inputstream" and "outputstream". is this two are interchangable ? suppose i have a program. it needs some binary input, that means i need to feed "inputstream" and when it outputs in binary i would call it "outputstream". but i noticed in some cases things becomes...
  12. satellite03

    Zone Alarm Setting

    hi, i have installed Zone Alarm pro in my machine which is in a LAN. when i start Zone Alarm , i get disconnected from everybody in the network. nobody can get my shared folder, neither me also get others shared folder, but internet works perfectly. so , when i need to get anybody's share i...
  13. satellite03

    syntax and variable

    import java.awt.*; import java.awt.event.*; import javax.swing.*; public class Demo { static JFrame jframe = new JFrame("Example"); public static void setupJFrame() { jframe.setSize(400,100); jframe.setVisible(true); jframe.setLayout( new...
  14. satellite03

    i am virus affected ?

    Hi, guys thanks all. I have recovered from the problem. I have bought a new keyboard(logitech) and its now working fine. I am happy. thanks all PC doctors. BTW, i have installed ZoneAlarm Pro not to repeate this situation again. is this enough for my security ?
  15. satellite03

    japanese text

    some website is in japanese. and i get japanese text display problem . i get to see many "?" chars. how to resolve this problem ? what software do i need to download? i am on IE6

Part and Inventory Search

Back
Top