Results 1 to 6 of 6

Thread: What programming language was this application written In?

  1. #1
    Junior Member napninjanx's Avatar
    Join Date
    Jul 12
    Posts
    30

    What programming language was this application written In?

    Here Is the website
    http://www.downthemall.net/

    What programming language was It written In.

    How was It designed?

  2. #2
    Web developer Nightwalker83's Avatar
    Join Date
    Dec 01
    Location
    Adelaide, Australia
    Posts
    9,737

    Re: What programming language was this application written In?

    It depends on what operating system is the target for the application to run on.
    If this thread is finished with please mark it "Resolved" by selecting "Mark thread resolved" from the "Thread tools" drop-down menu.
    Please consider giving me some rep points if I help you a lot.
    DON'T BUMP YOUR POSTS!!! Links to my code examples can now be found on my website: My websites
    Please rate my post if you find it helpful!
    Technology is a dangerous thing in the hands of an idiot! I am that idiot.

  3. #3
    PowerPoster
    Join Date
    Feb 06
    Posts
    8,577

    Re: What programming language was this application written In?

    Don't ask me. The site is offensive.

    It displays fine and then script quickly wipes that out and puts up an ad for Firefox. Credibility: 0.

  4. #4
    Super Moderator si_the_geek's Avatar
    Join Date
    Jul 02
    Location
    Bristol, UK
    Posts
    35,564

    Re: What programming language was this application written In?

    In the top corner of the page are various links, including "Source Code"... which should answer your questions.

  5. #5
    PowerPoster JuggaloBrotha's Avatar
    Join Date
    Sep 05
    Location
    Lansing, MI; USA
    Posts
    3,788

    Re: What programming language was this application written In?

    Quote Originally Posted by napninjanx View Post
    Here Is the website
    http://www.downthemall.net/

    What programming language was It written In.

    How was It designed?
    Are you asking what language that website was written in? Or what language the DownThemAll (FF add-on) was written in?
    My guess is the website is probably written in PHP since I don't see the Asp.Net default html tags at the top of the index page, but it depends on what the web server is.

    If you're talking about what language FF add-ons are made in, I think they're mostly just javascript and use the FF api for the calls. Add-ons are typically cross platform, here's an article about how to go about making an add-on: How to develop a Firefox extension | Mozilla Add-ons Blog

    Quote Originally Posted by dilettante View Post
    Don't ask me. The site is offensive.

    It displays fine and then script quickly wipes that out and puts up an ad for Firefox. Credibility: 0.
    That would be because you're not viewing it in Firefox and seeing as that website is for the guy's FF add-on, it serves you no purpose if you don't use FF.
    Currently using: VS 2010 Ultimate on Win7 Ultimate x64.



    CodeBank: All Threads • Colors ComboBox • Fading & Gradient Form • MoveItemListBox/MoveItemListView • MultilineListBox • MenuButton • ToolStripCheckBox • Start with Windows

  6. #6
    Angel of Code Niya's Avatar
    Join Date
    Nov 11
    Posts
    3,143

    Re: What programming language was this application written In?

    Quote Originally Posted by JuggaloBrotha View Post
    That would be because you're not viewing it in Firefox and seeing as that website is for the guy's FF add-on, it serves you no purpose if you don't use FF.
    That's actually pretty clever.
    Treeview with NodeAdded/NodesRemoved events | BlinkLabel control | Calculate Permutations | Object Enums | ComboBox with centered items | Create Sortable BindingList(not mine) | .Net Internals article(not mine) | Wizard Control | Understanding Multi-Threading


    C++ programmers will dismiss you as a cretinous simpleton for your inability to keep track of pointers chained 6 levels deep and Java programmers will pillory you for buying into the evils of Microsoft. Meanwhile C# programmers will get paid just a little bit more than you for writing exactly the same code and VB6 programmers will continue to whitter on about "footprints". - FunkyDexter

    There's just no reason to use garbage like InputBox. -jmcilhinney

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •