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

Search In

How to display a single text view in different colors

It can be done simply by setting your text as below :- textView.setText(Html.fromHtml(getString(R.string.starting_up_message))); And in your in your string file define that test say like this <string name="starting_up_message"><![CDATA[

Break up database for a financial year in OpenERP

Create backup for the database first. Restore again in a new database, with whatever name or with new financial year succeeding the name. Now perform the following tasks: delete all the sales order from the sale_order table. delete all

How to get sorted NSArray of date for NSDictionary.

With the help of following code you can sort the given dictionary containing key as Date. @implementation NSMutableDictionary (SortingNSMutableDictionary) -(NSArray *)getAllSortedKeys{ NSMutableArray *array = [NSMutableArray arrayWithArray:[sel

How to Make a new CSV File Through PHP Script.

This tutorial show's how to create a new CSV file through PHP script. This script is more helpful for php developer to create a new CSV file in array formate. function functionname (parameter) { if (($handle = fopen("$data", "r")) !== FALSE)

Example of parallax

Hello Readers ! Here is an example of parallax with simple script and it is also compatible with internet explorer. Script :- <script type="text/javascript"> $(document).ready(function() { $(window).bind('scroll',function(){

Example of Parallax Scrolling

Hello Readers ! Here is an example of parallax scrolling with simple script and it is also compatible with internet explorer. Parallax Scrolling :- The parallax scrolling web design is in trend, Its shows the background moving at a slower compare

Navigation Between Pages in Phonegap onsenui

<ons-page class="center"> <h1>My First Page</h1> <ons-button ng-click="ons.navigator.pushPage('secondPage.html')"> Push My second Page </ons-button> </ons-page&g

Indroduction of Testing and Types of Testing

What is Testing? Testing is the process of improving the quality of Software or Software application. Ways of Testing? 1.Manual Testing 2. Automation Testing 1.Manual Testing: Manual Testing is a type of testing where testers manually test the

Update Panel

Update Panel An Update Panel is a control used to refresh selected parts of the page instead of refreshing the whole page with a post back. This is referred as performing a partial-page update. An Update Panel has two child tags. 1: ContentTemplat

Basic Block Syntax using Objective C

Block are piece of code introduced in ios 4.0. Block are used to make code cleaner and reduce dependency from delegates. To use the block first we have to declare the block and then its definition. Here is the syntax to declare to the Block. retur

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