Skip to content
  • Twitter
  • Facebook
  • GitHub
  • WordPress.com
yoUVcode

…Knowledge shared = 2 x Knowledge

  • Home
  • Angular
    • Angular
    • AngularJS (Angular 1)
  • Java
    • JDK9 Features
    • Java Advance Concepts
  • UI UX Development
    • HTML
    • CSS
    • Javascript
  • JavaScript
    • Angular
      • Angular
      • AngularJS (Angular 1)
    • Vue JS / Nuxt JS
    • jQuery
    • GruntJS – Javascript task runner
    • ReactJS
  • Interview Questions
    • Angular Qs
    • Aptitude
    • Git : Version control
    • Java Qs
    • Javascript Qs
    • PHP Qs
    • UI/UX
  • Other(s)
    • Adobe Flex & Action script 3
    • Hibernate
    • IDE Tricks
    • MySQL
    • Oracle SQL/PL-SQL
    • PHP
    • Servers
  • Contact

Category: UI/UX

How to determine if the variable is undefined or null in Javascript?

July 16, 2019 youvcode

How to determine if the variable is undefined or null in JavaScript? The easiest way is to check if the variable is

Continue reading

Define Directives in AngularJS?

October 8, 2018 Vinay Gulati

AngularJS directives are used to extend HTML. In simple words, AngularJS are DOM Manipulator that tells AngularJS’s HTML compiler ($compile) to provide a specific behavior to DOM element (such as

Continue reading

How to check if JavaScript Object is empty or not/How to check if Javascript Array object is empty or not

August 31, 2018 youvcode

While working with Javascript sometimes you have to check if a Javascript object/array is empty or it contains some keys/objects. To check if JavaScript Array

Continue reading

What is HTML DOM ?

July 9, 2018 youvcode

DOM is stand for Document Object Model. Which is mainly responsible for creating structured components and designing your web page. The HTML DOM is an accepted

Continue reading

Types of Styles in CSS

July 5, 2018 youvcode

There are 3 types of ways, you can declare CSS in your application. Inline CSS Internal CSS External CSS Now let’s understand each one by

Continue reading

Difference between var and let in Javascript

March 28, 2018 youvcode

Main difference between var and let is Scoping. var keyword: var declare variable and optionally initialize the variable to a value. Syntax: var declarations, wherever it

Continue reading

difference between Link and Compile in angularJS

March 11, 2018 youvcode

Compile function: During compile phase Angular compiles your directive. this function is called only once for each references to the directive. Eg. You are using

Continue reading

Semantic elements in HTML5

January 1, 2018 youvcode

Semantic elements defines “elements with a meaning.” With HTML5, There are few elements added to the HTML5 tag libraries and as element name defines the

Continue reading

Top Posts Today

  • MySQL - Retrieve data conditionally

Tags

Angular Angular 4 Angular Basics AngularCLI Angular Directive AngularJS AngularJS Framework angularJS Interview question array array_reverse() Associative Array Best Practice CSS Database dom Eclipse Eclipse IDE Eclipse Tricks ECMAscript 2015 Error Errors ES5 ES6 export web-page Git HTML HTML5 IDE interface Interview Questions InterviewQuestions Introduction Java Java collections Java Interview Question Java Programming Javascript javascript basics Javascript Interview Questions List Machine Learning nodejs npm OOPs PDF generator php PHP Interview Questions Programming Python Tutorial

Blog Stats

  • 46,613 hits

Subscribe to Blog via Email

Enter your email address to subscribe to this blog and receive notifications of new posts by email.

Join 58 other subscribers

About yoUVcode

yoUVcode.com is a blog for Java and AngularJS developers.

All examples are simple, easy to understand and well tested before publishing.

Authors

yoUVcode.com is created, written and maintained by
Umang Parekh, Vinay Gulati & Saurabh Dwivedi.

 

Archives

Categories

  • Twitter
  • Facebook
  • GitHub
  • WordPress.com