Think Quest UK
Think Tank
A think tank (or policy institute) is an organization or individual that conducts research and engages in advocacy in areas such as social policy, political strategy, economy, science or technology issues, industrial or business policies, or military advice. Many think tanks are non-profit organizations, which some countries such as the United States and Canada provide with tax exempt status. Other think tanks are funded by governments, advocacy groups, or businesses, or derive revenue from consulting or research work related to their projects.
According to the National Institute for Research Advancement, think tanks are "one of the main policy actors in democratic societies ..., assuring a pluralistic, open and accountable process of policy analysis, research, decision-making and evaluation". A study in early 2009 found a total of 5,465 think tanks worldwide. Of that number, 1,777 were based in the United States and approximately 350 in Washington DC alone.
Research
Research can be defined as the search for knowledge or as any systematic investigation to establish facts. The primary purpose for applied research (as opposed to basic research) is discovering, interpreting, and the development of methods and systems for the advancement of human knowledge on a wide variety of scientific matters of our world and the universe. Research can use the scientific method, but need not do so
The goal of the research process is to produce new knowledge, which takes three main forms (although, as previously discussed, the boundaries between them may be obscure.):
* Exploratory research, which structures and identifies new problems
* Constructive research, which develops solutions to a problem
* Empirical research, which tests the feasibility of a solution using empirical evidence
Research can also fall into two distinct types:
* Primary research (collection of data that does not already exist)
* Secondary research (summary, collation and/or synthesis of existing research)
In social sciences and later in other disciplines, the following two research methods can be applied, depending on the properties of the subject matter and on the objective of the research:
* Qualitative research (understanding of human behavior and the reasons that govern such behavior)
* Quantitative research (systematic empirical investigation of quantitative properties and phenomena and their relationships)
Research is often conducted using the hourglass model Structure of Research. The hourglass model starts with a broad spectrum for research, focusing in on the required information through the methodology of the project (like the neck of the hourglass), then expands the research in the form of discussion and results.
Website Design
Web design is the skill of creating presentations of content (usually hypertext or hypermedia) that is delivered to an end-user through the World Wide Web, by way of a Web browser or other Web-enabled software like Internet television clients, microblogging clients and RSS readers.
The intent of Web design is to create a website-a collection of electronic documents and applications that reside on a Web server/servers and present content and interactive features/interfaces to the end user in form of Web pages once requested.[citation needed] Such elements as text, bit-mapped images (GIFs, JPEGs) and forms can be placed on the page using HTML/XHTML/XML tags. Displaying more complex media (vector graphics, animations, videos, sounds) requires plug-ins such as Adobe Flash, QuickTime, Java run-time environment, etc. Plug-ins are also embedded into web page by using HTML/XHTML tags.
Improvements in browsers' compliance with W3C standards prompted a widespread acceptance and usage of XHTML/XML in conjunction with Cascading Style Sheets (CSS) to position and manipulate web page elements and objects. Latest standards and proposals aim at leading to browsers' ability to deliver a wide variety of content and accessibility options to the client possibly without employing plug-ins.
Typically Web pages are classified as static or dynamic:
* Static pages don't change content and layout with every request unless a human (web master/programmer) manually updates the page. A simple HTML page is an example of static content.
* Dynamic pages adapt their content and/or appearance depending on end-user's input/interaction or changes in the computing environment (user, time, database modifications, etc.) Content can be changed on the client side (end-user's computer) by using client-side scripting languages (JavaScript, JScript, Actionscript, etc.) to alter DOM elements (DHTML). Dynamic content is often compiled on the server utilizing server-side scripting languages (Perl, PHP, ASP, JSP, ColdFusion, etc.). Both approaches are usually used in complex applications.
With growing specialization in the information technology field there is a strong tendency to draw a clear line between web design and Web development.