The Tutorials in this series are created using Inkscape 0.48.4, and 0.91 on Ubuntu 12.04. INKSCAPE is an Open Source Vector graphics editor similar to Adobe Illustrator, CorelDraw or Xara X, which uses the W3C standard Scalable Vector Graphics (SVG) file format. Inkscape can create and edit complex vector graphics and save them in a variety of formats. These illustrations and drawings may be used for Desktop Publishing, in your presentations and documents. Read more
Foss : Inkscape - English
Outline: - Mango pattern in Inkscape for Textile design - Repeat patterns using cloning - Draw using Pattern along Path
Foss : Introduction to Computers - English
Outline: The various components of a computer To connect the various components of computer.
Outline: Printer Connection 1. How to connect printer to a computer. 2. Configuring the settings. 3. Test print. 4. Printing a pdf document.
Outline: Create a new google account Login to gmail using the google account Write an email Send an email View an email and logout of gmail. We will also learn ..
Outline: Compose Options for Emails The email recipients, namely, To, Cc, Bcc. Format the email text. Attach files to emails. Share files via Google Drive. Insert a photo or link int..
Outline: Options available in Google Drive like: Creating a document, a spreadsheet and a presentation Uploading files & folders And Sharing options like: Can View Can Co..
Foss : Java - English
Outline: Getting started with Java Installation * Install jdk from Synaptic Package Manager * Choose openjdk-6-jdk from the list of packages available * Mark it for installation ..
Outline: Java - First Program *write simple java program *print “My First Java Program!” on Console *save the file *file name given to the java file *compile the file *..
Outline: Installing Eclipse *Install Eclipse on Ubuntu on the Terminal *Set up the proxy on the Terminal *Then fetch the list of all the available softwares *Type sudo apt-get up..
Outline: Getting started with Eclipse *Eclipse is an Integrated Development Environment *It is a tool on which one can write, debug and run java programs easily *Open Dash Home and ..
Outline: HelloWorld in Java using Eclipse *Open Eclipse *Create a Java Project named DemoProject *Create a class named DemoClass *Class name and file name will be the same *Ecli..
Outline: Errors and Debugging *When writing a Java Program, here is a list of typical errors: *Missing semicolon(;) *Missing double quotes(".") *Mis-match of filename and classnam..
Outline: Programming features of Eclipse *Auto completion *Sets the corresponding closing brace when we open the brace *Provides a drop-down list of methods when you start typing th..
Outline: Numerical datatypes *define datatypes and numerical datatypes *int *float *byte *short *long *double *range of each numerical datatypes *declaration and initial..
Outline: Arithmetic Operations *Define an operator *Define arithmetic operators *Addition *Subtraction *Multiplication *Division *Modulo *Simple program to demonstrate ari..
Outline: Strings *char datatype *letter,digit,punctuation marks, tab, or space are all characters *Program explaining the variable and the character data *Introduction to strings ..
Outline: Primitive Type Conversion *define type conversion or type casting *higher order integer to lower order integer- Explicit type casting *program to show explicit type casting..
Outline: Relational Operations *boolean datatype *equal to * not equal to *less than *less than or equal to *greater than * greater than or equal to
Outline: Logical Operations *use of logical operators *and (&&) operator *example to explain and operator *program to demonstrate and operator *or (||) operator *example to ex..
Outline: Outline *Conditional Statements and types of Conditional Statements *Use of if statement *Syntax for if statement *Program using if statement *Use of if else statement *Syn..