Installing Visual F# Tools on Visual Studio 2015

F# tutorials for Beginners - How to add Visual F# Tools on Visual studio 2015 professionals? To start learning F# programming language visual, Please make sure a visual studio application is already installed you have Visual F# Tools. In our previous post, we had discussed about why using a visual F# Programming language. Please read Learn F# (F Sharp) Programming Language .NET.

In addition to the Visual F# Programming language can be built using visual studio on windows, it can also be developed through Linux using the free Microsoft Visual Studio Code, see how to build Visual F# in Linux.

Add Visual F# Tools on Visual Studio 2015

Open your visual studio 2015 and create new project. In the new window select visual F#, if you have not installed visual F# then it will be informed to follow the manual instructions to install it.

Just follow this tutorial step by step.
  
Installing Visual F# Tools

Installing Visual F# Tools 2
Installing Visual F# Tools 3
 Instructions
  1. Click the Update button to update your Visual Studio
  2. Click the Skip button to skip the update process and continue the installation process visual F#
Installing Visual F# Tools 4

Installing Visual F# Tools 5
 On this step, Click Update button to continue the installation process visual F #

Installing Visual F# Tools 6

Installing Visual F# Tools 7
 You has been finished now.

Installing Visual F# Tools 9

Congratulations you have completed and successfully installs the Visual F # in Visual Studio Tolls by 2015. to see if it really worked, open visual studio applications you back and star to make the first application whit create by Visual F# Programming language.

Always update for latest F # tutorial from us by subscribing to the latest tutorials and each will be sent directly via e-mail for free. see you at Next Lessons guys.

How to Create Your Own Blogger Template From Zero to Hero

Here's how to make your Own Blogger Templates quickly and easily for beginners. To make a blogger/blogspot templates we can using Text editor like Notepad++, Visual Code or Live at blogger, You just need to understand about CSS and HTML languages and Java Script too, But don't be sad if you don't for now, i'll tech you for step by step. Just subscribe us to update our new tips everyday for free.

To make a Blogger templates look like a professional designers, Sure it will take our time. For First tutorial how to make a blogger template,I will show you the most basic things should be noted and to building a templates such as the explanation of parts of the blogger templates.

Basics of Blogger Templates Layouts

  1. Outer-wrapper / Container : a place to put all the elements, such as the header, sidebar, footer, content, etc.
  2. Main-wrapper : a place to save the contents of the blog, like the title of one article, the content of the articles, comments, etc.
  3. Sidebar : usually in the contents with the widgets-widgets for established blogs.
  4. Footer : normally the same as the sidebar but its position at the bottom. Like the header located on the bottom of the footer is usually assigned a hyperlink and text copyright information also.
For example of How to build Blogger template with simple design look like this picture :

How to Create Your Own Blogger Template

Some parts of another template that are not visible on the screen of the monitor that is a mandatory part of this HTML is owned by a template or whether it be a Website or Blog or any other template (for blogger platform HTML/XML), if you don't have this part of the template will not work or is not running properly.

Basic HTML Structure


<html> <!-- Open tag for HTML -->
<head> <!-- Open Tag for Head -->
place your CSS or JavaScript here
</head> <!-- Clode tag for Head -->
<body> <!-- Open tag for main Body -->
Place your HTML or your Javascript here
</body> <!-- Clode tag for Body -->
</html> <!-- Clode tag for HTML -->

Following description of the structure above for HTML tags :

HTML : <html></html>

A Blog/Website templates always begins with <html> the opening tag and the closing tag must end </html>
This is the tag between tags or other structures is placed that will create a look of your blog/website.

Head : <head></head>

After <head> usually we placed the tag identifier codes starting from the title tag/title, description, keywords and other identifying tags. This code must be placed between a CSS code that will display a display model or character from the template itself. Before the code tags coverings </head> usually we can added a Javascript code to simply add features use Javascript code.

Body : <body></body>

The body tag is the most important on a Website/Blog template as this will accommodate and display all content of the blog/website itself. In part this tag is still divided into 4 more important structures i.e. the Header, Sidebar, Content and Footer also, above I explain about this structure.

If we are already familiar with the structure of HTML language, sure we will easily to create model templates and modify our blogger templates, but remember that to make a template needed knowledge in CSS and HTML code.

For Next Lessons I'll post about how to make templates for Blogger/Blogspot and build it from scratch, perhaps I need to prepare it in advance because it is so easy to be understood for step by step. What we learn next lesson : How to basic element/patterns, Body and Outer Wrapper, Header, Sidebar Block, Main Wrapper, Post and comment box, Footer, and Refinement.

Just follow us to update more tips, trick and source code for free everyday.