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

Search In

How to use WebSql to store data in Phongap App

Hello Today I am going to discuss about the use of WebSql in Phonegap. In Phonegap, if you want to store data locally on device, Web SQL can be used. Most of the sql queries can be performed in Web sql using method openDatabase that takes 4 argumen

How to override existing Struts Action by Struts Action Hook?

We can modify Liferay JSP, services, properties by using Hooks. One of the main use of Hook is we can override existing struts actionand also we can add custom struts action, these type of Hook is called as Liferay Struts Action Hook. I'm taking her

How to Get Request URL and other details

Following JavaServlet will give you Request URL and other details. You can choose which method suits your coding: import java.io.IOException; import java.io.PrintWriter; import javax.servlet.ServletException; import javax.servlet.http.HttpServlet;

Solution for java.lang.UnsupportedClassVersionError bad major version at offset=6

If you are deploying application on Tomcat, JBOSS, or IBM and following error is displayed when you call the application: SEVERE: Error deploying web application archive MyApplication.war java.lang.UnsupportedClassVersionError: (com/siperian/lookup/

Convert JSON to Java Object

How to convert JSON to a Java object: In many application we use web services and those web services deals with the JSON object, so when those web services need to communicate with our web application we need to convert those JSON objects to Java obj

Asp.Net Webforms vs ASP.Net MVC

Asp.Net MVC is currently used and much embraced architecture in software development. It offers a layered approach to development by it's default configuration, and facilitates unit testing also.

UISearchBar with TableView in iOS

How to use UISearchBar with TableView in iOS If we have a huge list of items and want to search a item from the list then we use the UISearchBar with TableView and the item will be displayed in the table which have the matching value with the search

Create database using SQLite Helper

Create Database class Here is an example to create database using SqliteHelper class in android. We are creating a database with the name "detail" and having 4 columns as :-Key, Name, City and Age. public class CreateDatabase { public Database

ClientIDMode on Asp.Net 4.0

"ClientIDMode on Asp.Net 4.0"     This feature is added in ASP.NET Framework 4.0. Problem: The control's client side ID is regenerated at runtime,basically it inherits outer control’s id from parent control or place holders and g

Custom Progress Bar with Timer

Custom Progress bar with timer Generally we use this splash screen to make our app dynamic and stylish.We can also use to show some process is doing internally. For this we just customize ProgressBar by defining custom style . <progressbar andr

1 293 331
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: