
Facebook emoji
Reply

See here!
Talking about the new www.personalserver.com features…
Read all about HTML Elements and Attributes!
Found this article which said:
Open about:config and disable browser.urlbar.trimURLs. Easy peasy!
To get the element/tag name with jQuery:
$( '.selector' ).get( 0 ).tagName
Found this which said:
$('<div/>').text('This is fun & stuff').html();
My CSS height value wasn’t being applied. Found this. The problem was that I needed to specify heights for all of the ancestor elements. Bug fixed!
Got referred to Startup Metrics for Pirates: AARRR! — good fun.
Today I read What is the Meta Refresh Tag? about the HTML Meta Refresh facility, basically:
<meta http-equiv="refresh" content="0;url=https://www.jj5.net/">