Saturday, June 27, 2020

META Tag

<META> Tag

Definition and Usage

The <meta> tag defines metadata about an HTML document. Metadata is data (information) about data.

<meta> tags always go inside the <head> element, and are typically used to specify character set, page description, keywords, author of the document, and viewport settings.

Metadata will not be displayed on the page, but is machine parsable.


Metadata is used by browsers (how to display content or reload page), search engines (keywords), and other web services.


Friday, June 26, 2020

IDE & Markup Language

Integrated Development Environment (IDE)

An integrated development environment (IDE) is a software suite that consolidates basic tools required to write and test software.

Developers use numerous tools throughout software code creation, building and testing. Development tools often include text editors, code libraries, compilers and test platforms. Without an IDE, a developer must select, deploy, integrate and manage all of these tools separately. An IDE brings many of those development-related tools together as a single framework, application or service. The integrated toolset is designed to simplify software development and can identify and minimize coding mistakes and typos

Some IDEs are open source, while others are commercial offerings. An IDE can be a standalone application or it can be part of a larger package.

Common features of integrated development environments

An IDE typically contains a code editor, a compiler or interpreter, and a debugger, accessed through a single graphical user interface (GUI). The user writes and edits source code in the code editor. The compiler translates the source code into a readable language that is executable for a computer. And the debugger tests the software to solve any issues or bugs.

An IDE can also contain features such as programmable editors, object and data modeling, unit testing, a source code library and build automation tools.

An IDE's toolbar looks much like a word processor's toolbar. The toolbar facilitates color-based organization, source-code formatting, error diagnostics and reporting, and intelligent code completion. Through an IDE's interface, a developer or team of developers can compile and execute code incrementally and manage changes to source code in a uniform manner. IDEs are typically designed to integrate with third-party version control libraries, such as GitHub and Apache's Subversion.

An IDE can support model-driven development (MDD). A developer working with an IDE starts with a model, which the IDE translates into suitable code. The IDE then debugs and tests the model-driven code, with a high level of automation. Once the build is successful and properly tested, it can be deployed for further testing through the IDE or other tools outside of the IDE.

Linux

What is Linux?

Open source resources

Linux is the best-known and most-used open source operating system. As an operating system, Linux is software that sits underneath all of the other software on a computer, receiving requests from those programs and relaying these requests to the computer’s hardware.

Wednesday, June 24, 2020

uki orientation programme



Uki Orientation Programme

1.Introduction of Uki
2.Introduction of Students
3.Introduction of Lectures
4.Class Time Table
What is Slack?
Slack is a collaboration hub. It can help us to work as a team. Naturally Slack design for team workers. We can chat and we can share our works . we can organise our team work more easy and perfect. 
Who can use Slack?
Business Companies SchoolsclassesCourses and who need to work as a team they can use Slack .
What is workspace?
A Slack workspace is made up of channel, where team members can communicate and work together.  We can create channels for every topics and we can contact with all members. 
Every Slack workspace has a team of members ,They are  Workspace OwnersCreate the workspace and set permissions  Workspace AdminsAssigned by Workspace Owners to help manage the team  MembersCan send messages and files to any team members in their workspace  GuestsCan send messages and files in specific channelsWhat is pricing?Slack has free access for their basic plans. Basic plans have Basic features and they have 3 other paid plans .We have to pay for access those plans and feature…

 



Latest post

JSON

  What is JSON? JSON stands for  J ava S cript  O bject  N otation JSON is a lightweight data-interchange format JSON is "self-describi...