-
Recent Posts
Categories
- 10.9
- android
- AppData
- Apple
- ASP.NET Web API
- assembly reference
- await
- AWS
- Azure
- background
- backup
- bash
- Bootable
- Bootstrap
- C#
- ComponentModelCache
- CS1020
- Distance
- ebook
- El Capitan
- GeoCoordinate
- git
- Global Application Class
- goo.gl
- Google API
- GZip
- intellij
- Internet Connectivity
- iOS
- java
- JavaFX
- javascript
- js
- Json
- JUnit
- Latitude
- Latitude and Longitude
- linked list
- Location
- lockscreen
- Longitude
- Mac
- Mavericks
- microsoft
- Nuget
- object reference
- OS X
- outlook
- raspberry
- raspberrypi
- raspbian
- raspbian jessie
- restful api
- S3
- Source control
- tfs
- tomcat
- unix
- url shortener
- USB Drive
- vba
- Visual Studio
- Visual Studio JsonPackage
- wget
- windows
- Windows 8
- Windows 8.1
- Windows Phone
- Windows Phone app
- Windows Phone SDK
- winrt
- xamarin
- XAML
- Yosemite
Top Posts & Pages
- JUnit with System.out.println
- Visual Studio PasteJson.JsonPackage did not load correctly
- Android Volley Sending data twice
- Unable to Quit SyncServicesAgent
- Windows Phone IP over USB Transport (IpOverUsbSvc) is not running. Retry after starting Windows Phone IP over USB Transport (IpOverUsbSvc) from the services management console.
- Team Foundation Server (TFS) for Eclipse on Mac OS X
- Xamarin No valid iOS code signing keys found in keychain
- Updating to Aperture 3.6 on El Capitan
- JavaFX: Include Button into cell for TableView
- Installing mysql on Raspberry Pi
Recent Comments
Archives
- January 2018
- July 2017
- May 2017
- March 2017
- December 2016
- November 2016
- August 2016
- July 2016
- June 2016
- May 2016
- December 2015
- November 2015
- October 2015
- June 2015
- May 2015
- April 2015
- March 2015
- February 2015
- January 2015
- December 2014
- June 2014
- May 2014
- April 2014
- March 2014
- February 2014
- December 2013
- November 2013
- October 2013
Tag Archives: javascript
Detecting OS and Redirect to a specify site
There will be some instance where we need to redirect user to different site based on their platform. As such the following javascript will do the job to which OS the user is on. In this case, Android, iOS, and … Continue reading
Posted in Web Development
Tagged android, iOS, javascript, js, redirect, urlredirect, windows, windowsphone
Leave a comment
Master Page concept for html
I was used to the concept of Master Page when I was dealing with ASP.NET in the past. When I dived into bootstrap, I was surprised that there isn’t a thing called “Master Page”. I am reluctant to having to … Continue reading
Posted in Web Development
Tagged ASP.NET, Bootstrap, html, javascript, js, Master Page
Leave a comment