Labels: project server 2010, sharepoint 2010
Yes, I am still developing things in SharePoint.. but more tasks on cutomization and others..
Labels: Any
About Verisign of InfoPath
http://blogs.msdn.com/jingmeili/archive/2007/11/20/how-to-sign-an-infopath-form-template-with-verisign-certificate.aspx
Labels: infopath
After bunch of days, i found this.
http://blogs.msdn.com/bgeoffro/archive/2008/03/19/list-attachments-over-50mb-need-more-than-an-increase-in-maximum-upload-size.aspx
I did deploy my site by other method already(Export database and import)
C'est la vie
MCM for sharepioint
http://www.microsoft.com/learning/mcp/master/sharepoint/default.mspx
and..
Price is ...
中文介紹中提到2010在APAC設立考試中心
http://win.chinaunix.net/bbs/archiver/tid-8608.html
And Bass on Joel Oleson said:
http://blogs.msdn.com/joelo/archive/2007/07/23/depth-and-breadth-in-a-sharepoint-architect-skills.aspx
I think those 4 MCTS is not enough for a SharePoint Master. I think Active Directory, Sql Server, Exchange Server, Office..... have to be include in this.
As I always say, Sharepoint gather bunch of Microsoft Technology in one place.
When you upload your document with same name, sharepoint does handle this by overwrite or not overwrite base on your choice.
However, sometime you would upload some same name document (coz you cannot check your name is exist or not. This is what Microsoft do this not very perfectly)
To fix this, you will need to use a Visual studio to write a event handler for the document library.
For the event handling programming, here is a good post.
After you go throw the above link, you will understand what event you can handle. So the flow will be link this.
1. User upload a document
2. Fill in meta data for document like Title..
3. click Checkin
4. Event (ItemUpdated) fired during click check in
5. Code change the name become what you want.
6. Go back to AllItem.aspx
7. New Name display.
Labels: Sharepoint Programming
[DFWP] Lets your Custom Page working in STP (Site template)
1 comments Posted by Joel Lam at 12:49 PMI found there is a problem when I build a page from zero in SharePoint designer then Package the site become stp, after i create new site from that stp, my custom page not working..
How to fix..
I change inside
ListID > ListName
GUID > List Name like 77779FB8-9E56-4BDD-A0CF-FE1C288BE365 > CustomListName
then Fixed... I am not sure why it work, but it work.... I really do not like this feeling, so if you know, please tell me..
And I think Microsoft should have a 300 pages book to explain this web part. A lot of mystery inside that.
Labels: Data Form Web Part

