Showing posts with label 2008. Show all posts
Showing posts with label 2008. Show all posts

Friday, May 22, 2009

How can I Develop a Webpart for MOSS from my XP machine

Hi,

Hope every one will not be getting a chance to work in MOSS server (a windows 2003/2008 Server) simultaniously when working as a team. So when you develop a webpart for a MOSS site from your XP machine, you will not find the assemblies like Microsoft.SharePoint that sharepoint 2007 uses. The solution is you can just add the reference for the following location.

\\MYMOSSSERVER\C$\Program Files\Common Files\Microsoft Shared\web server extensions\12\ISAPI

Hope it helps

Regards
Fauzi

Wednesday, December 31, 2008

Happy New Year 2009

Hi, Lets hack the table called Life!


SELECT happiness, prosperity FROM life WHERE year >= 2009

UPDATE life SET failure_flag = 'NO' , success_flag = 'YES';

INSERT INTO life VALUES ('friends','dreams') ;

DELETE sorrows FROM life;

GRANT smile TO all ;

REVOKE enemity FROM all;

ALTER TABLE life ADD dreams CHAR(INFINITY);

Commit;

Wish You Happy

& Prosperous New Year 2009


Regards

F a u z i