When you visit a web page it, usually generates text files that contain small pieces of data such as username and password, and stores them on the user’s browser. These are knowns cookies they used to identify user system and can be accessed by the web server or the client computer (on which they are stored). The information stored in the cookies is specific to a web server. Once you connect to a server a cookie is created labeled with a unique ID and stored in your computer. Once a cookie is exchanged/stored in a client, and if you ... Read More
Eloquent is a new object relational mapper (ORM) that helps to interact with databases. With Eloquent each table has a mapping Model that takes care of all the operations on that table. Model in Laravel represents the table in the database. For example, if you have table customers, the model name will be customer, for users it will be user, employees it will be employee. The table name has to be plural and the model name has to be singular. This is a pattern followed, but that does not stop you from using the naming convention of your choice for ... Read More
This tutorial will teach you how to disable JavaScript in the Opera web browser. The latest version as used in this tutorial is Version− 89.0.4447.71. About JavaScript The dynamic programming language JavaScript, also known as ECMAScript, was created to provide control over the components of a web application. Your browser loads something on a website known as the Document Object Model (DOM), and JavaScript may work with the items in the DOM to, for example, make a web application responsive to the user. JavaScript is responsible for the existence of every animated menu system, any web form validation or submission, ... Read More
Laravel database configuration is stored inside config/database.php. The list of database configurations is listed inside this file. By default, you need to tell Laravel which database you are going to make use of. The default database used is mysql and we are going to stick to it and check the database connection to mysql. /* |-------------------------------------------------------------------------- | Default Database Connection Name |-------------------------------------------------------------------------- | Here you may specify which of the database connections below you wish | to use as your default connection for all database work. Of course | you may use many connections at once using the Database library. ... Read More
Whether it’s a catchy intro or a whole video a sound effect added at the right time can create top-tier YouTube videos. But not any music will do. A piece of music should be good and if it’s royalty-free it will protect a creator from suffering the copyright law. Every creator is in search of free music and sounds. The YouTube Audio Library provides content creators with a huge selection of royalty-free audio tracks that can be used in the videos. The Real Truth About “No Copyright” Music On Youtube Audio Library YouTube Audio Library calls itself to provide ... Read More
To get the list of all files from public folder you can make use of File facade. To work with it you need to include following class use Illuminate\Support\Facades\File; Following files are present inside public folder −Example 1 To get all files from public folder
YouTube has introduced a new feature that is designed to help viewers to identify the most popular parts of the video. This “Most Replayed” feature is a graph that is used to locate and watch the most popular parts of a video i.e., the parts that have been played by other viewers the most. This is not helpful for smaller videos but is helpful for long videos that are not broken down into sections with timestamps by the creator. This feature by YouTube developers is a huge step for viewers' satisfaction. Instead of playing the whole video, anyone can ... Read More
Posting videos on a YouTube channel means presenting the work in front of the general public YouTube is a wonderful adventure for content creators, but it also attracts its fair share of Internet trolls and hurtful comments sometimes. But creator don’t have to bear with that. If a creator has unpleasant interactions with a YouTube user, It’s easy to cut the user out of their life and block them on the video or channel. The YouTube comments section has always been notorious for nurturing toxic comments over the past years. Devoted haters, creepy stalkers, abhorrent commenters, and ne’er-do-well trolls ... Read More
As a video marketer on YouTube, editing is the most important part of the post-production process. With millions of videos online, the goal of the creator is to optimize the visibility of the video. YouTube metadata consists of three parts: tags, title and description. Here's how you can use two of these three elements to create powerful metadata for the video − In this post, we will tackle why tags and descriptions are important, and more importantly, how can we edit them. Importance of Video Description and Tags As a creator of a YouTube channel not getting the number ... Read More
The fluent query builder in Laravel is an interface that takes care of creating and running the database queries. The query builder works fine with all databases supported in laravel and can be used to perform almost all database operations on it. The advantage of using a fluent query builder is that it has protection against sql injection attacks. It makes use of PDO parameter binding and you can be free to send your strings as you need. The fluent query builder supports a lot of methods like count, min, max , avg, sum that fetches you the aggregate values ... Read More
Data Structure
Networking
RDBMS
Operating System
Java
iOS
HTML
CSS
Android
Python
C Programming
C++
C#
MongoDB
MySQL
Javascript
PHP