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 Wanet Telecoms Ltd 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: gapla
  • Content: Threads
  • Order by date
  1. gapla

    Shortcut keys into a webpage

    Hello I've found this script to enable shortcut keys into a webpage http://www.snwebs.20m.com/scripts/keycode.htm It only works right in IE please, some help to get it work in Firefox?
  2. gapla

    getElementById

    Hi, i'm new to using DOM How could i retrieve the content of a span without id ? As in <span class="blabla"> I know how to get it if it had an id, for example getElementById("myHeader")
  3. gapla

    Perspective in GDI

    I'm trying to give a perspective effect to a billiard ball using GDI The farther the ball, the smaller it would be look and seem to head towards one point on the horizon Any orientations?, please
  4. gapla

    pid

    How can i get the window's process id number from its hwnd?
  5. gapla

    cblparam + wm_mousemove

    I'm a newbie on winapi stuff. Could you explain what do CBLPARAM, CBWPARAM, CBCTLMSG, CBHWND mean ? I've run into this pseudocode and don't grasp it Case WM_mousemove if x>cblparam goto Exit x=cblparam
  6. gapla

    wrong avi length

    I've recovered succesfully an avi file which i couldn't read from a dvd-rw LG. The multimedia player reads it without problems but it doesn't detect the very video length, wherever it gets to the supposed final keeps reading until the end I dont know how to fix this problem so that i can burn...
  7. gapla

    Label transparent to its form

    How can i make a static control transparent to its form? I want label color to be the same as the form's one
  8. gapla

    java Path

    I'm very newbie on linux I've installed azureus on something like /home/sesk/programs/azureus/ and jre 1.4.2_04 on /home/sesk/programs/j2re1.4.2_04/ I type ./azureus inside /home/sesk/programs/azureus/ to run azureus and linux shouts: Starting Azureus... Java exec found in PATH. Verifying...
  9. gapla

    Fatal error: Call to undefined function: socket_create()

    I get an error when running this script with sockets $socket = socket_create(AF_INET, SOCK_STREAM, SOL_TCP); socket_bind($socket,'localhost',1337); socket_listen($socket); while($connection = socket_accept($socket)) { socket_write($connection,'You\'ve successfully connected to my...
  10. gapla

    http bidirectionality by means of php ?

    Is it possible that a page have just updated warn its copy on a known ip to be refreshed?
  11. gapla

    Undefined variable

    I get this error: Notice: Undefined variable: output in c:\archivos de programa\apache group\apache\htdocs\agenda\php-calendar-0.8\php-calendar\includes\display.php on line 137 Some help?
  12. gapla

    browser window without bars

    How can i display a html page without any kind of bar on the browser window? Is there a cross-browser solution?
  13. gapla

    meceoo script

    I want to make a search from a form on a local html. This search will be done in www.meceoo.com;meceoo allows to launch searches only into particular websites, based on a list that you can type in the form at http://www.meceoo.com/cgi-perl/search.cgi?ORDsetgoldlist=2below On my local page i'd...
  14. gapla

    FTP applet

    I need a web based Java upload client so my clients can upload files to a novell web server and a linux web server. The files will be up to 2GB in size
  15. gapla

    How to scrape a web site

    I'm needing a RSS scraping script, that can input NON rss websites and output RSS/XML feeds, suitable for my input to my RSS cache script (CARP). I would really appreciate some help since i'm a newbie on php scripting Regards
  16. gapla

    blogging by js

    Do you know any js based blog-tool to deal with a server doesn't support php?
  17. gapla

    searching on multiple forms at once

    How can i build my own customized search tool that can search on multiple forms inside certain urls? It would be useful to explore online databases. regards
  18. gapla

    jython

    Is there anyone using jython? Which are the benefits of mixing python and java? regards!
  19. gapla

    Eclipse Visual Editor Project

    Whats your opinion about this visual editor ? http://www.eclipse.org/vep/ I would appreciate any comment before downloading this huge file such as 68 mb
  20. gapla

    Dot menu

    Is possible do what this script does using only css? http://www.dhtmlcentral.com/script/script.asp?id=26

Part and Inventory Search

Back
Top