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!

Recent content by WartookMan

  1. WartookMan

    Vertically centre text in heading

    Forgot to mention - the second snippet of code works fine in IE6, but not in Mozilla. :( Pete. Freelance IBM LWWCM (Aptrix) Specialist & Web Developer e: pete.raleigh(at)lclimited.co.uk w: http://www.lclimited.co.uk/ w: http://www.lwwcm.com/
  2. WartookMan

    Vertically centre text in heading

    I have a similar requirement, but if my heading (h1) is long enough, I end up with two lines (of line-height: 70px) and a total height of 140px. :( What I'd like to do is: Priority 1: Create an H1 which is centered against a background image (on the right of 70x70 pixels). Priority 2: Create an...
  3. WartookMan

    Changing context root via the WAS console

    Not sure whether it is possible, without re-deploying your application file. If you want to edit the files directly (using a text editor), you'll need to edit the application.xml files: "AppServer/installedApps/{hostname}/{app}.ear/META-INF/application.xml" AND...
  4. WartookMan

    org.apache.commons.fileupload.portlet.PortletFileUpload

    I'm having some problems getting the following code to compile. I'm trying to create a File Upload portlet for use with a JSR 168 Portal Server (WebSphere 5.1 to be exact). I have downloaded the 1.1-dev build from the Jakarta website, and installed that in my WEB-INF/lib directory. My code is...
  5. WartookMan

    Validation Problem - 500 Internal Server Error

    Gary, As a word of advice for search engine rankings, I'd suggest reordering your meta tag information so that the Title and Description are at the top of the HEAD section. I'd also remove the comments from the HEAD section since it is just increasing the effort of spiders. <head>...
  6. WartookMan

    How do I bridge two wireless modem/routers together...

    The equipment: A - D-Link DSL-604+ wireless modem/router B - HP desktop PC C - Netgear DG-824M wireless modem/router D - Fujitsu Laptop with Netgear MA511 PCMCIA Card E - HP nx7000 Centrino Laptop F - Crossover cable x 2 G - Networking cabling (10m)... but can buy more. ;) The D-Link DSL...
  7. WartookMan

    Change text box onmouseover

    The following should do the trick. It has a global variable set up so that the input field for the email address is only cleared once (from it's initial value): <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> <html> <head> <title>Untitled</title> <script type="text/javascript">...
  8. WartookMan

    How do I determine a field size in MS Access using ASP

    I have searched Google. I have searched multiple groups on Tek-Tips... but without success. I even posted to the MS Access Forum and they referred me to the ASP Forum. Using ASP and an MS-Access database, I would like to retrieve a field's "Field Size" property. Is this possible? I want to be...
  9. WartookMan

    How do I determine the field size using ASP

    I have searched Google. I have searched multiple groups on Tek-Tips... but without success. I would like to retrieve a field's "Field Size" property using ASP. Is this possible? I want to be able to use it as a first-line trap, to set the "MAXLENGTH" attribute of an INPUT field on an HTML form...
  10. WartookMan

    aligning text with image

    Try the following: <style type="text/css"> .left { font-family: verdana; font-size: 12px; text-align: left; vertical-align: bottom; width: 250px; } .middle { font-family: verdana; font-size: 12px; margin-left: 20px; margin-right: 20px; text-align: middle; vertical-align: bottom; }...
  11. WartookMan

    aligning text with image

    I'm not sure if this is what you are after... but it might be a bit closer: <style type="text/css"> .left { font-family: verdana, arial, helvetica; float: left; } .left img { margin-left: 20px; margin-right: 20px; } .right { float: left; text-align: right; } </style> <span class="left">...
  12. WartookMan

    Favicon.ico on SSL

    You might find the "http" references will cause a "Display non-secure items" warning (depending on the settings of your browser), so I'd suggest using the "https" reference. Are other images caching? Some web servers don't allow browser caching of secure images / attachments. Just a thought...
  13. WartookMan

    Domino and IIS

    The only thing I can think of is, depending on the load on the server (ie number of concurrent users), you may encounter a performance problem. IIS is very good at serialising requests and coping with large amounts of traffic, however, Domino may be your bottleneck if all requests are destined...
  14. WartookMan

    Help ! Newbie needs help to setup to Domino R5.0 Server

    It depends on the environment. In a Production environment, I'd tend to agree. However, in a Development environment, you may end up with Domino Server, Administrator, and Notes Designer Client all on the one machine. Saves having the expense of additional hardware. This is what I have done on...
  15. WartookMan

    Database Website

    Slightly off topic, but what is with all of the emoticons? It's actually detracts from the question you are asking - which by looking at your previous posts, has already been asked previously. When you say "areas" what do you mean exactly? Are you referring to a CMS (Content Management System)...

Part and Inventory Search

Back
Top