saving ContentEditable HTML using PHP simple example 7

saving ContentEditable HTML using PHP simple example
HTML supports (in most browsers) the contentEditable attribute which allows you to dynamically change a web page(s) content by simply editing the page, think of it like a WYSIWYG editor , but built-in to the browser. The purpose of this post is to show you how you can use this to create a simple, but ...

Review Ford Fusion ( Mondeo) Android Car Radio infotainment with Navigation 27

Review Ford Fusion ( Mondeo)  Android Car Radio infotainment with Navigation
2014 Ford Fusion car Android radio upgrade…   Having purchased my 2014 Ford Fusion , I quickly realized that the crappy stock Ford Sync (powered by Microsoft== “Microcrap“) was not going to cut it. The stock radio Ford Sync leaves a lot to be desired, overzealous use of buttons, dated voice recognition via Sync, dated ...

Staten Island Triathlon/Duoathlon 2019 1

Staten Island Triathlon/Duoathlon 2019
Here’s  my Staten Island Triathlon 2019 video recap. A group of friends and I took part in the 11th annual race, held at Midland Beach in Staten Island NY,. This is a local tri/duoathlon , it’s a near perfect beginners race, because of the closed road to traffic, shallow bay swim and flat run course. ...

2019 Wyckoff Triathlon video recap

2019 Wyckoff Triathlon video recap
Here’s  my Wyckoff/Franklin lakes Triathlon 2019 video recap. Rather than a race report blog here’s another video recap.  In brief, bike course was short 1 mile this year (At the turn around) , my performance was slower, as usual I’m disappointed with my performance on the run.  Check out the video below to see how ...

web page hot reload in plain JavaScript + Apache & PHP 4

web page hot reload in plain JavaScript + Apache & PHP
Hot re-loading, that is automatically updating the web page, when its content changes on the server, into the browser is a convenient developer aid for modern tooling like, webpack, AngularJS, ReactJS, VueJS etc.  I created   super simple  way  by just adding one JavaScript include at the bottom of your file and it works with a ...

Javascript Server Sent Events SSE easy tutorial demo of (EventSource) 4

Javascript Server  Sent Events SSE easy tutorial demo of (EventSource)
This  easy to follow tutorial will show you how to stream server data  (sometimes called SSE’s, Server Sent Events) , in real-time to your browser. Using  Javascript’s EventSource API  interface we can seamlessly update and display on a web page real-time  server-sent data  all without the complexities of setting up a web socket server. Why ...

my Retirement calculator (javascript) – can you retire now? 2

my Retirement calculator (javascript) - can you retire now?
I decided to create a modern, easy to use and practical on-line retirement calculator, and I open-sourced it too!  There are ton’s of these available all over the internet, but none really quite had enough details or the specific details I wanted to make them useful.  So I approached this  retirement calculator from the FIRE ...

Top 10 incredibly useful Javascript / Jquery code snippets 2

Top 10 incredibly useful Javascript  / Jquery  code snippets
Here’s my list of 10 useful  JavaScript &  some Jquery code snippets.  The  code snippets below are pretty useful and find myself reusing them again and again in all sorts of situations.  I have created full-page examples of these snippets, go grab them over at my [icon name=”github” class=”” unprefixed_class=””] Javascript Github Repo  Note: For ...

most Americans will likely retire into poverty 3

most Americans will likely retire into poverty
Came across an interesting 2¢ video on Youtube basically discussing what you need to do to have a shot at retirement.. needless to say it got me thinking..  and here’s my own 2cents conclusion..  Great video but oohhh 2¢ , way too optimistic with those projections. The short answer is that thanks to wealth inequality , probably ...