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

Search In

Creating Multiple Columns in CSS3

CSS3 Provides Column Property to layout the content in form of columns like done in News Papers, Magazines and Books. Column include multiple properties which are as follows. column-count column-gap column-rule .textBox{ width: 900px; ba

How to call a javascript function through android

If you are trying to load a web page inside android web view. Then a known java-script function of the page can be called through android in following way :- webview.loadUrl ("javascript:methodName(\""+parameter1+"\",\""+parameter2+"\")"); Hope thi

Redirect urls in magento with parameters

we can redirect urls in magento with parameters by using magento's default _redirect() function you have to create an array for parameters you want to use in url see the following example: $param = array( '_query'=>;array(

Code Repository_iPhone

A sample code that works for following functionalities 1- Facebook sharing. 2- Flickr sharing. 3- Posting images to server. 4- Sending email with attachments. 5- Importing and exporting .CSV file and PDF. 6- Audio Recording and playing same.

Load PostgreSQL Sample Database

Load PostgreSQL Sample Database Download PostgreSQL 9.1 and install pgAdminIII http://www.postgresql.org/download/windows/ To check that you are able to access psql, open cmd and fire command psql. If you are getting error like 'psql' not recognize

Types of Mask in Photoshop (part 1)

Hello Friends !! If you are familiar with Photoshop then it is well and good. If you are a fresher then don't worry, Today i gonna tell you about Mask and types of Mask. Ok now the question arise "What is Mask??" Question 1: What is Mask? Mask is

Asp.net Wizard control

Wizard Control in asp.net The Asp.net wizard is an elegant mechanism to perform set of operation to make our application ease for the end user and developer. It is a group of form to collect user information step by step .The navigation in wizard is

Find a particular text in all stored procedures

Below mentioned command is used to find a particular text in all stored procedures SELECT OBJECT_NAME(id) FROM syscomments WHERE [text] LIKE '%EmailOnTRX%' AND OBJECTPROPERTY(id, 'IsProcedure') = 1 GROUP BY OBJECT_NAME(id)

Default Group of all registered users in liferay

New users have no group, even it is created and referenced in portal-ext.properties. 1). Input a list of default group names separated by \n characters that are 2). associated with newly created users. portal-ext.properties # admi

Encryption/Decryption function in Sql Server

To encrypt and decrypt a string we have a predefined functions in Sql Server 2008 that are easy to use. Suppose we want to save some data that doesn't need to be exposed as a plain text then in such case we can use these functions, in real scenario a

1 162 949
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: