Website of the week: MeBeam

by Support 10. November 2009 13:14
Share on Facebook

MeBeam Video Chat is a quick, easy way for you and your friends to get together for a video chat. When you want to video chat using MeBeam you can just go there and start chatting. There is nothing to download to use MeBeam video chat. Just go to MeBeam and start video chatting.

Before you can Video Chat ..
Before you can use MeBeam video chat, you'll have to plug in your webcam to your computer and download any software that came with your webcam. Then make sure the webcam works on your computer. As long as your webcam works on your computer, you'll be able to use it on MeBeam to video chat.

Two Ways To Video Chat
There are two ways to video chat with MeBeam. You can enter open chatrooms and chat with whoever's already online using MeBeam video chat. All you have to do to start video chatting with other MeBeam members is click on the "Next Room" button. There are several different open chatrooms that you can join. Start your video chat right away with anyone who happens to be on MeBeam at the time.

The other way to video chat on MeBeam is to set up your very own private chat room. This is just as simple as joining an open chatroom. All you have to do to start your own video chatroom is create a name for your chatroom. Then email your friends and tell them to meet you there for a video chat.

Your friends can now go to MeBeam video chat, type in the name of your chatroom, and join you in your private video chat. There can be up to eight people in a chatroom at a time, including you.

Text and Voice Chat
At the bottom of the video chat screen is where you do your chatting. Enter whatever you want to say in the box and chat. If you and your friends all have audio and speakers on your computers, you can also talk to each other using MeBeam video chat.

Tags: , , , , , , ,

Internet | Website of the week

Free Week Training

by Support 2. November 2009 12:07
Share on Facebook

Skills Way Center Announce for a Free Week Training From: 09/11/2009 to 15/11/2009 in the following courses:

  • MCSE
  • ASP.NET2.0
  • Adobe Photoshop
  • CorelDraw
  • CCNA
  • VB.NET
  • End User Computer Skills

Tags: , , , , ,

Advertisement | Tutorials & knowledge

Slide Show: Add-In for Excel

by Support 1. November 2009 14:35
Share on Facebook

Slide Show for Excel 1.0

With this small program, you simply create a Slide Show with your Excel sheets. In full screen mode and with time selection.

Tags: , , ,

Software | Tips and Tricks | Tutorials & knowledge

aMSN: free open source MSN Messenger

by Support 12. October 2009 21:23
Share on Facebook

aMSN is a free open source MSN Messenger clone, with features such as:
More...

Tags: , ,

Internet | Software

Subsonic - The Perfect Database DAL Creator

by Fadl Assaad 12. October 2009 14:00
Share on Facebook

This topics may interest both beginner and advanced programmers,

We know that programmer always want to be more faster and more productive so he always search for helpful tactics, ways or tools that help him create big project in lesser time. But unfortunally we knew that dealing with database is the bigger part in a program and sometimes, if we have a big project, designing and engeneering of he Data Access Layer (DAL) of the project may take a lot of time which cause fatigue and Boredom ...

Is that right ? Not any more ...

Greate news for all, thanks for the Subsonic, a new technologie that read your database and converted automatically to code for example if we have a database that contains a table: Employees( ID, Name, Telephone).

The old fashion code is:

Dim Con As New SqlClient.SqlConnection("Data Source=Local;Initial Catalog=MyDatabase;Persist Security Info=True;User ID=sa;Password=sa;Pooling=true")
Dim sql As String = "Insert Into Employees(ID,Name,Telephone) Values(@ID,@Name,@Telephone)"
Dim da As New SqlClient.SqlCommand(sql, Con)
Try
   Dim oID As New SqlClient.SqlParameter("@ID", SqlDbType.Int, 8, ParameterDirection.Input)
   Dim oName As New SqlClient.SqlParameter("@Name", SqlDbType.Text, 50, ParameterDirection.Input)
   Dim oTelephone As New SqlClient.SqlParameter("@Telephone", SqlDbType.Text, 12, ParameterDirection.Input)
   oID.Value = txtID.Text
   oName.Value = txtName.Text
   oTelephone.Value = txtTelephone.Text
   da.Parameters.Add(oID)
   da.Parameters.Add(oName)
   da.Parameters.Add(oTelephone)
   Con.Open()
   da.ExecuteNonQuery()
   Con.Close()
Catch ex As Exception
   Throw ex
End Try

But with Subsonic:

Dim oEmp As New Employee
oEmp.ID = txtID.Text
oEmp.Name = txtName.Text
oEmp.Telephone = txtTelephone.Text
oEmp.Save()


That's it. Quiet Easy, Quiet Simple.

Also Read the Subsonic pdf file:

Tags: , , ,

Database | Programming

DownTester - Test the download speed of your Internet connection

by Support 28. September 2009 22:27
Share on Facebook

DownTester allows you to easily test your Internet download speed in multiple locations around the world. It automatically test the download speed of the URLs that you choose, one after another. It moves to the next download URL after the specified number of seconds has been elapsed or after it downloads the specified amount of KB - just according to your preferences.
After the download test is finished, you can easily save the result into text/html/xml/csv file, or copy it to the clipboard and paste it into Excel and other applications.

Tags: , , ,

Internet | Software

Online Chat

About The Skills Way Center

 Welcome!   This is Skills Way Center, A computer training center located in Mina, Tripoli, Lebanon.
More...

   

 

free counters

Google Translator

Recent Comments

Comment RSS
Disclaimer
The opinions expressed herein are my own personal opinions and do not represent my employer's view in anyway.

© Copyright 2010 Skills Way Center Blog