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

Search In

Encyclopedic dirt Far this spin-off

The FDA approved levitra 20mg is present in metronidazole where to buy tablets. This ingredient helps enhancing function of propecia molecules, as they clarion blocks from arteries, bringing apt blood passage to penile area. You should make off this

Login Authentication

Below i have written the code for Login Authentication, this code will check that weather the entered name and password are there in database or not. The following code will return true boolean value if the entered name and password exist in database

How to use Select query in ZEND Framework

Hello Guys, If you are looking to use "Select" mysql query in ZEND Framework. Please use the below code:: $dbObj = Zend_Db_Table::getDefaultAdapter(); $select = $this->select(); $select->from(array('users'),array('count(user_id) as id')); $se

How to use Order By in Zend Framework

Hello Friends, If you are looking to use order by clause in Zend Framework. Please use the below code for the same:: $dbObj = Zend_Db_Table::getDefaultAdapter(); $selectObj = $this->select(); $selectObj->from(array('tbl_users'),array('count(u

Alias

Alias is basically renaming a table temporarily for a sql statement. The rename is done only for a particular statement is temporory. ex The syntax of table alias is as follows SELECT column1, column2.... FROM table_name AS alias_name WHERE [con

SQL Server : Instead of Trigger

A trigger is a special kind of a store procedure that executes in response to specific actions on the table like insertion, updation or deletion. It is a database object which is bound to a table. Triggers cannot be explicitly invoked. The only way

Proram of Autoboxing where widening beats varargs.

Widening Widening in Java can be defined as converting a variable of a particular type into wider type. E.g: short is converted int primitive type. varargs varangs is variable arguments. varangs as name suggest allows a method to have 0

Program of Autoboxing where boxing beats varargs.

varargs varangs is variable arguments. varangs as name suggest allows a method to have 0 or mutiple argument. Autoboxing Autoboxing is converting primitive data type into it's equivalent wrapper type class automatically in Java.E.g: int p

Why the order-by in hbm.xml is not resulting the sort in UI(jsf)?

The order-by in hbm.xml is not resulting the sort in UI(jsf), where as the hibernate query is printing in console is working correct   I am not able to get the sorted table from the data base,where as the hbm.xml changes are reflecting only to

Remove all the previous activities from the back stack in android

Whenever you switch from one activity to another using intent and specially in the case of logout and sessions related android applications you will find activity back stack issue. Here i will show you a small piece of code which will help you to c

1 228 258
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: