yannis assael | the blog

  • Home
  • About
  • Categories
    • Android
    • Computing
    • iOS
    • Machine Learning
    • MacOSX
  • GitHub
  • Mobile Apps
  • yannisassael.com


Convert Javascript Date from UTC to Local Timezone

Written by iassael on 03/05/2013. Posted in android, computing, iOS

var strdate = ‘2013/05/03 03:13:00’;
var d = new Date(strdate);
var d = new Date(d.getTime() – d.getTimezoneOffset() * 60 * 1000);

used it with Titanium Appcelerator

  • Continue Reading
  • 1 Comment

Magic Mouse on Windows 7

Written by iassael on 29/05/2012. Posted in computing, general, iOS


Fully working Magic Mouse everything is here: http://www.trackpadmagic.com/magic-mouse/download

  • Continue Reading
  • No Comments

Status Barred – Crop your iPhone/iPad Screenshots for Appstore

Written by iassael on 15/05/2012. Posted in computing, iOS

Status BarredCrops your iOS screenshots to remove the status bar. Removing the status bar is recommended by apple before submitting to iTunes Connect and being displayed on the app store (Page 13 in the iTunes Connect Developer Guide).

Supports:
-iPod/iPhone non retina display (portrait & landscape)
-iPod/iPhone retina display (portrait & landscape)
-iPad (portrait & landscape)

  • Continue Reading
  • No Comments