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

Search In

Magento Adapter Class for Shipping

The adapter model handles the functionality for our shipping module. This is where all the calculations happen and where everything will be coded. The coding written in model is to handle the shipping methods and the rates returned to the user for ch

How to write a test case using Robotium in android

Today we are going to learn something about J-Unit testing in android. We will be implementing an automation library known as Robotium, for genreating the test cases for testing the various functionalities in our app. First of all you need to add the

Android speech to text

It is now very easy to use the speech to text feature provided by Android. Please follow the following steps to know hoe to use this feature: Create an activity and with a textview to show the text and a button to initiate the speech to text servic

Creating a mongDB snapshot with LVM

Snapshot can be represent as creating pointers (equivalent to “hard links”) between special snapshot volume and live data. The snapshot process uses a copy-on-write strategy. As a result the snapshot only stores modified data. The primary purpose of

Creating a mongDB snapshot with LVM

Snapshot can be represented by creating pointers (equivalent to hard links ) between special snapshot volume and live data. The snapshot process uses a copy-on-write strategy. As a result the snapshot only stores modified data. The primary purpose

Get resource file content on child control page of a module

I was facing a problem of not getting content in different control page of a module. I have implemented it in two ways: Register module in skin instead of dropping a module in a page and give id="view" rather than any other id <%@ Register Ta

How to bind DropDownList from DataBase in asp.net

Hello all, In asp.net we use DropDownList control which has multiple select items(options) from which we can select one. We can either set the values of DropDownList list items by hard coding it or we can also bind the the select items and select va

How to export GridView to Excel in .Net

Hello all, In asp.net we show our database records in tabular format using GridView control and to export that GridView Data to excel, we can use following code packet. protected void gridViewExportToExcel() { if (GridView.Rows.Count &

job board for education industry

Job board design and development for education category website “www.theschoolworld.com Introduction The job board we require is for a single industry (Education) to be developed in PHP 5.6 version and in html5 pages. Features for Job seekers 1.

How to use Intent to send data from one Activity to another in Android

Below I have written the code for how to send data using Intent in Android from one Activity to another. Intent i = new Intent(getActivity(), UploadWeldService.class); i.putExtra("mCapturedImagePath", mCapturedImagePath); i.

1 26 106
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: