Archive for the ‘Tips & Tricks’ Category
disable resize in textarea
Introduction: I was looking for text area css class to resize, stop resize etc for IE and firefox. Lots article found and some of them works for me. In this article i have given all classes which works for me.
September 8, 2012
В·
Infoyen В·
No Comments
Tags: asp В· Posted in: Tips & Tricks
Hiding the social tags
There are lots way to do this and Here i am going to show you few ways out of them Hiding the social tags for specific site or web: Following CSS will hide the tags..
May 21, 2012
В·
Infoyen В·
3 Comments
Tags: SharePoint, social tags, Tips & Tricks В· Posted in: SharePoint 2010, Tips & Tricks
Get web collection count for read permission
Issue:- For one of requirement; I had to get subwebs and lists of current site for current user. To do so I just used “SPWeb.Web.Count” and it works well for admin. But for reader it throws access denied exception. If we see in debug mode then error detail would be like below:- threw an exception […]
April 16, 2012
В·
Infoyen В·
No Comments
Tags: access denied exception, MOSS, RunWithElevatedPrivileges, SharePoint, SPWeb.Webs.Count, User With read Permission В· Posted in: MOSS, Security, SharePoint, Tips & Tricks
flickering issue with jquery in sharepoint
Hi, I had flickering issue on sharepoint site when i try to use jQuery. I search lots but none of solution works for me.Few solution are there on some blogs like:- – http://weblogs.asp.net/wesleybakker/archive/2008/12/29/Eliminate-page-flicker-in-SharePoint.aspx – alligatortags.com – developerit.com – psearch.info/s/irritating-flicker-postbacks-server as per these above blogs below code solve issue <meta http-equiv=”Page-Exit” content=”blendTrans(Duration=0.0)” /> but all these […]
February 21, 2012
В·
Infoyen В·
No Comments
Tags: flickering issue with jquery in sharepoint, jquery in sharepoint, Moss 2007 Tips & Tricks В· Posted in: jquery, MOSS, SharePoint, Tips & Tricks