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: *

  1. ZimZangZoom

    Pass varibles in a loop

    Hello, I am looking through an array. I want to set the onClick attribute to different elements during the loop. Here is what I have so far <html> <head> <title>My Doc</title> <script> function SetTabs() { var TabArray = new Array(); TabArray[0] = "FirstTab"; TabArray[1] = "SecondTab"...
  2. ZimZangZoom

    something to store data in

    Hello, I will be getting a lot of values from an XML document and I need to store them into something reusable in Javascript. My Data will look like so. (basically a table) name,email,address,phone,age,school,grade,teacher,bus,sports...
  3. ZimZangZoom

    how to make a plugin (aip)

    Hello, I am interested in making an adobe illustrator plug in. I was wondering if anyone had any ideas on what laguage they use, and any resources i should look at. any information would be great. My assumptions are: They have some Object Model that can be used with some scripting language...
  4. ZimZangZoom

    I have a lib, but how to load it ?

    Hello, I am new to C, but have some experience in other languages like C. I need a bit of help loading a library i have found written in C http://shapelib.maptools.org/ Included in the download of this library are some .exe .dll and .h files. How do i go about using the functions this...
  5. ZimZangZoom

    Should i Learn

    Hello, I have been Programming in Perl and PHP for a long time and am looking for something new and powerful Should i learn C++ will I be able to adapt to it quickly ? I am one to learn a little bit about everyuthing and am interested in the power of C++ And can anyone reccommend any good...
  6. ZimZangZoom

    Replace Question

    Hello, I am currently making a program that will allow people to use custom tags that i have specified in the script. For example: #NAME# is replaced with $name Currently i have been using code such as. $body =~s/#NAME#/$name/g; But what if i wanted to replace #NAME# with a sub routine...
  7. ZimZangZoom

    mysql array

    Hello, I am trying to get some info out of my MySql Database and would like to use the Array later on in the script.. I wish to loop through the array using "foreach" or "while". In the array i have 4 elements -name -email -time -day how can i slit up my array? I have tried, foreach...

Part and Inventory Search

Back
Top