Latest Entries »

A Windows SharePoint site home page consists of a header and a left and right column. The header includes: the name of the site, a help link, search input, tabs for navigating to child sites and menus for the logged on user and site actions. Options available from the header’s menu vary depending on the permissions of the user. The user menu provides links for editing user settings, signing “out” or “on” as a different user and when on the home page, a link for personalizing the home page. The Site Actions menu also provides a link for personalizing the home page as well as accessing Site Settings and creating new lists, libraries, and pages.
The left column of a SharePoint site’s home page is a Quick Launch menu from which a user can access a site map, documents, lists, team discussions, child sites, people, groups and the site’s recycle bin. The items listed in the Quick Launch depend on the content that has been added to the site. The Documents section links to the site’s document, form, wiki and picture libraries. The Lists section contains links to the site’s calendar, tasks and custom lists.
The right column of a SharePoint site’s home page contains web parts divided into a left and right column. The web parts on a site’s home page can be added and removed by an administrator. The default web parts are the Announcements, Calendar and Links, which can be appended by a user or Contributor and the site image.
#include<stdio.h>
#include<conio.h>
void main()
{
int a,b,sum;
printf(“Enter 2 nos for Substraction\n”);
clrscr();
scanf(“%d%d”,&a,&b);
sum=a+~b+1;
printf(“%d”,sum);
getch();
}
#include<stdio.h>
void main()
{
if(printf(“Hello World..”)){}
}
Tableless web designing is the ways of designing web page without using HTML tables. Here are a few reasons as to why you should go tableless coding:
• The current W3C standards dictate the use of tableless design.
• Tableless website or tableless xhtml loads fastly in the browswer so it saves lot of time of end user.
• It is easier to make global changes to the layout with the use of CSS. That is, if the coding is properly done, of course.
• Web site accessibility for people with special needs is done more easily with the proper implementation of content into XHTML documents. In tableless coding, CSS is used only for the layout and style.
• Now a days due to rapid development in the web technology all browsers support CSS for controlling web layouts. So your site will be compatible with most any browser.
• Due to proper use of XHTML and CSS Unnecessary code is easily eliminated making for a sleeker and we get more manageable code.
• Tableless formats make it easier for search engines to index a web site. Tableless websites are seo friendly.
That why In web 2.0, web designers and HTML developers are providing service of Tableless Design, Tableless XHTML, Tableless CSS. Though tableless formats are being widely used for page layout control, it does not necessarily mean that tables are not being used anymore.






