April 2013 ~ myTechpartner Join Me On Facebook
Join Me On Facebook

Blogroll

Tuesday, 30 April 2013

Samsung Galaxy S 4 Has Arrived in 60 Countries

South Korean mobile phone maker Samsung Electronics has started selling its latest flagship Android smartphone over the weekend, and confirmed that the device is already available in 60 countries around the world. The smartphone has been released in the United States, Germany, France, and the UK, as well as 56 other countries, and is expected to arrive in many more before the end of this quarter.In fact, the handset vendor had previously...

How to Increase Size of Local Disk C

How to Increase Size of Local Disk C Yes i know every one have this problem because of large installation file decrease your disk size here i give simple way to increase the size. Step 1: Right click on my computer –>select manage Step 2: Select Storage->Disk Management If you right click the C disk partition the extend volume not highlighted, it is because there is no unallocated free space in your hard disk. For allocating new space you...

Friday, 12 April 2013

Quick start: The Blank App Template

We must begin, of course, by paying due homage to the quintessential “Hello World” app, which we can achieve without actually writing any code at all. We simply need to create a new app from a template in Visual Studio: 1. Run Visual Studio Express. If this is your first time, you’ll be prompted to obtain a developer license. Do this, because you can’t go any further without it! 2. Click New Project… in the Visual Studio window, or use the File...

Monday, 8 April 2013

Windows 8 app creation Tool Box

Simply Drag and drop into your design forum to create text box,button,list view,  Label, (function() { var cx = '001641980144601382339:WMX-156893730'; var gcse = document.createElement('script'); gcse.type = 'text/javascript'; gcse.async = true; gcse.src = (document.location.protocol == 'https:' ? 'https:' : 'http:') + '//www.google.com/cse/cse.js?cx=' + cx; var s = document.getElementsByTagName('script')[0];...

Windows 8 Simple App

Simple windows app creation using Visual Studio Click on new project: Select your Programming languages Create your ideas: Share ...

JAVA

Variables• Variables may be tagged as constants (finalkeyword).• Variables may be initialized at creation time– final variables must be initialized at creation time• Objects are variables in Java and must bedynamically allocated with the new keyword.– E.g., a = new ClassA();• Objects are freed by assigning them to null, or whenthey go out of scope (automatic garbage collection).– E.g., a = null; int n = 1;char ch = ‘A’;String s = “Hello”;Long L = new Long(100000);boolean done = false;final double pi = 3.14159265358979323846;Employee joe = new...

Sunday, 7 April 2013

Binary Search

import java.io.*;class binarysearch   {         public static void main(String arg[]) throws Exception            {                  BufferedReader br=new BufferedReader(new InputStreamReader(System.in));                  System.out.println("How many elements");                 ...

Java JDK Installation & Path setting

jdk-6-windows-i586.exe installation step: First all of you must download the  jdk-6-windows-i586.exe you can download this from here:    After downloading 1. run jdk-6-windows-i586.exe 2. After completion of installation 3. path setting for jdk 4. go to C:\Program Files (x86)\Java 5.copy the location  C:\Program Files (x86)\Java\jdk1.6.0\lib 1)right click on my computer select properties     2) ...

Linear search

import java.io.*; class linear { public static void main(String arg[]) throws Exception {   BufferedReader br=new BufferedReader(new InputStreamReader(System.in));   System.out.println("How many elements");   int n=Integer.parseInt(br.readLine());   int a[]=new int[n];   System.out.println("Enter the elements");   for(int i=0;i<n;i++)     {      a[i]=Integer.parseInt(br.readLine());     }    System.out.println("The array is:");   for(int i=0;i<n;i++)  ...

Saturday, 6 April 2013

Java

Here am introducing not a core java program it only sample programs based on various data structure in Java .I hope that all of you following this. Sample programs: 1. Searching 2.sorting 3.Linked list 4.Stack 5.Queue 6.Tree 7.Graph Will be published soon Stay for new updat...

Thursday, 4 April 2013

Java Code

  Coming  soon Java Coding            import java.io.*; class hello   {      public static void main(String arg[])       {            System.out.println(“Hello”);       } } Output: Hello...

Tuesday, 2 April 2013

Share Content

Share Content A new feature add to Office 13 that is a share content in the log on page, This contains 1. Invite peoples 2. Email 3. Present Online 4. Post to blog 1) Invite People Step 1: Save your document to a SkyDrive location Step 2: Share your document. We’ll do this after you’ve finished saving. 2) Email 3) Present Online 4) Post to Blog ...

Live with Office 13

  Just a one click to create  any document  ,more than 30 templates are already loaded with this version that are needed for your work. And more templates are available on online they load  when you connected to the internet.   Templates(Along with Office 13) 1. Blank document                        2. Adjacency...

Monday, 1 April 2013

Amazing new look of MS OFFICE 2013

                                                                             ...

 

Contributors

Online Marketing

Do you Like this Article?

rss twitter facebook