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

    Adding a CSS attribute overlay using ::after

    I'm trying to add a label to some existing styles that I have to display code on my page using the ::after pseudo-tag, but I can't seem to position it correctly, I'm basing it on the "Label blocks of code with the language it is in" example from https://css-tricks.com/pseudo-element-roundup/...
  2. ggriffit

    strange div positioning

    I'm reworking one of my old sites (http://www.greggriffiths.org/livelink/index.html) All of the DIVs appear where I expect apart from the subFooter div, any ideas why it does not appear under the footer bar ? Greg Griffiths Livelink Certified Developer & ECM Global Star Champion 2005 & 2006...
  3. ggriffit

    Content Server, nee Livelink, 10 released

    http://www.opentext.com/2/global/sol-products/sol-pro-open-text-ecm-suite.htm Greg Griffiths Livelink Certified Developer & ECM Global Star Champion 2005 & 2006 http://www.greggriffiths.org/livelink/
  4. ggriffit

    OnMouseDown in IE6

    Dear All, am trying to override the status bar message shown for a link as my client wants a custom message ALL the time, the following code seems to work for all events except OnMouseDown, any ideas ? needs to work with IE6 only : <html> <head> <script> function clearStatus() {...
  5. ggriffit

    Livelink / Content Server 10 presentation

    James Storm's CS 10 presentation recording - http://tinyurl.com/2v3h9d7 Greg Griffiths Livelink Certified Developer & ECM Global Star Champion 2005 & 2006 http://www.greggriffiths.org/livelink/
  6. ggriffit

    Window.Open question

    Dear All, I'm developing a site for an Intranet, running IE only, so can be a little more non standard in the browser support, I'm looking to enable a custom button bar via window.open so that specific buttons for a web based app can be shown without the standard buttons. e.g...
  7. ggriffit

    RegEx Validation

    Dear All, I am looking for a way to parse a RegEx entered by the user to ensure that it is a valid RegEx e.g. : \d{2,4} = pass \d{2,4 = fail the standard functions listed for a RegEx don't seem to have this functionality, any ideas ? Greg Griffiths Livelink Certified Developer & ECM...
  8. ggriffit

    Workflow Step Creation

    I'm doing some work on creating new workflow steps in LL971 using the documentation provided in the online help, but it seems lacking, does anyone have a step list for this ? Greg Griffiths Livelink Certified Developer & ECM Global Star Champion 2005 & 2006 http://www.greggriffiths.org/livelink/
  9. ggriffit

    Could not read router packet from socket error

    Dear All, One instance of my Java app is throwing the following : <html><head><title>Apache Tomcat/5.5.23 - Error report</title><style><!--H1 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:22px;} H2...
  10. ggriffit

    Context Paths and Case Sensitivity

    Is there a way to make the virtual directories in Tomcat (5.5.23) on Windows case insensitive so I can have http://myapp/livelink/one.html and http://myapp/Livelink/one.html, would like to stop users getting a 404 error when they get the case on the virtual directory wrong. I'm only running...
  11. ggriffit

    Updated Livelink Site

    Dear All, I've just relaunched a reskinned copy of my website - http://www.greggriffiths.org/livelink/ - added some new content too. Any feedback or new contributions more than welcome. Greg Griffiths Livelink Certified Developer & ECM Global Star Champion 2005 & 2006...
  12. ggriffit

    IE8 CSS Question

    Dear All, The front page of my site (http://www.greggriffiths.org) looks the same in all browsers except IE8 (with compatibility mode off), can someone point me in the direction of the issue as I hoped it would look the same given that the page validates and IE8 is supposed to be more...
  13. ggriffit

    Oracle JDBC Selection - OCI v Thin

    Dear All, We are developing a JSP/Servlet application that will sit above an Oracle DB and we are trying to select the most appropriate JDBC driver to use for functionality, performance etc, are are trying to choose between the THIN and the OCI drivers. We've done a quick google and have...
  14. ggriffit

    IIS redirect HTTPS - HTTP

    Dear All, I have a site that is HTTP internally and HTTPS externally, so I need to work out a method of dealing with bookmarks made against the external site being used internally e.g. https://www.x.com/ works externally, but will not internally as it should be http://www.x.com. Ideally...
  15. ggriffit

    Redirection using Win32 Tomcat only

    Dear All, I have a site http://w.com that should only be accessed via https://w.com, so I need to add a redirect in to push all requests for the HTTP to the HTTPS address instead. I've looked about and most solutions seem to involve configuring apache or linux, but I am on a Windows...
  16. ggriffit

    Tomcat &amp; MSCS

    does anyone have any recommendations on how to setup Tomcat on MSCS ? Greg Griffiths Livelink Certified Developer & ECM Global Star Champion 2005 & 2006 http://www.greggriffiths.org/livelink/
  17. ggriffit

    Livelink &amp; GMail

    Has anyone used GMail for the SMTP and POP3 servers for LL Notifications, SOV alerts, eLink and the like directly ? Greg Griffiths Livelink Certified Developer & ECM Global Star Champion 2005 & 2006 http://www.greggriffiths.org/livelink/
  18. ggriffit

    IIS SSO question

    I have a server, servera, in a domain, mydomain, and a virtual directory, myvd, set up for Windows Integrated Authentication only. If I goto http://servera.mydomain/myvd/ and I get logged in or the windows login popup, but if I use a domain name, www.mydomain.com pointing at the same server I...
  19. ggriffit

    NDS and SSO

    I am trying to work out how to get a webserver (IIS/Sun One/Apache in that order of preference) to authenticate against NDS so that the credentials can be passed onto an application I am creating, ideally I want the webserver to authenticate and then pass the authenticated credentials onto the...
  20. ggriffit

    accessing JS in a Frame within an IFrame

    Dear All, I am surfacing one web based app my firm uses inside an IFrame of another, however I need to call some of the JS functions of the app that I am surfacing and these are within a frameset, I've tried the usual document.<iframename>.frames["<framename>"] and am not really getting...

Part and Inventory Search

Back
Top