Tweetovi
- Tweetovi, trenutna stranica.
- Tweetovi i odgovori
- Medijski sadržaj
Blokirali ste korisnika/cu @flowforfrank
Jeste li sigurni da želite vidjeti te tweetove? Time nećete deblokirati korisnika/cu @flowforfrank
-
Prikvačeni tweet
If you are ahead of a JavaScript interview, this article may come in handy; I've collected 50 commonly occurring interview questions that can help you prepare for the next challenge
https://medium.com/javascript-in-plain-english/50-javascript-interview-questions-4707d9286aac …Hvala. Twitter će to iskoristiti za poboljšanje vaše vremenske crte. PoništiPoništi -
Can be super frustrating when your table columns won't keep the same width yet the solution for this is really that simple
#CSS#Webtipspic.twitter.com/vXXeJcSxQ2
Hvala. Twitter će to iskoristiti za poboljšanje vaše vremenske crte. PoništiPoništi -
Did you know that you can attach a ping attribute to elements to send tracking events when they are clicked? HTML has a ton of hidden features we rarely use
#HTML#Webtipspic.twitter.com/Ms3p01khbz
Hvala. Twitter će to iskoristiti za poboljšanje vaše vremenske crte. PoništiPoništi -
From ECMAScript 2018 you can merge multiple objects together using the spread operator. What was your favourite update in ES9?
#JS#Webtipspic.twitter.com/wziXl9PEhx
Hvala. Twitter će to iskoristiti za poboljšanje vaše vremenske crte. PoništiPoništi -
If you ever wanted to find out the size of your dependenies, you can do a scan on your package.json on the awesome bundlephobia created by
@_pastelsky
#webtip#webdevhttps://bundlephobia.com/Hvala. Twitter će to iskoristiti za poboljšanje vaše vremenske crte. PoništiPoništi -
If you're into optimization and want to get the max out of your site, I have an article for you on image and font optimization - the largest resources accounting for most transferred bytes
#optimization#performancehttps://medium.com/better-programming/how-to-improve-page-speed-by-optimizing-content-669e17a369cb …Hvala. Twitter će to iskoristiti za poboljšanje vaše vremenske crte. PoništiPoništi -
Great mindmap from
@LearnCodeAcad showing web dev in 2020 and what you need to know to stay up to date with the ever changing trends and technology#frontend#webdevhttps://www.youtube.com/watch?v=SBB1YtwODT0 …Hvala. Twitter će to iskoristiti za poboljšanje vaše vremenske crte. PoništiPoništi -
If you want some smooth scrolling to happen without using an algorithm, you can use the CSS scroll-behavior
#CSS#Webtips Keep in mind this is only supported for modern browsers. You can check the working example at#codepen: https://codepen.io/falmasi/pen/ExazXqv …pic.twitter.com/yxGKpzThk3
Hvala. Twitter će to iskoristiti za poboljšanje vaše vremenske crte. PoništiPoništi -
If you ever wanted to list items in descending order and wanted to achieve this in the simplest possible way, there is one
#HTML#Webtipspic.twitter.com/xBUgiXfoPO
Hvala. Twitter će to iskoristiti za poboljšanje vaše vremenske crte. PoništiPoništi -
If you're looking for something to read that involves gaming and JavaScript, check out how I recreated the snake game out of checkboxes
#JS#gamedevhttps://medium.com/better-programming/how-i-made-a-snake-game-out-of-checkboxes-5a5e3c4c07b1 …Hvala. Twitter će to iskoristiti za poboljšanje vaše vremenske crte. PoništiPoništi -
Probably one of the simplest and cleanest ways to get rid of falsy values in JavaScript. What are your JS tips that you use all the time?
#JS#Webtipspic.twitter.com/qMfdjNyUnF
Hvala. Twitter će to iskoristiti za poboljšanje vaše vremenske crte. PoništiPoništi -
A lot of times I'm seeing this for contact forms where the textarea can be extended beyond the width of the screen. It requires only one line to prevent this. You could also do resize: vertical which may be more appropriate
#CSS#Webtipspic.twitter.com/k539FEyV4Z
Hvala. Twitter će to iskoristiti za poboljšanje vaše vremenske crte. PoništiPoništi -
Was playing around with checkboxes, just finished building the snake game out of them. Will be posting an article about the implementation in the upcoming days
#JS#webdevpic.twitter.com/UwGzfEv1DsHvala. Twitter će to iskoristiti za poboljšanje vaše vremenske crte. PoništiPoništi -
If you ever need an intro to JavaScript Promises, a great alternative to callback hell, check out my latest article about the topic
#JS#Promises#WebAPIhttps://medium.com/javascript-in-plain-english/javascript-promises-39249e5f0e87 …Hvala. Twitter će to iskoristiti za poboljšanje vaše vremenske crte. PoništiPoništi -
If you ever felt fustrated about your texts wrapping automatically in your textarea, you can get around this in html by simply setting wrap to off
#HTML#Webtipspic.twitter.com/36XP3x3Zmu
Hvala. Twitter će to iskoristiti za poboljšanje vaše vremenske crte. PoništiPoništi -
What are your favourite shortcuts to make your code more concise while also making sure readability doesn't suffer?
#JS#Webtipspic.twitter.com/BhvftYip3z
Hvala. Twitter će to iskoristiti za poboljšanje vaše vremenske crte. PoništiPoništi -
A great way to let users know about the state of an input element is to used pseudo selectors in place of additional classes
#CSS#Webtipspic.twitter.com/8b15iZkUhX
Hvala. Twitter će to iskoristiti za poboljšanje vaše vremenske crte. PoništiPoništi -
Everyone of us use console.log from day to day, but do you know what else can you do with the console object? Just collected 9 different use cases to get your debugging skills on the next level
#JS#debugginghttps://medium.com/better-programming/9-different-use-cases-of-console-log-4d8eb6935ef7 …Hvala. Twitter će to iskoristiti za poboljšanje vaše vremenske crte. PoništiPoništi -
A rarely used attribute is the oncontextmenu which can be used to prevent right clicking or to implement custom right clicking functionality. The same can be done through JavaScript of course by attaching an event to contextmenu.
#HTML#Webtipspic.twitter.com/Ll9JqEm9F0
Hvala. Twitter će to iskoristiti za poboljšanje vaše vremenske crte. PoništiPoništi -
A really fancy way to experiement with the CSS border-radius property
#css
https://9elements.github.io/fancy-border-radius/ …Hvala. Twitter će to iskoristiti za poboljšanje vaše vremenske crte. PoništiPoništi -
Super short but handy tip for JavaScript for type casting
#JS#Webtipspic.twitter.com/xXIMmU3FTF
Hvala. Twitter će to iskoristiti za poboljšanje vaše vremenske crte. PoništiPoništi
Čini se da učitavanje traje već neko vrijeme.
Twitter je možda preopterećen ili ima kratkotrajnih poteškoća u radu. Pokušajte ponovno ili potražite dodatne informacije u odjeljku Status Twittera.
