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

    Bring to the front during Powerpoint presetnation

    Hi all, I have some interesting actions that I would like to happen during the presentation. Basically I have three"cards" that are in a stack - and during the presentation I would like the bottom one to come to the top and the rest to move down. Best of all I would like to be able to do this...
  2. glg1

    Changing information in the tooltip on mouseover

    Hi all, I'm not sure this is the correct forum for this question - so if not - point me in the right direction. I'm interested in making the microsoft explorer more useful and user friendly. When I mouse over a file folder - some information, such as folder size and a little about the names of...
  3. glg1

    http status codes

    Hi all, a while back - might have been a year now, I ran across a nifty way to avoid setting up a server for testing ajax code - had something to do with status codes (maybe status 100) that allowed one to use the same directory in the client as a pseudo server. I've racked my brain and...
  4. glg1

    Indicating Flash is done

    Hi All, not sure if this question should be here or in the Flash forum... so I'll start here. I've got several flash movies that are controlled nicely with several JS functions. (Play, stop, goto frame #, etc.) However, I would like to indicate to the viewer the progress of the viewed movie -...
  5. glg1

    Can't get movie to stop

    Hi all, I'm trying to control a flash movie that contains slides using javascript. I've tried both FF1.5 and IE. the flash was made with MX pro. The movie will start when I hit the play Flash button, but won't respond to the other buttons(stopmovie and go). Any Ideas? The JS I have seen in...
  6. glg1

    FF 1.5 and SVG

    Hi all, I've been trying to get firefox 1.5 to recognize some svg that I have...when I bring up the same files in IE they show perfectly well (adobe svg viewer installed). <svg word="2005" xmlns:kyos="http://www.kyos.net/" kyos:start="1121173069" width="51" height="15"> <path...
  7. glg1

    Moving parameters around

    Hi all, I'm struggling with condensing code into something that is much more manageable. The basic idea is the following: I have an exapnding side panel of image thumbnails that moves in and out with mouseover. When a thumbnail is clicked - it then displays in a main div. Once it is in the...
  8. glg1

    problems with Ajax

    Hi all, I'm new to the Ajax world. I just received the book "Foundations of Ajax", by Asleson and Schutta. It seems like a very readable and informative work, however, I am unable to reproduce the ajax activites, despite hand inputting and then getting the code from the Apress site. In the...
  9. glg1

    timeaction equivalent for FF

    I've recently run across the timeaction or html+time capabilities in IE. (http://msdn.microsoft.com/library/default.asp?url=/workshop/author/behaviors/reference/time2/htime_node_entry.asp) Is there any equivalent for other browsers at this point? Thanks, George
  10. glg1

    Formatting of Line numbering in Word (XP)

    Hi all, a small problem here... When I use the line numbering function (layout>Line Numbers)in Word, I can't change the font size of the numbers. This becomes a problem when I change the font size of the document to anything less than about 10 - which is what I want to do (font 8). The line...
  11. glg1

    AJAX vs. Flex

    Hi all, I posted a similiar appeal in the new Flex forum, but I wanted to get all sides. Basically, I've been looking at Flex for a little while and from all that I can learn, it appears to be an easier choice for development currently than AJAX or other DHTML approaches. From my view, this...
  12. glg1

    Flex vs. other ways - Ajax, etc.

    Hi all, I've been looking at Flex for a little while now and am interested in opinions, especially vis-a-vis other RIA approaches including AJAX and all the other modes of DHTML. Flex certainly looks to be easier than AJAX at this point from the development point of view, however, there must be...
  13. glg1

    making Table of Contents in Powerpoint

    Hi all, I've been hand generating table of contents for rapid navigation around powerpoint presentations for sometime now. I place them descretely hidden in corners of slides or as tabs on the side - so that when I need to move quickly to another slide out of order its easy. However, generating...
  14. glg1

    ports not visible in device manager

    Hi all, a friend of mine has a problem... his XP laptop is no longer responding to either USB or serial inputs. When I had him look at the device driver - to my surprize no ports (LPT or COM) The laptop has two USB ports and I know it has com ports - as I've configured them in the past. any ideas?
  15. glg1

    visualizing usemaps with thin borders

    Hi all, I generate a series of imagemaps dynamically from a database. The usemap and areas work great. As part of the user experience, I would like to have faint boxes drawn around the areas on the images. I've been trying all sorts of css to get this to happen, to no avail. The question is...
  16. glg1

    resizing iframes after they load images

    Hi all, I'm having quite a time resizing a set of iframes that load based on pulling images from a database driven by user selection from dropdowns. So far I've tried fairly trivial approaches, such as: function calcHeight() { //find the height of the internal page var the_height=...
  17. glg1

    index, match over three columns

    I've got a vexing problem. A big data set is structured as follows: Name score1 score2 score3 Name2 score 1 score2 ... Jane 94 88 97 Bob 85 93 75 John 96 93 31 Mary 88 76 85 Jack 96 87 32 Fred 95 99 92 ... I need to be able to get the name of the person with lowest...
  18. glg1

    Determining the required server horsepower

    Hello all, I aplogize if this has been covered - just point me in the right direction if it has been discussed. We are just beginning to scope out the hardware requirements for database and warehouse. The basics are that the data will be stored on a DAS, with PostgresQL as the database. We...
  19. glg1

    excel - determining the highest frequency of inputs

    I'm having difficulting with the following: several ranges of cells: I need to find the word represented most frequently in each range, and also the highest average of the words. for example - one range bob 234 ted 133 sara 245 bob 345 ted 234 ted 123 sara 756 >>highest...
  20. glg1

    img magnification in frames

    I'm looking for a method to allow img magnification adjustment in frames. Opera allows size change of the complete page (nicely with +/- or scroll wheel), however, I'd love to be able to change the magnification of an image within a single frame in a frameset in IE or Firefox. Any ideas?

Part and Inventory Search

Back
Top