Privacy settings for my photo albums

This simple tutorial guide you that how you manage your privacy settings for photo albums:
Go to your Profile (Timeline) and click on the Photos section.
Click the Albums on The Top of Photo Section.


How to Create a New Database Access 2007

In This Tutorial We Learn That How We Create A New Database In In Access 2007. We Can Create New Database In Two Way 1- Create A New Database From Template. 2-Create A New Blank Database. This Tutorial Teach You Step By Step Process Of Creating A New Database In Access 2007 And 2010


UPDATE Command in SQL

In This Tutorial We Will Learn About UPDATE Command In SQL . UPDATE Command Is Used To Modify The The Table Data (Records) In SQL. UPDATE Command Used With SET Key Word. For Example If You Have A Table With Some Record And You Want To Make Some Changes In That Records, Then You Can Use UPDATE Command With SET Keyword. Read More About UPDATE COMMAND In This Tutorial.


Basic HTML Elements

The ≪P≫ Tag Is Used To Create A New Paragraph. ≪P≫ Tag Is Opening Element For Paragraph And

Is Closing Element. All The Text Of Paragraph Should Be Placed In Between ≪P≫ And ≪/P≫ Tag As Shown Below In The Example: Read More In This Tutorial.


Creating Menu In Dream weaver

In This Tutorial You Learn About Dream Weaver And Creating Menu System In Dream Weaver. Following Step Is Brief Description of Creating Menu Read this Tutorial.




Changing Default Homepage Of Your Bolg

his tutorial guide you that how can you change the default home page of your blog at blogger's.
In first Step add a Pages gadget in your blog with this you can redirect new page to your blog posts. for this purpose open your Dashboard and then Pages. Select Top Tabs in " Show Pages as " combo box.


Sacnf Function In C Language

In This Tutorials you can learn about scanf function in c language ans also see the how scanf work. This lesson is very useful for basic Lerner. Read more...................


Server Variables

PHP have some predefine variable in which one of the most important type of variables are server variables. Basically Server variable which is define as $_SERVER is an array, which contain the information about headers, paths, browser information, the IP address, and which web page the visitor came from etc. The information in this array are created and store by the web server. This is also possible that some of the information will not provides by the server.


Limit a Text Box to Accept Only Numbers In VB 6

In visual basic if want use a text box for input as we now that text boxes are primarily used to receive input from users, or to display text either pre-programmed or from a database source. In Visual Basic it is also possible to limit what type of text input it can accept. or we say that how we Permitted only values in the Textbox.


How we Write Excel Formulas

In this tutorials we discuses the general formula. Basically general formula is user define formula which is collection of cell references , values , and arithmetic operator. When you enter formulas into your Excel worksheet, the formulas can calculate automatically.