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

Search In

Java.lang.OutOfMemoryError: Java heap space

If you are facing following exception while running your code: Exception in thread "main" java.lang.OutOfMemoryError: Java heap space Default size of most of JVM Java Heap Space is around 64MB, it can easily ran out of memory if your application a

dtej 56 set 8 s 0g

You must speak with your medical care company for complete ventolin info about the threats and benefits of utilizing this medication. This implies that the receptors that accountable for sending the signals of food cravings to the mind become brie

How to use Phonegap SoftKeyboard Plugin for Android?

Hello All, Here I am sharing some information to include and use of the SoftKeyboard Plugin for Android. 1.Install SoftKeyboard plugin using the latest version from GitHub: $ cordova plugin add https://github.com/phonostar/PhoneGap-SoftKeyboard.g

How to get complete current URL using Cakephp Framework in PHP

If you need to print the complete current url you can do following steps. 1. In the view file code will go like this: <?php echo $this->here; ?> This syntax'll give you the absolute url starting from hostname i.e. /controller/action/para

Variables in JAVA

Variable is a name. Variable name reserved an area which is allocated in memory. In java each and every variable has some specific type, this specific type defines the size in variable's memory. One should declare variables before used. Eg. int a; /

What is the equivalent to getLastInsertId() in Cakephp?

Hello if you want to get last insert id or something equivalent to this you can try following steps:- Lets take this example, Here I just inserted the field in column $data = array('menuName' =$_REQUEST['menuname']) $this->Menu->crea

How to use chart control in asp.net

Hello all, Working with asp.net, at times, we have to show graphical reports user which can be implemented using Chart like Area Chart, Bar Chart, Box Plot Chart, Bubble Chart, Column Chart, Doughnut Chart, Line Chart, Pie Chart etc. In my project

Why I switched from CakePHP to Symfony2

CakePHP or Symphony2? This is a common question that are arising in the developers community and topic lists this may lead developers sometimes get undermine to clarify users as which is the best framework in php. Lets talk about Symphony2 first,

How to pass variables from CakePHP to JavaScript

Hello All, In this blog we will discuss about how to pass CakePhp variable in javascript. So firstly we will be initiallizing a variable in the function below i.e abc(),then set this variable in for the ctp file. Example- function abc(){ $this-&

HTML Canvas Linear Gradient

Draw Rectangle with Linear Gradient : In this article I will show you how to use Linear Gradient to draw the graphics. To draw graphics with Linear Gradient in web page we will use Canvas API, we will draw the createLinearGradient() method. Following

1 386 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: