Search
Search Articles
subscribe to mailchimp code also annoying
I was going to add a "subscribe to my newsletter" option to the widgets so i thought mail chimp might be a good option. They should have good embed code shouldnt they? Well apparently they don..
Bike Stat motorbike spec database import and data research
I had this site ages ago, actually now that i look at the database it was around 2014 called bike stat. Which had a bunch of motorbike statistics and engine sizes, i cant really remember the site, so ..
Importing CSS Reference
I thought it would be kinda cool to have the css reference as some kind of database that i could refer to. this is how to import it somewhere else. Import CSS Reference Function This is the initial..
Python import into SQLite research
Some examples i found while researching this import from python scripts into sqlite. Example weather import beautiful soup Python def weather_():page = requests.get("https://www.bbc.co.uk/weather/0..
How to do a simple bootstrap landing page from Scratch - Part 3
How to do a simple bootstrap landing page from Scratch - Part 1 How to do a simple bootstrap landing page from Scratch - Part 2 How to do a simple bootstrap landing page from Scratch - Part 3 O..
How to do a simple bootstrap landing page from Scratch - Part 2
This is Part 2 of the Tutorial, Did you already read Part 1 to this tutorial? If not you can check it out below. How to do a simple bootstrap landing page from Scratch - Part 1 How to do a simple..
How to do a simple bootstrap landing page from Scratch - Part 1
How to do a simple bootstrap landing page from Scratch - Part 1 How to do a simple bootstrap landing page from Scratch - Part 2 How to do a simple bootstrap landing page from Scratch - Part 3 H..
How to do a simple landing page from scratch
Here is my process to create a super simple but responsive and slick looking landing page. Create a HTML File Create a html file called index.html as this is the file used by most web servers as the..
Image Resizing with PHP and SimpleImage Library
How to resize images with PHP using the SimpleImage Library I always forget how to do this even though its pretty simple once you know what to do. Here is how i resize images if they are over a ce..