Akbar on Development
Attaining the Impossibles
  • All Projects
  • Jack Sparrow Compass
  • Subtitles Translator
  • USB Disk Manager
  • Swift MVC Framework
  • TaskbarExt
  • Quick Chess
  • Basecamp Extension
  • Language Tools
  • 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: 1 curl_setopt($curl, CURLOPT_SSLVERSION,3);curl_setopt($curl, […]

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 […]