Here Is the website
http://www.downthemall.net/
What programming language was It written In.
How was It designed?
Here Is the website
http://www.downthemall.net/
What programming language was It written In.
How was It designed?
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.
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.
In the top corner of the page are various links, including "Source Code"... which should answer your questions.
(2007, 2008, 2009, 2010, 2011, 2012) . . . . . . . . Hitchhiker's Guide to Getting Help at VBForums
Classic VB FAQs (updated Oct 2010) ...Database Development FAQs/Tutorials (updated May 2011)
(includes fixing common VB errors) .......... (includes fixing common DB related errors, and [Classic VB] ADO tutorial /further steps, and [VB.Net] ADO.Net Tutorial).
Tutorial: How to automate Excel from VB6 (or VB5/VBA) .. SQL 'Select' statement formatter/checker .. Convert colour number to colour name .. FlexGrid: fill from recordset .. FlexGrid: AutoSize columns .. DB Reserved Words checker
Connection strings .. MDAC/Jet/ACE downloads .. SQL Server downloads .. MZTools (free upgrade for the VB6/VBA Editor)
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
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
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