Demo Post


Laravel 5.3 - Form Input Validation rules example with demo

Laravel 5.3 - Form Input Validation rules example with demo

Today, I am going to give you how to use input form validation rules of Laravel 5.3. We always require to use form with validation in our Laravel application. So today you can learn how to implement validation rules and how to print error message on blade files. Laravel 5 provide several pre-define.....

By Hardik Savani | October 14, 2016 | Category : Laravel

Bootstrap Show/Hide Toggle Password Input Field Example

Bootstrap Show/Hide Toggle Password Input Field Example

Sometimes, we may require to hide show password input field so, user can see what he written in password in register form or any other form. So, If you used Bootstrap framework then you can simply do it by using bootstrap-show-password.js plugin. Bootstrap show Password plugin give us to good layou.....

By Hardik Savani | October 15, 2016 | Category : Bootstrap HTML jQuery


JQuery Animated Typing Effect using Typed JS Example

JQuery Animated Typing Effect using Typed JS Example

Hi Guys, This definitive guide, we will show you animated typewriter effect for your text html jquery. Here you will learn Typing and erasing effects by jquery. I explained simply step by step typed.js samples. I’m going to show you about create a typing text effect using jquery. follow the below .....

By Hardik Savani | October 20, 2016 | Category : HTML CSS jQuery

Laravel Create Bootstrap Contact US Form Example

Laravel Create Bootstrap Contact US Form Example

Contact Us Page is very basic requirement of any Website that way owner can get feedback from users. So, I am going to share with you how to create simple bootstrap contact us form using Form Request in laravel 5, laravel 6, laravel 7, laravel 8, laravel 9, laravel 10 and laravel 11. In this exampl.....

By Hardik Savani | October 24, 2016 | Category : Laravel Bootstrap

Bootstrap Digital Clock Picker with AM PM using Clockface JS

Bootstrap Digital Clock Picker with AM PM using Clockface JS

Today, I am going to share with you how to implement bootstrap digital timepicker with am pm using clockface plugin. We generally require to use timepicker when we work on large application or product base application for storing time. There are several plugin for timepicker in jquery, but if you a.....

By Hardik Savani | October 25, 2016 | Category : Bootstrap HTML jQuery

How to Get Gravatar Image from Email using JQuery?

How to Get Gravatar Image from Email using JQuery?

Sometimes, we require to get gravatar image from email address in jquery. So, today i am going to share with you how to get gravatar image from email. Gravatar is a service for providing globally unique avatars. We can simply create our account and set avatar image that we want. There are several d.....

By Hardik Savani | October 28, 2016 | Category : jQuery

AngularJS Nl2br Filter for Textarea Content Example

AngularJS Nl2br Filter for Textarea Content Example

Sometimes we require to display message conversion in your angularJS App, But if you are using textarea for write comment or something then text display on same like without line break. But we can display text with likebreak using nl2br(). we can use directly in nl2br() if we work on PHP But if we w.....

By Hardik Savani | November 8, 2016 | Category : Bootstrap jQuery Angular

Laravel Category Treeview Hierarchical Structure Example

Laravel Category Treeview Hierarchical Structure Example

Today, I am going to share with you how to create dynamic category tree view structure in Laravel 5 application using jquery. We sometime require to make tree view structure for category and subcategory in laravel 6, laravel 7, laravel 8, laravel 9, laravel 10 and laravel 11 project. In this tutori.....

By Hardik Savani | November 9, 2016 | Category : PHP Laravel

Login with Facebook using PHP MySQL Example

Login with Facebook using PHP MySQL Example

Hey Guys, This extensive guide will teach you login with facebook php mysql. We will use facebook login php sdk example. If you have a question about php authentication facebook tutorial then I will give a simple example with a solution. In this article, we will implement a sign in with facebook php.....

By Hardik Savani | November 11, 2016 | Category : PHP Bootstrap MySql

PHP CRUD Operation Using Ajax and JQuery Example

PHP CRUD Operation Using Ajax and JQuery Example

Today, I want to share with you PHP Mysql CRUD using Jquery Ajax from scratch. CRUD stands for Create, Read, Update and Delete database data. Add, Edit, Update, and Delete functionality is used almost every PHP application. But today i will show you very simple way to crud using bootstrap model. In.....

By Hardik Savani | November 14, 2016 | Category : PHP Bootstrap MySql JSON Ajax