Windows Based Software: Starter

Discussion in 'Programming' started by chetanmadaan, Feb 5, 2013.

  1. #1
    Hi -

    we are a small php programming firm and are wondering how softwares for windows are done?? i mean we have a online php software which user's can install on their website... kind of a plugin for wordpress and we are trying to do a small windows utility that would connect to the website and fetch data.

    Any tips on where/how to get started?? i really have no idea what language these are done in and how these are build up?

    thanks
     
    chetanmadaan, Feb 5, 2013 IP
  2. Rukbat

    Rukbat Well-Known Member

    Messages:
    2,908
    Likes Received:
    37
    Best Answers:
    51
    Trophy Points:
    125
    #2
    Hire a programmer who has experience writing Windows apps. Buy whatever compiler he uses. Give him a program spec. Turn him loose on the problem.

    Or send one of your PHP programmers to school to learn Windows programming and a language he can use for Windows development, like C.

    Windows development is very different from web development.
     
    Rukbat, Feb 5, 2013 IP
    sarahk likes this.
  3. chetanmadaan

    chetanmadaan Active Member

    Messages:
    325
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    55
    #3
    I think... hiring one is something i would consider as learning can be expensive.
     
    chetanmadaan, Feb 5, 2013 IP
  4. Rukbat

    Rukbat Well-Known Member

    Messages:
    2,908
    Likes Received:
    37
    Best Answers:
    51
    Trophy Points:
    125
    #4
    Hiring someone will run you about $50k+/year. Or less, if you want to keep hiring cheap programmers until you give up and hire a qualified one.
     
    Rukbat, Feb 5, 2013 IP
  5. Irop Paze

    Irop Paze Active Member

    Messages:
    147
    Likes Received:
    12
    Best Answers:
    0
    Trophy Points:
    68
    #5
    Are you looking for software that you will install to fetch data or that many others will install to fetch the data? That makes a big difference with how much you have to invest.
     
    Irop Paze, Feb 5, 2013 IP
  6. Sergey Turin

    Sergey Turin Greenhorn

    Messages:
    3
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    21
    #6
    Try to learn .NET languages, e.g VB.NET or C#. it's most popular languages for linking online data with windows software, using WSDL, JSON or another XML-based technologies.
     
    Sergey Turin, Feb 8, 2013 IP
  7. sarahk

    sarahk iTamer Staff

    Messages:
    28,824
    Likes Received:
    4,539
    Best Answers:
    123
    Trophy Points:
    665
    #7
    Isn't that just a browser?

    Why create a separate piece of software when everyone has a browser already and just needs to call up your page/script etc. Even better you don't have to worry about what version of Windows they are on and you don't exclude Mac users or people trying to access the info from a tablet.
     
    sarahk, Feb 8, 2013 IP
  8. Irop Paze

    Irop Paze Active Member

    Messages:
    147
    Likes Received:
    12
    Best Answers:
    0
    Trophy Points:
    68
    #8
    @sarahk,

    That's what I was trying to get out of OP is what they are actually trying to do. There is probably already software out there for what they are trying to do or other ways to do it.
     
    Irop Paze, Feb 9, 2013 IP