Join the social network of Tech Nerds, increase skill rank, get work, manage projects...
 

Search In

help! mobile events recognition

Hey guys! I tried using hammer.js alongside with ngHammer to recognize mobile events but it's not working so hot. distinguishing between tap/double tap is arbitrary and a little fuzzy and some other events weren't working as I expected. Did anyone

How to fix or remove crawl errors from bing webmaster tool?

Hi guys, Today, I was analyzing Bing Webamster tool to inspect crawls errors for one of my website and found 342 issues under 500 internal server error column. But I didn't find any option to fix or remove all these crawl errors just like we usuall

How to get Cookies from UIWebview

The following code will get the cookies form the sever and will store in the array. Get the appropriate cookie from the array by its name. - (void)webViewDidFinishLoad:(UIWebView *)webView { NSHTTPCookieStorage *storage = [NSHTTPCookieStorage s

Getting status bar height

Hello everyone , I was working on status bar and found that we could get the height of the navigation bar at runtime. following is the code to get the height of the status bar. private int getStatusBarHeight() { int result = 0; int resourc

How to handle Error 404 in ASP.NET MVC

In the following article we will learn how to handle 404 errors in ASP.NET MVC gracefully. The first step will be to set up the custom errors page by making the following settings in web.config: <system.web> <compilation debug="fal

Count function in C++

If you want to count the presence of a element in a given range, then you can use the count() function defined in the STL algorithm. It returns the number of variable inside a range whose value is equal to the given number. Template for count templ

How to get your latitude and longitude in android.

Follow the steps mentioned below to get your location latitude and longitude 1) Create a class and name it LocationManger.java and impliment GoogleApiClient.ConnectionCallbacks, GoogleApiClient.OnConnectionFailedListener, LocationListener in the cl

How to check model level groups in OpenERP

In OpenERP first we create groups in res.partner object. Then the ` parameter effectively restricts access to that field for users who do not belong to one of the explicitly allowed groups. Field decimal_places must be found in view definition before

Creating Custom Post Types in Wordpress

As we know wordpress contain post and pages as their primary substance. They are main content type in wordpress .But we can also make our own custom content types these are called custom post types.  They are similar to post and pages

Include models in cakePHP components

Cake models are not available in components. So we need to include them manually. There are lot of ways but I found following very easy: Just include construct class in your component class and add all required models there: public function __cons

1 28 115
Sign In
                           OR                           
                           OR                           
Register

Sign up using

                           OR                           
Forgot Password
Fill out the form below and instructions to reset your password will be emailed to you:
Reset Password
Fill out the form below and reset your password: