Get current location of user using jQuery

Geolocation API is an important feature available in modern HTML5 web browsers, which allows us to request current location of the user using JavaScript, the location information is represented by latitude and longitude coordinates. For privacy reasons, the user permission is required to access its location information.

30 Fantastic Fonts for Web Typography and Graphic Design

Logos, headlines, newsletters, promotional material, etc no matter what media you’re designing for, you’ll need fonts. And even though Google Fonts and Adobe’s TypeKit are fully-stocked libraries, you know you can never have enough fonts. So here are 30 more fonts of varied styles, cherry-picked from across the web, to help you find what you’re looking for:

6 Top PHP Frameworks For Web Developers

PHP is a globally acknowledged web programming language that has been largely adopted by the web developers. The popularity of this web programming language can be measured with the results of the survey conducted by W3Techs wherein the findings showed that approximately 82% web servers use PHP.

Ajax Registration Script Using JQuery with PHP and MySQL

In this tutorial, we will look on how to create a registration page using AJAX. We will be using ajax to call the backend in order to avoid page refresh and JQuery to minimize unnecessary validations.