My Personal Blog

How to create icon with CSS - Font Awesome

Jul 15, 2018
List of Font Awesome Icons

Icons are everywhere, both in physical world and online. Integrating them into your website can be stylish and easy way to foster engagement among your users.In this tutorial, you will learn how to create icons using just CSS and fonts.This allow you to edit all your graphics with a few lines of code as well as making your pages lighter and more responsive.

jQuery Introduction - What You Need To Know

Jul 15, 2018
jQuery with filtering

jQuery is a JavaScript library.The purpose of jQuery is to make it much easier for programmer to use JavaScript on his website.Many common tasks that require many lines of JavaScript code to accomplish , can be done via methods in jQuery that you can call with a single line of code.The jQuery also simplise a lot of complicated things from JavaScript , like AJAX calls and DOM manipulation...