Quantcast
Channel: Search Results For: domain:techzoo.org
Browsing latest articles
Browse All 33 View Live

Image may be NSFW.
Clik here to view.

How to Detect Ajax Request using Java Servlet?

Nowadays Developers across the world uses JavaScript frameworks like jQuery UI, ExtJs, Dojo to develop Rich Internet Applications (RIA). This JavaScript framework uses Asynchronous calls (Ajax Request)...

View Article



Image may be NSFW.
Clik here to view.

Learn JdbcRowSet, CachedRowSet and WebRowSet using Oracle

Just as DataSource objects provide an alternative to DriverManager, RowSet objects provide an alternative to ResultSet objects. The RowSet interface extends the ResultSet interface, giving you the same...

View Article

Image may be NSFW.
Clik here to view.

SpringMVC Hibernate CRUD Tutorial using Eclipse

In this tutorial you will learn how we integrate SpringMVC with Hibernate using JPA annotations and I will also going to use Spring annotation configuration for Controller, Service and Repository...

View Article

Image may be NSFW.
Clik here to view.

Create Search Engine friendly URL in PHP and htaccess

Image you have a Website which deals with news/updates on finance industry. You have admin panel where you used to post news/ image gallery on each category. Each category/post on your website has one...

View Article

Image may be NSFW.
Clik here to view.

Monitor your file system using Java 7 Watcher Service

Java version 7 added feature to watch File System or Moniter Folder and give an alert if any changes made into folders like the creation of file , modification of file and deletion of files.

View Article


Image may be NSFW.
Clik here to view.

Ethical Hacking: Integrate Google CAPTCHA with Spring MVC

Google reCAPTCHA helps prevent automated abuse of your site (such as comment spam or bogus registrations) by using a CAPTCHA to ensure that only humans perform certain actions. It’s a free, secure and...

View Article

Image may be NSFW.
Clik here to view.

Debugging PHP in browser’s Javascript console

PHP is a server side scripting language used to develop dynamic web application. One of the limitation of PHP I see as compare to java is unlike java, php doesn’t have a good server side debugging...

View Article

Image may be NSFW.
Clik here to view.

Free PHP Project : Online Complain Management System

Online Complain Management is a Web based project developed in PHP/MySQL which used to manage Customer’s complain Online. User can login, and Create complain, view complain details and track the status...

View Article


Image may be NSFW.
Clik here to view.

Step-by-Step XML Free Spring MVC 3 Configuration

The release of Spring 2.5 reduce the burden of XML by introduction annotation based configuration, but you still needed to bootstrap Spring in XML. However in Servlet 3 and Spring 3.1 we can now drop...

View Article


Image may be NSFW.
Clik here to view.

Spring MVC @RequestBody json example

Fortunately, SpringMVC comes with a very handy annotation @RequestBody which can be used to convert your incoming Json request to Model object. You just need to add @RequestBody annotation with your...

View Article

Image may be NSFW.
Clik here to view.

ExtJS 4 MVC: Using Card Layout for Wizard based Registration

Card layout manages multiple child container where only a single child container can be visible at any given point of time. This layout style is most commonly used for wizards, tab implementations,...

View Article

Image may be NSFW.
Clik here to view.

ExtJS 4: file upload example using PHP

ExtJS 4 has a very handy file component which can be used to upload files to server. Lets see today how to use ExtJS file component to upload file on server. I am using PHP to upload file but you can...

View Article

Image may be NSFW.
Clik here to view.

Getting started with Sencha Touch with Sencha Cmd

Sencha Touch is a complete MVC JavaScript framework specially designed to create mobile web applications for touchscreen devices like Andriod, Apple iOS. Sencha Touch allows developers to create...

View Article


Image may be NSFW.
Clik here to view.

ExtJS 4: Create form in Multi-language ( Arabic, Chinese, Hindi and English)

ExtJS is a JavaScript MVC framework used to create Rich UI components on Client side. We usually develop application in English language but application used by across the country need to support local...

View Article

Image may be NSFW.
Clik here to view.

ExtJS 4: RTL support

Being a best, world class enterprise framework ExtJS support Internationalization and Right-to-Left language support. It means we can develop UI in ExtJS for users who do understand only languages like...

View Article


Image may be NSFW.
Clik here to view.

Sencha Touch: Working with Phone/Tablet Profiles

Sencha Touch application are build to use on wide variety of devices from phones to Tablets. Usually people prefer to use phone apps while out of the house to rapidly gather some information or to...

View Article

Image may be NSFW.
Clik here to view.

Ext JS 4 CRUD example

Thanks god we now have so many java script toolkit, framework which make developers life easy by offering so many ready-to-use widgets. ExtJS is the most advanced among those client side UI frameworks.

View Article


Image may be NSFW.
Clik here to view.

Ext JS 4 Spring MVC CRUD example

In my last post on ExtJS 4 MVC, I have demonstrated the use of ExtJS 4 MVC to create a simple Create-Read-Update-Delete application using ExtJS only. Today we will go to see how to use that ExtJS part...

View Article

Image may be NSFW.
Clik here to view.

Spring MVC Tiles 3 integration tutorial

One of the areas in which Spring MVC has advance compares to other frameworks is in the separation of view technologies. In this post, i will show how to integrate Apache Tiles 3 with Spring MVC....

View Article

Image may be NSFW.
Clik here to view.

ExtJS textfield capture Caps Lock key event

Many times when you create a login form which has password field, you need to make sure the user enter valid password. The changes of entering wrong password by the user may also lead to blocking of...

View Article

Image may be NSFW.
Clik here to view.

ExtJS customized QuickTip example

ExtJS comes with a singleton class Ext.QuickTips (alternate name: Ext.tip.QuickTipManager) which provides attractive and customizable tooltips for any element. The QuickTips singleton is used to...

View Article


Image may be NSFW.
Clik here to view.

ExtJS 4 and Laravel 4 CRUD tutorial

Ever since I have posted ExtJS 4 MVC CRUD tutorial, I got hundreds of request on writing the same example with PHP so I have decided to post a same article with Laravel. Those who are not familiar with...

View Article


Image may be NSFW.
Clik here to view.

ExtJS 4: show confirmation dialog before closing Tab

ExtJS provide TabPanel where we can add Panels as an item. To implement the above requirement in ExtJS first we need to extend Panel to create a customized panel with beforeclose event. If user wants...

View Article

Image may be NSFW.
Clik here to view.

Sencha Touch List integration with Spring MVC framework

Most important and useful component in mobile application is List. In this tutorial you will learn how to create Sencha Touch List view with Spring MVC 3 in backend. For this tutorial I am going to...

View Article

Image may be NSFW.
Clik here to view.

Spring MVC - Sencha Touch List with ‘Load More Record’ plugin

In my last post, I demonstrate Sencha touch List using Spring MVC. The post was good except one thing – we display all movies in a single list at once. For that example its good because we have only 20...

View Article

Browsing latest articles
Browse All 33 View Live




Latest Images