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

Search In

Cordova plugins with iOS platform. Giving an error using command line tool .

cordova -v /usr/local/lib/node_modules/cordova/node_modules/configstore/index.js:53 throw err; ^ Error: EACCES: permission denied, open '/Users/admin/.config/configstore/update-notifier-cordova.json' You don't have ac

Managing processes using Foreman gem

Foreman is a gem (aka manager) for managing multiple processes that your rails application is depending upon when running in development environment and also has a option to move it into production environment as well. It is based on a Procfile that

Multidex with Gradle

APK uses executable bytecode i.e Dalvik Executable (DEX) files to run an app. The dex file limits the total number of methods in a single dex file to 65,536, including Android sdk methods, library methods, and methods in our code. But sometimes it ex

How to configure memory argument and server mode for Liferay in Tomacat server?

To increase memory and change server mode you just need to write below arguments in setenv.sh file. Example: path: /bundles/tomcat-7.0.42/bin/setenv.sh CATALINA_OPTS="$CATALINA_OPTS -Dfile.encoding=UTF8 -Djava.net.preferIPv4Stack=true -Dorg.apach

Ajax call in wp-oauth plugin

Hello readers, today we discuss about "How to call Ajax in wp-oauth Plugin". "wp_ajax_your_function_name" its a pre define method for loged in users. You can put the below code into plugin.php file. "getMinorCatList" is a function where ajax can hi

How to find the extension of a file to be uploaded in JSP?

Sometimes we need to find the extension (file-type) of a file at the time of uploading to apply some validation on it. We can do this by handling "change" event of input-file. Example: In the below example I want to upload the file having extension

How to find the size of a file while uploading in JSP?

Sometimes we need to find the size of a file at the time of uploading to prevent the file that is greater than a particular size. We can achieve this by handling "change" event of a input-file. Examlpe: Suppose I want to upload a file less than 3 MB

How to apply conditional operators in JSTL?

In JSP file sometimes we need to put conditional operators through JSTL. Example: In the below example I am applying && and || operators. <%@ taglib prefix="c" uri="http://java.sun.com/jstl/core" %> <html> <head> <titl

How to put if/else condition in JSTL?

Sometimes we need to show HTML based on some conditions, so for this we use JSTl in JSP file. Example: In the below code I'm changinf heading based on condition. <%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c"%> <html> &l

Locked and logged out when on maitenance page, Drupal 7

All major development or changes to a site should be performed on the development machine and once thoroughly tested then only be implemented to the live site. There are chances when you have to make changes on live site directly. In this case y

1 377 720
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: