Featured Articles

  • AI Artists On Instagram

    Published: Updated on:

    This is an RSS feed of AI artists on Instagram. We've put the feed here to keep an eye out for new AI art and…

  • Link in Bio Template 4

    Published: Updated on:

    Link in Bio 4 is a totally Free HTML web template with a social media flavour. Please click here to preview. Download - link-in-bio-4.zip -…

Recent Articles

  • What is a Registered Agent?

    Published: Updated on:

    A Registered Agent is basically like a reliable middle person for your business. Imagine if your business had its own personal superhero who receives important…

  • AI Artists On Instagram

    Published: Updated on:

    This is an RSS feed of AI artists on Instagram. We've put the feed here to keep an eye out for new AI art and…

  • Hex Color Pickers

    Published: Updated on:

    Here are my favourite hex color picking and palette making tools. 95% of the time, I find myself using these four tools for web design…

  • How to Hyperlink HTML

    Published: Updated on:

    Here's five examples of how to hyperlink HTML documents. To create a hyperlink, copy the desired HTML code and paste it into your HTML documents.

  • URL Redirects

    Published: Updated on:

    How to make URL redirect pages and host them on your own website. <?php header( 'Location: https://example.com' ) ; ?> Example one - filename.php https://YourDomain.com/filename.phphttps://YourDomain/directory/filename.php…

  • Black Hat SEO Sneaky Redirects

    Published: Updated on:

    Black hat SEO is a strategy which can a web page or entire site banned search engines. Sneaky redirects are worthless web pages clogging up…

  • Coming Soon Website Template

    Published: Updated on:

    This Free HTML coming soon website template is for people in a hurry because it can be uploaded as-is. The template can of course be…

  • PHP Get Current Year

    Published: Updated on:

    I've just started adding the PHP get current year code snippet to my website templates. I'm sure there's many more use cases. <?php echo date("Y");…

  • Website Template for Small Business

    Published: Updated on:

    This Free website template for small business is modern and responsive. Can be edited with a HTML editor or with the free block editor. This…

  • Best Free HTML Editor for Mac

    Published: Updated on:

    This is the best Free HTML editor for Mac I have ever used. It's called Visual Studio Code. I've been using it for a couple…

  • Can't See htaccess File on Mac?

    Published: Updated on:

    If you can't see htaccess file on Mac, this is what to do. I needed to make a htaccess 301 redirect recently, but my Mac…

  • htaccess 301 Redirect

    Published: Updated on:

    The htaccess 301 redirect is the best search engine friendly way to redirect URLs on an Apache server. Here's how to make them easily. Redirect…