Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. C#
  4. help in designing a project

help in designing a project

Scheduled Pinned Locked Moved C#
csharpjavascripthelpquestiondiscussion
5 Posts 4 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • M Offline
    M Offline
    Maverickcool
    wrote on last edited by
    #1

    hi all, I need to build a project for school in C# I need to build a generic application that is tracking the user when he enters a website. meaning I want to know on which buttons he clicked(and how many times), the position of the mouse at any giving time etc. I thought of 2 ways to implement it 1. to install the application on the website and by using JS to get all the information 2. to bulid an add-in to the browser, and from that to get all the information what do you think I should do? can you give me advantages and disadvantages ? thanks

    S 1 Reply Last reply
    0
    • M Maverickcool

      hi all, I need to build a project for school in C# I need to build a generic application that is tracking the user when he enters a website. meaning I want to know on which buttons he clicked(and how many times), the position of the mouse at any giving time etc. I thought of 2 ways to implement it 1. to install the application on the website and by using JS to get all the information 2. to bulid an add-in to the browser, and from that to get all the information what do you think I should do? can you give me advantages and disadvantages ? thanks

      S Offline
      S Offline
      Shyam Bharath
      wrote on last edited by
      #2

      Hmmm... by add-in do you mean something specific to browser (like an ActiveX control or something). If that is so, I guess it can be used if you are cent percent sure your users would use the same browser. JS way looks good to me as you can capture all these events and probably make AJAX calls to retrive the information and send them to server.

      ------------------------------------------- It's code that drives you - Shyam

      C 1 Reply Last reply
      0
      • S Shyam Bharath

        Hmmm... by add-in do you mean something specific to browser (like an ActiveX control or something). If that is so, I guess it can be used if you are cent percent sure your users would use the same browser. JS way looks good to me as you can capture all these events and probably make AJAX calls to retrive the information and send them to server.

        ------------------------------------------- It's code that drives you - Shyam

        C Offline
        C Offline
        Charith Jayasundara
        wrote on last edited by
        #3

        Browser addin can do anything, so you will be able to do whatever you want to do. But, you will have to create separate addins for separate browsers. There is no way to create a generic addin that can be installed with all browsers. So you have that challage there... I also think JS will be the most feasible solution...

        Charith Jayasundara

        M 1 Reply Last reply
        0
        • C Charith Jayasundara

          Browser addin can do anything, so you will be able to do whatever you want to do. But, you will have to create separate addins for separate browsers. There is no way to create a generic addin that can be installed with all browsers. So you have that challage there... I also think JS will be the most feasible solution...

          Charith Jayasundara

          M Offline
          M Offline
          Maverickcool
          wrote on last edited by
          #4

          thanks for your answers if i'm building an add-in using WPF can't it work with firefox?

          T 1 Reply Last reply
          0
          • M Maverickcool

            thanks for your answers if i'm building an add-in using WPF can't it work with firefox?

            T Offline
            T Offline
            Thomas Weller 0
            wrote on last edited by
            #5

            I'm not an expert in browser-specific programming, so I can't answer you specific questions. The general problem to face is not what you are using inside your add-in but the problem is that different browsers have different plug-in interfaces and underlying programming models. Regards Thomas

            www.thomas-weller.de Programming today is a race between software engineers striving to build bigger and better idiot-proof programs, and the Universe trying to produce bigger and better idiots. So far, the Universe is winning.
            Programmer - an organism that turns coffee into software.

            1 Reply Last reply
            0
            Reply
            • Reply as topic
            Log in to reply
            • Oldest to Newest
            • Newest to Oldest
            • Most Votes


            • Login

            • Don't have an account? Register

            • Login or register to search.
            • First post
              Last post
            0
            • Categories
            • Recent
            • Tags
            • Popular
            • World
            • Users
            • Groups