- 60
- 4 067
AppliedK
India
Приєднався 21 кві 2021
The channel is created to provide knowledge of different domains, especially of computer and Information Technologies. The channel targets to provide educational contents on .NET Technologies, Web technologies, MVC, LINQ, SQL, Web API, HTML, CSS, jQuery, Microsoft Excel, Microsoft Access, VBA Office Automation, SQL Server, SSIS, SSRS, Data Analysis, SAS, Statistics, Economics, Political Science, Philosophy etc.
CSS Text Formatting letter spacing, word spacing, text shadow in Hindi Appliedk
The text-shadow property in CSS is used to add shadows to text, creating a visually appealing or decorative effect. It can define the horizontal and vertical offset of the shadow, its blur radius, and the shadow's color.
Syntax: text-shadow: horizontal-offset vertical-offset blur-radius color;
It adds depth or a glowing effect to text for artistic designs.
Text formatting using letter spacing and word spacing are also explained in this video for beginners.
#appliedk #program #programming #tips #tricks #class11 #class12 #informationtechnology #webtech #css #textformatting #css #letterspacing #text-shadow
Syntax: text-shadow: horizontal-offset vertical-offset blur-radius color;
It adds depth or a glowing effect to text for artistic designs.
Text formatting using letter spacing and word spacing are also explained in this video for beginners.
#appliedk #program #programming #tips #tricks #class11 #class12 #informationtechnology #webtech #css #textformatting #css #letterspacing #text-shadow
Переглядів: 8
Відео
JavaScript ES6 Rest Parameter explained in Hindi
Переглядів 214 годин тому
A function definition's last parameter can be prefixed with ... (three FULL STOP characters), which will cause all remaining (user supplied) parameters to be placed within an Array object. The rest parameter may be destructured, which allows you to ignore certain parameter positions. The difference between rest parameters and the arguments object is also explained in this video. There are four ...
JavaScript ES6 Spread Operator explained in Hindi
Переглядів 716 годин тому
The spread (...) syntax allows an iterable, such as an array or string, to be expanded in places where zero or more arguments (for function calls) or elements (for array literals) are expected. In an object literal, the spread syntax enumerates the properties of an object and adds the key-value pairs to the object being created. #appliedk #javascript #array #arrayconstructor #arraymethod #inter...
JavaScript Array isArray method explained in Hindi Appliedk
Переглядів 1719 годин тому
Array.isArray() checks if the passed value is an Array. It does not check the value's prototype chain, nor does it rely on the Array constructor it is attached to. It returns true for any value that was created using the array literal syntax or the Array constructor. This makes it safe to use with cross-realm objects, where the identity of the Array constructor is different and would therefore ...
JavaScript Array.from() method explained in Hindi Appliedk
Переглядів 821 годину тому
The Array.from() static method creates a new, shallow-copied Array instance from an iterable or array-like object. This video explains both cases with examples. Array.from() never creates a sparse array. If the arrayLike object is missing some index properties, they become undefined in the new array. The video explains about the following also: Array.from() has an optional parameter mapFn, whic...
JavaScript Array.of() method explained in Hindi
Переглядів 30День тому
The JavaScript Array.of() method is used to create an array. This differs from creating array using JavaScript Array() constructor method. The difference between them is also explained in this video. #appliedk #javascript #array #arrayconstructor #arraymethod #interview #question array #javascript_Interview #javascriptarray #cbse, #class11 #class12 #webprogramming
JavaScript Closure in Depth for Beginners in Hindi
Переглядів 41День тому
It is difficult to understand closure just going by its definition. Look at some definitions given at MDN and W3C: A closure is the combination of a function bundled together (enclosed) with references to its surrounding state (the lexical environment). In other words, a closure gives a function access to its outer scope. In JavaScript, closures are created every time a function is created, at ...
JavaScript Array like objects, arguments object in Hindi
Переглядів 21День тому
What is Array-like object in JavaScript? How to convert Array like objects into Array? What is arguments object? Is it Array like object? All such types of questions are answered in this video. This video can be helpful in JavaScript Interview as well. appliedk #javascript #array #Arraylike, #arguments #web, #javascript_Interview #arrayconstructor #arraymethod #interview #question array #javasc...
JavaScript Array explained for beginners, Array Literal, Array Constructor, Copy Array in Hindi
Переглядів 33День тому
What is Array in JavaScript? Typed and Untyped Array, How to create Array in different ways in JavaScript, How to copy an array from a given array etc. are explained in this video. I hope that this video will be helpful to beginners to learn about Array. #appliedk #javascript #array #arrayconstructor #arraymethod #interview #question array #javascript_Interview #javascriptarray #cbse, #class11 ...
JavaScript ES6 Array splice method explained for beginners in English
Переглядів 26День тому
To create a new array with a segment removed and/or replaced without mutating the original array, use toSpliced(). To access part of an array without modifying it, see slice() method which I have already explained. NOTE: If start is omitted (and splice() is called with no arguments), nothing is deleted. This is different from passing undefined, which is converted to 0. appliedk #javascript #arr...
JavaScript slice method of Array explained for beginners in English
Переглядів 3714 днів тому
The slice() method of Array instances returns a shallow copy of a portion of an array into a new array object selected from start to end (end not included) where start and end represent the index of items in that array. The original array will not be modified. #appliedk #javascript #array #arraymethod #slicetool
JavaScript reduce function, reduce with map function
Переглядів 1214 днів тому
The reduce function is important to derive a single statistical or business value etc. Also reduce with map function example is given in this video. Watch the video till end to get proper understanding of reduce function.
JavaScript map function in Hindi for beginners
Переглядів 814 днів тому
map function with 1, 2, or 3 parameters. This video explains map function with 1, 2, or 3 parameters. Watch this video till end to learn how to apply 1, 2, or 3 parameters with map function. #appliedk, javascript, map, function, map_function, array, array_function, web
JavaScript With CSS Variables for Beginners in Hindi
Переглядів 3414 днів тому
What is CSS Variable? CSS Variables are custom attributes or properties which can be used upon DOM elements to style them. Custom properties (sometimes referred to as CSS variables or cascading variables) are entities defined by CSS authors that represent specific values to be reused throughout a document. Complex websites have very large amounts of CSS, and this often results in a lot of repea...
CSS display attribute with inline, block, inline-block values in Hindi
Переглядів 2814 днів тому
CSS for beginners, This video explains about inline, block, inline-block values used with display attribute used with CSS elements. The display property is the most important CSS property for controlling layout. The display property is used to specify how an element is shown on a web page. Every HTML element has a default display value, depending on what type of element it is. The default displ...
JavaScript Simple project Using Node, NPM, AXIOS and Package file to fetch data in Hindi, AppliedK
Переглядів 4314 днів тому
JavaScript Simple project Using Node, NPM, AXIOS and Package file to fetch data in Hindi, AppliedK
Pure and Inpure Functions, Side Effects, Referential Transparency in JavaScript, Hindi AppliedK
Переглядів 1714 днів тому
Pure and Inpure Functions, Side Effects, Referential Transparency in JavaScript, Hindi AppliedK
Promise in Depth in JavaScript for Beginners, Executor Function in Hindi
Переглядів 3321 день тому
Promise in Depth in JavaScript for Beginners, Executor Function in Hindi
JavaScript Callback, Callback Hell, Pyramid of Doom in Hindi AppliedK, कॉलबैक फ़ंक्शन
Переглядів 2021 день тому
JavaScript Callback, Callback Hell, Pyramid of Doom in Hindi AppliedK, कॉलबैक फ़ंक्शन
Resolution क्या होता है What is Resolution, Pixel and Resolution concept
Переглядів 11Місяць тому
Resolution क्या होता है What is Resolution, Pixel and Resolution concept
Node JS और NPM में अंतर Difference Between Node JS and NPM
Переглядів 12Місяць тому
Node JS और NPM में अंतर Difference Between Node JS and NPM
Bhajan Pujniya Prabhu Hamare lyrics पूजनीय प्रभु हमारे
Переглядів 922 місяці тому
Bhajan Pujniya Prabhu Hamare lyrics पूजनीय प्रभु हमारे
किसी भी वीडियो को ऑडियो में कन्वर्ट करें Convert Video to Audio MP4 to MP3
Переглядів 432 місяці тому
किसी भी वीडियो को ऑडियो में कन्वर्ट करें Convert Video to Audio MP4 to MP3
Video Editing for Beginners in VSDC, Video में Text Formatting, Text Effects, Text Editing कैसे करें
Переглядів 322 місяці тому
Video Editing for Beginners in VSDC, Video में Text Formatting, Text Effects, Text Editing कैसे करें
Video Camera Face inside Circle, Create Circle FaceCam with VSDC, Video Creator Tips,
Переглядів 352 місяці тому
Video Camera Face inside Circle, Create Circle FaceCam with VSDC, Video Creator Tips,
What is SCENE and Scene Transition in OBS Studio, Scene का क्या यूज है
2 місяці тому
What is SCENE and Scene Transition in OBS Studio, Scene का क्या यूज है
Create Scrolling Running Text in your Video & Text Formatting using VSDC Video Editor
Переглядів 272 місяці тому
Create Scrolling Running Text in your Video & Text Formatting using VSDC Video Editor
OBS Video मे scrolling text कैसे लगाए , Create Scrolling Text in Video by OBS Studio AppliedK Hindi
Переглядів 312 місяці тому
OBS Video मे scrolling text कैसे लगाए , Create Scrolling Text in Video by OBS Studio AppliedK Hindi
Minimal Web API for Beginners in ASP NET Core from Scratch Part 1 AppliedK Hindi
Переглядів 602 місяці тому
Minimal Web API for Beginners in ASP NET Core from Scratch Part 1 AppliedK Hindi
Visual Studio Tips - How to hide or remove Recent Projects List AppliedK Tips
Переглядів 1762 місяці тому
Visual Studio Tips - How to hide or remove Recent Projects List AppliedK Tips