• hawksworx
  • blog
  • speaking
  • about
  • search

Notes - page 199

  • Newest
  • Previous
  • Next
  • Oldest

The archive of what I posted on Twitter, which I now self host due to a lack of trust in Twitter and some other reasons.

I'll soon begin refelcting all my Mastodon posts here too. I'm happier self-hosting or maintaining an archive of my content on URLs that I can own.

There are tools to help you do this too. Such as this one from the makers of Eleventy.

A photo of Phil Hawksworth's face
Phil Hawksworth @philhawksworth • February 18th 2020 replying to this from @piccalilli_
@hankchizljaw @eleven_ty I ❤️ it!
It simplified my build pipeline so much as getting data then using it in templates is a very common pattern.
  • Permalink
  • |
  • Twitter
A photo of Phil Hawksworth's face
Phil Hawksworth @philhawksworth • February 18th 2020 replying to this from @Mandy_Kerr
@Mandy_Kerr @g33konaut @TimVereecke @jaffathecake @JohnMu I'd just pop the entire page content into an H1.
MOAR IMPORTANCE. MUCH SEO.
  • Permalink
  • |
  • Twitter
A photo of Phil Hawksworth's face
Phil Hawksworth @philhawksworth • February 18th 2020 replying to this from @Mandy_Kerr
@Mandy_Kerr @JSConfHi This photo! 🤩
  • Permalink
  • |
  • Twitter
A photo of Phil Hawksworth's face
Phil Hawksworth @philhawksworth • February 17th 2020 replying to this from @seldo
@seldo And I probably land myself in “the worst human” category by opting for you-are-ell, but then explicitly telling you on the side that I know they are URIs but that I am a cool person so didn’t want to “well actually” a Twitter poll.

#MetaSplainScumbag
  • Permalink
  • |
  • Twitter
A photo of Phil Hawksworth's face
Phil Hawksworth @philhawksworth • February 17th 2020 replying to this from @seldo
@seldo Not clicking that took unexpected restraint.
  • Permalink
  • |
  • Twitter
A photo of Phil Hawksworth's face
Phil Hawksworth @philhawksworth • February 17th 2020 replying to this from @jaffathecake
@jaffathecake Coming!

#BlackSquadronForever
  • Permalink
  • |
  • Twitter
A photo of Phil Hawksworth's face
Phil Hawksworth @philhawksworth • February 17th 2020 replying to this from @ninjasoards
@ninjasoards @aigalou @eleven_ty @tailwindcss @wesbos Looks great! Glad to hear that any Eleventail was useful. Thanks for the kind name check!
  • Permalink
  • |
  • Twitter
A photo of Phil Hawksworth's face
Phil Hawksworth @philhawksworth • February 17th 2020
RT @Netlify: At @Netlify we take your privacy seriously and are proud to be Privacy Shield certified.
More information about our rigorous p…
  • Permalink
  • |
  • Twitter
A photo of Phil Hawksworth's face
Phil Hawksworth @philhawksworth • February 17th 2020
RT @Netlify: Why design your sites to use the JAMstack? The fourth week of @shortdiv's #JAMuary posts included thoughts on:

🤔 Speed?
🤔 Sec…
  • Permalink
  • |
  • Twitter
A photo of Phil Hawksworth's face
Phil Hawksworth @philhawksworth • February 14th 2020 replying to this from @philhawksworth
This seems unlikely. I’ll keep you posted.
  • Permalink
  • |
  • Twitter
A photo of Phil Hawksworth's face
Phil Hawksworth @philhawksworth • February 14th 2020
I’m quitting tech to become a good fit bit. https://twitter.com/devdevcharlie/status/1227904902229319680
  • Permalink
  • |
  • Twitter
A photo of Phil Hawksworth's face
Phil Hawksworth @philhawksworth • February 14th 2020
RT @philhawksworth: Form handling without a server or third-party service!

