File Upload with Progress Bar using jQuery Ajax and PHP Example
Hey Developer, In this tutorial, I will show you image upload with progress bar jquery php example. if you want to see an example of video upload with progress bar in php then you are in the right pla.....
How to Install Sublime Text Editor in Ubuntu?
Nowdays, Sublime Text Editor is a most popular text editor in the world. Sublime Text Editor 3 are provide several packages like CodeFormatter, GitGutter, Git, Sidebar etc and that's why it is most po.....
JQuery Select Box with Search Option using Chosen Plugin
There are several plugins available in google like select2,selectbox etc, But i found Chosen Plugin for select box with search option. You can also use with bootstrap. I give you full example of selec.....
Laravel Barcode Generator using milon/barcode Example
In this post i am going to give you example of how to generate barcode in laravel application. we will create barcode using milon/barcode package that provide several way to generate QR Code and barco.....
How to Get User IP Address in PHP?
Hello Friends, This tutorial is focused on how to get user ip address in php. This article goes in detailed on how to get ip address in php. We will use how to get server ip address in php. We will us.....
Preview an image before Upload using jQuery Example
Hello, This tutorial will give you an example of preview image input type file jquery. I explained simply step by step javascript display preview images before upload. This article will give you a sim.....
Laravel Google reCaptcha using anhskohbo/no-captcha Example
I think we should use Google captcha code on our registration form, contact form etc because captcha code prevent spams, bots etc. Most of the application we need to use captcha varification because i.....
Laravel Multiple Files Download with Response Example
If you need to give to download multiple files response from out application. If you require to give download only on file then you can do it easily like this way: <pre class="prettyprint lang-php"> r.....
Laravel Get Route Parameters in Middleware Example
Hi Artisan, In this short tutorial, we will cover a laravel get route parameters in middleware. you'll learn laravel get route parameters in middleware. I would like to show you laravel get route para.....
Bootstrap Dynamic Autocomplete search using Typeahead JS
In this post i am going to show you how to add dynamically Autocomplete using typeahead dynamic. In this post i give you full example that way you can run this example easily in your project. after ru.....
word wrap break word not working table
If you try with tr or td tag to give word-wrap: break-word style css then it will not affect. When i was try to give word wrap css on my td tag it was not working same as for i did try with span tag b.....
Laravel Create Custom Error Page Example
Hi, I will explain step by step tutorial how to create custom error page in laravel. We will use how to create custom 404 page in laravel. you can see laravel create custom error page. if you want to .....