Here a nutshell How-To about SSL certificate. In development phase of a project often happen that certificate is auto-generated (self signed) by developer. In...
Arduino starter kit… with breadboard, some components (resistors, transistors…), cables and of course Arduino. I bought it here : The manual with...
UILabel can’t show styled text … in this post UIWebView used like a “rich text label” ( SDK 4.2): -A- How to use UIWebView with...
Hello World! … the same sentence that I used for my first C program. int main( ) { printf(“Hello World!”); } let me start … I’m...