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

Search In

Capybara Scoping

There are many times when we want to restrict our search to a particular section and not on the whole page. This will basically decrease the search time and will also help in uniquely identifying the desired element. Capybara provides within method t

Using handlers in android.

Brief Introduction In Android apps there are scenario  where we need to communicate the thread with our UI .Like downloading image from server and communicating to UI thread that downloading is completed or it is interrupted. Handlers are

How to create Lookup tables in SharePoint 2013 using CSOM?

Lookup tables is used in Enterprise Custom Fields. We can create Lookup tables programmatically either from CSOM or PSI. Here below is the example of creating Lookup tables using CSOM. Microsoft.ProjectServer.Client.LookupTableCreationInformation l

Small tutorial about local.xml in Magento

Hello Readers, This tutorial will guide you about local.xml file in magento. The local.xml file does not exist by default. We will have to create it in the layout folder of current theme. By Using local.xml, we can modifying the existing layout file

Arithmetic operations by using only one variable

Hey Guys, Today we are going to perform Arithmetic operations by using only one variable. It means, if we have define a single variable for loops or anything else then it must be used for all the operation. So, here, your only friend is "C" or "C+

Cakephp: How to retrieve video url from Google App Engine

About Google App Engne Google App Engine applications are used to create data storage. We do not require to maintain servers with App Engine. We just need to upload applications and can access the site from the web. How to Upload Video? Write the f

Jquery animate() method

Hello Readers, The jQuery animate() method is used to create custom animations. If you want to create some animation effect in your HTML, then you can use jQuery .animate() method for the same. We use following syntax for create animation. Syntax:

How to Upload Multiple Files to Drive Using HTML Form

Input tag has many type for the values. for e.g input type "button" defines the input like button. In the same way input type "file" defines a box to upload a file to drive. <input type="file" name="u

What is toArray() method in jquery ?

Hello Readers, toArray() is the jquery method which is used to convert the elements to array. This method returns the jquery elements matched by the jquery selector as an array. Syntax : $(selector).toArray() Code Example : <html> <h

Action Filter in MVC

An action filter is an attribute. You can apply action filter over the entire controller or over its particular action.   Action filters in MVC are the attribute that can be used accroding to the user need before or after the program gets exec

  • 139
1 437 481
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: