Selenium Example Programs and Examples
Basic-Selenium-Java getting-started-with-selenium-example-programs Selenium-WebDriver-3-Practical-Guide-Second-Edition RxDemo-Java-UT-AT-Selenium Selenium-Maven-Template
PHP 7 Fundamental Tutorial for Beginners – PHP Arrays?
What is PHP Arrays Arrays are complex variables that allow us to store more than one value or a group of values under a single variable name….
PHP 7 Essential Guide – PHP switch statement
In this blog I am going to explain PHP 7 Essential Guide – PHP switch statement. Switch statement is opposite to if elseif else statement which does…
PHP 7 Essential Guide- PHP adding to an array-
In this blog I am going to explain that how to adding array in PHP. So, as stated in the PHP documentation, if you’r only pushing a…
How to Create a Simple Login Authentication System in LARAVEL?Part-1
How to Create a Simple Login Authentication System in LARAVEL? Firstly, we’ll create a new project for this. Step 1. Go to XAMPP/htdocs folder -> right Click->Open Git…
What is the title in adobe premiere?
The title of special features for the editor has been given in Adobe Premiere. Titles are used to write any text in any footage. Premiere Pro has…
How to define PHP variable type conversion operators?
In this blog, I am going to explain Variable Type & Type Conversion in PHP.variable type depends on the value of currently holds means when you declare…
What is Safe Zone in Source Monitor?
Safe Zone primarily works with source monitors. In this way, you can use the video or image as per your convenience. Safe zones or safe margins are…
What is the use of Adobe Premiere source monitor?
The main purpose of the source monitor in Adobe Premiere allows you to view your clips at full resolution and to set in and out points. Its…
PHP 7 Fundamental Tutorial for Beginners – PHP Switch…Case Statements?
What is PHP Switch…Case Statements Check Several Possible constant values for an expression. PHP If…Else Vs Switch…Case The switch-case statement is an alternative to the if-elseif-else statement, which does…
How to declare PHP variables output variables quotes and more?
In this blog I am going to to how to declare PHP variable output, PHP Variables Scope, PHP Global and Local Scope, PHP Global Keyword variable quotes…
How to show City List as per Country and State select in DropDown using AJAX in Laravel? Part-2
How to use AJAX in DropDown in Laravel? Example as in Country, State, and City. To Click Part-1 of its first blog. Now, we’ll start the next…
Kubernetes ingress tutorials with examples and Lab using Loadbalancer
In this demo, there are following ways to setup ingress as below; Single service Multiple services Services using a default backend Services using name based virtual hosts…
Kubernetes ingress tutorials with examples and Lab using NodePort
In this demo, there are following ways to setup ingress as below; Single service Multiple services Services using a default backend Services using name based virtual hosts…
PHP 7 Fundamental Tutorial for Beginners – If, Else and Elseif Conditional Statements
PHP Conditional Statements Like most programming languages, PHP also allows you to write code that performs different actions based on the results of logical or comparative test…
What is Chef tools? Benefits of Using Chef tools.
What is Chef tools? A Chef is an Open-source configurations management tools it’s developed by AAPS code community in the year 2008. Chef tools is written in…
What are the sequence settings in adobe premiere?
Create a custom sequence preset in Adobe Premiere Choose File > New > Sequence>Sequence project elect the preset that matches the requirements of your video clip in…
How to show City List as per Country and State select in DropDown using AJAX in Laravel? Part-1
How to use AJAX in DropDown in Laravel? Example as in Country, State, and City. What is the DropDown? Create a dropdown box that appears when the…
What are the Operators in PHP?
What is Operators in PHP ? Operators are symbols that tell the PHP processor to perform certain actions. For example, the addition (+) symbol is an operator…
What is capture format in Adobe Premiere Pro?
Capture DV or HDV video Capture in Adobe Premiere is provided for video editors. Video and audio are allowed to be recorded at Adobe Premiere. You can…
How to upload file in database with Laravel 5.8
Step:1 composer create-project –prefer-dist laravel/laravel uploadfile Step:2 make a controller like that.php artisan make:controller ImageUploadController Step:3 amke a Modelphp artisan make:model File -m Step:4 put this code…
How to create alternating row colors challenge in PHP?
In this blog, I am going to explain how to recreate alternating rows colors challenge in PHP. So, before creating a .php file in XAMPP/htdocs file and…
How to creating and accessing string function in PHP?
What is String in PHP? A string is a sequence of letters, numbers, special characters and arithmetic values or combination of all. The simplest way to create…
How to adding array in PHP in different ways?
In this blog I am going to explain that how to add array in PHP with different ways. I am talking about Arrays how different ways to…
How to start a new project in Premiere Pro?
All editing software has new project, open project and save facility. To do video editing or photo editing, firstly your new project is created. In which it…
How to create captcha code in Laravel 5.8
Step:1composer create-project –prefer-dist laravel/laravel captcha “5.8.*” Step:2 we have to add mews Captcha package.composer require mews/captcha Step:3 open config/app.php file and add service provider and alias. Step:4 routes/web.php paste…
How to Convert HTML to Pdf in laravel.
Step:1 Step:II make controllerphp artisan make:controller PdfController Step:III Install Package composer require barryvdh/laravel-dompdf Step:IV open your config/app.php put this code after Providers Barryvdh\DomPDF\ServiceProvider::class,Step:V open your config/app.php put this code…
How to implement CRUD functions in the Laravel PHP Framework? Part-3
How to implement CRUD functions in the Laravel PHP Framework? In previous blog Part-2, We have seen create() store() and index() functions. Step 18. Go to app/Http/Controller/CustomerServiceController.php and in that…
