Introduction: Node + express + body-parser + Shopify? Are you using Node/express/body-parser and Shopify, and (you would like to use) its webhooks? If the answer is YES to the questions above, I am going to suggest here a way to solve a common problem. NOTE: This and much more is covered in the Coding Shopify webhooks and API usage: a … Continue Reading
Category
Javascript
Exploring Firebase CLI with some Firestore tips
Introduction: Firebase CLI According to the github page of the firebase-tools project, the firebase cli can be used to: Deploy code and assets to your Firebase projects Run a local web server for your Firebase Hosting site Interact with data in your Firebase database Import/Export users into/from Firebase Auth The web console is fine for … Continue Reading
jQuery selects combination and submit
I had to help a friend solving a very common problem for, for example, booking websites. The example is basically the selection of options based on two <select>s elements: number of adults and number of children for a possible booking. So, what we are going to do is to create a very simple HTML with … Continue Reading
Check user’s location, client side without libraries and registrations
Why The article can be: “Do it server-side.“. But sometimes it’s not possible, so, how we can do it? If you need something accurate and you cannot use server-side solutions, you can use libraries like GeoIP or of course Yahoo!/Google APIs. Let’s see two simple approaches using two different services, we just use JQuery … Continue Reading
Internationalization with PhoneGap: Solution 1
Introduction If you’re starting a new PhoneGap project, probably you’ll have to support different languages. With native apps, each platform (Android, iOS, etc…) gives you all the needed tools to handle this problem. But what if we’re using a cross-platform technology like PhoneGap? In this article I will report a step-by-step guide to achieve this … Continue Reading
>Finalmente si alza il sipario: ecco il nuovo sito di ubuntu-it
>Signore e signori,dopo mesi di durissimo lavoro (che in realtà è il lavoro-dopo-il-vero-lavoro-ovvero-tempo-libero) siamo felicissimi e fieri di presentare la nuova veste del sito ufficiale di ubuntu-it: Un cambio che vede il passaggio ad un nuovo CMS (Drupal), una grande attenzione ai contenuti, e una grandissima attenzione all’aspetto grafico.Alcuni aspetti non sono ancora stabili al … Continue Reading