The Tutorials in this series are created using Scilab 6.1.0 on Windows 10 OS. Graphical user interface (GUI) in Scilab allows you to operate the software programs with a point-and-click interface, eliminating the need for others to learn a language or type commands in order to run the program. Scilab offers multiple options for developing a GUI. Among all the GUI approaches, the GUI Builder toolbox is the most extensively used. With this toolbox, creating a GUI is very simple. This toolbox is developed by Tan Chin Luh and David Violeu. This is the fastest and easiest way to create the GUI in Scilab. This series shows how to make a Graphic user interface (GUI) from scratch and with the GUI Builder toolbox. Read more
Foss : GUI in Scilab - English
Outline: * Learn about an exponent calculator, * Adding Edit box for base to take user input, * Adding Edit box for exponent to take user input, * Adding a Text box to display the output..
Outline: *About Linear equation of a line, *What are Axes, *Use of Edit box for taking user input for a, b and c, *Use of Text box for displaying the slope and y-intercept, *Use of Push..
Outline: * Learn about basic plotting in GUI * About Checkbox, * Adding Checkbox for sine function, * Adding Checkbox for cosine function, * Adding an Axes to display the response of a ..
Outline: * Learn about an interest calculator, * About Radiobutton, * Adding Edit box for principal to take user input, * Adding Edit box for rate of interest to take user input, * Addi..
Outline: * About parametric form of a circle, * About a Slider, * Add a Slider to vary the value of a radius, * Add a Text box for displaying the value of radius, * Add an Axes to displ..
Outline: * About parametric form of a sphere, * Using a Slider to vary the value of a radius, * Using a Text box for displaying the value of radius, * Using an Axes to display the plot, ..
Foss : HTML - English
Outline: HTML Overview About HTML The content available in various tutorials in this series My First HTML Program Elements, Tags and Attributes Formatting Tags Styles..
Outline: My First HTML Program: Structure of an html document Write a sample html program html, head & body sections title tag H1 heading tag Save the html program .html and .htm ..
Outline: Elements, Tags and Attributes in HTML: Elements Empty elements Nested elements Tags Self Closing Tags Attributes Common Attributes Single and Double Quoted Attributes Br..
Outline: Formatting Tags Text Formatting Tags -Paragraph -Heading -Bold -Italic -Small -Underline -Delete -Insert -Super Script -Sub Script Break Tag Horizontal Ruler Anch..
Outline: Styles and CSS Inline style, Style Attribute, Style tag, CSS, Common Style Attributes: - text align, - font-family, - font-size, - colour, - Background Colour, ..
Outline: Lists in HTML What is list? Types of List: - Ordered List - Unordered List - Description List List Attributes - Ordered List Types - Unordered List styles N..
Outline: Tables in HTML Tables Table Elements: - caption - table row - table heading - table definition Table Attributes: - Spacing - Padding - Border - Width -..
Outline: Phrase Tags in HTML Comments - Single line comment - Multiline comment Phrase tags - Strong - Emphasised - Marked - Abbreviation - Quote - Cite - Code - P..
Outline: DOCTYPE and Head Section DOCTYPE Doctype Declaration Head Section Title tag Style tag Script tag Meta tag Link tag Base tag Keywords CSS JavaS..
Outline: Embedding Images in HTML How to embed an image using img tag Image Source attribute Alternative text for the image Downloading image from the internet Searching reusable ima..
Outline: Embedding Audio and Video in HTML Embed an audio file using audio tag Embed a video file using video tag HTML5 supported audio formats HTML5 supported video formats Provide ..
Outline: Block level elements Inline elements div tag span tag HTML5 layouts Header tag Footer tag Navigation tag Article tag aside tag
Outline: Forms in HTML About Forms Creating a simple form Form elements Input tag Label tag Button tag Input types Text type Email type Password type
Outline: More on Forms in HTML Form Input types Date type Radio button type Number type Form Elements Select Datalist Fieldset Form Methods GET metho..