Akbar on Development
Attaining the Impossibles
  • All Projects
  • compass
    Jack Sparrow Compass
  • subtitles translator
    Subtitles Translator
  • usb-disk-manager
    USB Disk Manager
  • swift
    Swift MVC Framework
  • taskbar-ext
    TaskbarExt
  • quick-chess
    Quick Chess
  • basecamp-ext
    Basecamp Extension
  • language-tools
    Language Tools
  • rapid-downloader
    Rapid Downloader

Posts Tagged ‘Version’

Recently, when working on an integration API written in ASP.Net which communicates with a web-services developed using PHP, the tech support requested to force all the secure communication (over HTTPS) to use only the SSL v3 version. This can be controlled in PHP CURL via single line of code as shown blow: curl_setopt($curl, CURLOPT_SSLVERSION,3); For […]

When working on a new Android Project today in Eclipse, I was having an issue which was related to the ATD version. Being a newbie in the Android Development, I had problem even finding this basic version number. However, after some exploring of the Eclipse, I found it. So, here are the steps: 1. In […]