Total Pageviews

Wednesday, February 29, 2012

JAVA: PROGRAM TO FIND AREA OF TRIANGLE

class Area
{
public static void main(String args[])
 {
int a=20,b=30,c;
c=(a*b)/2;
System.out.println("Area of Triangle is = "+c);
 }
}

Wednesday, February 1, 2012

quizpr1

 quizpr1

http://www.killersites.com/

strengths: provides good tutorials for web designing , video tutorials as well!

weaknesses: NOT A FREEWARE IT COSTS TOO MUCH.

http://coolhomepages.com/

strengths:  Provides nice  tips and tricks for the webdesigning.
                  You can show your own artwork and designs on their site.
                  Premium designs and templates are available.
    A blog for discussion is available

weaknesses: Not much on tutorials side.

www.w3schools.com/

strengths: Perfect for beginners
    very well explained basics.
    Provides their own live editor that doesn't require any download.
    Good for advanced HTML USERS.Covers JAVA,CSS,VBSCRIPT,JSON,PHP,HTML5 ETC.
    Provide their own curriculum and course certificates for a small fee.
weaknesses: Doesn't provide Templates and Layouts.

http://dynamicdrive.com/

strengths: Provides online tools and support
              has a nice css library
             can talk to other users for help with Active Forums
            free css library

weaknesses: nothing on HTML BASICS.











 http://jquery.com/

strengths:

jQuery is a new kind of JavaScript Library.

jQuery is a fast and concise JavaScript Library that simplifies HTML document traversing, event handling, animating, and Ajax interactions for rapid web development. jQuery is designed to change the way that you write JavaScript.




weaknesses:  no html basics available



OVERALL OVERVIEW :

I WOULD PREFER TO USER W3SCHOOLS FOR WEB DESIGNING   AS IT PROVIDES A COMPLETE TUTORIAL ON ALL WEB DESIGNING LANGUAGES.