Tag: Web Development
- Five Unexpected Uses of CanvaStarting out new on Canva and completely overwhelmed? Want to head start your designing journey?When first starting out, Canva can be a tricky place to find your way through. The wide assortment of features which makes designing very easy a
- How to edit photos using Canva?Does a multitude of photo editing tools overwhelm you for a task that is supposed to be simple, Canva with its nifty photo editing tools may come to your rescue? Though Canva isn’t essentially an editor app but it can surely be used
- How to create Infographics with Canva?Tired of the same old boring presentation? Want to add something to make your classes more interesting? An infographic maybe the solution to this problem.Infographics are one of the most engaging methods of visual representation of data and statistic
- How to declare namespace in JavaScript ?The coding standard of assigning scope to identifiers (names of types, functions, variables, and so on) to avoid conflicts between them is known as a namespace. It is a framework for a collection of identifiers, functions, and methods. It gives its contents a sense of direction so that they are easily distinguishable and ordered. In a program, for example, the same variable name may be needed in various places. In this case, using namespaces will isolate these settings, allowing the same identifier to be used in many namespaces.
- Shell Scripting - True CommandA shell provides an interface with the help of which users can interact with the system easily. To directly interact with a shell, we use an operating system. On a Unix-based operating system, every time we write a command using a terminal, we interact with the system. To interpret or analyze Unix commands, we use a shell. The main job of a shell is to take commands from the user and convert them into the kernel's understandable form. To summarize this, we can see it as a medium between a user and the kernel system of an OS. The kernel is a computer program that is considered the main part of a computer???s operating system.
- jQuery Mobile Popup option() MethodjQuery Mobile is a web-based technology used to make responsive content that can be accessed on all smartphones, tablets, and desktops.