by Cube Websites | Dec 28, 2022 | Guides, JavaScript, Laravel, PHP
I recently needed to help someone out who was using MAMP on a MacBook Pro on a Laravel 9 project. The project was configured to: run on MAMP the MAMP host was configured to use SSL Laravel 9 Vite InertiaJS The Problem When running the default project with yarn run dev...
by Cube Websites | Jan 15, 2012 | JavaScript
I recently had an idea for a webpage, with a background which changes based on how far down the page the viewer has scrolled. The idea was to have the Sun rise from the left side of the page, and then arc up and finally set on right. View Demo As went about creating...
by Cube Websites | Jan 4, 2012 | Guides, JavaScript
Yesterday, I wrote about Impress.js, an awesome JavaScript library for creating online presentations. Since posting online, I’ve had several people ask how exactly to use it, as there’s no set documentation on the actual project page. This guide will help you get...
by Cube Websites | Jan 4, 2012 | JavaScript
If you’re an active user of GitHub and work on any open-source projects then may want to show off your projects and activity on your own website. This is where Gitview comes in. Gitview allows you to display all your GitHub repos, and gives the option to display a...
by Cube Websites | Jan 3, 2012 | JavaScript
If you’ve ever come across Prezi you may have been slightly wow-ed by it’s amazing little transition effects as you browse through each little presentation. Now, there’s a free and open-source JavaScript library called Impress.js (the author says no rhyme intended!)...
by Cube Websites | Dec 31, 2011 | CSS, JavaScript, Tools
jQuery UI Bootstrap jQuery UI Bootstrap is an open-source effort by @addyosmani to introduce the Bootstrap styling into the standard jQuery UI widgets. It covers many of the widgets available on the jQuery UI website including: Accordion Tabs Buttons and Button...