Categories
JavaScript jQuery Web

JQuery Check if Element Exists – JS Helpers

JQuery Check if Element Exists using this simple piece of code. To check this in the current page, we need to check the length of the element returned by the JQuery selector, if it returns you something then the element must exists otherwise no. if( $(‘#EleSelector’).length ) { // use this if you are using […]

Categories
Android Apps FaceBook Solutions Web

How to Disable Facebook Links from opening in the Facebook App Browser

Facebook recently update added a new feature to its mobile app. The feature loads all links clicked on Facebook to open in the in-app browser as opposed to a browser installed on the phone. While this is faster, it seriously limits what you can do with the open page (for eg. sharing is limited). But […]

Categories
FaceBook Solutions Web

FaceBook Places Map – How to add places visited to your Facebook Map

In your Facebook Profile’s “About” section there is a map of places you have visited or lived. You can add places to this section by adding a “Places” post to your Timeline. Here is how to do that: In your Timeline, click on “More” under your cover photo Select “Places” Click on “Add Places” Enter […]

Categories
Android Open Source Solutions

Android: How to Set Mobile Data Limit

If you are using Android ICS or above there is a simple way to keep track of your Mobile Data Usage. Go to Settings and select Data Usage. Drag the orange line and set it to approx 75% of your allowed Monthly data usage. When your usage crosses this limit a warning notification will be […]

Categories
Android Nexus 5 Solutions

Nexus 5: How to take Photos while recording Videos

The Nexus 5 is capable of taking live photos while recording a video. Here is how to do it: {adinserter 2} Start recording a video using Google Camera While recording, simply tap the screen in the part showing the video to take a picture. A flash of white on screen will confirm that a picture […]