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

Search In

Web applications with AnnotationConfigWebApplicationContext

Web applications with AnnotationConfigWebApplicationContext: In Spring we can use the WebApplicationInitializer in place of web.xml to initialize DispatcherServlet and use @EnableWebMvc annotation to support Spring MVC.The below example code can show

Page methods from client side code using ICallBackEventHandler interface

We can run server side code from the client without performing a Postback using ICallBackEventHandler interface.The ICallbackEventHandler interface can be implemented on a page or a Web control. The interface contains two key methods: RaiseCallbackEv

bloginfo() in WordPress

Hello reader's, today we disscuss about bloginfo and its parameter. It displays information about your site, It can be used anywhere within a template file. Parameters <!--?php bloginfo('name'); //Displays the "Site Title ?--> <!--?php

Indexed full text search in PHP-MySQL (PART - 1)

We need to write search queries every now and then in our projects. This is one of the most common tasks a PHP developer has to do. Most of the developers still use wildcard queries for this purpose which is very slow in searching records. However My

User Controls in Asp.Net

User Control in Asp.Net: Overview:     User Controls are used inorder to avoid rework & reduce complexity of the application, It provides reusability of the code. For example if we have to display the grid view at different

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 post data using jQuery Ajax POST with .Net

Hello all, Working with ASP.NET, if we want to fetch the data from server using jQuery than we can use Ajax POST method of jQuery. which allows us to asynchronously interact with server and we can get data in the desired format such as JSON or XML a

JQuery find() vs children()

These methods are used to select the child node of the matched elements. find()- A find() function searches the whole DOM (document object model) below the current node,i.e., search through the matched elements child, grandchild, great-grandchild…

Creating a struts action in Liferay

We can create custom Struts action in Liferay by using Hooks, these type of Hook is called as Liferay Struts Action Hook. Follow the below steps to create a Struts Action: Create Liferay Plugin Project of type Hook. Write the below code in lifer

File upload using ajax

File uploading is the basic requirement of web development. Many times we have to upload single or multiple files on our server then we can not upload big files using form submit. We have to use the in-build jquery plugins for the file upload. These

1 31 75
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: