What do the stripes mean on a pilot's uniform?
Individual airlines can choose, often with their color and style of the uniform. Each pilot crew members uniform is decorated with an insignia representing his or her duties on board.
Individual airlines can choose, often with their color and style of the uniform. Each pilot crew members uniform is decorated with an insignia representing his or her duties on board.
I used to write some function for small resolution screen using screen width condition. But function was executing when load the page and when resize and refresh the screen.
Apple has launched a Open Source Swift programming language on December 2015. Now, Great Windows also came with Open Source .NET Core with Cross-platform.
AngularJS has a set of built-in Directive which has HTML attributes with the prefix ng-
. Make sure your directive naming does not conflicts with HTML5 attributes like <article>, <aside> & <details> etc.
AngularJS custom directives are used to extend the HTML functionality. Custom directives is defined using 'directive' AngularJS function.
Font Awesome gives you scalable vector icons that can instantly be customized. You can change Font Awesome icon using CSS without changing HTML content.
Twig is a modern template engine for PHP using in Drupal 8. Twig is Fast, Secure and Flexible, it is part of the Symfony2 framework.
Recently I bought iPhone 6s and I have started trying new iPhone 6s features like RAM, 12MP Camera, 4K Videos, Phone weight (It was increased little from iPhone 6) and 3D Touch etc.
I have noticed many default features introduced in Drupal 8 which is very essential. Drupal 8 has breadcrumb features by default it has default behaviour also. We can customize using below function.
I have written Dynamic Table with HTML Form using AngularJS, This tutorial also similar, But you can make dynamic Table without having addition form outside of the
In this tutorial I am going to explain how to we can create dynamic HTML table using AngularJS. Its quite common, Now a day we are using these kind of dynamic Table in many Application using core JavaScript, jQuery etc.
Making Textarea character limit is quite simple using AngularJS, You can set the limit of character using maxlength
. The maxlength
attribute specifies the maximum number of characters allowed in the form inputs.
I have noticed performance issue when use ng-show/ng-hide
in responsive website. But improved the performance after changing to ng-if
. I have identified performance issue in small devices which has less configuration.
Finally Apple did great thing for modern developers. Swift is a multi-paradigm, compiled programming language created by Apple Inc. for iOS, OS X, and watchOS development.
The <noscript> tag using to display the content for end users that have disabled or browser that doesn't support script. The <noscript> has role in search engine optimization (SEO).
Front end engineering has always challenge to choose right updated technologies, I have already updated SASS long back and used in many projects. It is really cool and very easy to manage CSS rules.
Sass is built upon Ruby. On OS X, Already have Ruby installed by default. If you may to install Ruby in Windows, use this Ruby Installer.
Sometimes developers need to adjust the output style of the CSS. SASS has four types of output style which make developers job easier.
Sass supports below four output styles.
Drupal 8 is released 8.0.0 stable version on Thursday, November 19, 2015. Drupal 8 has more than 200 new core built in features.
The flexible boxes, or flexbox, is a new layout mode in CSS3. Flexbox mode providing for the arrangement of elements on a web pages. Improve the items alignments, directions and order in the container even when they are with dynamic size.
You can make a HTML form using HTML5 localStorage feature. Why required localStorage for form?
How to Create an AJAX Contact Form using HTML, CSS, jQuery and PHP.
Store information locally in user browser using HTML5 local storage, same like cookies. HTML5 local storage is secure and store large amount of data's.
There are two objects of data storing in HTML local storage.
HTML5 form came with many new attributes value, maxlength, placeholder, disabled etc. You can validate HTML5 form without using javaScript/jQuery. You can make mandatory field using required attribute and many more attributes.
HTML5 form input types
HTML5 introduces many new form input types. You can implement many input features easily without using JavaScript. Date and time picker same like JavaScript/jQuery, color picker, email etc.
When we working with jQuery library most of the time forget to add jQuery code inside $(document).ready() function.
What is Document Object Model (DOM)? Document Object Model (DOM) is a programming interface for HTML, XML and SVG documents. The Document Object Model (DOM) creates a hierarchy corresponding to the structure of each web document.
I'm going to explain you how to make menu static position when scrolling page. Basic HTML, CSS & jQuery knowledge is enough to do this work. Just we are adding a dynamic class when page scroll and add styles for dynamic class.
CSS transitions
is part of the CSS3 set of specifications, provide a way to make smooth animation when changing CSS properties.
Copyright © 2024, shanidkv.com