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

    Netscape 7.0 Textarea Scroll

    I am using Netscape 7.0 , I get a horizontal scroll in a textarea even if I use wrap. Is there a solution(to avoid any horizontal scroll)
  2. newbiepg

    Print from Linux machine in Network

    We have a network printer attached to a windows machine I have some documents in a linux machine, how can I configure the printer to print documents in the linux machine
  3. newbiepg

    Mounting Windows in dual boot

    What should I do to find out which partition windows is installed in a dual boot machine? (Redhat and windows 2000) What should I add in /etc/fstab to mount this partition when I want to?
  4. newbiepg

    cfprocparam error

    <cfstoredproc datasource=&quot;test&quot; procedure=&quot;myProc <cfprocparam type = &quot;IN&quot; CFSQLType=&quot;cf_sql_longvarchar&quot; value= &quot;var_in_clause&quot; maxLength=&quot;4000&quot; dbVarName = &quot;@in_clause&quot; null=&quot;no&quot;> </cfstoredproc> Throws this...
  5. newbiepg

    How do I set the criteria in CFsearch tag?

    I have created a search page using verity, I am having a hard time trying to put a condition. I am showing the code below, when I enter some criteria in the form below, it is not getting searched. Secondly I am confused as to whether we have to update the index as shown below every time we...
  6. newbiepg

    Browser Authentication

    I need a simple example for browser based authentication using apache
  7. newbiepg

    SSL Configuration

    I need to know how to ensure a URL can be made SSL i.e. https://something We are using apache 2
  8. newbiepg

    Problem with Mid function

    I have a strange problem <cfset endno = #endno# - 3 > <cfset y = Evaluate(&quot;#endno#&quot;)> <cfoutput>#y#</cfoutput> Gives me a value of 95 But when I write <cfset endmess = #Mid(endmess,startno + 2, #y# > I get this error Parameter 3 of function Mid which is now -2 must be a...
  9. newbiepg

    Part of a string

    I have a string which is like 1.Hi you are in line 1 2. You are in line 2 I need to get the part between 1. and 2. i.e. Hi you are in line 1 How can this be done?
  10. newbiepg

    Using Verity K2

    I need an example of a simple search using verity K2 on windows 2000 and Coldfusion MX. This is the first cold fusion project for me, so I would be grateful if u could include the obvious parts. So far I have been able to try configuring the k2server.ini, I was not able to understand the...
  11. newbiepg

    CFOBJECT Question

    I am completely new to cold fussion and I have a question. I was asked to check if the CFOBJECT tag can be used to call a component. The component must call something written in Cold Fusion ,like a custom tag.
  12. newbiepg

    phpBB error

    When I submit data in the login page of phpBB I get a message &quot;This page cannot be displayed &quot; This is the same error we get if we try to access a website without an internet connection in internet explorer. The url of the login page is http://10.10.1.214/login.php (this is on a...
  13. newbiepg

    Configuring JAVA/JSP with Postgresql

    Configuring Java/JSP with Postgresql in Redhat Linux The first thing would be to install JDK for this. Go to this URL http://java.sun.com/j2se/1.4.2/download.html This will ask you to agree to their terms and conditions Choose the Linux self-extracting file in the second table on this...
  14. newbiepg

    Cron

    I have no idea about using cron. We have to ensure that a php page would get executed after every 24 hours in redhat linux. How can I do this?
  15. newbiepg

    paging with php oracle 8i

    How can I produce pages using php and oracle? I am using oci functions
  16. newbiepg

    Writing triggers

    I need to write an oracle trigger , this is my first time. Are there any good links for oracle 8i for writing triggers? Thanks
  17. newbiepg

    Getting rowid from Oracle in php

    I need to ensure that while one user edits a row in the backend(oracle 8i) , no other user can get access to edit(row level locking). We are using oci functions and I thought that getting the row id would be a good way to solve this problem. How can we get rowid in oracle using php and what...
  18. newbiepg

    forced refresh

    how can i ensure that when a user visits a page using the browser back button he gets a dialog asking him to refresh the page? I am looking something like using Cache control Thanks
  19. newbiepg

    Link to a folder

    How does one create a link to a folder from the command line? Also what does . (space dot mean) I read a command that was something like chmod g+w .
  20. newbiepg

    Error instantiating class file

    I have created a java class file in a folder in WEB-INF/classes/myproject I am getting this error when I call it from a jsp file root cause java.lang.InstantiationException: class myproject.Validate : java.lang.InstantiationException: myproject.Validate at...

Part and Inventory Search

Back
Top