The Latest Technology Trends in 2023

Technology is constantly evolving, and it is important to stay up-to-date on the latest trends. Here are a few of the most important technology trends to watch in 2023: These are just a few of the many latest technology trends to watch in 2023. As technology continues to evolve, we can expect to see even Read more about The Latest Technology Trends in 2023[…]

How to create browny effect in image using lightroom

Lightroom Tutorial for Browny Effect

In this post, I would like to explain how to create a browny effect on an image using lightroom. Orginal Image You can download this image from pexels.com. Final Result Lets get our hands dirty Open your image in lightroom (Here I used mobile lightroom) and click on “Light” menu and choose following settings:- Highlights Read more about Lightroom Tutorial for Browny Effect[…]

laravel

How to create blog in 5 min using Laravel

Creating a blog is an easy task. Here there is step by step procedure to create a blog in 5 min using Laravel framework. Create Laravel Project Create new laravel project using bellow command $ composer create-project laravel/laravel Install CRUD Generator In this example, we are using crudbooster. install crudbooster $ composer require crocodicstudio/crudbooster Add Read more about How to create blog in 5 min using Laravel[…]

Drag and save image like facebook cover

How to add a cover image like facebook or adjust the position of image?

In this tutorial, I am explaining how to add a cover image to a web page like on facebook. Here I am using Laravel framework to create a page where I can upload and adjust the image position like the Facebook cover image. DEMO HTML CSS Jquery PHP HTML Create a div with id=”bgimage”. Inside Read more about How to add a cover image like facebook or adjust the position of image?[…]

Delete button

How to create a delete button on the image

This post will explain how to add a delete button on the image. This will help you to delete the image as soon as it’s pressed, but here I explain only the CSS and HTML how to add the delete button above the image and not to delete the image. You can add Jquery to Read more about How to create a delete button on the image[…]

scoopism-navbar

how to set bootstrap navbar class active

We all need to give class=”active” in bootstrap navbar for the active menu.The below code will show you to add class active automatically by checking the URL. For a simple php site Here I’m creating a nav.php file to save the menu code and I will include ( @include() ) this file in all other Read more about how to set bootstrap navbar class active[…]

bootstrap

How to create confirmation box using Bootstrap modal

In bootstrap there is a component known as modal dialog which is a very useful thing and most often used in a web application with rich user interface to show the user a confirmation dialog (Bootstrap modal) with two choices, for example, if a button click action deletes a record from the database then we Read more about How to create confirmation box using Bootstrap modal[…]

htaccess

How to remove .php or .html extensions with .htaccess

In this post, I would like to explain HOW TO REMOVE .php OR .html EXTENSIONS FROM URL WITH HELP OF .htaccess. Its not user and search engine friendly if .html or .php is in URLs, to make user and search engine friendly we have to remove the .html or .php extensions fron URLs by editing Read more about How to remove .php or .html extensions with .htaccess[…]

integrate Google Maps

Integrate Google Map in Contact Page

Here I want to explain how you can integrate Google Maps on your webpage and show your location with marker on google map in contact us page. Google Maps is a Web-based service that provides detailed information about geographical regions and sites around the world. In addition to conventional road maps, Google Maps offers satellite Read more about Integrate Google Map in Contact Page[…]

google recaptcha

Google reCAPTCHA for our form

We have to use captcha in our form to prevent spam,bot etc. In this example am showing how to use google reCAPTCHA in laravel 5.2. Here i gonna use a package which is available in github anhskohbo/no-captcha Before we start lets see what is CAPTCHA and reCAPTCHA? CAPTCHA (Completely Automated Public Turing Test to tell Read more about Google reCAPTCHA for our form[…]

Technology & The Recruiting Game

Today, technology isn’t just something everyone is using to get work done and to stay connected, it’s also impacting how employers recruit great talent and how great talent finds the right employer. While the principles of a well-written job posting to attract talent remain relatively constant, recruiting has rapidly changed the distribution model and has Read more about Technology & The Recruiting Game[…]