DCSIMG
September 2006 - Posts - Meron Fridman's Blog

Meron Fridman's Blog

September 2006 - Posts

נקודה סוף Gov נקודה My

עוד פיתוח מדליק שאני חייב לפרגן לח'ברה אצלנו אתר

בטא 1 עלה לאויר my.gov.il

 הפורטל שלי מאפשר לכל אזרח לרכז את פעילותו מול משרדי הממשלה השונים

 AJAX  והרבה .Net 2.0 -כמובן שהפיתוח נעשה ב
 

ומילה אישית לצוות של שרון שעמל על הפיתוח. למרות הויכוחים הכמעט אין סופיים איתכם למה

אתם לא מכניסים אטלס ולמה אתם לא משתמשים בתשתית כזו או אחרת של

 .Net 2.0

 שאפו- בשורה התחתונה זה נראה ומתפקד סוף הדרך

תגובות ובעיקר חיוביות יתקבלו בברכה

:-)

Aniboom.com - cool site

אתמול פרסמנו  (אצלנו בחברה - Netwise ) גירסה משמעותית של אחד האתרים המדליקים שניתן למצוא עכשיו.

לאתר קוראים ANIBOOM והוא בית גידול לאנימציות –כבר יש בו למעלה מ- 1000 קטעים שניתן לדרג ומקוטלגים לפי נושאים.

האתר פותח ב-asp.net 2.0 והוא מממש המון יכולות AJAX.

 

וכבר אנו עובדים על יצירת גירסה מיוחדת ל - Media Center (ליאור לתשומת ליבך...).

 

אשמח לשמוע ביקורות ענייניות על האתר וממשק המשתמש.

WSS 3.0 Development - Optimizing Code Performance

Avoid creating and destroying objects unnecessarily in code, as this may require that extra queries be made against the database and may even involve code that is incorrect.

In the following example, separate objects for the Tasks list must be instantiated each time the indexer is used to set properties and the method for updating is called. This is not a recommended practice.

 

Example: (Not Recommended)

 

SPWeb myWeb = SPControl.GetContextWeb(Context);

myWeb.Lists["Tasks"].Title = "List_Title"
myWeb.Lists["Tasks"].Description = "List_Description"
myWeb.Lists["Tasks"].Update();

 

Example: (Recommended)

 

SPWeb myWeb = SPControl.GetContextWeb(Context);

SPList myList = myWeb.Lists["Tasks"];

myList.Title="List_Title"
myList.Description="List_Description"
myList.Update();

 

view more details at the new wss SDK:

Optimizing Code Performance

Office 2007 Beta2TR Build is now available

From the betaplace:

The technical refresh includes significant performance improvements and redesigns to address your needs and to enhance your user experience. New features of the Beta 2 Technical Refresh include an updated user interface, better accessibility support, improvements in the robustness of the platform, and greater functionality.

For example, you can now deploy code access security policies with your SharePoint sites, as well as experience TimeZones and TimeZone objects that provide object model support in Microsoft Office Outlook. Look out for the Beta 2 Technical Refresh SDKs as well, which add many more articles and code samples to help jumpstart development.

Please note that the Beta 2 Technical Refresh extends the timeline for Microsoft Office Beta 2 use, which you need to install first. The refresh is also recommended if you’d like to use Office 2007 beta in combination with Windows Vista RC1. In addition, it updates Microsoft Office SharePoint Server 2007 for Search with a simple and powerful user interface, making it easier than ever to deploy and manage this core search for your business. Be sure to visit TechNet Beta Central as well, where you will find resources designed to help you get the most out of your evaluation. These include web forums, bug voting, virtual labs, e-learning modules and news and updates.

The Beta2TR software is available for download at no cost at the Microsoft Office preview site at www.microsoft.com/office/preview. Be among the first to experience these exciting new enhancements.
 

Beta2TR Product License Keys
Because the Beta2TR build is being provided to you as a patch, you should NOT be prompted for product license keys when installing Beta2TR. If you find yourself needing product license keys (for instance, if reinstalling Beta 2 or installing on a new computer), you will find the Beta-2 volume license keys on the Product Downloads page.

Beta 2 Downloads are still free on BetaPlace
Since most Beta2TR software requires that Beta-2 is first installed, we will continue to provide you with direct downloads on BetaPlace’s Product Downloads of the same Beta-2 installation files found on the Office Preview site. This will enable you to install Beta2TR on new computers and continue participating in the private beta without incurring any download charges. You will need to use the Volume License Keys located on the Product Downloads page for all product installations, as unique keys will not be provided as part of the download process.

 

ההבדלים בין גרסאות והחידושים מגירסת 2003 MOSS 2007

הי

הרבה לקוחות שאלו אותי מה ההבדל בין הגרסאות השונות של sharepoint 2007 ומה החידושים לעומת sharepoint 2003.
סוף סוף יצא מסמך כזה שבאמת מסכם די בבהירות את החידושים ב-
high level וההבדלים בתכולה בין הגרסאות השונות. מצורף הלינק:

 

http://download.microsoft.com/download/1/d/c/1dc632e8-71e1-466f-8a2f-c940f1438e0a/SharePointProductsComparison.xls

 

דרך אגב את הפוסט הזה יצרתי ישירות מתוך Word 2007 - אבל הוא דפק את החיבור בין האנגלית לעברית אז הרבצתי מקצה שיפורים...

L

 

 

וברכות ללימור על הבלוג החדש...

SPD (Sharepoint Designer) Poem - by Tariq ayad :-)

Excellent and exactly description by tariq...

 

Start

Open Site,

Work, work, work, Save

Work, Save, Crash

Start

Work, work, work, Save,

work, work, Close site, crash

Start

Work, Work, Save, Crash

 

I'm waiting as all the community to the BETA2TR...