Programming Language - My Blog https://www.amatistaconnection.com/course-category/programming-language/ My WordPress Blog Sat, 13 Jun 2015 09:57:39 +0000 en-US hourly 1 https://wordpress.org/?v=6.6.2 https://www.amatistaconnection.com/wp-content/uploads/2022/02/cropped-icon-site-amatista-connection-512x512px-32x32.png Programming Language - My Blog https://www.amatistaconnection.com/course-category/programming-language/ 32 32 214937941 Getting Started with LESS https://www.amatistaconnection.com/courses/getting-started-with-less-beginner-crash/ Sat, 13 Jun 2015 09:57:39 +0000 http://demo.thimpress.com/elearningwp/?post_type=lpr_course&p=2410 Less is a CSS pre-processor, meaning that it extends the CSS language, adding features that allow variables, mixins, functions and many other techniques that allow you to make CSS that is more maintainable, themable and extendable.

The post Getting Started with LESS appeared first on My Blog.

]]>
COURSE DESCRIPTION

LESS is a CSS pre-processor that enables customizable, manageable and reusable style sheet for website. LESS is a dynamic style sheet language that extends the capability of CSS. LESS is also cross browser friendly.

CSS Preprocessor is a scripting language that extends CSS and gets compiled into regular CSS syntax, so that it can be read by your web browser. It provides functionalities like variablesfunctionsmixins and operations that allow you to build dynamic CSS.

Why LESS?

Let us now understand why do we use LESS.

  • LESS supports creating cleaner, cross-browser friendly CSS faster and easier.
  • LESS is designed in JavaScript and also created to be used in live, which compiles faster than other CSS pre-processors.
  • LESS keeps your code in modular way which is really important by making it readable and easily changeable.
  • Faster maintenance can be achieved by the use of LESS variables.

Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry’s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged.

LEARNING OUTCOMES

  • Over 37 lectures and 55.5 hours of content!
  • LIVE PROJECT End to End Software Testing Training Included.
  • Learn Software Testing and Automation basics from a professional trainer from your own desk.
  • Information packed practical training starting from basics to advanced testing techniques.
  • Best suitable for beginners to advanced level users and who learn faster when demonstrated.
  • Course content designed by considering current software testing technology and the job market.
  • Practical assignments at the end of every session.
  • Practical learning experience with live project work and examples.

The post Getting Started with LESS appeared first on My Blog.

]]>
5212
Complete Beginner to JavaScript Developer https://www.amatistaconnection.com/courses/complete-beginner-to-javascript-developer/ Fri, 05 Jun 2015 10:16:38 +0000 http://demo.thimpress.com/learnpress/?post_type=lpr_course&p=1528 JavaScript is an object oriented dynamic language with types and operators, standard built-in objects, and methods. Its syntax comes from the Java and C languages, so many structures from those languages apply to JavaScript as well.

The post Complete Beginner to JavaScript Developer appeared first on My Blog.

]]>
COURSE DESCRIPTION

JavaScript Can Change HTML Content

One of many JavaScript HTML methods is getElementById().

This example uses the method to “find” an HTML element (with id=”demo”) and changes the element content (innerHTML) to “Hello JavaScript”.

JavaScript Can Change HTML Attribute Values

In this example JavaScript changes the value of the src (source) attribute of an <img> tag.

JavaScript Can Change HTML Styles (CSS)

Changing the style of an HTML element, is a variant of changing an HTML attribute

JavaScript Can Hide HTML Elements

Hiding HTML elements can be done by changing the display style.

The post Complete Beginner to JavaScript Developer appeared first on My Blog.

]]>
5164