Showing 289-297 of 301 results
Business Analyst
A business analyst is someone who analyzes information and investigates the goals and issues of a company. They advise organizations on how to improve their efficiency and finances. They are responsible for figuring out the actual needs of the company, not simply the stakeholder’s expressed wishes. They will communicate with a wide variety…
Project Management
Project management methodology is a series of different processes designed to assist managers to accomplish definite goal by carefully organizing, controlling and executing the project. In this tutorial, you will learn various techniques to complete your project successfully. What should I know? This course is designed for fresh project managers…
Bootstrap
Bootstrap is the most popular front-end framework for faster and easier web development. It includes HTML and CSS based design templates for typography, forms, buttons, tables, navigation, modals, image carousels and many other, as well as optional JavaScript plugins. Bootstrap also gives you the ability to easily create responsive designs…
CSS Cascading Style Sheets
Cascading Style Sheets, fondly referred to as CSS, is a simply designed language intended to simplify the process of making web pages presentable. CSS allows you to apply styles to web pages. More importantly, CSS enables you to do this independent of the HTML that makes up each web page. CSS is easy…
HTML HyperText Markup Language
HTML is a computer language devised to allow website creation. These websites can then be viewed by anyone else connected to the Internet. It is relatively easy to learn, with the basics being accessible to most people in one sitting; and quite powerful in what it allows you to create. It is constantly…
Photoshop
Adobe Photoshop is a software application for image editing and photo retouching for use on Windows or MacOS computers. Photoshop offers users the ability to create, enhance, or otherwise edit images, artwork, and illustrations. Changing backgrounds, simulating a real-life painting, or creating an alternative view of the universe are all…
Javascript
JavaScript syntax is a programming script, that runs on the frontend. It is mostly used for event handling like displaying or hiding some contents, replacing some contents or changing css styles depending on user interactions on a predefined UI which is termed as event handling collectively. Here are a few…
Jquery
jQuery is a lightweight, “write less, do more”, JavaScript library. The purpose of jQuery is to make it much easier to use JavaScript on your website. jQuery takes a lot of common tasks that require many lines of JavaScript code to accomplish, and wraps them into methods that you can…