Sharepoint Web Parts Questions 


 

Sharepoint Web Parts Questions
Here are some simple questions about the software

1)What is the benefit from using summary view?
2)How can you match the color to an exact match on the page?
3)what will happen when you click the css property?
4)what is A "dirty page"?
5)what indicates that you have a dirty page?
6)what key on the keyboard allows you to change the margins
7)what key on the keyboard allows you to change the cell padding?
8)How do you preview you page in the web browser??

9)How do you create a work flow?
10)what are some examples of workflow actions that are availible and what do they do?
11)what part of the screen would you check to see if your workflow has been created successfully?
12)why use workflows?

these are questions i need help with, i do not have the soft in front of me right now, for i am not at my home computer, and will not be there for another 1 week and a half or so.
We have a sharepoint site that has stopped working after a web part was removed. Sadly we cannot add the web part back in since this error occurs whenever a script to add the webpart runs. The error is caused because a form with id CTL01 is missing, so it's property MSOGallery_FilterVisible has a null value. If I could allow the browser to continue running the script without halting on this error then I'd be able to add the webpart back in & stop the error permanently. I have admin rights to the site, but not the server (so cannot go in the backdoor to edit the code directly), and the front door (i.e. sharepoint's interface) doesn't work because of this error.
Any tips greatly appreciated. I have FireFox 3 & IE7 installed, but can use other browsers if anyone knows of something that should work.
Thanks in advance,
JB
I have a sharepoint site that has problems loading a third party web part. When I reset IIS and then try to load the page, the web part errors out (some kind of initialization error). If I then open the web.config file for that site and immediately save it (without changing anything), I can then load the page ok. This is because when you save the web.config file, it causes IIS to reload the application. It looks like something is not happening during the inital startup of IIS (or maybe some invalid cached information is not clearing). I'm hoping to understand how IIS initializes and that this will help me resolve the issue.
How can I let the HTML form tag <input type=submit ...> show its results on a new page?

I want to have a google search bar located in a small frame on my homepage (actually a sharepoint pageviewer web part), but the results of the code below return the results in the same small frame. When the user hits "search", I want the results to show up in a new page. How can I do that?

<html>
<center>
<FORM method=GET action="http://www.google.com/search">
<input type=hidden name=ie value=UTF-8>
<input type=hidden name=oe value=UTF-8>
<INPUT TYPE=text name=q size=40 maxlength=255 value="">
<INPUT type=submit name=btnG VALUE="Search">
</FORM>
</center>
</html>

Thanks!
I am building a site using sharepoint services 3.0. I want to display a Particular Page from my sharepoint site into a different page that is also in that sharepoint site. For example, the page that I want to show is "Sample.aspx" and the page where I want "Sample.aspx" to be placed as an <iframe> is "Master.aspx." Now I have created the "Sample.aspx" and it doesnt have a height more than 100px. In order to create a <iframe> I used the Page Viewer web part and located http://server/Sample.aspx and set the height to 800px so that its enough for the <iframe> to show the Sample.aspx without have to show a scroll bar. Now this works fine in internet explorer but when you browse using FireFox, you can see a huge 800px scroll bar which is not supposed to be there because the sample.aspx page has a smaller height that is not bigger than 100px.
Now, how can I remove the scroll bar from displaying in Firefox?
I want to create a nested menu in a 2003 sharepoint site by using the content editor web part. I pulled some html/js off the net but it won't run in sharepoint. I read that it should work but have unable to get it to run. I am HTML rookie.
If you haven't gone there yet, I'd start with the SharePointâ„¢ Products and Technologies Web Component Directory at http://www.microsoft.com/sharepoint/down... and then explore the free web parts directory at http://www.wssdemo.com/Pages/FilterLinks... . The SharePoint Customization Kit at http://www.sharepointcustomization.com/r... has downloadable templates, tools and web packages - free of charge. MSD2D, a popular resource for the Microsoft Exchange, SharePoint, .NET and server security communities at http://www.msd2d.com/Webparts_view_03.as... has a large directory of free and trial web parts in a host of categories, complete with peer comments and implementation discussions that can be a big help when you're just starting out with the SharePoint model. Registration is free. The SharePoint Resource Portal at http://portal.sharepointsolutions.com/We... has some great tips - especially for the non-programmer - for implementing and customizing web parts and is a great resource as a whole (be sure to navigate up to the home page and explore at will). Advis has some killer web parts, and even their best, and somewhat costly, web parts are available as free demo versions - many are even free of charge. And no list would be complete without giving props to Adam Macauley and all the people at CorasWorks, a hosting company and consultancy specializing in everything SharePoint. Adam's built a good many of the free web parts on the Microsoft component directory, and some of the best are traditionally available either free of charge or as full-featured demos in their sandbox - all from their site at http://www.corasworks.net/Products/Softw... . Take a look at their vertical market and industry-specific solutions to see how the various parts work together and what they, or similar components from other sources, can do for your user community. And this is just a start. I have a large web part catalog and resource directory that I share with my clients, but space and time limit how much can be shared in this forum (or at least this post). Feel free to msg me anytime at buck@sfsharepoint.info . And best of luck to you and your team with your own SharePoint rollout.
I am using the Announcements and Link web parts in Sharepoint Designer 2007. How do I remove the "Add New Announcement" and "Add New Link" links? I do not want them shown unless the person browsing is an admin.
lets make a page of all known free (totaly free only!!!) solutions available for sharepoint and wss.
Trying to figure out how to upgrade SharePoint 2003 web parts?
I need to get hold of a textbox value and use javascript to do some calculation on that value then write it back to that textbox.
I am developing a sharepoint web part using VS 2005!
1Showing 1 to 15 of 11