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

    Correct terminology for my role

    I would like to know if I using the correct terminology for my job as a Web Front end developer talking to an Oracle DBA about what I need for my back end because my DBA has asked me what I want from the Oracle Database. I will tell him I need Oracle client software (which is Enterprise...
  2. evergreean

    jsp definitions

    Please advise if I am correct about JSP and how it works. JSP is good because it is faster than interpreted languages. JSP files are called with compiled servlets that are used to send results to browser and they are not parsed by the server everytime they are requested such as PHP. Java is...
  3. evergreean

    Grab something out of a string

    How can I fetch something in a string? Below takes the part I want out. But I want to take the part I want out and then output it: For example if I have a string such as: (hello)<h2>@ information then I want grab just this part: <h2>@ and output it just by it self: <h2>@ My attempt does...
  4. evergreean

    Database not growing in File size

    I have an Access 2000 database with a Cold Fusion web front end. It has 4 tables and the file size has not grown for the past 100 records that were added to the database. Most of the records added were in memo fields with alot of words sometimes up to 200 or 300 words in a couple memo fields...
  5. evergreean

    Tomcat and J2SE

    Can I have Tomcat 5.5 running on J2SE 1.4.2 on my Windows XP and Windows 2000 workstations? Someone told me only J2SE 5 will work with Tomcat 5.5 Please advise.
  6. evergreean

    Showing bullet in my textarea for update page

    I have a translation filter (changing Microsoft Word Bullet into a bullet using an <li> tag for my MX pages) where it works great. The only issue I have is the user sees the <li> tag in the update page in the textarea part. I now have the word "BULLET" instead of the <li> tag showing up. I...
  7. evergreean

    Create new database

    I now connected to Oracle 9i with my username and password: sqlplus jones/mypassword@//abcd123e/kcl I created tables for my database but now what if I want to create another database? Do I use the same username and password and then how do I create a different database?? Or do I get a new...
  8. evergreean

    Connect to database with Oracle

    I have always used Access for my database sources for my Cold Fusion pages. Now using Oracle and I connect using sqlplus: sqlplus jones/mypassword@//abcd123c/xyz I assume xyz is my database source name that I would connect to? My question is what or how are you Cold Fusion developers who...
  9. evergreean

    Ordered list with numbers

    I thought there was a way to display numbers in an ordered list or do I have to put them in manually? <ol>1. States <li>1. California</li> <li>1. City</li> <li>2. County</li> <li>1. Oregon</li> <li>1. City</li> <li>2. County</li> </ol> Should look like this: 1. States 1...
  10. evergreean

    Access size

    My Access 2000 database increases about 600 records a month which equals around 5MB. So it grows about 5 to 6MB a month. I wont have alot of concurrent usage on the database and the front end will be a Web Application. Please advise how long this database will last before I will start having...
  11. evergreean

    sqlplus doesnt work on my client workstation

    I have a Windows NT Client workstation that I am trying to connect to Oracle 9i on a server. I installed OracleInstantClient on the workstation but can not get sqlplus to work: I put the OracleInstantClient and sqlplus in a folder I called: C:\Oracle and setting my paths such as: SET...
  12. evergreean

    Java and WebLogic

    Is WebLogic Portal mostly done with Java?
  13. evergreean

    JSP advantages

    I will be building alot of Web applications with Oracle database. I heard that JSP has good Security and Session management and would like to use JSP over PHP. What advantages does JSP have over PHP?
  14. evergreean

    Readonly and not readonly

    I am trying to create a JS where the user can check a checkbox to make the textarea readonly or unclick the checkbox to make it not readonly (write). Here is the JS: if(document.formOne.fieldInfo.checked) { document.forms['myFormId'].myTextArea.setAttribute('readonly','readonly'); }...
  15. evergreean

    New user and schema with Oracle

    I am going to ask my DBA to create a Schema so I can connect and create objects in an Oracle 9i database. I will be using Oracle Client for a database that will be using a Web Front end. For instance I will be building web front ends to interact with the database. I am currently using an...
  16. evergreean

    Inner join issue

    Please advise how I can fetch info on my table join that I am using for search information for my Access 2000 db. If a field search hit for TableOne has the data and the other table has the foreign key for that hit it will give me a hit on the TableOne data. But if a field search hit for...
  17. evergreean

    Web Developer duties

    Please add or comment on what a Web Application Developer does. Here is what I do and would like some additional input so I can expand: Develop Web applications Build Server side and client side software programs. Design Web pages, graphics and images. Database design and development...
  18. evergreean

    Checking for Flash on workstation

    I have some flash stuff on my Intranet pages but some of the workstations (that have no Internet) apparently dont have flash on them and the Shockwave Flash doesnt show up. Instead it shows nothing in the Image box except a little box of colors in the upper left corner of that Image box. Is...
  19. evergreean

    Data load too large message

    I keep getting error message on my Excel output saying: Cell data too large. After I hit the okay prompt the Excel spreadsheet comes up just fine but I dont want users to get that output message. It only does it when I output over 60 records. The fields all contain memo field data from an...
  20. evergreean

    Concurrent users

    Please advise what exactly is a concurrent user. I have about 100 projects in a database that has 4 relational tables. Each Project owner will be updating their own project record twice a week. Is a concurrent user when each owner tries to search/update the same project record at same time...

Part and Inventory Search

Back
Top