02/12/2011

Select a specific column in table by content

To select a specific column by content, you can use the following jquery code:

$(document).ready(function () { $('td').each(function () { var $tds = $(this).find('td'); if ($tds.text() == "System Settings") { <!--alert($currText = $tds.eq(0).text());--> $tds.css("background-color", "#F6F6F6"); }



Read more...

17/11/2011

Permission level cannot be found

Permission level cannot be found. at Microsoft.SharePoint.SPRoleDefinitionCollection.get_Item(String name)

This message happend when you try set permission to user in sharepoint by code with rong spelling.

Such us: you want set "Contribute" for the user, but you write it: "Contributer".

Read more...

29/10/2011

Enterprise Search Case Study


Read more...

Inspiring sharepoint based university sites


Read more...

Start With Google

For Egyptian IT guys:


before 31/10/2011


Read more...

Facebook - You are still registered to the stc facebook sms service

To inactivate this message, follow the following way:

Stc       >> Send غ to 86677
Mobily >> Send غ to 606050
Zain     >> Send غ to 710700

Read more...

02/06/2011

Web Service - wsdl

You can use the windows service by add it in your project as reference, but there is another way to use the web service, by create the class for this service.
You can apply this action by using the wsdl.exe.
how??

C:\Program Files\Microsoft SDKs\Windows\v7.0A\bin>wsdl /out:d:\WebServiceClass.cs .asmx?wsdl

after that, add this class to your project and use the functions of the service.


Read more...

27/05/2011

New Sharepoint Portal

Al - Imam Muhammad ibn Saud Islamic University



Read more...

20/05/2011

New Sharepoint Portal


Read more...

06/04/2011

10 ways to call Javascript code using C# and ASP.NET

There 10 ways to call Javascript code using ASP.NET and C#, you can download the attached files and test all ways.
http://www.4shared.com/file/L8-tE7DV/CallJSCode.html



Read more...