javascript Archives - Simone Rescio yet another coder blog Mon, 06 Feb 2023 14:54:51 +0000 en-US hourly 1 https://wordpress.org/?v=6.8.1 Codemotion 2018 @ Rome https://simonerescio.it/en/2018/10/codemotion-2018-rome https://simonerescio.it/en/2018/10/codemotion-2018-rome#respond Mon, 15 Oct 2018 08:08:08 +0000 https://simonerescio.it/?p=4311 The codemotion is back on the scene like every year, this time in Rome for the month of April, and to keep bench rather than new and flaming JavaScript frameworks (😅) are more and more news from the W3C built-in-the-browser that come adopted at an ever-increasing speed by our dear browser makers. https://rome2018.codemotionworld.com/ Part 1 … Continue reading Codemotion 2018 @ Rome

The article Codemotion 2018 @ Rome seems to be the first on Simone Rescio.

]]>
https://simonerescio.it/en/2018/10/codemotion-2018-rome/feed 0
Chrome changes its center of gravity, reference is not the document but the viewport https://simonerescio.it/en/2017/03/chrome-changes-its-center-of-gravity-reference-is-not-the-document-but-the-viewport https://simonerescio.it/en/2017/03/chrome-changes-its-center-of-gravity-reference-is-not-the-document-but-the-viewport#respond Tue, 28 Feb 2017 23:13:58 +0000 https://simonerescio.it/?p=3173 Each system needs coordinates and references rules, when speaking of two dimensional systems we have for the Cartesian one a source point starting from which the elements grow positively to the right and upwards, if you remove height units you move down. Take for example the famous puzzle game Tetris, as the blocks pile up, when … Continue reading Chrome changes its center of gravity, reference is not the document but the viewport

The article Chrome changes its center of gravity, reference is not the document but the viewport seems to be the first on Simone Rescio.

]]>
https://simonerescio.it/en/2017/03/chrome-changes-its-center-of-gravity-reference-is-not-the-document-but-the-viewport/feed 0
Codemotion 2016 @ Milan https://simonerescio.it/en/2016/12/codemotion-milan https://simonerescio.it/en/2016/12/codemotion-milan#respond Fri, 02 Dec 2016 23:13:35 +0000 https://simonerescio.it/?p=2973 In life one never stop learning, if we consider all the innovations that are coming up in these years for technology, it would take the lives of a cat to follow on everything. In this sense, technology conferences are a good way to explore new trends in the industry thanks to experts that wear the journalist hat, filtering the news … Continue reading Codemotion 2016 @ Milan

The article Codemotion 2016 @ Milan seems to be the first on Simone Rescio.

]]>
https://simonerescio.it/en/2016/12/codemotion-milan/feed 0
Lunh valid Credit Card number generator, for arbitrary BIN https://simonerescio.it/en/2016/09/lunh-valid-credit-card-number-generator-for-arbitrary-bin https://simonerescio.it/en/2016/09/lunh-valid-credit-card-number-generator-for-arbitrary-bin#respond Wed, 21 Sep 2016 23:12:00 +0000 https://simonerescio.it/?p=2712 If you run your own payment page, you probably know by now that MasterCard’s new 2-series BINs ranges are coming, and having some test cards to run against validators is always good in order to check that front end update is going well, but where to get them? There are many websites that provide generators that produce test … Continue reading Lunh valid Credit Card number generator, for arbitrary BIN

The article Lunh valid Credit Card number generator, for arbitrary BIN seems to be the first on Simone Rescio.

]]>
https://simonerescio.it/en/2016/09/lunh-valid-credit-card-number-generator-for-arbitrary-bin/feed 0
Mind the dollar while debugging, jQuery vs Command Line API https://simonerescio.it/en/2016/09/mind-the-dollar-in-chrome-inexistent-selector-differences-among-jquery-and-command-line-api https://simonerescio.it/en/2016/09/mind-the-dollar-in-chrome-inexistent-selector-differences-among-jquery-and-command-line-api#respond Sat, 03 Sep 2016 14:29:44 +0000 https://simonerescio.it/?p=2658 The number one reason jQuery is the most loved and used front end library of the whole internet is the handy DOM selection API that allows to use the CSS syntax to interact with page elements, and the other convenient factor is the alias $ (dollar sign) that is was unique and short enough (one character, dhu) to make it … Continue reading Mind the dollar while debugging, jQuery vs Command Line API

