
Search In
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
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
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(
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
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
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
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
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)
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
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
