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 Safari). But is of course much more useful to perform real tests on real devices. The Remote Debugging Android Devices is a great opportunity for … Continue Reading
Category
howto
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
>5 utility e comandi che potresti non conoscere, numero 2
>Elencherò alcune utility e comandi più o meno particolari, sarebbe interessante vedere (magari anche scrivendolo nei commenti) chi li conosceva tutti, e se la risposta fosse negativa, quali di questi non conosceva. iotop: “porting” del comando top per controllare l’uso dell’ I/O; sudo !!: ripetere il comando dato in precedenza, che non era andato a … Continue Reading
>15 utility e comandi che potresti non conoscere
>Elencherò alcune utility e comandi più o meno particolari, sarebbe interessante vedere (magari anche scrivendolo nei commenti) chi li conosceva tutti, e se la risposta fosse negativa, quali di questi non conosceva.Cominciamo: highlight: trasforma il codice sorgente in formato HTML, XHTML, RTF, LaTeX, TeX o XSL-FO evidenziando la sintassi. Supporta oltre 80 linguaggi di programmazione; … Continue Reading