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 Chriss Miller 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: manarth
  • Content: Threads
  • Order by date
  1. manarth

    Lightbox image popups

    Anyone use thumbnail images, which when you click on them popup a fullsize image? I came across Lightbox (well, actually a web-designer friend found it and told me) and I'm thoroughly impressed. Well worth using, in my opinion. --- Marcus better questions get better answers - faq581-3339...
  2. manarth

    HttpSession.getAttribute not available to filter?

    public void doFilter(ServletRequest request, ServletResponse response, FilterChain chain) throws IOException, ServletException { HttpServletResponse res = (HttpServletResponse)response; HttpServletRequest req = (HttpServletRequest)request; HttpSession ses = (HttpSession) req.getSession()...
  3. manarth

    javac: package foo does not exist.

    The offending file: package com.foo.bar; import com.foo.bar.db.ConnectionManager; import javax.servlet.*; import javax.servlet.http.*; import java.util.Properties; public class initialise extends HttpServlet { private static ConnectionManager cm; public void init(ServletConfig config)...
  4. manarth

    How to expose HttpServletRequest to custom tag?

    My custom tax extends javax.servlet.jsp.tagext.TagSupport. My tag deals with the HTTP Request URIs. This is normally exposed in: HttpServletRequest.getServletPath. However, the TagSupport object only exposes ServletRequest, not HttpServletRequest. Any ideas? <marc> New to Tek-Tips? Get...
  5. manarth

    Verisign break DNS

    The Register says: http://www.theregister.co.uk/content/6/32852.html Verisign have added a wildcard entry to the .com / .net TLD DNS. There is no longer any such thing as a non-resolving .com / .net domain. This compromises a fundamental method of anti-spam checking. This increases the...
  6. manarth

    Setup .11g network for Suse

    Hello fellow tipsters! My mission: to setup a wireless NIC to work with Suse! o/s: Suse 8.2 (i386 / Athlon optimized kernel). NIC: Belkin 802.11g PCI card (model F5D7000) I haven't yet found a driver for this baby; suse DOES recognise it as a NIC (with the allocation eth1). Unlike previous...
  7. manarth

    Spyware / adware / BHO removal

    If you're plagued with popups, flooded with ads, if you can barely see your browser window behind all the trash that's eating up your bandwidth: you need Faq608-3482 btw, please comment / notify me for any additions / amendments I may have missed. Cheers! oh - I know this may be...
  8. manarth

    Removing spyware / adware / BHOs

    If you're plagued with popups, flooded with ads, if you can barely see your browser window behind all the trash that's eating up your bandwidth: you need Faq608-3482 btw, please comment / notify me for any additions / amendments I may have missed. Cheers! <marc> i wonder what will...
  9. manarth

    How can we combat spam?

    Given the number of threads this crops up in, I thought it deserved its own :) I think it safe to say that despite some disagreement on the precise definition of spam, one common feature is that it's &quot;unsolicited&quot;. What is spam? 1. Unsolicited email 2. Unsolicited advertising 3...

Part and Inventory Search

Back
Top