webr00t
We have writtent many HTML 5 Articles and below is the list of our all HTML 5 articles hope you like this list of articles.
[ Read More ]
AngularJS vs jQuery – What Are The Major Differences?
Well, both are JavaScript libraries. Each one has their advantages and disadvantages. Let’s take a look at some of the major differences between the two.
[ Read More ]
Custom Video Player using Polymer
Yes polymer, but before getting our hands dirty let's have a short understanding of polymer. The polymer is a lightweight library which takes full advantage of new web standard called Web Components. With the help of Polymer, we can create web apps as well as custom HTML elements.
[ Read More ]
Top Reasons to use Angular JS
When it comes to the modern web development, Angular JS is one of the most fascinating libraries. Web designers love to use this because of the unique features attached to it. It is really popular at the moment. Considering the usefulness of it, several biggies like Paytm, Netflix, and Facebook etc. are already using this.
[ Read More ]
Email autocomplete on your forms with jQuery
In this tutorial I will show you that how you can create an email autocomplete field in your web forms using jQuery which auto complete the domain suffix with provided list of domains. Its a jQuery plugin we used to create this form autocomplete and its very easy to implement source code available for download.
[ Read More ]
Create a job searching page in PHP with Indeed APIs
We have created a job searching page on PHPGang here where you can search jobs and its powered by Indeed APIs and PHP. Today I am publishing that code and page with my readers so you can easily create job searching and you can earn from there affiliation.
[ Read More ]
Creating a simple Slack chat bot with PHP
To create the bot, we are going to use Slack’s Outgoing Webhooks integration. With it, we can create any page and whenever a message is sent into a specific Slack channel or in any Slack channel your page will be called with information about the sender of the message, the message itself and other useful metadata. When a request is made to your page, you can return JSON with the property text in it and the bot will send back a response directly in the channel in which the message occurred.
[ Read More ]