JavaScript
-
Javascript Eval Example
The eval() function is one of the most discussed by JavaScript developers, most of them call it “evil” (such as…
Read More » -
jQuery remove class example
Very often on a webpage we need to change the visual representation of a DOM element to display some non-text…
Read More » -
Why AngularJS?
AngularJS is a Javascript framework that helps in building dynamic web application. It offers various view components in the form…
Read More » -
Angular 2 Hello, World!
InfoShare is one of the biggest and the most attended Tech and New Media events in Poland. This year for…
Read More » -
The Top 5 Mistakes AngularJS Developers Make Part 5: Failing to Test
Welcome to the last installment in a series of posts about the popular framework AngularJS. This series is designed to…
Read More » -
The main goals of Angular 2 and how they will be achieved
Angular 2 is currently still in Alpha/Developer Preview, but the main functionality and the core documentation are both already…
Read More » -
jQuery Submit Form Example
Forms are probably the most common elements of UI design. When using forms, we usually need to perform some actions…
Read More » -
AngularJS Project Essentials
You’ve read the tutorials, watched the online demos and wrote the to-do list app in Angular. Now you’ve been assigned…
Read More » -
A Java Developer’s Perspective on the Power and Danger of JavaScript’s Object Prototype
In the Anti-Patterns section of the book Learning JavaScript Design Patterns, author Addy Osmani calls “Modifying the Object class prototype”…
Read More »