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 Shaun E 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 SonGoku

  1. SonGoku

    Can't access website from outside firewall

    Check whether you've got any kind of IP filtering configured in the new server, so that the request goes in to the server but gets blocked before hitting the http service. SonGoku
  2. SonGoku

    Restricting outlook

    As far as I know outlook can be configured to be used by several different users, no matter who is logged to the actual desktop at that moment. With outlook express, do the following: File> Identities> Manage Identities. From this menu you can create different users who can keep different...
  3. SonGoku

    HELP! Encoding differences Tomcat 3.2 vs 4.1

    Hello, I have recently developed some jsp code so that I get a UTF-8 data from a jsp through form parameters, and works fine under tomcat 3.2 i.e request parameters are being retrieved in mutilingual (japanese/korean) format, but when trying to deploy it under tomcat 4.1,the request parameters...
  4. SonGoku

    Unable to access a site without adding an "s" after the http

    Gentlemen I hate to say this but this is terribly wrong. When you install that certificate, you are indeed telling your browser to trust something that it warned you not to trust. In most of the cases it is just a matter of not matching in the names or certificates out of date, but it could also...
  5. SonGoku

    dns error in IE6

    Check whether your proxy is correctly configured in the right TCP config. Instead of clicking in Lan settings, click in the dial up configs in case you are dialing up, and unset any proxy server config that there might be. Cheers! Marcos.
  6. SonGoku

    IE6. cannot open secured URLs.

    Tools/internet options/Connections/Lan Settings/ In Proxy server you will probably have one marked (as your regular http works) Click advanced and tick the box where it says (Use the same proxy server for all protocols) This should work... If you are using a dial up connection, then instead...
  7. SonGoku

    Counting several seperate values for verification of formula

    Hi! The result column should contain a formula similar to this: =IF(AND(A1="YES",B1="YES",C1="YES",D1="YES"),1,0) Supposing that your columns are in A, B, C, D This would be for the first row. Cheers! Marcos.
  8. SonGoku

    simple question

    Quite a good explanation here: http://searchnetworking.techtarget.com/sDefinition/0,,sid7_gci213065,00.html Marcos.
  9. SonGoku

    Autosave in excel 97

    Hi! Tools/addins/ Tick the box for the autosave addin Click OK tools/autosave ... Configure the amount of time to autosave. cheers! Marcos.
  10. SonGoku

    rounding an integer to the nearest 50 units (272 =>250, 289 => 300)

    Hi! It should be something like =round(<cell id>, -2) Cheers! Marcos.
  11. SonGoku

    Oulook Ascii format creating file

    options/send/ set Mail send format to Plain Text and optionaly configure Plain Text Setting. Cheers! Marcos.
  12. SonGoku

    Upper case format for Excel

    Use the UPPER() function. =UPPER(<cell to convert>) Cheers! Marcos.
  13. SonGoku

    Conditional formating for text

    It is quite the same. Just use &quot;&quot; in the condition field. Like =&quot;The Text that will be affected&quot; cheers! Marcos.
  14. SonGoku

    Script

    Hi! This one works for ksh (while [ true ];do ls -R <Directory Name>;done) & sleep 20 kill -9 $! The kill command kills the batch and all its childs (in this case just one) Cheers! Marcos.
  15. SonGoku

    Intermittent network connection problem

    Do you have an ISDN link in the way? These Dialing on Demand services use to close the connection when the link is inactive for the configured amount of time. Marcos.

Part and Inventory Search

Back
Top