how to change defaut text of the StatusNote

In mysite you have a statusnote with the default text “What’s happnig” and users need to add the data in this field
. How to change the text. There are different methord to change but i will use one of the easyest
.

open your master page in SPD:

add these scripts under the statusnotescontrol

<script type=”text/javascript”>
var whats = document.getElementById(“IdentityStatus_ctl00_PlaceHolderMain_ctl02”).childNodes[0];
if (whats.innerHTML == “What’s happening?”)
whats.innerHTML = “custom text here”;
</script>

 

Request a script from Script Center


Sometimes people have very strange request. Recently I read an article where a person wanted to get contact with a bank who can order $2 bills in serial order.  Working with SharePoint either you doesn’t have that much money or that kind of requests
. But for IT-pro Microsoft has a bank where you can send your request for various scripts and anyone can help you with your script

treatment, until more information is available, testosterone cialis generic patients and health care providers in discussing sexual.

. Check the link.

Impersonation Step in SharePoint Designer 2010

While using Workflows in SharePoint designer 2010, I wonder what an Impersonation step does. Impersonation Steps are placed in the workflow in the same way that we would use regular steps. They have conditions and actions within, just the same. But the difference is the actions within the Impersonation steps will run as if it were the identity of the user who authored the workflow.

That means: Using this feature gives the users of the workflow rights they wouldn’t normally have. They may be able to obtain list items actions to a list they don’t have rights to.

Some action in SharePoint designer just runs under the elevated privileges of the Impersonation Step. For example “Check list item permission levels” and “Check list item permissions”.

Scenario 1: You have 2 lists

. User adds some information in list A and you want WF to create/update some list items in list B without using user’s permission to list B
. If user doesn’t have permission to list B, the workflow will fail
. By using Impersonation steps you can solve this issue
. Workflow will add information in list B even user don’t have access.

Senario 2: You want to remove permission to an item or a document when these are created automaticly. Using the impersonation steps we can add an action called “Remove list item permission” and “Replace list item permission”

Great SharePoint linke to share

Just found some great end-user solution website, I want to share with you

.

http://www.bitsofsharepoint.com/ExamplePoint/Site/Calendar.aspx provide bit source of javascript builder

http://usermanagedsolutions.com/SharePoint-User-Toolkit/default.aspx user managed toolkit

https://www.nothingbutsharepoint.com/sites/eusp/Pages/default.aspx jQuery source site

There are lots of the other sources on the web.