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

Search In

Liferay Adding actions to search container

Liferay Search Container is Liferay UI component which display data in Grid format and its also containing pagination. Search Container is just simple JSTL tag and its allow to use in JSP pages. According our requirement we need to display result in

ASP.NET MVC: How to check session timeout and redirect to login page

The following post captures the implementation details to manage session timeout in ASP.NET MVC. If session has expired we will redirect the user to login page First you need to make modificaions in web.config as below: <system.web> <s

How to handle Error 404 in ASP.NET MVC

In the following article we will learn how to handle 404 errors in ASP.NET MVC gracefully. The first step will be to set up the custom errors page by making the following settings in web.config: <system.web> <compilation debug="fal

Displaying Map using HTML5

Html5 provides geolocation API by using which we can display the results in a Map. Following example shows how we can show the Map in html5. To display the result in a map, you need access to a map service, like Google Maps. <!DOCTYPE html> &l

How to save Past search and browsing activity in Google

Hi Guy, There are so many online activity 'We write online', 'Edit online' and save our data online. In meanwhile we have huge worries about our personal data. All of us have fear about the data security and privacy.   Actually Google trac

indexOf() method in JavaScript Array

JavaScript Array indexOf() method : The indexOf() method is used to return the position of the any given element inside the array. It returns the numeric value and if element not found in that array then it returns the -1. The index is starts from th

How to compare two text strings in PHP

There are different methods to check two text strings are equal or not in PHP. This article defines the methods which can be used for comparing two text strings. 1. '==' : == operator is most commonly used operator for comparing two strings. If the

Regular Expression in C#

A regular expression is a pattern that could be matched against an input text. Regular expression are used to allow inputs from the user and providing validations. Regex Class is used for implementing regular expressions Ex: The following examp

  • 225
Expression

An Expression is a combination of operators, constants and variables arranged as per rules of language. It may also include function calls which return values. An expression may consist of one or more operators and zero or more operator to produce va

How to search from a list in android?

We have a search edit text and a list in layout , activity_main.xml   <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:tools="http://schemas.android.com/tools" android:layout_width="match_parent"

1 87 282
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: