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 Mike Lewis 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: tamak
  • Order by date
  1. tamak

    copy a file from site A to site B...

    and I can save the file to the server using this?
  2. tamak

    copy a file from site A to site B...

    I have two sites, Im trying to find a way to automatically (through vbscript / asp) copy a file (in this case, an access database file) from site A to site B. I tried using something like the following but I think the issue is port-blocking related or something -- bottom line it doesnt work for...
  3. tamak

    UAC question

    I want to run UAC, but think it seriously affects my systems performance... Im running an AMD Athlon 64 - 3700+ (2.20 ghz) 894 mb ram When I enable UAC IE starts running very very slowly - typing in website addresses I get type lag - pressing a character has a slight delay before it...
  4. tamak

    ajax edit-in-place w/ prototype.js

    no, Im thinking about just using PHP to handle that part / aspect... lazy, but I might do that while I continue to look for a way to do it in asp.
  5. tamak

    ajax edit-in-place w/ prototype.js

    heres the code for the page where the user edits the content (just click on the text that reads "Multi row editor: Lorum ipsum lorum ..." <%@LANGUAGE="VBSCRIPT" CODEPAGE="1252"%> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"...
  6. tamak

    ajax edit-in-place w/ prototype.js

    (Dont blast me - I usually frequent this forum, but originally posted in the AJAX discussion forum but was directed here) re: http://josephscott.org/code/js/eip/example.html Ive been studying this tutorial / example and am trying to get it to work (i.e. 'catch' the edited text (textarea) at...
  7. tamak

    ajax edit-in-place w/ prototype.js

    re: http://josephscott.org/code/js/eip/example.html Ive been studying this tutorial / example and am trying to get it to work (i.e. 'catch' the edited text (textarea) at the 'save_URL' to then be able to do something with it like writ it to a database, etc. -- for now I'd be happy if I could...
  8. tamak

    loading indicator issue

    Im building an app that shows a loading .GIF animation while the data is being fetched from the database... this issue isnt really an 'issue' persay, but rather a trick Im trying to get to work... I'd like to know if its possible to 'stall' the return of the data, say 4 seconds AFTER the...
  9. tamak

    issue with DW8 in MS Vista

    This turned out to be an issue with the antivirus software Im running - BitDefender v10. I've found that if I disable realtime scanning from bit defender, then start DW8, images show fine in 'design view'. after I've successfully been able to open a page in dw8 and verify this, I just...
  10. tamak

    quirks after upgrading to vista home prem.

    Thanks all... when I do 'lusrmgr.msc' I get a message saying since I have vista home premium I cant use that snapin/feature... I have to use the user account tools under the control panel. When I look in c:/users I only see one folder for the (seemingly) duplicated user account. I also changed...
  11. tamak

    quirks after upgrading to vista home prem.

    I installed vista home prem. over my xp installation last night and its running fairly well so far - had an issue with IE7 not running, but solved that problem after searching the web for similar issues. Here are 2 things that Im running into that I need your help with 1.) Im still running...
  12. tamak

    issue with DW8 in MS Vista

    Im running Dreamweaver 8 and upgraded my XP pro to Vista HOme premium last night.. when Im editing a page in a site defined in DW8 and use the split view so code is at top and preview / layout is at bottom , the images in the layout view dont appear at all for the page Im editing...it worked...
  13. tamak

    getURL question...

    Sorry - should have included that, the response says the variable is 'undefined'... Trace responds with: ../show_building.asp?id=undefined
  14. tamak

    getURL question...

    I have an app I've built that loads data from an xml file... Im trying to build a getURL trigger for a button that uses a piece of data from the xml file - using the following to refer to the 'data'... evtobj.target.selectedItem.ID ... I cant seem to get the 'getURL' string right...
  15. tamak

    mp3 streaming using actionscript

    Im using the following in a number of small flash projects that require audio (mp3)... Im intrested in learning how I can 'detect' the end of a streaming mp3 and then instruct the movie to do something else using actionscript... either play a new mp3 or go to some frame label / scene, etc. How...
  16. tamak

    press SPACEBAR or ENTER to activate...

    Is there a workaround that will allow me to have my director app display in browser/via web WITHOUT the annoying browser / activex message: "press SPACEBAR or ENTER to activate and use this control"... I see a few that seem to work with FLASH movies, but my tests dont work with my .DIR movie...
  17. tamak

    problem passing a form variable to a function

    I have a relatively simple thing Im working on thats generating a javascript error (formfield 'has no properties')... The error only appears in non-i.e. browsers though - namely, firefox and netscape... I have ASP page that contains a form field (that holds the ID value of the 'record'...
  18. tamak

    question re: limitations of flash video

    I have a project that requires that I make a 60 to 90 minuted video available online to a select group of folks who will be given a link to a site/page(s) where then can 'click to view' the clip(s) (video)... My plan is to use flash 8 pro to encode / compress the video but if I do so Im...
  19. tamak

    dw8 select statement woes

    Im trying to perfom a search on the following criteria - date of the event (in my access database) is BETWEEN a start and finish date - a 'showthis?' type of value is set to YES - (optionally) the detail/notes of the event matches a user-entered text string (using % as default though)...

Part and Inventory Search

Back
Top