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

Search In

How to create Animation using XML code in android?

This tutorial will guide you to do animation in android. There are two ways to do animations in android , through XML code or java code. In this tutorial, we are using only first way through XML code. In this tutorial, we are defining animations like

Difference between find() and filter() methods

Both the methods are similar to each other. It is hard to understand the difference between jQuery find() and filter() methods. The difference between the two is that find() method searches for all the elements in the selector while the filter() met

GridView to Excel

Hi Friends, Today i will tell you how to export data to excel from gridview in asp.net. For this firstly create a project in asp.net.Add a gridview control in aspx page from toolbox as shown below: <html xmlns="http://www.w3.org/1999/

How to Merge XML CTE's in SQL Server Using Common Refid Key

I have the following CTE's, and I'm trying to combine XML1 and XML2 CTE's in Sql Server by their common refid key. ;With TBL1_Fruits As (Select '1' as refid, 'Apples' as fruits, 'Red' as color,

What are the Core Benefits of Automation Testing

If you are a programmer, you will undoubtedly be used to the annoying and ungrateful task of testing your code over and over again until you make sure it works. What's more, you should also make sure that your program does exactly what you want i

Binding Jquery Grid Dynamically in MVC

In MVC while making bindings with the data into the collective form as in the table usually with the JQuery functionality is easy to use.   First you will download and include the CSS and scripts for it       The files rel

  • 332
Is Ruby pass by reference or by value?

When we have to call a function with parameters there are basically two most generally known and easy to understand approaches for passing of parameters among all programming languages and these are pass-by-value and pass-by-reference. Ruby is pass-b

How to create a model in OpenERP/Odoo ?

If you want to create a model in OpenERP use like below code - from openerp.osv import fields, osv class course(osv.osv): _name='course' _columns= { 'name':fields.char("Name",size=128,domain=[('name', '=',2)]),

Difference between 'null' and 'undefined'

The difference between undefined and null is as follows, 1-When we declare any variable and we do not give it a value then it will have the value undefined.Undefined is a type all to itself 2- We can declare a variable and can set it to null.Java

How to sort table columns using Table Sorter

Follow the given steps: 1) Add the script in your page <script type="text/javascript" src="/path/to/jquery-latest.js"></script> <script type="text/javascript" src="/path/to/jquery.tablesorter.js"></script> 2) It will sort

1 71 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: