Front End Engineering

HTML vs HTML5: What is new?

The main difference between HTML and older versions of HTML5 is the integration of video and audio into language features. In addition, HTML5 includes the following updates: Deprecated elements like center, font, and strike have been dropped Improved parsing rules allow for more flexible parsing and compatibility New elements including video, time, nav, section, progress,

HTML vs HTML5: What is new? Read More »

Validate Turkish ID Number with jQuery Validation Plugin

What is jQuery Validation Plugin? The jQuery Validation Plugin provides drop-in validation for your existing forms, while making all kinds of customizations to fit your application really easy. This jQuery plugin offers a lot of customization options while simplifying simple client-side form validation. It’s a good choice if you’re creating something new from scratch, but

Validate Turkish ID Number with jQuery Validation Plugin Read More »

The history of HTML

HTML is a very evolving markup language and has evolved with various versions updating. Long before its revised standards and specifications are carried in, each version has allowed its user to create web pages in the much easier and prettier way and make sites very efficient. HTML was created by Sir Tim Berners-Lee in late 1991 but was not released

The history of HTML Read More »

History of JavaScript

What is JavaScript? JavaScript is an object scripting language used in HTML with the markup language HTML. JavaScript is very popular and is universally adopted by every web browser for its support to enable dynamic content to be played on a web page. JavaScript does not contain or comply with any HTML tags or rules.

History of JavaScript Read More »

JavaScript – Objects

JavaScript is a multi-paradigm, dynamic language with types and operators, standard built-in objects, and methods. Its syntax is based on the Java and C languages — many structures from those languages apply to JavaScript as well. JavaScript supports object-oriented programming with object prototypes, instead of classes. JavaScript also supports functional programming — functions are objects,

JavaScript – Objects Read More »

JavaScript – Functions

JavaScript is a multi-paradigm, dynamic language with types and operators, standard built-in objects, and methods. Its syntax is based on the Java and C languages — many structures from those languages apply to JavaScript as well. JavaScript supports object-oriented programming with object prototypes, instead of classes. JavaScript also supports functional programming — functions are objects,

JavaScript – Functions Read More »

JavaScript – Looping Control

JavaScript is a multi-paradigm, dynamic language with types and operators, standard built-in objects, and methods. Its syntax is based on the Java and C languages — many structures from those languages apply to JavaScript as well. JavaScript supports object-oriented programming with object prototypes, instead of classes. JavaScript also supports functional programming — functions are objects,

JavaScript – Looping Control Read More »