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

    Disabled Text Area and CSS

    I've got an HTML page with a standard textarea on it, which is disabled to stop users editing the text. I've changed the state of the textarea to disabled and as expected, the text appears grey in IE7. Thinking it would be a straight forward task to modify the default text colour, I created a...
  2. djabell

    Custom JButton

    Anyone know a quick way of removing the default blue button background from a JButton? All I want to show is an image icon without the button outline and I'd rather not override the painting of the button if I can help it. Any help appreciated!
  3. djabell

    Next Record in Report

    Probably an obvious question but how do you force a report to show one record per page? I could probably work it out using code but I'm wondering if there's a simpler way.
  4. djabell

    Excel and ODBC

    I'm trying to populate a simple Excel worksheet from data within MS Access, setup as an ODBC datasource. I've looked up some sample code and every piece of code I've seen has a reference to the absolute path of the .mdb file. Is there a way to simply access the datasource the way ODBC *should*...
  5. djabell

    Corrupt JPEG File

    Okay not sure which forum to post this, so I thought I'd try this one...I've just recovered some files from a damaged CDROM and, for the most part, this has been successful. However, one of the files (a jpeg) file is corrupt. Normally, I'd just accept that it's damaged and delete it. However...
  6. djabell

    Floating boxes within DIV boxes

    I'm having a problem displaying floating boxes within a DIV box. I've got four DIV boxes: one to act as a container for the other three, one title box to hold a title graphic, one middle box for the main content of my page and a bottom box to hold a curved graphic. What I'm trying to do is...
  7. djabell

    Box Positioning using CSS

    I want to have a simple layout with a title box, a content box and a footer box, with a small space between each. The result I'm looking for is the title box at the top, the content box in the middle and just below the content box, a footer box. I've positioned the title box and content box...
  8. djabell

    CSS and Opacity

    Just a quickie. I've set the opacity on a links div to be 0.5, but when I add links, they too take on the opacity. I've set the opacity for the actual links to 1.0, but they are still opaque. Is there any easy way to have an opaque div but a non-opaque content, giving the impression of an...
  9. djabell

    JAR Files

    I have a small GUI-based application with a number of gif files for image icons in a directory called 'data'. When I package the class files into a JAR file, the program still runs but the buttons don't contain any images. However, when I run the program outside of an archive, the problem...
  10. djabell

    MS Word 2000 - Table of Contents

    I'm trying to setup a table of contents in a Word document based upon headings. However, some of my titles in the main document are in size 18 font, so when I generate the TOC, the titles are also displayed in size 18 font. Is there any way to have different styles in the TOC?
  11. djabell

    Win2K Active Directory Services

    I've got a problem with Win2K Advanced Server. The Administrator account can no longer access Active Directory Services, nor can it login remotely to the server. The same account can login locally to the server. The password hasn't been changed and no policies have been changed. The error I...
  12. djabell

    Telnet Security

    Does anyone know how I can disable telnet access for some users but allow it for others? I'm considering installing OpenSSH at some stage, but the server is live at the moment (student projects, etc!), so I need to secure it a bit without risking downing the server, etc.
  13. djabell

    Apache Directory Authentication Problem

    I'm quite new to Linux, so if this is really simple then I apologise!! I've created a number of directories (Group1, Group2, etc) and I want to force users to enter a valid username and password before they can access the files in the directories. However, each user can only access their own...
  14. djabell

    FTP Permission / Access

    I've got a Linux server acting as an ftp server and I've setup a group of users who's home directory is under a directory called 'groups'. However, when I login through ftp using one of the users I have created, I can cd to the root and see all the system files, etc. How to I set the 'groups'...

Part and Inventory Search

Back
Top