The article Mind the dollar while debugging, jQuery vs Command Line API seems to be the first on Simone Rescio.

]]>
https://simonerescio.it/en/2016/09/mind-the-dollar-in-chrome-inexistent-selector-differences-among-jquery-and-command-line-api/feed 0
You have not misunderstood closures and variables scope, Chrome debugger is trolling you https://simonerescio.it/en/2016/05/you-have-not-misunderstood-closures-and-variables-scope-chrome-debugger-is-trolling-you https://simonerescio.it/en/2016/05/you-have-not-misunderstood-closures-and-variables-scope-chrome-debugger-is-trolling-you#respond Sun, 22 May 2016 20:40:50 +0000 https://simonerescio.it/?p=2316 Suppose you need to add a new feature to an existing and relatively complex module, inside you will find already declared several local variables such as external dependencies, and aliases for paths of particularly lengthy objects. The approach that I use when I have to explore a new component or flow is to set a … Continue reading You have not misunderstood closures and variables scope, Chrome debugger is trolling you

The article You have not misunderstood closures and variables scope, Chrome debugger is trolling you seems to be the first on Simone Rescio.

]]>
https://simonerescio.it/en/2016/05/you-have-not-misunderstood-closures-and-variables-scope-chrome-debugger-is-trolling-you/feed 0
DotCSS && DotJS conferences @ Paris 2014 https://simonerescio.it/en/2014/12/dotcss-dotjs-conferences-paris https://simonerescio.it/en/2014/12/dotcss-dotjs-conferences-paris#respond Sat, 13 Dec 2014 23:20:02 +0000 https://simonerescio.it/?p=1575 The FrontEnd team of Venere.com in mid November took off for Paris to attend two dotConferences organized in spectacular locations, with high level speakers and contents that have proven to meet expectations, in short an experience worth to be repeated. dotCSS Despite the important role that CSS plays in the construction of modern web applications the conference, held in November 14th, had difficulties in finding … Continue reading DotCSS && DotJS conferences @ Paris 2014

The article DotCSS && DotJS conferences @ Paris 2014 seems to be the first on Simone Rescio.

]]>
https://simonerescio.it/en/2014/12/dotcss-dotjs-conferences-paris/feed 0
YOURLS spam clean up with a few lines of JavaScript https://simonerescio.it/en/2014/10/yourls-spam-clean-up-with-few-lines-of-javascript https://simonerescio.it/en/2014/10/yourls-spam-clean-up-with-few-lines-of-javascript#respond Sun, 12 Oct 2014 22:10:16 +0000 https://simonerescio.it/?p=1377 YOURLS, which stands for Your Own URL Shortener, is a great open source platform to run a private URL shortener (a la bitly), it allows great control over links structure and traffic monitoring for each short url, plus giving a “brand feeling” to links shared. I like things that work fast and simple, which is why I’ve … Continue reading YOURLS spam clean up with a few lines of JavaScript

The article YOURLS spam clean up with a few lines of JavaScript seems to be the first on Simone Rescio.

]]>
https://simonerescio.it/en/2014/10/yourls-spam-clean-up-with-few-lines-of-javascript/feed 0
Eight things to care about for a mobile site on Windows Phone 8 https://simonerescio.it/en/2014/09/eight-things-to-care-for-mobile-on-windows-phone-8 https://simonerescio.it/en/2014/09/eight-things-to-care-for-mobile-on-windows-phone-8#respond Mon, 22 Sep 2014 10:59:18 +0000 https://simonerescio.it/?p=1315 Developing for the mobile web so far has been like exploring a small happy island, with some hidden dangers of course due to the high fragmentation of Android, but since the Android and iOS systems got the leading of the mobile market, with their default browsers based of WebKit, we had a moment to breath. … Continue reading Eight things to care about for a mobile site on Windows Phone 8

The article Eight things to care about for a mobile site on Windows Phone 8 seems to be the first on Simone Rescio.

]]>
https://simonerescio.it/en/2014/09/eight-things-to-care-for-mobile-on-windows-phone-8/feed 0
The Next Challenge of the Web is Us https://simonerescio.it/en/2014/08/the-next-challenge-of-the-web-is-us https://simonerescio.it/en/2014/08/the-next-challenge-of-the-web-is-us#respond Sun, 03 Aug 2014 14:07:16 +0000 http://simonerescio.it/?p=1088 ForwardJS keynotes of Christian Heilmann (@codepo8) addressing the growing complexity of frontend development technologies and how important it is that we keep the initial barrier low to make the web accessible to new developers and publishers as well. Many new IT users land directly on smartphone with they’re closed apps environments, how can we bring the web … Continue reading The Next Challenge of the Web is Us

The article The Next Challenge of the Web is Us seems to be the first on Simone Rescio.

]]>
https://simonerescio.it/en/2014/08/the-next-challenge-of-the-web-is-us/feed 0