(Thanks to @Netlify Instant Forms which detects your forms as i…
  • Permalink
  • |
  • Twitter
A photo of Phil Hawksworth's face
Phil Hawksworth @philhawksworth • February 14th 2020 replying to this from @Marcus_Noble_
@Marcus_Noble_ Likewise!
  • Permalink
  • |
  • Twitter
A photo of Phil Hawksworth's face
Phil Hawksworth @philhawksworth • February 14th 2020
It was. https://twitter.com/ColinBrowning14/status/1227906931450425344
  • Permalink
  • |
  • Twitter
A photo of Phil Hawksworth's face
Phil Hawksworth @philhawksworth • February 14th 2020 replying to this from @mobilefirstllc
@MobileFirstLLC @Netlify Hmmm. That might be an interesting thing to be able to control as an option. I wonder if other people would like that ability.

Perhaps you might like to suggest it at http://community.netlify.com.
  • Permalink
  • |
  • Twitter
A photo of Phil Hawksworth's face
Phil Hawksworth @philhawksworth • February 13th 2020 replying to this from @SteveALee
@SteveALee @Netlify Heh. Yeah... you can keep on using traditional html.

More noteworthy is that you don’t need to maintain a server or send your content to another service. It all stays in the same platform which hosts your site already. Without requiring you to handle the http POSTs yourself.
  • Permalink
  • |
  • Twitter
A photo of Phil Hawksworth's face
Phil Hawksworth @philhawksworth • February 13th 2020 replying to this from @JoshDeltener
@JoshDeltener @gehlertn @MichaelThiessen @Netlify @css You could put it behind some auth, but I haven’t in this example. The API is not visible though so you’d have to guess the URL and payload format.

Since I made this as a reference and made all the code public, you could figure that out. But real world, It would be secret.
  • Permalink
  • |
  • Twitter
A photo of Phil Hawksworth's face
Phil Hawksworth @philhawksworth • February 13th 2020 replying to this from @stefanjudis
@stefanjudis @Netlify Thanks! Very much inspired by some of your recent lovely work.
  • Permalink
  • |
  • Twitter
A photo of Phil Hawksworth's face
Phil Hawksworth @philhawksworth • February 13th 2020 replying to this from @philhawksworth
@JoshDeltener @MichaelThiessen @Netlify I wrote this up on @css —

https://css-tricks.com/jamstack-comments/

This is what it looks like to moderate and watch from behind the scenes:

https://www.youtube.com/watch?v=-5z74ORssHE
  • Permalink
  • |
  • Twitter
A photo of Phil Hawksworth's face
Phil Hawksworth @philhawksworth • February 13th 2020 replying to this from @JoshDeltener
@JoshDeltener @MichaelThiessen @Netlify Yes exactly! Grabbing the submission data programmatically is really handy. I do this with a serverless function to drive a comments engine with moderation control happening in Slack.

https://jamstack-comments.netlify.com/
  • Permalink
  • |
  • Twitter
A photo of Phil Hawksworth's face
Phil Hawksworth @philhawksworth • February 13th 2020
RT @parkeragee: @philhawksworth @Netlify Big fan of Forms over here! I'm using it in my latest project (https://hireremotely.co) with Netli…
  • Permalink
  • |
  • Twitter
A photo of Phil Hawksworth's face
Phil Hawksworth @philhawksworth • February 13th 2020 replying to this from @brob
@brob @Netlify Pretty descriptive too, IMO.

(Since the way to get an end-point to post to, along with the notifications, compliant data-storage, submissions API, spam-filtering...

...is simply to add an attribute to the form element in your HTML)
  • Permalink
  • |
  • Twitter
A photo of Phil Hawksworth's face
Phil Hawksworth @philhawksworth • February 13th 2020 replying to this from @pushtodev
@pushtodev @Netlify Great! Very happy to hear it, Sam!
  • Permalink
  • |
  • Twitter
A photo of Phil Hawksworth's face
Phil Hawksworth @philhawksworth • February 13th 2020
RT @lesliecdubs: Frontenders who enjoy styling: talk to me about the #CSS architecture in your product or web app.

What’s your current CSS…
  • Permalink
  • |
  • Twitter
A photo of Phil Hawksworth's face
Phil Hawksworth @philhawksworth • February 13th 2020
Form handling without a server or third-party service!

(Thanks to @Netlify Instant Forms which detects your forms as it deploys your HTML, and automatically creates APIs for them to post data to)

📝 👉 ⬥ 🎉

https://www.netlify.com/products/forms/?utm_source=twitter&utm_medium=nugget-instant-forms-pnh&utm_campaign=devex
  • Permalink
  • |
  • Twitter
  • Newest
  • Previous
  • Next
  • Oldest

The source code of this site is available on GitHub and is hosted and updated by Netlify automatically after each code commit

Other than where specified, the content on this site is published under a Creative Commons Attribution 3.0 licence.

Subscribe to a feed of blog posts on this site.