Useful-Stuff

589 bookmarks
Custom sorting
fcamuso
fcamuso
Videolezioni e videoesercizi sui principali linguaggi di programmazione e strumenti di sviluppo per Windows ed il WEB. Tutti i video sono organizzati in playlist e tutti i video sono corredati da una descrizione dei contenuti. TI STAI PERDENDO in mezzo a tutto questa abbondanza di playlist? Guarda il trailer del canale e clicca sul menu a fine video per la sezione che ti interessa. Se usi un cellulare le annotazioni con link probabilmente non funzioneranno; in questo caso segui i link qui sotto ;)
·youtube.com·
fcamuso
Kevin Powell
Kevin Powell
Helping you learn how to make the web, and make it look good while you're at it. With videos every Tuesday and Thursday, I'll be bringing you How Tos and Tutorials, as well as simple tips and tricks, with a big focus on helping people see how wonderful CSS is!
·youtube.com·
Kevin Powell
Laravel Daily
Laravel Daily
Tutorials, and demo projects with Laravel framework. Host: Povilas Korop
·youtube.com·
Laravel Daily
You Might Not Need jQuery
You Might Not Need jQuery
Examples of how to do common event, element, ajax and utility operations with plain javascript.
·youmightnotneedjquery.com·
You Might Not Need jQuery
HTML Color Picker
HTML Color Picker
W3Schools offers free online tutorials, references and exercises in all the major languages of the web. Covering popular subjects like HTML, CSS, JavaScript, Python, SQL, Java, and many, many more.
·w3schools.com·
HTML Color Picker
W3Schools Free Online Web Tutorials
W3Schools Free Online Web Tutorials
W3Schools offers free online tutorials, references and exercises in all the major languages of the web. Covering popular subjects like HTML, CSS, JavaScript, Python, SQL, Java, and many, many more.
·w3schools.com·
W3Schools Free Online Web Tutorials
6 Methods For Vertical Centering With CSS - Vanseo Design
6 Methods For Vertical Centering With CSS - Vanseo Design
Centering elements vertically with css is something that often gives designers trouble. There are however a variety of methods for vertical centering and each is fairly easy to use. Today I want to present 6 of those methods. Ive usually skipped over the topic of vertical centering, since there are some good posts already out []
·vanseodesign.com·
6 Methods For Vertical Centering With CSS - Vanseo Design
Operators in C++
Operators in C++
Operators in C++, An operator is a symbol that tells the compiler to perform specific mathematical or logical manipulations. C++ is rich in built-in operators and provide the fol
·tutorialspoint.com·
Operators in C++
TryHackMe | Cyber Security Training
TryHackMe | Cyber Security Training
TryHackMe is a free online platform for learning cyber security, using hands-on exercises and labs, all through your browser!
·tryhackme.com·
TryHackMe | Cyber Security Training
Breaking to a new row with flexbox
Breaking to a new row with flexbox
You can break to a new flexbox row or column without setting the size of an item: add a collapsed flex item between two flex items
·tobiasahlin.com·
Breaking to a new row with flexbox
How do I return the response from an asynchronous call?
How do I return the response from an asynchronous call?
How do I return the response/result from a function foo that makes an asynchronous request? I am trying to return the value from the callback, as well as assigning the result to a local variable in...
·stackoverflow.com·
How do I return the response from an asynchronous call?
Linking to arbitrary content on a webpage without anchor tags
Linking to arbitrary content on a webpage without anchor tags
I'm looking for a way to link to a specific range of words, image or other arbitrary content on a web-page. One alternative is to introduce tons of anchors on the page, but I can live with a solution
·stackoverflow.com·
Linking to arbitrary content on a webpage without anchor tags
Difference between SRC and HREF
Difference between SRC and HREF
The SRC and HREF attributes are used to include some external entities like an image, a CSS file, a HTML file, any other web page or a JavaScript file. Is there a clear differentiation between SRC...
·stackoverflow.com·
Difference between SRC and HREF