Pasting Blog Links on Face book

This tutorial guide you that how you can past a link of your blog post in face book.
Copy your post URL and paste it into your status bar.
As you past the description form your post and one the images on that post appear on you status.


Create Your First Web Page in HTML

This Tutorial Will Guide You That How You Create A Simple Webpage In Html. For A Simple Web Page Just You Have A Simple Text Editor Such As Note Pad Etc. So Open Your Text Editor And Lets Begin. In This Your First Page I Am Going To Use Four Primary Html Tags Read More About This Topic In This Tutorial.


How we use The Functions in MS Excel

Before using the function you must understand the cell reference . Cell Reference refer to a cell or a group of cells. in excel mostly we use the reference operator instead of actual value for example if we have a cell A1 with fill with value 20 and A2 is other cell fill with value 30 then if we want to add the two number then we write the following formula in cell A3:


Convert Excel Data in to a Table

In This Tutorial you can learn how we create excel Table and what are the benefit of Excel Table. Why we create Table in Excel. These tables have useful features, like sorting and filtering, to help organize and view data.Read more.......


Character Array In C++

Character Array stores the more than one character in sequence. For example if you want to store the name like “Saleem” which is collection of character.....




How Facebook Show Description From Your Post

When you share a link of your post form your website or your blog on facebook it would display the first few lines of the post and use it as content description. This is done by sharing a post using a Facebook share button and also you can Copy The Post link and Past on Facebook. Read more in This Tutorial.


Creating a Parameter Query In MS Access 2007

Query is request to DBMS for accessing the information and parameter is a variable which tell to query that which specific of information are required. A parameter query is a SQL command When a parameter query run then its show a prompt to user and ask what you want to search. when user input some criteria then the result will be shown according to your given criteria. For example


Creating a Check Box in Access 2007

In This tutorials we learn that how we create check box object in our Access 2007 form. below is the step by step detail:


String In IN C /C++

In C/C++ String Is Array Of Character. These Character Store Consecutive Memory Location And The Last Character Is An Special Character (Null Character "\0") Which Indicates The End Of The String. Read More....


Passing Function Arguments

In This Tutorial We Learn How We Pass The Argument To A Function In PHP. In PHP You Can Also Pass The Argument To The Function . These Argument Are The May Be Variables Or Constants Values. Function Can Be Handed Variables, So That You Can Pass The Variable Over To Your Functions By Typing Them Inside Of The Round Brackets Of The Function Name And Also You Can Directly Pass The Value To The Function. Read More------