Notes

Notes · 9

Smaller ideas, observations, and things I’ve learned along the way.

Note
AIAI Hero's Grill and Wayfinder SkillsMy friend Anton put me onto grill-me, and it’s turned out to be genuinely handy — I’ve used it a handful of times now to turn a loose idea into something I can actually commit to. It needs…10 Sep 20261 min
Note
ExplainersWhat's the point of Flight Mode?Ever wonder why we’re asked to switch our phones to airplane mode during a flight? You’re not alone. The Basics Flight mode is a special setting on your phone, laptop, or tablet. When you…11 Jun 20232 min
Note
ReviewsMarkText - An Open Source Markdown EditorAfter switching over my blog to Gatsby and using markdown, I have been on the lookout for a decent markdown editor to use for writing. Up until now, I have been using a combination of Dillin…30 Nov 20201 min
Note
PersonalProgrammer Personality: 2020While converting over my previous post of my Programmer Personality, I decided to do it again and see whats changed, as expected it has. Your programmer personality type is: DLSB You’re a…9 Aug 20201 min
Note
ProgrammingPopulating a Form with a dropdown (jQuery)I thought I’d share this, maybe it’ll help somebody else. Basically this will take the value of the drop down (select) and show() that many input fields. Javascript $(document).ready…5 Feb 20121 min
Note
SystemsControl Your Windows PC with an Xbox ControllerToday I’m going to walk you through setting up an xbox controller to work on your computer and control the mouse / keyboard. First your going to need an Xbox Controller that works on Windows…25 Jan 20121 min
Note
ProgrammingCSS Code for Wrapping Long URLs and TextRan into a problem last night where a long email was messing up a design in smaller screen resolutions. Perfect fix down below: pre { white-space: pre; /* CSS 2.0 */ white-space: pre-wrap; /…4 Oct 20111 min
Note
ProgrammingWordPress – Shortcode in PHP filesSo in WordPress with plugins etc. you end up using shortcode in posts to keep things simple, an example would be if you want to display a gallery you would just use: [galleries id="1"] Howe…11 Sep 20111 min
Note
PersonalProgrammer Personality: 2009I just took a fun test on “What is your programmer personality?” It is based of the Myers-Briggs Personality Test and has been changed to relate to your programming personality type. Your…9 Nov 20091 min