Skip to content

Obscure Blogging

  • About this blog
  • About me
  • Categories
    • How tos
    • Interesting projects
  • Privacy Policy

Category: How tos

Blog posts that tell you how to do things, or over come a certain problem

Using JavaScript to redirect to a relative URL

December 14, 2021December 15, 2021
a discord message with a link that says if you need a way to track user votes without a web server, use this

When using services like GitHub pages, you won’t have access to tools that allow you to redirect using HTTP status codes. This means you need to improvise. A good solution for this is a client side redirect done in JavaScript. Combined with some additional GET parameters, you can redirect to a choice of pages. I’ve […]

Posted in How tosTagged hosting, web

How to make a discord bot: Everything in between

November 6, 2021April 8, 2022
quotebot being tested in a discord channel designed for testing bots

A guide written to plug in the gaps that exist in most discord bot making tutorials today, mostly focused on growing and managing your bot.

Posted in How tosTagged discord, hosting, server, web

2 ways to easily create a shields.io JSON endpoint

November 2, 2021January 20, 2022
a label on a website that reads, "bot servers" 1179

2 ways to easily make a custom endpoint for shield.io badges using the shields.io json endpoint, with or without code.

Posted in How tosTagged cloudflare, integromat, serverless, webhooks
© 2023 Obscure Blogging • Slightly Theme