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

Search In

Reading and injecting properties into spring from property file

We can read and inject the property from property file in spring. The below code will show you how you can read the property from property file and inject that properties to the List Object by using spring-config.xml file. Customer.java package com

Implementing AJAX in MVC

While submitting or getting data from source like database or from file we can do it using the method of postback or we can do it using Ajax calls to minimize delay in our application.' The JQuery has the following methods that can be used to p

Google API in .NET

Using google API in the .NET is the thing that needs to be performed again and again. So when you need to display data in the form of map locations or need to dispaly it using the google maps you need to integrate it with the google API.   &l

NEW FN RELEASE TEST POST BLOGS

Rolling distributions[edit]Rolling Linux distributions are kept current using small and frequent updates. The terms partially rolling and partly rolling (along with synonyms semi-rolling and half-rolling), fully rolling, truly rolling and optionally

AdMob Integration With Unity3D

Hello Readers!!   Today we are going to discuss about the AdMob SDK intergration with Unity3D. Its very easy and straight forward. You can download the latest AdMob plugin from here :- https://github.com/googleads/googleads-mobile-unity/rele

Technology That Every Business Enterprise Needs

Technology has over time become an indispensable asset in the business realm. As a result, online marketing has become far more popular than traditional commercial ads. Every business aspect is undergoing a technological revolution. Though it takes e

How to create a class and object in php

class rect { public $length=0; public $width=0; public $area=0; public function getData() { $this->length=10; $this->width=20; } public function area() { $this->area = $this->length * $this->w

Creating xml from SQL query

This blog will show you how to create an xml from sql query having sql data. Write down the followng query to generate xml:- WITH XMLNAMESPACES ('http://www.dossia.org/v2.0/xml/phr' as phr) Select OrderResultID,OrderID ,PatientID ,SpecimenNumber ,Ac

JScript: Verify if the given text is present in the Putty Console window

Hi All, Below you can find the code to verify if the given text is present in the Putty Console window. Function require three parameters i.e. Object of putty, the text to verify on console and the position to search for the text( Here the allowed va

Using Local Storage In HTML5 - Capable Browsers

What is Local Storage in HTML5 ? The Local Storage is a client side web storage database which is used to store the data in the form of key/value pairs. Using Local Storage, we can store the data of at least 5MB. It provides javascript based API to

1 526 596
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: