Recent content by looking4m0are

  1. L

    my 2002 honda accord is leaking some fluid by the front right tire. what is it?

    i absorbed some of it with a paper towel and smelled it, but it doesn't have a scent and has no color. it's like it's leaking water or something. it hasn't rained here for several days. i notice it after i've parked my car in the garage at home and when i park at work. i see a track of...
  2. L

    what's the global warming controversy about?

    what is the controversy? i mean, these discussions get so heated to the point where you start to think you're discussing the existence of god. can someone please tell me the implications of believing/not believing global warming is an issue? yes, i know someone is going to bring up "well a long...
  3. L

    visual studio 2008/asp.net: how to get functions in .js files to show up in

    intellisense? i link .js files to my master pages so i have access to the javascript functions i use most commonly. however, since the functions are not part of the page itself, it's really a pain to have to type them out since they don't show up in intellisense. is there a way to get...
  4. L

    visual studio 2008/asp.net: Generation of designer file failed: Could not

    load file or assembly? full error: "Generation of designer file failed: Could not load file or assembly 'AssemblyName', Version=1.0.0.0, Culture=neutral, PublicKeyToken=null' or one of its dependencies. The system cannot find the file specified." what i am working with is a solution...
  5. L

    visual studio 2008/asp.net: how to get functions in .js files to show up in...

    ...intellisense? i link .js files to my master pages so i have access to the javascript functions i use most commonly. however, since the functions are not part of the page itself, it's really a pain to have to type them out since they don't show up in intellisense. is there a way to get...
  6. L

    visual studio 2008/asp.net: how to get functions in .js files to show up in

    intellisense? i link .js files to my master pages so i have access to the javascript functions i use most commonly. however, since the functions are not part of the page itself, it's really a pain to have to type them out since they don't show up in intellisense. is there a way to get...
  7. L

    c# .net: question about uploading a file to a remote server (not using ASP or FTP)?

    okay, hear me out about this. we have a client who has set up a web server. all they gave us was a url and a port (https://blahblah.yakyak.com:12345). this server requires NO authentication (e. g., anyone can go to the url without being prompted for a un/pw). they sent us a very vague...
  8. L

    asp.net/javascript: how to tell if user's browser has loaded a cached page?

    i have an asp.net app and i use the session state to store temporary data. if the user hits the back button or navigates to the page directly from their favorites, it usually results in an old page being loaded from their browser cache rather than them hitting the server for a new version. i...
Back
Top