How to use AngularJS on the Webpage

AngularJS is a JavaScript MVC framework that use to build the single page web application but you can use it build any type of web application and use its features like – two-way data binding, templating, AJAX handling, etc.

If you are already using jQuery in your project then you can use AngularJS as a replacement or use both of them in the web application.

In this tutorial, I create a simple example to show how you can use it on your web page.

How to use AngularJS on the Webpage

Read more

Secure Your PHP Forms with Google reCAPTCHA v2 Integration

Websites are a big deal in our lives today. They let us chat with friends, get info, and even do business. But now that websites are so popular, spam and bots are a big problem.

Google reCAPTCHA v2 is useful in this situation. It’s a free tool by Google that boosts website security by ensuring that visitors are humans, not robots.

So, you know those annoying spam messages that show up on websites? Google reCaptcha helps stop ’em. Adding reCAPTCHA v2 to your website is a breeze! Once it’s set up properly, it’ll display an “I’m not a Robot” checkbox on your form.

When it gets clicked then different types of images on the screen display and you have to select the images that match the question asked.

In this article, I show how you can integrate Google reCAPTCHA v2 with PHP and also explain its advantage.

Secure Your PHP Forms with Google reCAPTCHA v2 Integration

Read more

jsFiddle Snippets Embedding to your Web Page

jsfiddle generally used for sharing, saving, and embedding HTML, CSS, and JavaScript snippets.

jsfiddle allows us to add code snippets within the web pages and you can customize the look and feel of the code snippet like – changing the visual theme, font color, code background, menu background.

jsfiddle shows JavaScript, HTML, CSS, and Result tabs by default. You can remove some of its tabs if their no use of it by check and uncheck the checkbox follow by the tab name.

For example, if you are making a code snippet in which you have only used the HTML and CSS section and not done any JavaScript work, in that case, there is no need to display the JavaScript tab on your web page.

jsFiddle Snippets Embedding to your Web Page

Read more

What is AngularJS ?

AngularJS is a JavaScript MVC framework  developed by Google that lets you build well structured, easily testable,  declarative and maintainable front-end applications which provides solutions to  standard infrastructure concerns. The one popular JavaScript framework we know is jQuery. This would be sufficient when we are creating normal web applications to manipulate the DOM.  Using jQuery … Read more