Pratik Vyas - Jun 1, 2011
Hi, I wonder with the idea you have used because by default the settings is on “Do not index ASPX pages if this site contains fine-grained permissions”, right and though I am able to get page content on search result. Any idea, why?
English:
This morning I have disussion with Mark why we can’t search page content in our new MOSS 2007 server installation. I remembered that in Beta 2 and Beta 2 TR - there was no such problem (or may be I didn’t realize it before?)
We start to full crawl - because I remember that I never do full crawl before. And I have scheduled midnight crawling in purpose; to save my laptop power; which also mean never run - because I don’t run it at midnight.
Bruce Trevarthen - Jan 2, 2007
Hello When I try this I get the message: This database is from a pre-release version of SharePoint Products and Technologies that cannot be upgraded. Any ideas? Cheers Bruce cakriwut - Jan 5, 2007
I bet you try to upgrade directly from MOSS Beta 2 - to - MOSS final. And now you’ve MOSS final. So, please do following, 1. Uninstall MOSS final 2. Install MOSS Beta 2 TR, and do similar procedure to this article (in this case the content database will gradually upgrade from Beta 2 - to - Beta 2 TR) 3.
English
Finally, MOSS 2007 had been released and available in MSDN last month. Its about 6 month after beta 2 / beta 2 tr, more or less couple projects using beta version. So now what? Since no upgrades option from beta to final release, then we must migrate it - hoping that we don’t need to rebuilt it all over again. Fortunatelly, if you do the migration carefully - all sites will be up so quick.
English
If you have worked with Sharepoint 2003 development, you probably already familiar with this problem. The site is accessible only by the Administrator - but not ordinary users (visitors). If ordinary users try to access, then he redrected to Access Denied page.
In all version, this can be caused by improper access exception handling in one of installed web part in web page. For example, web part that access special property for previledge users (say, Groups property in SPUsers, etc).
English (versi Indonesia)
New WSS 3.0 extensions for Visual Studio 2005, wow its great. It includes project templates for,
Web Part Team Site Definition Blank Site Definition List Definition What the best part is Sharepoint Solution Generator - this is must try tool kit.
Download at http://www.microsoft.com/downloads/details.aspx?familyid=19f21e5e-b715-4f0c-b959-8c6dcbdc1057&displaylang=en
--o0o–
Indonesia (English version)
Hari ini secara tidak sengaja, waktu WSS 3.0 di Microsoft, saya menemukan ekstension Visual Studio 2005 untuk WSS 3.
[Joko Widono]( “widono87@yahoo.co.id”) - Oct 1, 2007
Bisa tolong beri tahu cara pakai nifty sekalian tidak? Saya tidak tahu cara pakainya. Setelah saya menglink css dan js filenya, lalu masukkan kodenya, bagaimana selanjutnya? Bisa tolong beri contoh satu bagian saja, contohnya button, pleeasseee… [mbeckers]( “m_beckers@hotmail.com”) - Apr 3, 2008
I have followed all your steps closely, but don’t seem to get this to work. After I enter your “my nifty code” to the content editor webpart I get the message “please wait while scripts are loaded”.
English (versi Indonesia)
You might already know Nifty Corners Cube project, its a solution based on CSS and Javascript to get rounded corners without images. It’s very handy because we can targets to the elements in web page using javascript and voila its rounded. All you have to do is to call
Nifty([CSS selector], [Options]);
CSS selector is the elements while options are rounded option for that element. Unfortunately, the nifty requires to attach function (NiftyLoad) to windows.
English (versi Indonesia)
Today I have got a panic call from my fellows developer, stating that the ImageButton doesn’t fire events when user click on it. He added that it was working yesterday - but today when he come back to the page it behaves strangely. Trying to understand what’s going on, I interviewed the story behind the problem.
He creates a webpart that extensively using table layouts. The webpart contains few textbox and a submit button.