Posts Tagged ‘ how to ’

How to Change the Design of SharePoint 2010 Site

SharePoint 2010 tutorial

When running a business, you most definitely want everything well organized and well prepared. It won’t be much of problem if you own a small business that has only two or three departments. If you run a company that has several departments, while has to maintain networking inside and outside your company, what kind of tools would you use to ensure that everything will always run smoothly? SharePoint 2010 can solve this problem. SharePoint 2010 Microblogging System actually a business collaboration platform. With the help of this business collaboration, you would be able to get connected and empowered to different people through variety of features. At the same time, the Microsoft SharePoint greatly helps to cut down the cost with a kind of unified infrastructure. It would also work well to respond to any of your business needs at a fast rate. (more…)

How to Add Images into ASP.NET Webpage (2)

This is the second lesson in a series of free tutorials about programming your own website using Microsoft ASP.NET and Visual Studio Express, which is a free programming environment available from the Microsoft website. For more information about downloading and using the ASP.NET programming environment, see the introduction to this series, which is located here.

In tutorial one, we talked about the basics of programming an ASP.NET web page and we built our first website page. In this tutorial, we will add images to that website and make a button out of an image. So open up the website that we started in lesson 1 and let’s get started.
(more…)

ASP.NET Tutorial – Starting Web Development

Making money online is getting popular every day since it costs less funds than doing business in 5 dimensions world. To start, you need a website and to do this you only need small money to subscribe to an affordable web hosting company. The next step is choosing a building software. One building software you can try is ASP.NET from Microsoft which you  get started for free.

Download some development tools and install them to your computer to begin developing your website using the ASP.NET environment. An ASP.NET development tool called Visual Studio Express is available for free from the Microsoft web site. Follow the directions on the web site to install the Microsoft Web Platform onto your machine. The web platform will include a place to develop your web site called Visual Studio, plus a database called SQL Server Express, which is a free tool that you can use to store any data that you collect on your web site.
(more…)