Mac OS X, Apache, php, gettext
Da storico utente Linux sto facendo un po’ fatica ad entrare nel mondo della mela (abbracciato per motivi puramente professionali, leggi sviluppo su piattaforma iOS). Dato che ci sarà sicuramente...
View ArticleHey there! A new website is here!
Dear all, probably no one cares about it, and probably saying this is not the best way to promote something, BUT anyway I’m happy to say that I have finally updated my personal website. I don’t want...
View ArticleApp Store submit process
I just want to say that I am very, very, extremely disappointed by how the uploading process is done. I am trying to fix a problem from this morning, that seems to be a very common problem according to...
View ArticleFriends Monitor available on the App Store!
Finally, Friends Monitor is available for iOS, too! After more that 50000 downloads of the Android version, finally it is available for iPhone users, too. Get it now from the App Store! friends monitor...
View ArticleFriends Monitor – important iOS bugfix
Dear Friends Monitor iOS users, for some devices the app was not working, for others it crashing under certain circumstances. Please wait just 1 day or maybe 2, the time for the App Store process to...
View ArticleAndroid development: “R cannot be resolved to a variable”
Have you already done Project → Clean… and Build again (or most probably you have Build Automatically checked)? Of course you did. So, just look for problems in your res directory. Remove the problem,...
View ArticleFriends Monitor v0.9.10 – New Version!
Finally! After almost 2 years, we have a brand new Friends Monitor for Android version! The new version of the app with almost 60k downloads has a brand new user interface, an improved Facebook...
View Articlehow to format your Java code with eclipse, without opening eclise
Ok this is a very small post, but if you look for this information through Google, for example, it’s hard to find an easy and clear answer. And here it is. Assuming your eclipse path is...
View ArticleCheck 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...
View ArticleHow to make Selenium2 work for Mac OS X with Firefox Nightly and Python
This is one of the shortest articles ever, almost nothing to explain here. First, install Selenium2 through easy_install sudo easy_install selenium Then, simply go to the /Applications directory and...
View ArticleMagento2 Rest APIs: add a bundle to cart
Yeah, with Magento2 it’s hard even to perform some common tasks. Here’s how to add a bundle to an existent cart. Let’s assume that our bundle has bundle01 as its SKU. First of all, we need to get some...
View ArticleMagento2 database transactions: how to save multiple model instances
Sometimes in your logic you have to save different model instances at once. Magento1 already had the concept of transaction, using the classic singleton model:...
View ArticleMagento2 API: get product details by ID or URL key
So, you are using the Magento2 APIs and you need to access a product. The core API forces you to access product by its SKU: GET /V1/products/:sku Sometimes you need to access a product by its ID, or by...
View ArticlePCI Compliance made simple
Are you trying to understand if your server has to be PCI compliant? Are you reading some docs around and the more you read, the more you are confused? Here’s some very simple and short tips for PCI...
View ArticleStripe Connect Custom with Direct Charges
Introduction & Scenario The scenario covers a reader (you!) that wants to: create a marketplace; take some fee on every transaction between users of its website/app and a connected vendor;...
View ArticleStripe Shared Customers
Introduction & Scenario In a Stripe Connect scenario, a customer who makes a purchase from one of your connected sellers shouldn’t need to re-enter their credit card or bank account details to...
View ArticleMigrate a large website to a new hostingwith FTP and CPanel (or similar) only
Recently I had to move a Magento 1.7 (if you are in a similar situation, please suggest to upgrade at least to Magento 1.9.X) website from a Linux server with SSH access to an hosting solution that has...
View ArticleSetting a different receiver (payee) for PayPal payments using the PayPal PHP...
There is a wonderful blog post from PayPal in which it is introduced a very easy way to set a payee in your express checkout flow, but sadly there are some open issues with that. Here the same is...
View ArticleRemote Debugging Android Devices with VirtualBox through port forwarding
Introduction If you are developing a brand new project on your VirtualBox instance, it is very useful to use the developer tools and the device toolbar on Chrome (or the Responsive Design Mode on...
View ArticlejQuery 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...
View Article