Category: internet

Setup Laravel 10.x Homestead in Windows 10/11

Section – 1 [Install Software] https://laravel.com/docs/10.x/homestead#installation-and-setup vagrant_2.3.7_windows_amd64.msi – https://developer.hashicorp.com/vagrant/downloads VirtualBox-6.1.46-158378-Win.exe – https://www.virtualbox.org/wiki/Download_Old_Builds_6_1 VirtualBox 6.1.46 (released July 18 2023) << This and Not the >> VirtualBox 7.0.10 platform packages – ​Windows hosts According to: https://laravel.com/docs/10.x/homestead#installation-and-setup Code Editor/IDE: PhpStorm-2023.1.4.exe or VSCodeSetup-x64-1.80.1.exe Lastly install: Git-2.41.0.3-64-bit.exe – https://git-scm.com/downloads Section – 2

Read More

Enable CORS for multiple domains in PHP

In this article, we’ll explain to you how to permit CORS requests for multiple origins in PHP. To get the response from a simple cross-origin POST request, we need to include the header Access-Control-Allow-Origin. The specification of Access-Control-Allow-Origin allows for multiple origins, or the value null,

Read More

Exploring Security Issues with JavaScript Web APIs

This article explores the challenges and solutions of using third-party APIs in web applications while maintaining security. Browsers have a same-origin policy in place to prevent unauthorized data exchange between different domains. However, this policy can sometimes hinder the transfer of data between websites that have

Read More

Bootstrap 5.x Pop-overs As Fast As 3-Steps

Official Docs located here: https://getbootstrap.com/docs/5.1/components/popovers/ Production Example here: http://michaeleliasphotovoltaicsystems.com/products.php STEP-1 [in the place of Popovers – HTML5]: STEP-2 [Bottom, Below The Footer]: STEP-3 [Bottom, Below/After Step-2]: That’s it…!!! ========================

Read More

Responsive Bootstrap 5.x Lightbox Gallery

The below Tutorial worked and was tested with Bootstrap 5.0.2 – SUCCESS. https://getbootstrap.com/docs/5.1/getting-started/download/ I implemented it in Production here: http://www.michaeleliasphotovoltaicsystems.com/projects.php Note: FOUND A DIFFICULTY BUT – Got Error in Browser Console – SOLVED BY DOWNLOADING: bootstrap.min.css.map from https://www.cdnpkg.com/twitter-bootstrap/file/bootstrap.min.css.map/ AND PUT IN THE SAME FOLDER AS \assets\css\bootstrap.min.css

Read More

COLOR WHEEL Using CSS3/HTML5

COLOR WHEEL Using CSS3/HTML5 You can download the HTML5/CSS3 code here: https://leonidassavvides.s3.eu-central-1.amazonaws.com/Scientific+Projects/color-wheel.7z ======

Read More

Best Python Textbook for Beginners

Best Python Textbook for Beginners – for Programming-I course Here i present the Best Python textbook in my opinion i used to start with Python… Advise As a beginner in a programming language you need a textbook that actually is being used in Universities… This must

Read More

Linux Distros for

Linux Distros for < … > =========== Gaming Steam OS – https://store.steampowered.com/steamos/  ================================================== Photography / Video Production / Graphic Designer Ubuntu Studio – https://ubuntustudio.org/  ================================================== Programming / Soft Development Semi Code (out of date) [Preinstalled Apps and Soft IDEs] https://sourceforge.net/projects/semicodeos/  ================================================== Workstation User / Programmer / Coder

Read More

My first PC Build – Help & Tips

My first PC Build – Help & Tips – Learning Material Used I recommend Intel Processors due to the fact are used by Apple Macs hence is supported/you-can-build a Hackintosh system or run a Virtual Machines(VM) and have as guest platform MacOS in addition to the normal

Read More