Tutorials Archive

  • IN-Motion is a Motion and Dynamic Simulation Addin for Autodesk Inventor. Autodesk has certified IN-Motion as a compatible addin for Inventor 2009 and 2010 versions. In this tutorial, I shall explain in brief What is Dynamic Simulation using a simple example of 2 bodies. gravityText.iam has two parts namely housing (grounded part) and bob (pendulum). We define a Mate constraint...

    Autodesk Inventor Dynamic Simulation Tutorial using IN-Motion

    IN-Motion is a Motion and Dynamic Simulation Addin for Autodesk Inventor. Autodesk has certified IN-Motion as a compatible addin for Inventor 2009 and 2010 versions. In this tutorial, I shall explain in brief What is Dynamic Simulation using a simple example of 2 bodies. gravityText.iam has two parts namely housing (grounded part) and bob (pendulum). We define a Mate constraint...

    Continue Reading...

  • In continuation of my earlier post on ZedGraph example which plots a sinosoidal graph, I have extended it further to: Add a new custom menu item in context menu(which appears on right click on the graph) Export Graph plot data to CSV (coma separated values) file. Which can be opened by spreadsheets such as Microsoft Excel and Open Office calc....

    ZedGraph C# Graph Data Export to CSV Using a Custom Context Menu

    In continuation of my earlier post on ZedGraph example which plots a sinosoidal graph, I have extended it further to: Add a new custom menu item in context menu(which appears on right click on the graph) Export Graph plot data to CSV (coma separated values) file. Which can be opened by spreadsheets such as Microsoft Excel and Open Office calc....

    Continue Reading...

  • Update : Check out ZedGraph C# Graph Data Export to CSV Using a Custom Context Menu , It has code to make a custom context menu item and also export the graph plot data as CSV. Zedgraph is a very good opensource C# graph plotting library. Check out more details at my earlier post on Zedgraph. I have gone a...

    Zedgraph C# Graph Plot Example Application

    Update : Check out ZedGraph C# Graph Data Export to CSV Using a Custom Context Menu , It has code to make a custom context menu item and also export the graph plot data as CSV. Zedgraph is a very good opensource C# graph plotting library. Check out more details at my earlier post on Zedgraph. I have gone a...

    Continue Reading...

  • How to minimize forms that belong to a particular application, when the parent application (In my case Autodesk Inventor) is minimized ? When you create software or addins, you would want the forms/dialogs to be minimized and not floating around when parent application is minimized. For that we need to deal with hWnd of parent application. “hWnd” stands for Window...

    Minimize forms along with Parent Application or Form in C#

    How to minimize forms that belong to a particular application, when the parent application (In my case Autodesk Inventor) is minimized ? When you create software or addins, you would want the forms/dialogs to be minimized and not floating around when parent application is minimized. For that we need to deal with hWnd of parent application. “hWnd” stands for Window...

    Continue Reading...

  • Update: Check out Zedgraph C# Graph Plot Example Application , I have an example ZedGraph Application (with sourcecode) to draw Line Plot, Bar Graph and Pie Chart. Update 2: Check out ZedGraph C# Graph Data Export to CSV Using a Custom Context Menu , It has code to make a custom context menu item and also export the graph plot...

    Opensource C# Graph Plot Library – ZedGraph

    Update: Check out Zedgraph C# Graph Plot Example Application , I have an example ZedGraph Application (with sourcecode) to draw Line Plot, Bar Graph and Pie Chart. Update 2: Check out ZedGraph C# Graph Data Export to CSV Using a Custom Context Menu , It has code to make a custom context menu item and also export the graph plot...

    Continue Reading...

  • In this post, the videos explain the Installation of Ruby, Rails, MySQL etc for you to get started with Rails Development on your local system. Since I am on Windows, I dont have any summary to offer on Installation on Mac , but still its worth watching all the videos irrespective of the OS you are on. The following videos...

    Rails Video Tutorial 4 – Installation

    In this post, the videos explain the Installation of Ruby, Rails, MySQL etc for you to get started with Rails Development on your local system. Since I am on Windows, I dont have any summary to offer on Installation on Mac , but still its worth watching all the videos irrespective of the OS you are on. The following videos...

    Continue Reading...

  • In our previous set of Videos, we have covered basics of a Web Application, MVC architecture and also basic introduction to Ruby and Rails. In this post, we have videos which explain certain tools which can be used to speed up our development process. They are: Command Line Text Editor Rails & Ruby Overview Command Line Summary: We use Terminal...

    Rails Video Tutorial 3- Tools

    In our previous set of Videos, we have covered basics of a Web Application, MVC architecture and also basic introduction to Ruby and Rails. In this post, we have videos which explain certain tools which can be used to speed up our development process. They are: Command Line Text Editor Rails & Ruby Overview Command Line Summary: We use Terminal...

    Continue Reading...

  • In this post, the following Concepts are explained Web Applications and Rails What Rails can Do Where Rails Came From Rails Philosophies More Rails Philosophies MVC Model View Part 1 View Part 2 Controller Web Applications and Rails Summary: Basic introduction to Web applications in general. The architecture of Web browser(Cleint) and Server(which also includes a Database) is explained. Model-View-Controller...

    Rails Video Tutorial 2 – What Rails is

    In this post, the following Concepts are explained Web Applications and Rails What Rails can Do Where Rails Came From Rails Philosophies More Rails Philosophies MVC Model View Part 1 View Part 2 Controller Web Applications and Rails Summary: Basic introduction to Web applications in general. The architecture of Web browser(Cleint) and Server(which also includes a Database) is explained. Model-View-Controller...

    Continue Reading...

  • Welcome to Ruby on Rails Summary : It is intended for completely novice beginners. There is a brief introduction given to Web Applications: How exactly any Web Application deployed on a server would function ? Ruby Language: “Ruby is a dynamic, reflective, general purpose object-oriented programming language that combines syntax inspired by Perl with Smalltalk-like features. Ruby originated in Japan...

    Rails Video Tutorial 1 – Introduction

    Welcome to Ruby on Rails Summary : It is intended for completely novice beginners. There is a brief introduction given to Web Applications: How exactly any Web Application deployed on a server would function ? Ruby Language: “Ruby is a dynamic, reflective, general purpose object-oriented programming language that combines syntax inspired by Perl with Smalltalk-like features. Ruby originated in Japan...

    Continue Reading...

  • Finally I intend to begin my journey on Rails (Ruby on Rails). After searching for some quick resources to learn Rails fast, I came across a good number of them which would be shared in this post. I am hoping I can learn Ruby on Rails faster for the following 2 reasons I know Smalltalk(Squeak) and Seaside. Seaside is somewhat...

    Learn Ruby on Rails through Video Tutorials

    Finally I intend to begin my journey on Rails (Ruby on Rails). After searching for some quick resources to learn Rails fast, I came across a good number of them which would be shared in this post. I am hoping I can learn Ruby on Rails faster for the following 2 reasons I know Smalltalk(Squeak) and Seaside. Seaside is somewhat...

    Continue Reading...