Github performance optimering
https://github.blog/2021-01-29-making-githubs-new-homepage-fast-and-performant/
LĂŚs bl.a. om hvordan position og gennemsigtighed kan animeres uden at tvinge browseren i knĂŚ.
Se ogsĂĽ her:
https://www.html5rocks.com/en/tutorials/speed/high-performance-animations/
Node cheats
nvm
nvm list
C:\Users\max>nvm list
* 14.16.1 (Currently using 64-bit executable)
10.23.3
8.11.1
nvm use 14.16.1
Live update / hot reload / browser sync
https://stackoverflow.com/questions/42391747/is-there-a-way-to-live-update-the-page-when-using-p5js
You need Node.js for this. You can install BrowserSync using the command :
npm install -g browser-sync
Then browse to your project directory and open browsersync using :
browser-sync start --server --directory --files "*"
This will open a new tab in your browser which will list files in the directory, you can then select a html file to load and you should see a Connected to Browsersync message on the top right. This will also track changes in all files in your current directory and update the page whenever any file changes.
Hej Hans!
smart ikke?
FARVER
quick overview of the SharePoint object model
Select a SharePoint WebPart Item with jQuery
Kode i .ascx file:
<asp:Label ID="lblSomeLabel" runat="server"></asp:Label>
Kode i endelig html:
<span id="ctl00_m_g_6fb87798_677a_4b2e_804d_6cb23c3672d1_ctl00_lblSomeLabel"></span>
SĂĽ hvordan fanger man elementet fra JavaScript?
<script> "use strict"; var $lblSomeLabel = $("[id$='_lblSomeLabel']"); $lblSomeLabel.hide(); </script>
LĂŚs mere pĂĽ api.jquery.com:
use the force luke – YouTube
Share your videos with friends, family, and the world
Kilde: use the force luke – YouTube
Staggering Beauty
Kilde: Staggering Beauty
Windows finder ikke min beaglebone via browseren? (beaglebone.local)
http://beaglebone.local/ virker ikke i windows?
Installer Bonjour!
Forsøg at gü til http://beaglebone.local/ igen.
Løsning fundet her: http://superuser.com/questions/491747/how-can-i-resolve-local-addresses-in-windows