What is the difference between stateless and stateful widgets? >>Flutter.

I am learning Dart/flutter and trying to understand how Widgets system works and I found out some useful things, hope it helps you too. Actually There are 3 kind of…

Read more »

Everything about Text Widget in Flutter.

The first thing you need to know is that creating an app is all about creating small widgets, and compile them in one. As if you know a bit about…

Read more »
Wordpress Plugin

What are the pros and cons of using WordPress Plugin?

What are WordPress Plugins? WordPress plugins are bits of software that can be uploaded to extend and expand the functionality of your WordPress site.WordPress plugins are written in the PHP…

Read more »

Introduction to Plugin Development

Welcome to the Plugin Development Series. I hope this Series Will Help You Write a good plugin. But First You need to understand Why we make Plugins? There is a…

Read more »
laravel slack

How To Send Slack Notification with Laravel

It seems like a topic for basic Laravel developer, but while it’s easy to send emails, but the whole system of various notifications is much deeper, and worth studying. Sub-topics: In the…

Read more »
How to autoload php class

Autoloading Classes in PHP

1. What are Autoloading Classes? Many developers writing object-oriented applications create one PHP source file per class definition. One of the biggest annoyances is having to write a long list…

Read more »
Laravail send mail with attachment

How to send email in laravel with attachment without saving in database.

I was trying to send an email with an attachment that will be uploaded by the user and then sent to an admin email. In this tutorial, we will discuss…

Read more »

How to Setup Laravel default password reset mail

Most web applications provide a way for users to reset their forgotten passwords. Rather than forcing you to re-implement this on each application, Laravel provides convenient methods for sending password…

Read more »
alertify.js

Alternative of alert box in JavaScript.

Hello… Developers Actually i was searching for something alternative to show a popup message, or alert box in JavaScript.Instead of showing a simple alert box i want to try something…

Read more »

jQuery Syntax!

The jQuery syntax is tailor-made for selecting HTML elements and performing some action on the element(s). Basic syntax is: $(selector).action() A $ sign to define/access jQuery A (selector) to “query (or find)” HTML elements A…

Read more »
Jquery

What is jQuery? A Brief Look!

jQuery is a fast and concise JavaScript Library created by John Resig in 2006 with a nice motto: Write less, do more. jQuery simplifies HTML document traversing, event handling, animating, and…

Read more »
Everything about js Object

Objects in java-script explained!

Objects are used to store keyed collections of various data and more complex entities. In JavaScript, objects penetrate almost every aspect of the language. So we must understand them first…

Read more »

What is JavaScript – All You Need To Know About JavaScript

What is JavaScript? ” JavaScript is a high level, interpreted, programming language used to make web pages more interactive.  “ JavaScript is a scripting language used to create and control dynamic website content,…

Read more »

How to store and retrieve image from the database in Laravel.

# Creating Migration For Uploading Image We need to add three lines in our migration file which makes column in our Database .After adding, run Migration . # Blade Form…

Read more »

Generate URLs to Named Routes in Laravel

Laravel Provides several helpers to assist you in generating URLs for your application. These are mainly helpful when building links in your templates and API responses, or When generating redirect…

Read more »

How to remove YouTube add in one click!

YouTube is a massive platform that features a truly staggering amount of online video content. Whatever type of entertainment you’re looking for, there’s a good chance that you’ll find a decent supply…

Read more »
Complete Reference Guide

Complete reference guide of PHP Web Programming!

About Web Programming With PHP This website is designed to serve as a first course in undergraduate web application programming in computer science curriculum. Besides the basic concepts of web…

Read more »
Complete Reference Guide

Complete reference guide of PHP Databases!

PHP MySQL Introduction MySQL is one of the most popular relational database system being used on the Web today. It is freely available and easy to install, however if you have installed…

Read more »
Complete Reference Guide

Complete reference guide of PHP Operators & Control Structures!

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 that tells PHP to…

Read more »