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

    New PHP Framework - Artisan System

    Hello, I've released a new open source PHP framework for fast and efficient web software development. It is named Artisan System and found at http://artisansystem.com The current stable version is 0.1, however, 0.2b1 was just released, and 0.2 will be released before the end of the year. 0.2...
  2. vcherubini

    VBScript automation, ActionIsRunning not working

    Hi, I have a VBScript to automate a ReRasterize action I've created within Illustrator. The action takes the DPI of images (RasterItems) within an AI file from 300+ DPI to 72DPI. The action works fine, and I've got the script working to perform that script. However, if the AI file is large...
  3. vcherubini

    Regular Expressions

    Hello, been a while since I've been here. :) Here's my question: I am writing a template class and I want to use Perl regular expressions. This is easy. However, I can't get the replace function to work. For example, in Perl, all you have to do is: $_ =~ s/blah/replace/; Which replaces...
  4. vcherubini

    Associative/Hash Array within ASP

    Hello: I was wondering if ASP supports associative arrays (also known as hash arrays or name/value pair arrays)? An example in PHP would be: $array['name'] = "value"; However, if I try: dim my_array(1) my_array("name") = "value" I get a parse error. Is there...
  5. vcherubini

    Table information without queries

    Hello. I come from a PHP/Perl background and have recently been forced into using ASP at work. I am having a problem with getting information about a database so that I can work with it. Specifically, how do I find out the names of the tables in the database? I am using Access. In PHP, I could...
  6. vcherubini

    Converting date from DB to date subtype

    Hello: I've got a value in a database stored as a string but its in the form of a date like 7/08/02. It has to be stored as a string because its in a configuration table and the other values can be strings as well, so its just easier to make it a date. I load the value from the database and...
  7. vcherubini

    Access/ASP Error: Too many fields

    Hello: I am new to this specific forum, and really new to ASP, so please bear with me. I have an Access database that has a table with literally hundreds of fields. All is well, apparently Access lets you do that. However, I created a query that updates the table all at one time. To give you...
  8. vcherubini

    New OpenGL Site

    Hello: I haven't posted here for several months, so this is my first post into my glorious return to TekTips. I'm posting in this forum because the site is a bit C/C++-centric, but I welcome discussion of OpenGL in any language. In the meantime, I've started a site specifically for OpenGL...
  9. vcherubini

    tracert equivalent

    Hello: I am working on a Perl program that will idenify people who come to my site. I am developing it on a Win32 machine, however, it will be used on a Linux server. Is there a program in Linux (redhat 6.1) that is the same as the DOS tracert that takes an IP address and tells you what host...
  10. vcherubini

    Getting input from a text box and checkbox button

    Hello. I am a brand new guy to VC++, so please bear with me on this one. Ok, I want to write a program where, when the user starts it, a window appears that has a text box. You can then type in the textbox some value and have it stored in a variable. Then say there is an Ok button, and the...
  11. vcherubini

    Wrote a database searching script

    Hey guys. I just got done writing a script that allows a user to search a database, but this one gets down and allows the user to specify what tables and fields to search under. Right now, you can select multiple tables to search in the database, and search a field below that table. i.e., if...
  12. vcherubini

    Why won't this mysql code compile in MS VC++?

    Hello, I am working on integrating C/C++ with the C/C++ mysql api to make an application. However, I can not, for the life of me, get this code to compile in VC++. I have installed the mysql++.lib file that you compile when you download the C/C++ API from www.mysql.com, along with putting the...
  13. vcherubini

    Using MySQL

    Hello, since the search engine for the forums are down now, I can not search to see if something similar to this has been posted yet. Sorry in advance if this is a question that has been answered a lot. Ok, I want to be able to perform mysql queries via C/C++. I have downloaded the mysql API...
  14. vcherubini

    New FAQ on PHP hosting

    Hey: I just wrote a new FAQ on PHP hosting. I have seen this question asked too many times to count and quite honestly, it is very annoying. Too many people come to this forum and ask the same question without even searching through the forum for a question like it. So go check out the FAQ...
  15. vcherubini

    A great Rhetorical question about databases

    Hey guys: My friend and I were kinda having this argument about HTML and storing it in a database for a site. I think that the data should be stored in there seeing as it is static, and does not need to change. I also think that the HTML for my site should be stored in there because it makes...
  16. vcherubini

    Using LWP

    Hello: I have a question about how to use the module LWP. I recently read the post &quot;LWP:UserAgent is mondo Cool!&quot;, and got an idea. I have a page on my server that looks like the follow: <form action=http://otherserver.com/page.asp method=post> <input type=text name=logstring>...
  17. vcherubini

    Clearing cache after variables have been passed.

    Hello: I am working on a forum and I am having an annoying problem. Whenever you go to a page, the PHP scripts pass session management variables around along. I also have back and foward form buttons on my page that use the POST method to go back and foward. When you use the browser buttons...
  18. vcherubini

    Where to download Mandrake?

    Hello: Over the past couple of days, I have become increasingly interested in downloading Mandrake Linux. However, whenever I go to one of the mirror sites to download it, I am not sure which folder to go to to download the proper file(s) to do so. Does anyone know which folder to go to to do...
  19. vcherubini

    Speed Problems

    Hello: I just got DSL and so far, it is nice. I have a problem with my speed though. Whenever I start a download, I get a burst of about 120 KBps and then it slows to between 33KBps and 40KBps. I know that these are a lot faster than dial up, but I know that it is not as fast as DSL can go. I...
  20. vcherubini

    Ambiguous error message

    Hello: I am working with session management and I keep getting the same error: Warning: Cannot send session cache limiter - headers already sent (output started at lib.inc.php:233) in c:\apache\htdocs\mobius\login.php on line 6. login.php looks like this: <?php...

Part and Inventory Search

Back
Top