Remove Hashtag From The Routing URL – $locationProvider

You have noticed that whenever you write the URL of an Angular application, a hashtag, i.e /#/, always appear after the application root folder. For Example: –  https://www.formget.com/tutorial/angularjs/#/emp_details/0 It happens because AngularJS is a javascript framework which work at front-end rather than back-end. So, angular adds a hashtag, by default, after the application root folder …

30 Best Free Premium Responsive WordPress Themes

Having a form on a website has become the basic need for almost every business, as clients are more interested in making online registrations and bookings.
But for this, you have to create your website with WordPress themes and those themes should be compatible with form integration so that you can easily interact with your attendees online and manage their information from your website itself. So, here I’ve collected down Best Free and Paid WordPress Themes With Forms for you that will surely win your heart.

Bootstrap Form

Bootstrap makes it easy with the simple HTML markup and extended classes for different styles of forms. Bootstrap greatly simplifies the process of styling and alignment of form controls like labels, input fields, select boxes, textareas, buttons, etc. through predefined set of classes. HTML forms are the integral part of the web pages and applications, …

CodeIgniter Template : Adding Header, Footer and Dynamic Content

CodeIgniter MVC work on a separate layer, applying MVC pattern, it is recommended that header, footer, side menu bar should be separate. Benefits of using these architectures are. If your website contains multiple pages and all have a header, footer and menu bar and if you want to make some changes on header so you …

jQuery Mobile Form Example

jQuery mobile is a framework to develop mobile friendly web applications. It contains lot of functions to make user interaction smooth and effective.
In this example, we explains how to add jQuery mobile library to your HTML page and create a simple form using it.