Wednesday, February 18, 2015

HTML tutorial www html net

Read more »

HTML Tutorial w3schools com


With HTML you can create your own Web site.
This tutorial teaches you everything about HTML. 
HTML is easy to learn - You will enjoy it.





 Press download button to download w3schools.com HTML tutorial.
Read more »

C program to find the sum of series 1 2 4 5 7 8

C program to find the sum of series 1/2+4/5+7/8+......

#include<stdio.h>
#include<conio.h>


void main()
{
int i,n;
clrscr();
float sum=0,x,a=1;

printf("1/2+4/5+7/8+......");
printf("

How many terms(ex: 1,2,3...n)?");
scanf("%d",&n);


for(i=0;i<n;++i)
{
x=a/(a+1);
sum+=x;
a+=3;
}

printf("
Sum=%f",sum);
getch();
}
Read more »

iPhone 5 Mockup Template PSD

iPhone 5 Mockup Template PSD

Free Download iPhone 5 Mockup PSD Template. freebie is another iPhone5 in hand mockup for showcasing apps or websites. Enjoy!

Type : PSD
Category : Mockups
License : Free
Author : Dribbble
Download
Read more »

Free T shirt PSD Template

Free T-shirt PSD Template

Free Download PSD T-Shirt Template. Blank round neck t-shirt template by Priscilla Wilson. Enjoy!

Type : PSD
Category : Mockups
License : Free
Author : Skyje
Download
Read more »