Tags
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.
                
                    The general process of moving data from an external source into one's platform, program, or data set.
                
                0 Questions
                
                    Sass (Syntactically Awesome Style Sheets) is an extension of CSS adding features like nested rules, variables, mixins and class extensions. This enables developers to write structured, manageable and reusable CSS. Sass is compiled into standard CSS. It is primarily a CSS pre-processor language that accepts both the CSS and its personalised syntax of writing visual design codes.
                
                0 Questions
                
                    Command Prompt (executable name cmd.exe) is the Microsoft supplied command line interpreter on OS/2, Windows CE, and all Microsoft Windows operating systems. Use this tag for questions regarding programming scripts or on commands available to run from the Command Prompt.  Add tags for which version of Windows, and tags describing the task or issue.
                
                0 Questions
                
                    Charts are a graphical representation of data, most often in the format of a graph or diagram.
Use this tag for questions about using a charting library API.
                
                0 Questions
                
                    A dynamic-link library (DLL) is a module that contains functions and data that can be used by another module (application or DLL). It is Microsoft's implementation of the shared library concept in the Microsoft Windows and OS/2 operating systems. 
                
                0 Questions
                
                    The mysqli PHP extension is a PHP database driver. Not to be confused with MySQL database.
                
                0 Questions
                
                    Google Maps JavaScript API Version 3 lets you embed the functionality of Google Maps into your own website.  Version 3 provides greatly improved support for mobile devices. Ask non-programming and licensing questions in the Maps API Google Group (see full description for a link)
                
                0 Questions
                
                    The Eloquent ORM included with Laravel provides a beautiful, simple ActiveRecord implementation for working with your database. Each database table has a corresponding "Model" which is used to interact with that table. Models allow you to query for data in your tables, as well as insert new records into the table.
                
                0 Questions
                
                    Programming language constructs designed to handle errors signaled by error codes, exceptions or other language specific means.
                
                0 Questions
                
                    SQL Server Reporting Services (SSRS) is a server-based report generator from Microsoft. It provides a full range of ready-to-use tools and services to help you create, deploy, and manage reports for your organization.
                
                0 Questions
                
                    Dependency Injection is a set of software design principles and patterns that enables you to reduce coupling between components
                
                0 Questions