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

    I need help with a regular expression

    I'm having trouble creating a regular expression. I have an html form that contains the <textarea></textarea> tags. When the form is submitted, I capture the output of the <textarea> and write it to a .txt file. For some reason, unknown to me, carriage returns and whitespaces are mysteriously...
  2. Leland123

    Writing a permanent cookie using CGI::Session

    I have a shopping cart application that uses CGI::Session. When a visitor logs into the system, a cookie is written to the visitor's computer. The cookie contains the customer's account number. I want to make the cookie permanent on the visitor's computer, so after a customer logs into the...
  3. Leland123

    Javascript seem to reset the html page

    I have an html form with an onclick <img src> something like this: <img src ... ONCLICK="displayPhoto('http://www.smvfp.com/product_images/prod1.PNG')> This calls a displayPhoto javascript function where the thumbnail is displayed as a large image using javascript's window.open() command. The...
  4. Leland123

    Perl BETA Shopping Cart Application

    Hi, I have written a Shopping Cart application in perl specifically for a PostgreSQL database server. The application is in version 0.90 beta and is stable. I'm looking for some help from perl and PostgreSQL folks that would be willing to download the smcart-0.90beta-i386.tar.gz tarball...
  5. Leland123

    Perl BETA Shopping Cart application

    Hi, I have written a Shopping Cart application in perl specifically for a PostgreSQL database server. The application is in version 0.90 beta and is stable. I'm looking for some help from perl and PostgreSQL folks that would be willing to download the smcart-0.90beta-i386.tar.gz tarball...
  6. Leland123

    License for commercial perl application

    #------------------------------------------------ Hi, I'm a developer of a perl application. I would be the copyright holder of the application. The application uses several modules that can be found on cpan, like the perl DBI for PG and ODBC::DSN. It also uses Mail::Sendmail, Apache::DBI...
  7. Leland123

    License for commercial perl application

    Hi, I'm a developer of a perl application. I would be the copyright holder of the application. The application uses several modules that can be found on cpan, like the perl DBI for PG and ODBC::DSN. It also uses Mail::Sendmail, Apache::DBI, CGI::Session, etc. It is my understanding that...
  8. Leland123

    APT Gives Fedora Operations a lift

    Hi, Here are a couple of article in eWeek that I found interesting. APT coupled with Synaptic really make it easy to maintain my Fedora Core 2 install or to install or uninstall apps. http://www.eweek.com/article2/0,1759,1607678,00.asp http://linuxtoday.com/infrastructure/2004060900326NWHLRH...
  9. Leland123

    Hi, I just picked up some intere

    Hi, I just picked up some interesting info off the postgresql mailing list. A native windows version of postgresql is comming soon, but not in postgresql 7.4, but soon. In the mean time those wishing to run a native windows version of postgresql can run Mammoth Postgresql from...
  10. Leland123

    Status Report on Native Windows Port

    Hi, There has been a lot of interest in the native windows 32 port of PostgreSQL. I found the following link in the postgres mailing list which I am passing on. http://candle.pha.pa.us/main/writings/pgsql/win32.html LelandJ Leland F. Jackson, CPA Software - Master (TM) http://www.smvfp.com...
  11. Leland123

    Hi, I'm looking for a perl scrip

    Hi, I'm looking for a perl script that would convert a number into a dollar amount like: $the_number = &quot;1234567.89&quot;; perl would build $the_number into $the_dollars so that: print $the_dollars; $1,234,567.89 LelandJ Leland F. Jackson, CPA Software - Master (TM)...
  12. Leland123

    Hi, Here a piece regarding the L

    Hi, Here is a piece regarding the Linux Journal Editor's choice awareds: http://linuxjournal.com/article.php?sid=6995 It's great to see PostgreSQL back in the winner's circle where she belongs. LelandJ Leland F. Jackson, CPA Software - Master (TM) http://www.smvfp.com Nothing Runs Like the Fox
  13. Leland123

    Hi, I downloaded and installed a

    Hi, I downloaded and installed a windows native version of Postgresql 7.2.1 by Peer Direct. The install was a snap. I was also able to set Postgres to run as a service under windows XP pro by run a provided .exe. This is really great as it is not necessary to unixify your windows OS with...
  14. Leland123

    New FAQ

    Hi, To help newcomer to PostgreSQL get up and running, I have posted a new FAQ titled &quot;Where can I find Information about postgres?&quot;. The FAQ is simply a list of my favorite online sources of information about Postgres. This should be helpful to not only newcomer, but it should aid...
  15. Leland123

    tek_tips: How can you?

    Dear Fellas, I have been trying to get some information on how to get on the web site version of tek-tips. I can never raise this part of tek-tips that deal with html code and web site building? Any hints to guide me here would be appreciated. juandiegomcc@yahoo.com Leland F. Jackson, CPA...
  16. Leland123

    Thank Rarch, I setup PGDATA2 in

    Thank Rarch, I setup PGDATA2 in /etc/profile as you suggested. I was then able to createdb newdb -D 'PGDATA2' The database newdb was created correctly in /test/lee/base with number 116872. Leland F. Jackson, CPA Software - Master (TM) https://www.smvfp.com Nothing Runs Like the Fox
  17. Leland123

    Hi, I found the below link in on

    Hi, I found the below link in one of the postgres mail lists concerning bids by various vendor supporting competing backend databases. I think the vendor offering the postgres database as a enterpise mission critical database did a good job of presenting the many strong points of the postgres...
  18. Leland123

    Postgres 7.2.1 under Windows NT 4.0

    Hi, I have downloaded cgywin using the setup program. I installed most of cgywin including postgres 7.2.1. However, I'm having trouble configuring postgres and getting it started under windows. In particular I'm having trouble having postgres build the template1 database. I login to windows...
  19. Leland123

    Hi All, I have written a VFP fr

    Hi All, I have written a VFP front-end client to a postgres backend database. I am making it freely available to anyone that would like to see what client/server computing over the Internet is all about. All source code is available. To use the VFP front-end client you must: 1) Download...

Part and Inventory Search

Back
Top