This is default featured post 1 title

Go to Blogger edit html and find these sentences.Now replace these sentences with your own descriptions.

How to get free .edu mail free of cost

How to create free .edu email (100% free free 2019) When you become a student of a particular university or college, you will have a .edu email account with your name, for example, your-name@mit.edu. But if you are not a student and want a free .edu email then this article is for you. And yes, this method is 100% free and working (Last tested on 13 December 2019) Why should one need .edu email? Here are some of the benefits of having .edu email 1. GitHub Student Developer Pack The...

Sweet Alert Install in Vue

npm install sweetaler...

Install Fontawasome

npm install @fortawesome/fontawesome-fr...

Install Admin-LTE version 3.0.0

npm install admin-lte@v3.0.0-alpha.2 --sa...

KeyBoard Refresh will not change the Route in vue.js

Go to web.php Route Paste the code Route::get('/{anypath}','HomeController@index')->where('path','.*')...

Refresh form on click of cancel button

<form method="post" id="sample_form" class="form-horizontal" enctype="multipart/form-data">                    @csrf                    <div class="form-group">                        <label class="control-label col-md-3">...

How to remove /public from URL

First add a file name .htaccess After that add this code <IfModule mod_rewrite.c> <IfModule mod_negotiation.c> Options -MultiViews -Indexes </IfModule> RewriteEngine On RewriteCond %{REQUEST_FILENAME} -d [OR] RewriteCond %{REQUEST_FILENAME} -f RewriteRule ^ ^$1 [N] RewriteCond %{REQUEST_URI} (\.\w+$) [NC] RewriteRule ^(.*)$ public/$1 RewriteCond %{REQUEST_FILENAME} !-d RewriteCond %{REQUEST_FILENAME} !-f RewriteRule ^ server.php</IfModule> Refresh your Project without /public Visit...

Capture Image using Webcam and Store it to Database in Laravel 6.0.*

In Blade File use this code to capture image <div class="form-group">  <label class="control-label col-md-3">Image<big class="text-danger">*</big></label>  <div class="col-md-4">  <div id="my_camera"></div>   </div>  <div class="col-md-4">  <div id="results">Your Image</div>  <input style="display:none" name="image" id="image" class="form-control" />  </div>  <input type=button value="Take Photo" onClick="take_snapshot()"></div>      //...

PHP Webcam Capture Image and Save from Camera

If you want to take a picture of user from webcam or mobile camera then you can use javascript webcam library for capture image form camera and save it in php. In this tutorial, i will show you how to implement webcam capture and store image on server in php application. we will use webcam library for live capture image. webcam library will help to display desktop camera and your mobile camera so, user can see and take picture from there. In this example, we will create index.php file and show you layout of your webcam with "Take Snapshot"...

Page 1 of 7123Next

Share

Twitter Delicious Facebook Digg Stumbleupon Favorites More