EDDYMENS

Eddymens (List page)


Last updated 2022-08-10 10:22:00

Google Forms: Validate A Provided Email Address

Google forms do not provide a way to validate common input types out of the box such as an email text field. To ensure that a text field takes only emails, you will need to use the validation option. We will look at setting rules for one of the most common input types: emails. ...

Last updated 2022-07-04 19:35:51

How To Build Your Own Static Site Generator

Static site generators have quickly grown to become the preferred way to create documentation and simple websites. Unlike dynamic websites, static sites do not require any server-side programming and come with minimal server-side maintenance. Also, static site hosting services such as ...

Last updated 2022-05-31 02:41:36

How To Make Your Infographics More Accessible

Whenever we put out information on the web we have the goal of reaching as many people as possible. This also involves making our content accessible to people with disabilities. For visual-heavy content, it's important to make sure they are accessible to people who depend on screen readers...

Last updated 2022-05-11 19:24:09

Heroku Cron Jobs Made Easy And Free

Heroku recommends using the scheduler add-on to create and run cronjobs should you need one. But also points out the ...

Last updated 2022-04-27 08:14:54

How To Allow The Use Of Tabs In A Textarea

I have an enlarged textarea box in the backend of my blog where I type my content as markdown and it has always been a pain whenever I need to indent some of the content. By default, the browser hops onto a new field whenever I hit the tab key. Up until now the only way I could indent te...

Last updated 2021-10-06 09:15:54

I Leant Something New Trying To Build A Github Profile Analytics Tool

So last night an interesting idea popped into my head, a simple solution to help you track who visited your GitHub profile. I began thinking of an approach and finally settled on pixel tracking ....