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

Search In

Tomcat and Servlet/JSP where write a file on HDD?

hi all i am use tomcat 8 and my war file initially i want write a file a .properties file, here the code: Boolean wflag = false; String wnomfile="my.properties" Properties prop = new Properties(); OutputStream output = null; System.out.println(

Adding data to jqxtree dynimacally on click of nodes of a tree using AJAX call

There might be a case where user wants to add data to jqxtree on click of each individual node. Below is the code which help us to achieve the above functionality where user can get data from JSON file or database on click of each individual tree nod

Form view and element events- (onchange events)

Views in OpenErp:- Two type of views in openerp 1- From Views 2- Tree Views 1- From Views:- In OpenErp Form Views follow many point like as By default, each field is preceded by a label, with its name. Fields are placed in screen right to left and

SQL Joins Introduction

SQL JOIN is used to combine data from two or more different table based on a common field between them in a relational database. There are 5 types of JOIN: INNER JOIN LEFT JOIN RIGHT JOIN FULL JOIN CROSS JOIN INNER JOIN: This SQL query re

What is the use of COUNT() function in MySQL?

In MySQL, COUNT() function used to return the number of rows that matches with a specified criteria. Syntax: COUNT(column_name) When we use COUNT(column_name) function in select query it returns the number of rows for the specified column: SELECT

CakePHP Image Upload Using Component

Hello Readers, In this blog tutorial we will explain how to upload Image in CakePHP using component. Create a file called UploadComponent.php (path:app/controller/component) & paste the following code. <?php class UploadCompone

Difference between getSingleton() and getModel() 

Mage::getSingleton() :   The getSingleton() method first checks for existence of the instance of the same class in the memory. If it finds the instance then it will return the same object from the memory. and if not than it will create a new i

Display data from MySQL using PHP and angular JS

Hello friends, Today we will learn how to fetch data from MySQL and display it using angular JS. First we will make a PHP  file for retrieving data. dbresult.php <?php // set up the connection variables $dbname = 'dbname

Top 10 Free Joomla Extensions for New Businesses

Joomla is a versatile and modular content management system, built using the PHP web framework. It is the second-most online-based content management system after WordPress, and has an installation base at over 10 million websites. While Joomla was i

How to create an application using Facebook 4.0 SDK

To create a new Facebook application, register on https://developers.facebook.com and make a new application that will generate a Facebook application id and secret key which you will use in your development. After creating the application open the

1 111 161
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: