A tag is a keyword or label that categorizes your question with other, similar questions. Using the right tags makes it easier for others to find and answer your question.
| Type to find tags: |
|
c#× 462182
a multi-paradigm programming language encompassing strong typing, imperative, declarative, functional, generic, object-oriented (class-based), and component-oriented programming disciplines.
|
java× 419647
an object-oriented language and runtime environment (JRE). Java programs are platform independent, because they are compiled to bytecode and their execution is handled by a Virtual Machine cal…
|
php× 390053
an open-source server-side scripting language widely used in web development. Use this tag for questions about PHP classes, methods, functions, syntax and use.
|
javascript× 378024
a dynamically-typed language commonly used for client-side scripting, but (despite the name) is NOT related to Java. Use this tag for questions regarding ECMAScript and its dialects/imp…
|
|
Google's software stack for mobile devices. Please use the Android-specific tags such as [android-intent], not [intent]. For non-developer questions, see http://android.stackexchange.com
|
jquery× 314010
a cross-browser JavaScript library that facilitates DOM traversal, event handling, animation and AJAX interactions.
|
c++× 201365
a widely-used, statically-typed, free-form, compiled, multi-paradigm, multi-level, imperative, general-purpose, object-oriented programming language based on C.
|
python× 188879
a dynamically and strongly typed programming language whose design philosophy emphasizes code readability. Two significantly different versions of Python (2 and 3) are in use. Please mention…
|
|
iphone× 173191
Specific to Apple's iPhone and/or iPod touch, but inapplicable to iPad. For questions not dependent on hardware, use the "iOS" tag. Another tag to consider is "cocoa-touch" (but not "cocoa"). Please r…
|
html× 171565
the principal markup language used for structuring web pages and formatting content. The most recent iteration of HTML is HTML5.
|
asp.net× 170513
a web application framework developed by Microsoft to allow programmers to build dynamic web sites and web applications.
|
mysql× 165159
an open-source, relational database management system.
|
|
.net× 154340
a software framework designed mainly for the Microsoft Windows operating system. It includes an implementation of the Base Class Library, Common Language Runtime (commonly referr…
|
ios× 146974
Apple's operating system for mobile devices, such as the iPhone, iPod touch, iPad and Apple TV (2nd generation) devices. It shares a lot with Mac OS X, but is optimized for touch-based interfac…
|
objective-c× 134823
should be used only on questions that contain Objective-C code or are about Objective-C features. The tags "cocoa" and "cocoa-touch" should be used to ask about Apple's frameworks or classes.…
|
sql× 133502
a language for querying databases. Questions should include code examples and table structure. This tag refers to the standard language, not for questions about spec…
|
|
css× 133402
a language used to control the visual presentation of HTML and XML documents including (but not limited to) colors, layout and fonts.
|
ruby-on-rails× 115530
an open source full-stack web application framework written in Ruby. It follows the popular MVC framework model and is known for its "convention over configuration" approach to applic…
|
c× 95958
a general-purpose computer programming language used for operating systems, games and other high performance work and is clearly distinct from C++. It was developed in 1972 by Dennis Ritchie for …
|
ruby× 73062
an open-source dynamic object-oriented interpreted language created by Yukihiro Matsumoto (Matz) in 1993.
|
|
sql-server× 67168
a relational database management system from Microsoft. Use this tag for all SQL Server editions including Compact, Express, Azure, FastTrack and PDW.
|
wpf× 64290
a subsystem for rendering user interfaces in Windows-based applications.
|
xml× 63525
a structured document format that defines human- and machine-readable encoding rules.
|
ajax× 62244
a technique for creating seamless interactive websites via asynchronous data exchange between client and server. AJAX facilitates communication with the serve…
|
|
asp.net-mvc× 59544
a Microsoft web application framework that implements the model-view-controller (MVC) pattern. The latest release of the framework
offers REST-style web services develop…
|
regex× 59002
Regular expressions (often shortened to "regex") are a declarative language used for pattern matching within strings. Please also include a tag specifying the programming language or tool you are usin…
|
database× 55311
an organized collection of data.
|
xcode× 53833
Apple's integrated development environment (IDE). This tag should only be used for questions about Xcode itself, not general Mac or iOS programming topics. Use [cocoa] for Mac programming que…
|
|
arrays× 52568
an ordered data structure consisting of a collection of elements (values or variables), each identified by one (single dimensional array, or vector) or multiple indexes.
|
linux× 52190
specific to the GNU/Linux operating system. If your question has nothing to do with Linux APIs or Linux-specific behaviour then do not use this tag, even if you are running on L…
|
django× 51721
an open source Web 2.0 application framework, written in Python. Its primary goal is to ease the creation of complex database-driven websites.
|
windows× 48923
a family of client, server, and mobile operating systems, developed by Microsoft.
|
|
vb.net× 46879
an object-oriented computer programming language that can be viewed as an evolution of Microsoft's Visual Basic 6 (VB6) but implemented on the Microsoft .NET Framework.
|
json× 46157
a data exchange format and is often used with JavaScript, Ajax, and RESTful web services.
|
eclipse× 44096
an open source IDE with plugins available to support a large variety of languages. This tag should only be used for questions about the Eclipse IDE and not for generalized programming topic…
|
ruby-on-rails-3× 43403
an open-source web development framework written in Ruby. Ruby on Rails follows the principle of convention over configuration, freeing you from having to re-invent things to stay pro…
|