Latest Articles

Clear
jQuery Plugins Oct 27, 2021 6 min read

jQuery Single/Multiple Image Selector - Media Selector

In this post, I will show you how to implement a Media Selector jQuery plugin which enables you to select single or multiple images (or any other elem...

jQuery Plugins Oct 27, 2021 4 min read

jQuery Animated Dropdown Menu - IA Dropdown

In this post, I will show you how to implement an animated dropdown menu using jquery a library that makes our dropdown menu interactive.

PHP Nov 01, 2021 4 min read

jQuery Datatables Ajax PHP and MySQL using PDO Example

In this post, I will share an example of how to implement jquery Datatables ajax in PHP and MySQL using PDO. If you have hundreds of thousands of reco...

jQuery Plugins Oct 01, 2021 59 min read

Jquery Datatable Example

In this post, I will share a basic example of how to work with jquery datable. I will provide an example for you to understand how to implement it in...

Laravel Oct 01, 2021 1 min read

How To Check If Route Name Given Exists in Laravel 8?

Need to check if the route name that was given exists in Laravel 8? Sometimes we need to check the route name if exists to be sure that it will not th...

Laravel Jun 14, 2022 3 min read

Laravel 9 Ajax Image Upload Example

In this post, I will share an example of how to upload an image in Laravel 9 using ajax. In my previous post, I posted about Laravel image upload with...

Laravel Sep 30, 2021 4 min read

Tutorial for Laravel 8 Image Upload Example

In this post, I will share an example of how to upload an image on Laravel 8. When developing a Laravel application the functionality of uploading ima...

Laravel Sep 30, 2021 1 min read

Building Laravel 8 Eloquent Query with Example

In this post, I will share an example for Laravel Eloquent Query. The Laravel Eloquent all() method will retrieve all results in the model's table. Bu...

jQuery Sep 30, 2021 12 min read

Javascript Random Number Generator using jQuery

In this post, I will share a javascript random number generator using jQuery with Bootstrap 4. That will generate random lottery numbers with awesome...

Laravel Sep 29, 2021 3 min read

How to Retrieve Records in Laravel Model?

In this post, I will share an example of how to retrieve records in the Laravel model. After saving records we need to retrieve the records and show t...

Laravel Sep 29, 2021 3 min read

How to add Default Eloquent Model Values on Laravel 8?

In this post, I will share an example of how to add default eloquent model values on Laravel 8. If you want to add a default value of your model field...

Laravel Jun 10, 2022 2 min read

How To Use Laravel 9 SQLite Database using Windows?

In this post, I will share how to use SQLite Database in Laravel 9. If your project is light and not a huge database then Laravel SQLite is suitable t...

We use cookies to personalize your experience. By continuing to visit this website you agree to our use of cookies

More