Node.js The importance of data validation in MEAN apps March 19, 2017 If when do not use data validation in MEAN apps, we will probably get unexpected and unwanted results. Read more
Node.js Node.js: how to create PDF files March 12, 2017 In Node.js we can create PDF files with ease. Read more
How to export data from WordPress to MongoDB October 22, 2016 Exporting data from WordPress to MongoDB is a relatively simple task to perform. Read more
AngularJS: making two separate controllers communicate December 26, 2015 In AngularJS there's a specific solution to make two separate controllers communicate directly with one another. Read more
Searching videos on YouTube with jQuery and the YouTube Google APIs December 26, 2015 Running searches on YouTube is easy with jQuery and the YouTube APIs. Read more
JavaScript JavaScript: generate a product key December 26, 2015 Generating a product key in JavaScript is a matter of creating random segments from a given string. Read more
How to automatically insert Font Awesome icons with jQuery December 26, 2015 Font Awesome makes use of empty elements to insert icons within a document. We can automate this process with jQuery. Read more
Introduction to AngularJS for jQuery developers September 5, 2015 This is a simple and practical introduction to AngularJS written from the point of view of a developer who already has a firm knowledge of jQuery. Read more
CSS: creating an animation chain August 4, 2015 Creating an animation chain with CSS is rather simple. We can do this by using a specific CSS property. Read more
The actual role of jQuery in data-driven web applications July 26, 2015 You can't simply use only jQuery in data-driven web applications. This doesn't imply that jQuery cannot be used in such cases. Read more