Search Tutorials

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


About 1286 results found.
  1. Instruction Sheet
  2. Installation Sheet
  3. Brochures

Foss : Inkscape - English

Outline: - To set the page size for visiting card and setting other document properties in Inkscape - Arrangement of the various objects in the visiting card - Explaining how to arrange f..

Intermediate

Foss : Inkscape - English

Outline: - Create Patterns in Inkscape - Patterns using Cloning - Pattern along Path in Inkscape - Patterns using Spray tool - Path Effect Editor in Inkscape

Intermediate

Foss : Inkscape - English

Outline: - Special effects on text in Inkscape - Reflected text in Inkscape - Labeled text - Change the text case in Inkscape

Advanced

Foss : Inkscape - English

Outline: - Inkscape - Difference between raster and vector image - Various raster and vector formats - Convert raster image to vector

Advanced

Foss : Inkscape - English

Outline: - Creating a simple Warli art in Inkscape - Repeat patterns using cloning - Application of the Warli art in Textile design

Advanced

Foss : Inkscape - English

Outline: - Mango pattern in Inkscape for Textile design - Repeat patterns using cloning - Draw using Pattern along Path

Advanced

Foss : Introduction to Computers - English

Outline: The various components of a computer To connect the various components of computer.

Basic

Foss : Introduction to Computers - English

Outline: Printer Connection 1. How to connect printer to a computer. 2. Configuring the settings. 3. Test print. 4. Printing a pdf document.

Basic

Foss : Introduction to Computers - English

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 ..

Basic

Foss : Introduction to Computers - English

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..

Basic

Foss : Introduction to Computers - English

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..

Basic

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 ..

Basic

Foss : Java - English

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 *..

Basic

Foss : Java - English

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..

Basic

Foss : Java - English

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 ..

Basic

Foss : Java - English

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..

Basic

Foss : Java - English

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..

Basic

Foss : Java - English

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..

Basic

Foss : Java - English

Outline: Numerical datatypes *define datatypes and numerical datatypes *int *float *byte *short *long *double *range of each numerical datatypes *declaration and initial..

Basic

Foss : Java - English

Outline: Arithmetic Operations *Define an operator *Define arithmetic operators *Addition *Subtraction *Multiplication *Division *Modulo *Simple program to demonstrate ari..

Basic