Posted on agosto 24, 2012 by veke87
At some point every Android developer will need to develop an app that works ( exploiting each device functionalities ) on both Phones and Tablets ( or even Google TV ). At the very beginning the first question that pops …
Continue reading →
Posted on agosto 24, 2012 by veke87 |
Posted in Seo |
Tagged :), android, facade, googletv, tablet
Posted on maggio 26, 2012 by veke87
Input validation could be very painful. Building forms, in every technology, is a boring and painful job. Fortunately on the web many libraries have born in order to facilitate this task to web developers. In android there are, built-in, some …
Continue reading →
Posted on maggio 26, 2012 by veke87 |
Posted in Android, Development |
Tagged android, data validation, email, forms
Posted on maggio 9, 2012 by veke87
Flatterizor is a PHP library developed in order to issue a very specific problem. Sometimes you have a complex object and you need to store it into your database. Most cases the serialize function does work. Unfortunately sometimes it does …
Continue reading →
Posted on maggio 9, 2012 by veke87 |
Posted in Development, Wordpress |
Tagged flatterizor, php, Wordpress
Posted on aprile 23, 2012 by veke87
You start doing some research about this topic when one of the following events occurs: You lose your data You start hosting third party data
Posted on aprile 23, 2012 by veke87 |
Posted in Development |
Tagged backup, mysql, rsnapshot, rsync, ssh
Posted on aprile 12, 2012 by veke87
It happens you need to execute some piece of code only on the first time the user start using your app. Lets say you want to show a quick tutorial to the user just once — Indeed, when the user …
Continue reading →
Posted on aprile 12, 2012 by veke87 |
Posted in Android, Development |
Tagged android, sharedpreferences
Posted on aprile 7, 2012 by veke87
When you build a new Service-Website from scratch you'll probably have to face with this. Passwords are the most sensitive data we have and your application should behave securely enough to maintain user's data private! Some time ago you it …
Continue reading →
Posted on aprile 7, 2012 by veke87 |
Posted in Development |
Tagged design patterns, password-recovery, security, software design
Posted on aprile 5, 2012 by veke87
If you're a web developer you confronted by this at least once. If you don't own a development webserver you'll need to make your developments in the production webserver. This means that everyone could see your work-in-progress easily. A common …
Continue reading →
Posted on aprile 5, 2012 by veke87 |
Posted in Development |
Tagged development-production, htaccess, Wordpress
Posted on marzo 23, 2012 by veke87
Sooner or later I always remember I've a blog. This time the topic is XSS. If you don't have a clue of what XSS is maybe you should read this before reading this article.
Posted on marzo 23, 2012 by veke87 |
Posted in Development |
Tagged data sanitization, javascript, security, xss
Posted on ottobre 9, 2010 by veke87
Sooner or later you'll have to deal with it. If you're an html developer and you write also in javascript you'll surely know the onchange event. Unfortunately it's a little bit tricky to find the same event on android. The …
Continue reading →
Posted on ottobre 9, 2010 by veke87 |
Posted in Android, Development |
Tagged android, edittext
Posted on settembre 23, 2010 by veke87
Since it was a little hard for me finding it, here you can find the trusted CAs in Android 2.2 Froyo. In order to get my result on each android device you've to download this file and place it on …
Continue reading →
Posted on settembre 23, 2010 by veke87 |
Posted in Android