<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://mkdot.net/community/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd"><channel><title>Macedonian .NET User Group</title><link>http://mkdot.net/community/b/</link><description>The Ultimate .NET User Group and Developers Association</description><dc:language>en-US</dc:language><generator>6.x Non-Production</generator><item><title>SharePoint 2013 and SQL Server MAXDOP setting</title><link>http://mkdot.net/community/mknetug/mk_sp/b/darko/archive/2013/03/20/sharepoint-2013-and-sql-server-maxdop-setting.aspx</link><pubDate>Wed, 20 Mar 2013 14:31:00 GMT</pubDate><guid isPermaLink="false">c6974423-eee6-405f-ad43-26e2febcfffe:35576</guid><dc:creator>darko</dc:creator><slash:comments>0</slash:comments><description>&lt;p&gt;When installing SharePoint Server (both 2010 and 2013 versions) there is a certain configuration of the service accounts under which you should install the platform. We should always use so called &amp;quot;Setup Account&amp;quot; for the installation. This account is Farm Administrator, and should be Local Administrator on each SharePoint Machine and on the SQL Server must be at least member of&amp;nbsp;&lt;strong&gt;db_creator&lt;/strong&gt; and &lt;strong&gt;security_admin&lt;/strong&gt;&amp;nbsp;sql roles.&lt;/p&gt;
&lt;p&gt;I have done many SharePoint 2010 installations with this configuration and each was&amp;nbsp;successful. Recently I tried installing SharePoint 2013 on my development machine and on this machine both SP and SQL were installed. So my Setup Account was Local Administrator on the machine which represents both SP and SQL Server. The installation was successful once again.&lt;/p&gt;
&lt;p&gt;Today I tried to install production SharePoint 2013 on server topology where SharePoint Server and SQL Server were on different machine, a very normal architecture for the production. I make this account Local Administrator on SharePoint and only required sql roles on SQL Server. When I started configuration (with PowerShell scripts, but the case is same with Configuration Wizard) I received an error:&lt;/p&gt;
&lt;p&gt;&lt;em&gt;New-SPConfigurationDatabase : This SQL Server instance does not have the required &amp;quot;max degree of parallelism&amp;quot; setting of 1. Database provisioning operations will continue to fail if &amp;quot;max degree of parallelism&amp;quot; is not set 1 or the current account does not have permissions to change the setting. See documentation for details on manually changing the setting.&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;I was&amp;nbsp;surprised&amp;nbsp;by the error because I haven&amp;#39;t seen this before on any other installation, even on my Development machine. Researching the web I found that for SharePoint 2013, this became requirement. SQL Server setting MAXDOP=1 was&amp;nbsp;recommendation&amp;nbsp;even in SharePoint 2010, but if ignoring it, the configuration will pass without problems. But why setup was&amp;nbsp;successful&amp;nbsp;on my SharePoint 2013 Development machine? The catch is that if your Setup Account is Local Administrator (or better said&amp;nbsp;SQL Server sys admin) on the SQL Server, the setup will change this setting for you. That&amp;#39;s why I was&amp;#39;t notified for this on my Development machine, because SQL Server was on the same machine and this account was Local Administrator. But on production, this account was not Local Administrator on SQL Server and I received the error.&lt;/p&gt;
&lt;p&gt;Changing this setting to 1 solved my problem.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;[Update] &lt;/strong&gt;After receiving this error, you should delete Configuration database from the first try, because it is created but is empty. Then change the setting and run configuration once again. New&amp;nbsp;configuration&amp;nbsp;database will be created.&lt;/p&gt;
&lt;p&gt;Here are some resources about this:&lt;/p&gt;
&lt;p&gt;&lt;a href="http://technet.microsoft.com/en-us/library/hh292622.aspx" target="_blank"&gt;http://technet.microsoft.com/en-us/library/hh292622.aspx&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://mkdot.net/community/aggbug.aspx?PostID=35576&amp;AppID=8&amp;AppType=1&amp;ContentType=0" width="1" height="1"&gt;</description><category domain="http://mkdot.net/community/mknetug/mk_sp/b/darko/archive/tags/MAXDOP/default.aspx">MAXDOP</category><category domain="http://mkdot.net/community/mknetug/mk_sp/b/darko/archive/tags/SharePoint+2013/default.aspx">SharePoint 2013</category></item><item><title>SharePoint 2013 configuration with PowerShell</title><link>http://mkdot.net/community/mknetug/mk_sp/b/darko/archive/2013/03/16/automate-sharepoint-2013-configuration-with-powershell.aspx</link><pubDate>Sat, 16 Mar 2013 15:35:00 GMT</pubDate><guid isPermaLink="false">c6974423-eee6-405f-ad43-26e2febcfffe:35575</guid><dc:creator>darko</dc:creator><slash:comments>0</slash:comments><description>&lt;p&gt;Back when I was starting to work with (back then new) SharePoint 2010 I found a &lt;a href="http://www.sharepointusecases.com/index.php/2011/01/automate-sharepoint-2010-farm-configuration-with-powershell/" target="_blank"&gt;blog post&lt;/a&gt; from my friend &lt;a href="http://www.sharepointusecases.com/index.php/about/" target="_blank"&gt;Toni Frankola&lt;/a&gt; about using PowerShell scripts to automate SharePoint farm configuration. I found this scripts very useful not only because they automate the process of&amp;nbsp; configuration, but they also increase the control over your farm configuration, they are reusable and much more.&lt;/p&gt;
&lt;p&gt;PowerShell become more powerful in SharePoint 2013 and I found many scripts about automating farm and services. But the Toni&amp;rsquo;s scripts were packages very well, with many inputs, confirmations and notifications. So I tried to change them to work with SharePoint 2013 and I share them back in the community:&lt;/p&gt;
&lt;p&gt;&lt;span style="color:#333333;font-size:small;"&gt;&lt;strong&gt;Service Accounts&lt;/strong&gt;&lt;/span&gt;&lt;br /&gt;Best practice for installation and configuration of SharePoint is to use service accounts that cover so called &amp;ldquo;least privileged&amp;rdquo; configuration. Each of these service accounts have rights and permissions only on the functionality/resources they are assigned for:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;DOMAIN\sps2013admin (Setup account)&lt;/li&gt;
&lt;li&gt;DOMAIN\sps2013farm (Farm account)&lt;/li&gt;
&lt;li&gt;DOMAIN\sps2013serviceapps (Service Applications)&lt;/li&gt;
&lt;li&gt;DOMAIN\sps2013apppool (Web Applications Application Pools)&lt;/li&gt;
&lt;li&gt;DOMAIN\sps2013searchsvc (Search Service)&lt;/li&gt;
&lt;li&gt;DOMAIN\sps2013content (Content Crawl)&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;you can read more for service accounts&amp;nbsp;&lt;a href="http://technet.microsoft.com/en-us/library/cc678863.aspx" target="_blank"&gt;here&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;br /&gt; &lt;strong&gt;&lt;span style="color:#333333;font-size:small;"&gt;Instructions&lt;/span&gt;&lt;/strong&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Script 1: &lt;a href="http://mkdot.net/community/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-00-08/0167.SP2013_5F00_ConfigFarm.ps1.txt" target="_blank"&gt;SP2013_ConfigFarm.ps1&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Script 2: &lt;a href="http://mkdot.net/community/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-00-08/2475.SP2013_5F00_ConfigManagedAccounts.ps1.txt" target="_blank"&gt;SP2013_ConfigManagedAccounts.ps1&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Script 3: &lt;a href="http://mkdot.net/community/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-00-08/6320.SP2013_5F00_ConfigServiceApps.ps1.txt" target="_blank"&gt;SP2013_ConfigServiceApps.ps1&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Download the above scripts to your SharePoint server (scripts will be downloaded as .txt files, rename them to .ps1)&lt;/li&gt;
&lt;li&gt;Install all prerequisites and start SharePoint 2013 installation. When installation completes, do not run the Configuration Wizard (uncheck option)&lt;/li&gt;
&lt;li&gt;Open PowerShell Shell (run as Administrator) and navigate to the location of the scripts you saved (e.g. cd C:\Scripts)&lt;/li&gt;
&lt;li&gt;User running PowerShell shell needs to have proper privileges on the SQL Server to create and configure SharePoint databases and admin privileges on the server&lt;/li&gt;
&lt;li&gt;Run .\SP2013_ConfigFarm.ps1 and the configuration script will start. You will be asked to provide name of your SharePoint farm, service account logon credentials and other configuration options&lt;/li&gt;
&lt;li&gt;When config finish check SQL server for Config and Content database. Then try opening Central Administration (just open to check everything is OK)&lt;/li&gt;
&lt;li&gt;Run .\SP2013_ConfigManagedAccounts.ps1 and create remaining Managed Accounts from the &amp;ldquo;least privileged&amp;rdquo; list&lt;/li&gt;
&lt;li&gt;Run .\SP2013_ConfigServiceApps.ps1 and configure selected Service Applications&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;That&amp;rsquo;s it, open Central Administration once again and check your configuration.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://mkdot.net/community/aggbug.aspx?PostID=35575&amp;AppID=8&amp;AppType=1&amp;ContentType=0" width="1" height="1"&gt;</description><category domain="http://mkdot.net/community/mknetug/mk_sp/b/darko/archive/tags/PowerShell/default.aspx">PowerShell</category><category domain="http://mkdot.net/community/mknetug/mk_sp/b/darko/archive/tags/SharePoint+2013/default.aspx">SharePoint 2013</category></item><item><title>Месечна средба - Декември 2012 #1</title><link>http://mkdot.net/community/mknetug/b/news/archive/2012/12/01/2012-1.aspx</link><pubDate>Sat, 01 Dec 2012 14:19:00 GMT</pubDate><guid isPermaLink="false">c6974423-eee6-405f-ad43-26e2febcfffe:35569</guid><dc:creator>darko</dc:creator><slash:comments>0</slash:comments><description>&lt;p&gt;Среда, 5 Декември 2012 во просториите на Клуб на Новинари, со почеток во 17:30 часот, ќе се одржи првата месечна средба за месец Декември на групата. На оваа средба за презентер ќе го имаме Ѓорѓи Димитров на тема&lt;strong&gt; Entity Framework 5 Code First Migrations&lt;/strong&gt;.&lt;/p&gt;
&lt;p&gt;Присутните ќе може може да слушнат за новата функција на Entity Framework 5, Code First Migrations. Оваа функција ни овозможува да ја развиваме базата како што моделот се менува. Во презентацијата ќе бидат покриени следниве поднаслови:&lt;br /&gt;&lt;br /&gt;&amp;nbsp;- Овозможување на миграција&lt;br /&gt;&amp;nbsp;- Генерирање &amp;amp; Извршување Миграции&lt;br /&gt;&amp;nbsp;- Персонализирани Миграции&lt;br /&gt;&amp;nbsp;- SQL Прилагодувања&lt;br /&gt;&amp;nbsp;- Мигрирање кон одредена верзија (Upgrade/Downgrade)&lt;br /&gt;&amp;nbsp;- Генерирање на SQL Скрипта&lt;br /&gt;&amp;nbsp;- Автоматско мигрирање&lt;br /&gt;&lt;br /&gt;Демонстрацијата ќе вклучи ASP.NET Web API и Entity Framework Code First.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;По завршување на презентациите организирана е мала закуска&amp;nbsp; во барот на клубот.&lt;/p&gt;
&lt;p&gt;Присуствувајте на овие настани и освојте една од следниве награди:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Pluralsight тренинг претплати&lt;/li&gt;
&lt;li&gt;JetBrains ReSharper&lt;/li&gt;
&lt;li&gt;CodeSmith tools&lt;/li&gt;
&lt;li&gt;Останати промотивни материјали&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Додадете потсетник во вашиот календар за 05 Декември во &lt;a href="http://skopje.on.net.mk/?lat=41.9985991635006&amp;amp;lon=21.4274898539567"&gt;Клубот на новинарири&lt;/a&gt; со почеток во 17:30ч.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://mkdot.net/community/aggbug.aspx?PostID=35569&amp;AppID=36&amp;AppType=1&amp;ContentType=0" width="1" height="1"&gt;</description><category domain="http://mkdot.net/community/mknetug/b/news/archive/tags/Monthly+Meeting/default.aspx">Monthly Meeting</category><category domain="http://mkdot.net/community/mknetug/b/news/archive/tags/_3A043E044004380441043D04380447043A043004_+_410440043504340431043004_/default.aspx">корисничка средба</category><category domain="http://mkdot.net/community/mknetug/b/news/archive/tags/_3C0435044104350447043D043004_+_410440043504340431043004_/default.aspx">месечна средба</category></item><item><title>CodeCamp 2012 - Call for Speakers</title><link>http://mkdot.net/community/mknetug/b/news/archive/2012/10/18/codecamp-2012-call-for-speakers.aspx</link><pubDate>Thu, 18 Oct 2012 14:09:00 GMT</pubDate><guid isPermaLink="false">c6974423-eee6-405f-ad43-26e2febcfffe:35566</guid><dc:creator>darko</dc:creator><slash:comments>0</slash:comments><description>&lt;p&gt;&lt;a href="http://mkdot.net/community/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-00-36/7851.logo_5F00_cc12.png"&gt;&lt;img style="display:block;margin-left:auto;margin-right:auto;" border="0" alt=" " src="http://mkdot.net/community/resized-image.ashx/__size/550x0/__key/communityserver-blogs-components-weblogfiles/00-00-00-00-36/7851.logo_5F00_cc12.png" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;Macedonian .NET User Group is opening this year Code Camp 2012 call for speakers. The conference is scheduled for 24.11.2012.Sessions on the conference are mainly in native Macedonian language, and for foreign speakers the sessions should be in English.&amp;nbsp;All speakers that are interested in participating in the biggest community event should submit their session proposals not after 01.11.2012. The selected sessions and speakers will be notified on 03.11.2012.&lt;/p&gt;
&lt;p&gt;As every year, you are encouraged to apply with Presentation on Topic that you think will be attractive for the audience. This year we are targeting 4 tracks and following technologies: HTML5, .NET 4.5, Visual Studio 2012, Windows 8 development, Metro Style designs, Windows Phone development, Windows Azure, Mobile web, ASP.NET (4.0 and 4.5, MVC, Web Pages,&amp;hellip;), SharePoint (2010 and 2013), Office 365, Team Foundation Services, ALM, etc.&lt;/p&gt;
&lt;p&gt;Other Topics are also acceptable, so submit on anything you like in the development space. There is no central &amp;ldquo;theme&amp;rdquo; to our Code Camp except to focus on topics related to development.&lt;/p&gt;
&lt;p&gt;Speakers &amp;ndash; although we can&amp;rsquo;t afford to pay you for your time and expertise, we&amp;rsquo;ll have plenty of food and drinks, and other fun stuff just for you!&lt;/p&gt;
&lt;p&gt;If you are willing to join this event as a speaker, please send session details (presentation title, description, covered technologies and contact information) to &lt;a href="mailto:codecamp@mkdot.net"&gt;codecamp@mkdot.net&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;CodeCamp Team&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://mkdot.net/community/aggbug.aspx?PostID=35566&amp;AppID=36&amp;AppType=1&amp;ContentType=0" width="1" height="1"&gt;</description><category domain="http://mkdot.net/community/mknetug/b/news/archive/tags/Call+for+Speakers/default.aspx">Call for Speakers</category><category domain="http://mkdot.net/community/mknetug/b/news/archive/tags/codecamp/default.aspx">codecamp</category><category domain="http://mkdot.net/community/mknetug/b/news/archive/tags/event/default.aspx">event</category><category domain="http://mkdot.net/community/mknetug/b/news/archive/tags/_3A043E043D0444043504400435043D044604380458043004_/default.aspx">конференција</category><category domain="http://mkdot.net/community/mknetug/b/news/archive/tags/_3D0430044104420430043D04_/default.aspx">настан</category></item><item><title>SP Adriatics Conference 2012 - котизациски попуст</title><link>http://mkdot.net/community/mknetug/mk_sp/b/darko/archive/2012/10/03/sp-adriatics-conference-2012.aspx</link><pubDate>Wed, 03 Oct 2012 20:54:00 GMT</pubDate><guid isPermaLink="false">c6974423-eee6-405f-ad43-26e2febcfffe:35565</guid><dc:creator>darko</dc:creator><slash:comments>0</slash:comments><description>&lt;p&gt;&lt;a href="http://mkdot.net/community/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-00-08/6404.spca_2D00_2012_2D00_logo_2D00_website_2D00_425.png"&gt;&lt;img border="0" alt=" " src="http://mkdot.net/community/resized-image.ashx/__size/550x0/__key/communityserver-blogs-components-weblogfiles/00-00-00-00-08/6404.spca_2D00_2012_2D00_logo_2D00_website_2D00_425.png" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;На 28-ми Ноември оваа година, во Загреб ќе се одржи првата &lt;a href="http://spcadriatics.com/2012/about-conference/" target="_blank"&gt;SharePoint and Project Conference&lt;/a&gt;. На конференцијата свои предавања ќе имаат едни од врвните SharePoint експерти, како Wictor Wilen, Martina Grom, Joel Oleson, Agnes Molan, Michael Noel, Adis Jugo, и .т.н. (повеќе на листата на &lt;a href="http://spcadriatics.com/2012/category/bios/" target="_blank"&gt;предавачи&lt;/a&gt;).&lt;/p&gt;
&lt;p&gt;За сите членови на Македонската SharePoint корисничка група, организаторите на конференцијата одобрија котизациски попуст, по најниската Super Early Bird цена од 800 KN + PDV (околу 100 EUR + ДДВ). За сите заинтересирани, потребно е да испратат e-mail на &lt;a href="mailto:sp@mkdot.net"&gt;sp@mkdot.net&lt;/a&gt; со свое име и презиме, а јас ќе ги препратам вашите податоци на организаторите кои ке ви испратат упатства за регистрација и добивање на попустот.&lt;/p&gt;
&lt;p&gt;&lt;a href="http://mkdot.net/community/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-00-08/0118.image001.png"&gt;&lt;img border="0" alt=" " src="http://mkdot.net/community/resized-image.ashx/__size/550x0/__key/communityserver-blogs-components-weblogfiles/00-00-00-00-08/0118.image001.png" /&gt;&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://mkdot.net/community/aggbug.aspx?PostID=35565&amp;AppID=8&amp;AppType=1&amp;ContentType=0" width="1" height="1"&gt;</description><category domain="http://mkdot.net/community/mknetug/mk_sp/b/darko/archive/tags/Conference/default.aspx">Conference</category><category domain="http://mkdot.net/community/mknetug/mk_sp/b/darko/archive/tags/SharePoint/default.aspx">SharePoint</category><category domain="http://mkdot.net/community/mknetug/mk_sp/b/darko/archive/tags/SharePoint+2010/default.aspx">SharePoint 2010</category></item><item><title>Месечна средба - Октомври 2012</title><link>http://mkdot.net/community/mknetug/b/news/archive/2012/09/27/35564.aspx</link><pubDate>Wed, 26 Sep 2012 22:09:06 GMT</pubDate><guid isPermaLink="false">c6974423-eee6-405f-ad43-26e2febcfffe:35564</guid><dc:creator>darko</dc:creator><slash:comments>0</slash:comments><description>&lt;p&gt;Среда,&amp;nbsp;3&amp;nbsp;Октомври 2012 во просториите на Клуб на Новинари, со почеток во 17:30 часот, ќе се одржи редовна месечна средба на групата. На оваа средба,&amp;nbsp;MK Dynamics UG за предавач ќе го има Дејан стефановски на тема &lt;strong&gt;Двослојна vs. трислојна архитектура при градба на ERP решенија претставена преку Microsoft Dynamics NAV 2009&lt;/strong&gt;.&lt;/p&gt;
&lt;p style="text-align:center;"&gt;&amp;nbsp;&lt;a href="http://mkdot.net/community/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-00-36/1780.nav2009.png"&gt;&lt;img border="0" alt=" " src="http://mkdot.net/community/resized-image.ashx/__size/550x0/__key/communityserver-blogs-components-weblogfiles/00-00-00-00-36/1780.nav2009.png" /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;br /&gt;Презентацијата има за цел да ја претстави новата револуционерна трислојна архитектура на Microsoft Dynamics NAV при изработка на ERP решенија, да даде споредба со претходната двослојна и да ги претстави основните развојни концепти (запознавање со развојната околина, програмскиот јазик и објектите при креирање на решенијата). Сето ова ќе биде презентирано преку примери во NAV 2009, како единствена верзија која содржи два NAV клиенти (по еден за секоја архитектура).Овие настани се бесплатни, отворени за сите кои сакаат да слушнат нешто ново и да се дружат.&lt;/p&gt;
&lt;p&gt;По завршување на презентациите организирана е мала закуска&amp;nbsp; во барот на клубот.&lt;/p&gt;
&lt;p&gt;Присуствувајте на овие настани и освојте една од следниве награди:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Telerik ASP.NET Suite&lt;/li&gt;
&lt;li&gt;Pluralsight тренинг претплати&lt;/li&gt;
&lt;li&gt;JetBrains ReSharper&lt;/li&gt;
&lt;li&gt;CodeSmith tools&lt;/li&gt;
&lt;li&gt;Останати промотивни материјали&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Додадете потсетник во вашиот календар за 03&amp;nbsp;Октомври во &lt;a href="http://skopje.on.net.mk/?lat=41.9985991635006&amp;amp;lon=21.4274898539567"&gt;Клубот на новинарири&lt;/a&gt; со почеток во 17:30ч.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://mkdot.net/community/aggbug.aspx?PostID=35564&amp;AppID=36&amp;AppType=1&amp;ContentType=0" width="1" height="1"&gt;</description><category domain="http://mkdot.net/community/mknetug/b/news/archive/tags/Dynamics/default.aspx">Dynamics</category><category domain="http://mkdot.net/community/mknetug/b/news/archive/tags/Macedonian+Dynamics+User+Group/default.aspx">Macedonian Dynamics User Group</category><category domain="http://mkdot.net/community/mknetug/b/news/archive/tags/Monthly+Meeting/default.aspx">Monthly Meeting</category><category domain="http://mkdot.net/community/mknetug/b/news/archive/tags/_3A043E044004380441043D04380447043A043004_+_410440043504340431043004_/default.aspx">корисничка средба</category><category domain="http://mkdot.net/community/mknetug/b/news/archive/tags/_3C0435044104350447043D043004_+_410440043504340431043004_/default.aspx">месечна средба</category><category domain="http://mkdot.net/community/mknetug/b/news/archive/tags/_3F0440043504370435043D04420430044604380458043004_/default.aspx">презентација</category></item><item><title>I received Microsoft MVP Award for second time in a row</title><link>http://mkdot.net/community/mknetug/mk_sp/b/darko/archive/2012/07/08/surprise-after-summer-holiday-i-received-ms-mvp-award-for-the-second-time.aspx</link><pubDate>Sun, 08 Jul 2012 21:33:00 GMT</pubDate><guid isPermaLink="false">c6974423-eee6-405f-ad43-26e2febcfffe:35562</guid><dc:creator>darko</dc:creator><slash:comments>4</slash:comments><description>&lt;p&gt;It is very pleasant when you came home after your summer holiday, open your Inbox and find an e-mail that says &amp;ldquo;Congratulations 2012 Microsoft MVP!&amp;rdquo;&lt;/p&gt;
&lt;p&gt;I am happy to announce to all my friends, colleagues and readers that I have been awarded as &lt;b&gt;Microsoft MVP 2&lt;sup&gt;nd&lt;/sup&gt; Time in row&lt;/b&gt; once again on the SharePoint Server discipline.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href="http://mkdot.net/community/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-00-08/5148.MVP_5F00_500.png"&gt;&lt;img src="http://mkdot.net/community/resized-image.ashx/__size/550x0/__key/communityserver-blogs-components-weblogfiles/00-00-00-00-08/5148.MVP_5F00_500.png" alt=" " border="0" /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;I would like to thanks to all my friends, colleagues and community supporters who helped me receive this award once again. I would also like to give a special Thanks to Microsoft CEE MVP Lead Alessandro Teglia for this recognition.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Darko&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://mkdot.net/community/aggbug.aspx?PostID=35562&amp;AppID=8&amp;AppType=1&amp;ContentType=0" width="1" height="1"&gt;</description><category domain="http://mkdot.net/community/mknetug/mk_sp/b/darko/archive/tags/Microsoft/default.aspx">Microsoft</category><category domain="http://mkdot.net/community/mknetug/mk_sp/b/darko/archive/tags/MVP/default.aspx">MVP</category></item><item><title>Месечна средба - Јуни 2012</title><link>http://mkdot.net/community/mknetug/b/news/archive/2012/05/31/35560.aspx</link><pubDate>Thu, 31 May 2012 13:46:00 GMT</pubDate><guid isPermaLink="false">c6974423-eee6-405f-ad43-26e2febcfffe:35560</guid><dc:creator>darko</dc:creator><slash:comments>0</slash:comments><description>&lt;p&gt;Оваа среда, 6 Јуни 2012 во просториите на Клуб на Новинари, со почеток во 17:30 часот, ќе се одржи редовна месечна средба на групата на тема &amp;bdquo;Развој на социјални игри на Windows Azure&amp;ldquo;. Овој месец наш презентер е Александар Величковски кој ќе ни презентира практичен пример на можностите на Windows Azure како платформа за социјални игри.&lt;/p&gt;
&lt;p&gt;&lt;a href="http://applicationperformance.dynatrace.com/rs/dynatrace/images/Microsoft-Windows-Azure-Logo.png"&gt;&lt;img src="http://applicationperformance.dynatrace.com/rs/dynatrace/images/Microsoft-Windows-Azure-Logo.png" alt=" " style="display:block;margin-left:auto;margin-right:auto;" border="0" /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Презентацијата ќе опфати 2 примери на социјални игри во мрежа, изградени врз основа на Command-Query Model (CQM) урнекот. Игрите користат Web и Worker roles од облакот кои комуницираат меѓусебно преку Windows Azure Storage Queue. Податочниот дел од решението е сместен во Windows Azure Storage Blobs како и во SQL Azure облакот. Најавувањето на играчите оди преку посебниот Windows Azure сервис за тие намени, Access Control Service (ACS), кој овозможува играчите да се вклучат во играта преку нивните постоечки профили на некои од познатите доставувачи на идентификациски сервиси како Windows Live, Facebook, Google, Yahoo! .&lt;/p&gt;
&lt;p&gt;Овие настани се бесплатни, отворени за сите кои сакаат да слушнат нешто ново и да се дружат.&lt;/p&gt;
&lt;p&gt;По завршување на презентациите организирана е мала закуска и освежување во барот на клубот.&lt;/p&gt;
&lt;p&gt;Присуствувајте на овие настани и освојте една од следниве награди:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Telerik ASP.NET Suite&lt;/li&gt;
&lt;li&gt;Pluralsight тренинг претплати&lt;/li&gt;
&lt;li&gt;JetBrains ReSharper&lt;/li&gt;
&lt;li&gt;CodeSmith tools&lt;/li&gt;
&lt;li&gt;Останати промотивни материјали&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Додадете потсетник во вашиот календар за 6 Јуни во &lt;a href="http://skopje.on.net.mk/?lat=41.9985991635006&amp;amp;lon=21.4274898539567"&gt;Клубот на новинарири&lt;/a&gt; со почеток во 17:30ч.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://mkdot.net/community/aggbug.aspx?PostID=35560&amp;AppID=36&amp;AppType=1&amp;ContentType=0" width="1" height="1"&gt;</description><category domain="http://mkdot.net/community/mknetug/b/news/archive/tags/Monthly+Meeting/default.aspx">Monthly Meeting</category><category domain="http://mkdot.net/community/mknetug/b/news/archive/tags/Windows+Azure/default.aspx">Windows Azure</category><category domain="http://mkdot.net/community/mknetug/b/news/archive/tags/_3A043E044004380441043D04380447043A043004_+_410440043504340431043004_/default.aspx">корисничка средба</category><category domain="http://mkdot.net/community/mknetug/b/news/archive/tags/_3C0435044104350447043D043004_+_410440043504340431043004_/default.aspx">месечна средба</category><category domain="http://mkdot.net/community/mknetug/b/news/archive/tags/_3F0440043504370435043D04420430044604380458043004_/default.aspx">презентација</category></item><item><title>SharePoint 2010 User Profiles Synchronization Service – Starting (Errors No.1)</title><link>http://mkdot.net/community/mknetug/mk_sp/b/darko/archive/2012/05/23/sharepoint-2010-user-profiles-synchronization-service-starting-errors-no-1.aspx</link><pubDate>Wed, 23 May 2012 09:27:00 GMT</pubDate><guid isPermaLink="false">c6974423-eee6-405f-ad43-26e2febcfffe:35558</guid><dc:creator>darko</dc:creator><slash:comments>1</slash:comments><description>&lt;p&gt;Starting the SharePoint 2010 User Profiles Synchronization Service is well known issue and there are a lot of blogs that cover this topic. Microsoft tried to solve this issues with CUs and finally with Service Pack 1, but there are still problems that may occur. So this is one of those cases that I faced, and I will share this to help others to overcome quickly.&lt;/p&gt;
&lt;p&gt;The scenario occurs on SharePoint 2010 with Service Pack 1 (no other CUs). It&amp;rsquo;s well known that you need to add Farm account as Local Admin, log on the computer with this account and try to start the UP Sync service.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Try 1:&lt;/strong&gt; Try to start and after 1-2 minutes the Service shows Stopped. No errors in event viewer. I run ULS Viewer and started again. I found an error that says:&lt;/p&gt;
&lt;p&gt;&lt;br /&gt;&lt;strong&gt;ProfileSynchronizationService: Provisioning TImer Job encountered an exception: System.UnauthorizedAccessException: Access to the registry key &amp;#39;HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\FIMSynchronizationService\Parameters\PerMAInstance\MOSS-77ef1666-cc36-4efe-aaea-e3f2e4599a9e&amp;#39; is denied.&lt;/strong&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;So I opened RegEdit and added &lt;strong&gt;WSS_ADIMN_WPG&lt;/strong&gt; local Group with write permissions on the Key &lt;strong&gt;HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\FIMSynchronizationService\Parameters&lt;/strong&gt; because &lt;strong&gt;\PerMAInstance&lt;/strong&gt; does not existed.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Try 2:&lt;/strong&gt; Started the service again, now I have to wait for 3-5 minutes to see that the service is stopped once again. I reviewed the ULS and found another error:&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;ILM Configuration: Error &amp;#39;ERR_INVALID_GROUPS&amp;#39;.&lt;br /&gt;&lt;/strong&gt;&lt;br /&gt;&lt;strong&gt;UserProfileApplication.SynchronizeMIIS: Failed to configure MIIS pre database, will attempt during next rerun. Exception: System.Configuration.ConfigurationErrorsException: ERR_INVALID_GROUPS&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; at Microsoft.Office.Server.UserProfiles.Synchronization.ILMPostSetupConfiguration.ValidateConfigurationResult(UInt32 result)&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; at Microsoft.Office.Server.UserProfiles.Synchronization.ILMPostSetupConfiguration.ConfigureMiisStage1()&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; at Microsoft.Office.Server.Administration.UserProfileApplication.SetupSynchronizationService(ProfileSynchronizationServiceInstance profileSyncInstance).&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;Started researching on the internet and found that after adding Farm account as Local Admin you need to restart the &lt;strong&gt;OWSTimer&lt;/strong&gt; (or restart the complete server). When you install many SP Farms, you simply do things that you think you know, not following the step-by-step procedure each time. So I restarted the OWSTIMER service and give another try.&lt;img style="margin:10px 5px 10px 15px;display:inline;float:right;" alt=" " align="right" src="http://www.imageenvision.com/150/19389-sick-or-depressed-business-man-slouching-while-sitting-at-a-computer-desk-at-work-clipart-by-djart.jpg" /&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Try 3:&lt;/strong&gt; Start the UP Sync service once again, and this time (after 3-5 minutes) the service is started.&amp;nbsp; I logged of the Farm account and logged with Admin/Setup account. Opened the SP Central Administration and tried to open (Manage) the User Profiles Service Application. Error again.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;UserProfileServiceUserStatisticsWebPart:LoadControl failed, Exception: System.IO.FileLoadException: The located assembly&amp;#39;s manifest definition does not match the assembly reference.&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;OMG, not again. Then research on the internet again, and found the resolution. IISRESET after you start the UP Sync service. Finally my UP Service Application with Sync was functional.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://mkdot.net/community/aggbug.aspx?PostID=35558&amp;AppID=8&amp;AppType=1&amp;ContentType=0" width="1" height="1"&gt;</description><category domain="http://mkdot.net/community/mknetug/mk_sp/b/darko/archive/tags/Errors/default.aspx">Errors</category><category domain="http://mkdot.net/community/mknetug/mk_sp/b/darko/archive/tags/Problems/default.aspx">Problems</category><category domain="http://mkdot.net/community/mknetug/mk_sp/b/darko/archive/tags/SharePoint/default.aspx">SharePoint</category><category domain="http://mkdot.net/community/mknetug/mk_sp/b/darko/archive/tags/SharePoint+2010/default.aspx">SharePoint 2010</category><category domain="http://mkdot.net/community/mknetug/mk_sp/b/darko/archive/tags/User+Profiles/default.aspx">User Profiles</category><category domain="http://mkdot.net/community/mknetug/mk_sp/b/darko/archive/tags/User+Profiles+Synchronization+Service/default.aspx">User Profiles Synchronization Service</category></item><item><title>Amazing SharePoint numbers (facts: end of 2011)</title><link>http://mkdot.net/community/mknetug/mk_sp/b/darko/archive/2012/05/13/amazing-sharepoint-numbers-facts-end-of-2011.aspx</link><pubDate>Sat, 12 May 2012 23:42:00 GMT</pubDate><guid isPermaLink="false">c6974423-eee6-405f-ad43-26e2febcfffe:35555</guid><dc:creator>darko</dc:creator><slash:comments>1</slash:comments><description>&lt;p&gt;I knew that SharePoint Is a big successfully product that is used by many customers in the world, but writing the facts in numbers looks amazing:&lt;/p&gt;
&lt;table border="0" cellspacing="0" cellpadding="0"&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td valign="top" width="91"&gt;
&lt;p align="right"&gt;&lt;span style="font-family:arial,helvetica,sans-serif;font-size:small;"&gt;125 000 000&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td valign="top" width="547"&gt;
&lt;p&gt;&lt;span style="font-family:arial,helvetica,sans-serif;font-size:small;"&gt;&amp;nbsp; SharePoint licenses sold to date&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td valign="top" width="91"&gt;
&lt;p align="right"&gt;&lt;span style="font-family:arial,helvetica,sans-serif;font-size:small;"&gt;62 000 000&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td valign="top" width="547"&gt;
&lt;p&gt;&lt;span style="font-family:arial,helvetica,sans-serif;font-size:small;"&gt;&amp;nbsp; SharePoint 2010 licenses sold&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td valign="top" width="91"&gt;
&lt;p align="right"&gt;&lt;span style="font-family:arial,helvetica,sans-serif;font-size:small;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 700 000&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td valign="top" width="547"&gt;
&lt;p&gt;&lt;span style="font-family:arial,helvetica,sans-serif;font-size:small;"&gt;&amp;nbsp; Developers working on SharePoint around the world&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td valign="top" width="91"&gt;
&lt;p align="right"&gt;&lt;span style="font-family:arial,helvetica,sans-serif;font-size:small;"&gt;100 000&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td valign="top" width="547"&gt;
&lt;p&gt;&lt;span style="font-family:arial,helvetica,sans-serif;font-size:small;"&gt;&amp;nbsp; Unique visitors per day on Microsoft&amp;rsquo;s internal SharePoint&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td valign="top" width="91"&gt;
&lt;p align="right"&gt;&lt;span style="font-family:arial,helvetica,sans-serif;font-size:small;"&gt;65 000&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td valign="top" width="547"&gt;
&lt;p&gt;&lt;span style="font-family:arial,helvetica,sans-serif;font-size:small;"&gt;&amp;nbsp; Customers who have bought SharePoint&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td valign="top" width="91"&gt;
&lt;p align="right"&gt;&lt;span style="font-family:arial,helvetica,sans-serif;font-size:small;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 4 000&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td valign="top" width="547"&gt;
&lt;p&gt;&lt;span style="font-family:arial,helvetica,sans-serif;font-size:small;"&gt;&amp;nbsp; Partners giving SharePoint training&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td valign="top" width="91"&gt;
&lt;p align="right"&gt;&lt;span style="font-family:arial,helvetica,sans-serif;font-size:small;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1 000 &lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td valign="top" width="547"&gt;
&lt;p&gt;&lt;span style="font-family:arial,helvetica,sans-serif;font-size:small;"&gt;&amp;nbsp; SharePoint developer books on the market&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;p&gt;Source: &lt;a href="http://veroniquepalmer.wordpress.com/2011/10/10/microsoft-sharepoint-conference-2011-wrap-up-spc11/"&gt;http://veroniquepalmer.wordpress.com/2011/10/10/microsoft-sharepoint-conference-2011-wrap-up-spc11/&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://mkdot.net/community/aggbug.aspx?PostID=35555&amp;AppID=8&amp;AppType=1&amp;ContentType=0" width="1" height="1"&gt;</description><category domain="http://mkdot.net/community/mknetug/mk_sp/b/darko/archive/tags/Facts/default.aspx">Facts</category><category domain="http://mkdot.net/community/mknetug/mk_sp/b/darko/archive/tags/Numbers/default.aspx">Numbers</category><category domain="http://mkdot.net/community/mknetug/mk_sp/b/darko/archive/tags/SharePoint/default.aspx">SharePoint</category></item><item><title>Месечна средба - Мај 2012</title><link>http://mkdot.net/community/mknetug/b/news/archive/2012/05/09/35553.aspx</link><pubDate>Wed, 09 May 2012 07:55:00 GMT</pubDate><guid isPermaLink="false">c6974423-eee6-405f-ad43-26e2febcfffe:35553</guid><dc:creator>darko</dc:creator><slash:comments>0</slash:comments><description>&lt;p&gt;Месечна средба, Мај 2012&lt;/p&gt;
&lt;p&gt;Среда, 9 Мај 2012 во просториите на Клуб на Новинари, со почеток во 17:30 часот, ќе се одржи редовна месечна средба на групата. На оваа средба ќе го имаме Векослав Стефановски за презентер на темата &lt;strong&gt;Fake Mocking Dummy&lt;/strong&gt;.&lt;/p&gt;
&lt;p&gt;&lt;img style="display:block;margin-left:auto;margin-right:auto;" alt=" " src="http://mkdot.net/community/cfs-file.ashx/__key/communityserver-components-sitefiles/images/mkvcsug_5F00_logo1.jpg" /&gt;&lt;/p&gt;
&lt;p&gt;&lt;br /&gt;Софтвер кој не е тестиран е софтвер кој не работи. За да се стигне одредено ниво на доверба во софтверот, потребно е да се комбинираат неколку техники на тестирање, меѓу кои една од поважните е unit тестирање.&lt;/p&gt;
&lt;p&gt;Иако сите се сложни дека unit тестовите додаваат голема вредност на стабилноста на софтверот, сепак нивната употреба, особено во нашата средина, сеуште е спорадична, а полето на unit тестирање е преоптоварено со митови околу нивната корисност и користење.&lt;/p&gt;
&lt;p&gt;Во рамките на презентацијата ќе бидат опфатени тековните најдобри практики поврзани со тоа кога, што и колку треба да се тестира, ќе биде даден осврт кон најчестите митови за и против unit тестирање и ќе бидат претставени неколку алатки и библиотеки кои помагаат при планирање, пишување и извршување на unit тестови во рамки на .net работната околина.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;На оваа месечна средба, свое претставување ќе има &amp;quot;Macedonian Visual C# User Group&amp;quot; која може да ја следите на &lt;a href="http://vcs.mkdot.net" target="_blank"&gt;http://vcs.mkdot.net &lt;/a&gt;сајтот каде ке имаат свои блогови и форуми, да им пишете на нивниот официјален e-mail &lt;a href="mailto:vcs@mkdot.net"&gt;vcs@mkdot.net&lt;/a&gt;, и на солицајлните мрежи &lt;a href="http://twitter.com/mkvcsug"&gt;Twitter&lt;/a&gt; и &lt;a href="https://www.facebook.com/mkvcsug"&gt;Facebook&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Овие настани се бесплатни, отворени за сите кои сакаат да слушнат нешто ново и да се дружат.&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;По завршување на презентациите организирана е мала закуска и освежување во барот на клубот.&lt;/p&gt;
&lt;p&gt;Присуствувајте на овие настани и освојте една од следниве награди:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Telerik ASP.NET Suite&lt;/li&gt;
&lt;li&gt;Pluralsight тренинг претплати&lt;/li&gt;
&lt;li&gt;JetBrains ReSharper&lt;/li&gt;
&lt;li&gt;CodeSmith tools&lt;/li&gt;
&lt;li&gt;Останати промотивни материјали&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Додадете потсетник во вашиот календар за 04 Април во &lt;a href="http://skopje.on.net.mk/?lat=41.9985991635006&amp;amp;lon=21.4274898539567"&gt;Клубот на новинарири&lt;/a&gt; со почеток во 17:30ч.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://mkdot.net/community/aggbug.aspx?PostID=35553&amp;AppID=36&amp;AppType=1&amp;ContentType=0" width="1" height="1"&gt;</description><category domain="http://mkdot.net/community/mknetug/b/news/archive/tags/Monthly+Meeting/default.aspx">Monthly Meeting</category><category domain="http://mkdot.net/community/mknetug/b/news/archive/tags/User+Group/default.aspx">User Group</category><category domain="http://mkdot.net/community/mknetug/b/news/archive/tags/_3A043E044004380441043D04380447043A043004_+_410440043504340431043004_/default.aspx">корисничка средба</category><category domain="http://mkdot.net/community/mknetug/b/news/archive/tags/_3C0435044104350447043D043004_+_410440043504340431043004_/default.aspx">месечна средба</category></item><item><title>Microsoft WinDays 2012, Rovinj, Croatia</title><link>http://mkdot.net/community/mknetug/mk_sp/b/darko/archive/2012/04/18/microsoft-windays-2012-rovinj-croatia.aspx</link><pubDate>Wed, 18 Apr 2012 21:49:00 GMT</pubDate><guid isPermaLink="false">c6974423-eee6-405f-ad43-26e2febcfffe:35546</guid><dc:creator>darko</dc:creator><slash:comments>0</slash:comments><description>&lt;p&gt;&lt;a href="http://mkdot.net/community/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-00-08-metablogapi/3404.Rovinj12_5F00_49768E94.jpg"&gt;&lt;/a&gt;&lt;a href="http://mkdot.net/community/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-00-08/5732.Rovinj12.jpg"&gt;&lt;img style="width:300px;border-width:0px;margin:0px 0px 10px 15px;padding-top:0px;padding-right:0px;padding-left:0px;float:right;display:inline;background-image:none;" border="0" alt=" " src="http://mkdot.net/community/resized-image.ashx/__size/350x0/__key/communityserver-blogs-components-weblogfiles/00-00-00-00-08/5732.Rovinj12.jpg" /&gt;&lt;/a&gt;I will be speaking at this year Microsoft WinDays Conference in Croatia. The conference is held in Rovinj, a beautiful city on the Adriatic Sea. The conference is from 23 to 26 of April, and there will be a lot of well known and proven speakers. Some of them that will be talking about SharePoint&amp;nbsp; are Toni Frankola, Zlatan Dzinic, Michael Noel, Adis Jugo, etc.&lt;/p&gt;
&lt;p&gt;I will be presenting about SharePoint 2010 and how it can help your organization to be better organized. The session will cover some of the best SharePoint features, how should you use them and which steps should you carefully plan and execute to build your perfect Enterprise Content Management system.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;a href="http://mkdot.net/community/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-00-08/3568.predavac_5F00_tech_5F00_email.jpg"&gt;&lt;img style="float:right;" border="0" alt=" " src="http://mkdot.net/community/resized-image.ashx/__size/550x0/__key/communityserver-blogs-components-weblogfiles/00-00-00-00-08/3568.predavac_5F00_tech_5F00_email.jpg" /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://mkdot.net/community/aggbug.aspx?PostID=35546&amp;AppID=8&amp;AppType=1&amp;ContentType=0" width="1" height="1"&gt;</description><category domain="http://mkdot.net/community/mknetug/mk_sp/b/darko/archive/tags/Conference/default.aspx">Conference</category><category domain="http://mkdot.net/community/mknetug/mk_sp/b/darko/archive/tags/Events/default.aspx">Events</category><category domain="http://mkdot.net/community/mknetug/mk_sp/b/darko/archive/tags/SharePoint/default.aspx">SharePoint</category><category domain="http://mkdot.net/community/mknetug/mk_sp/b/darko/archive/tags/WinDays/default.aspx">WinDays</category></item><item><title>SharePoint Field Internal Name Length</title><link>http://mkdot.net/community/mknetug/mk_sp/b/darko/archive/2012/04/12/sharepoint-field-internal-name-length.aspx</link><pubDate>Thu, 12 Apr 2012 08:38:53 GMT</pubDate><guid isPermaLink="false">c6974423-eee6-405f-ad43-26e2febcfffe:35544</guid><dc:creator>darko</dc:creator><slash:comments>0</slash:comments><description>&lt;p&gt;I want to share one interesting story about how can you waist one complete day in debugging and wondering what is going wrong with your code. I was coding an List Event receiver which should change a after property value depending on other field&amp;nbsp; in ItemAdding. First you should find that in “-ing” event, to access BeforeProperties you should make your event Synchronous. But finally when I tried to set AfterProperty value I got an well known error “one or more fields are not installed properly”. I found a lot of posts that reference to different problem. One of them was to use the &lt;strong&gt;Internal Field Name&lt;/strong&gt; to access it and set it. Since mu field was custom field created trough Field Definition (XML) I copied StaticName which was lets say “&lt;strong&gt;MyCustomFieldUsedForSettingUsersThatWillDoThat&lt;/strong&gt;”. Everybody that have problems with this used like &lt;strong&gt;“Assigned To&lt;/strong&gt;” but Internal Name was “&lt;strong&gt;AssignedTo&lt;/strong&gt;” without space. Since I have no space and using Field Static Name I assumed that Internal Name is the same.&lt;/p&gt; &lt;p&gt;What also lead me to wrong direction was that my field was of type SPFieldUser and setting its value have multiple ways, other had problems with that and so on. I lost one complete day trying to find the solution. At the and I opened &lt;a href="http://spm.codeplex.com/" target="_blank"&gt;SharePoint Manager&lt;/a&gt; and found that my field Internal Name was “&lt;strong&gt;MyCustomFieldUsedForSettingUsers&lt;/strong&gt;” missing the part “ThatWillDoThat”. What is the problem? I started counting the field name chars and found that internal name have 32 chars. So I assumed that Internal Field Name can have maximum 32 chars.&lt;/p&gt; &lt;p&gt;After this, it was easy to confirm this on the net:&lt;/p&gt; &lt;p&gt;&lt;a title="http://social.msdn.microsoft.com/Forums/en/sharepointdevelopment/thread/831ece40-9588-48da-bc9a-43454cb803a7" href="http://social.msdn.microsoft.com/Forums/en/sharepointdevelopment/thread/831ece40-9588-48da-bc9a-43454cb803a7"&gt;http://social.msdn.microsoft.com/Forums/en/sharepointdevelopment/thread/831ece40-9588-48da-bc9a-43454cb803a7&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://mkdot.net/community/aggbug.aspx?PostID=35544&amp;AppID=8&amp;AppType=1&amp;ContentType=0" width="1" height="1"&gt;</description><category domain="http://mkdot.net/community/mknetug/mk_sp/b/darko/archive/tags/Internal+Name/default.aspx">Internal Name</category><category domain="http://mkdot.net/community/mknetug/mk_sp/b/darko/archive/tags/ItemAdding/default.aspx">ItemAdding</category><category domain="http://mkdot.net/community/mknetug/mk_sp/b/darko/archive/tags/one+or+more+fields+are+not+installed+properly/default.aspx">one or more fields are not installed properly</category><category domain="http://mkdot.net/community/mknetug/mk_sp/b/darko/archive/tags/SharePoint/default.aspx">SharePoint</category></item><item><title>Using [Me] and [Today] Tokens in CAML Query</title><link>http://mkdot.net/community/mknetug/mk_sp/b/darko/archive/2012/04/09/using-me-and-today-tokens-in-caml-query.aspx</link><pubDate>Mon, 09 Apr 2012 14:34:13 GMT</pubDate><guid isPermaLink="false">c6974423-eee6-405f-ad43-26e2febcfffe:35543</guid><dc:creator>darko</dc:creator><slash:comments>0</slash:comments><description>&lt;p&gt;Recently I needed to create List View that returns all items Created by Me. Creating this View trough SharePoint List UI is very simple. You simply add [Me] token in the query value text box.&amp;nbsp; But, I need to create this View declarative in Schema.xml. This requires creating the query in CAML and that gave me little trouble. Thanks to latest VS2010 SharePoint project templates intelligence, I found that the Author field is of type “User” and that [Me] token is used as node &lt;strong&gt;&amp;lt;UserID /&amp;gt;&lt;/strong&gt;. Also [Today] token is used as &lt;strong&gt;&amp;lt;Today /&amp;gt;&lt;/strong&gt; in CAML queries.&lt;/p&gt; &lt;p&gt;So here is CAML Query with [Me] token:&lt;/p&gt; &lt;div style="padding-bottom:0px;margin:0px;padding-left:0px;padding-right:0px;display:inline;float:none;padding-top:0px;" id="scid:9D7513F9-C04C-4721-824A-2B34F0212519:18115b3c-ed10-4b46-afe0-6e64821749e4" class="wlWriterEditableSmartContent"&gt;&lt;pre style="width:400px;height:300px;background-color:White;overflow:auto;"&gt;&lt;div&gt;&lt;!--

Code highlighting produced by Actipro CodeHighlighter (freeware)
http://www.CodeHighlighter.com/

--&gt;&lt;span style="color:#0000FF;"&gt;&amp;lt;&lt;/span&gt;&lt;span style="color:#800000;"&gt;Query&lt;/span&gt;&lt;span style="color:#0000FF;"&gt;&amp;gt;&lt;/span&gt;&lt;span style="color:#000000;"&gt;
    &lt;/span&gt;&lt;span style="color:#0000FF;"&gt;&amp;lt;&lt;/span&gt;&lt;span style="color:#800000;"&gt;Where&lt;/span&gt;&lt;span style="color:#0000FF;"&gt;&amp;gt;&lt;/span&gt;&lt;span style="color:#000000;"&gt;
        &lt;/span&gt;&lt;span style="color:#0000FF;"&gt;&amp;lt;&lt;/span&gt;&lt;span style="color:#800000;"&gt;Eq&lt;/span&gt;&lt;span style="color:#0000FF;"&gt;&amp;gt;&lt;/span&gt;&lt;span style="color:#000000;"&gt;
            &lt;/span&gt;&lt;span style="color:#0000FF;"&gt;&amp;lt;&lt;/span&gt;&lt;span style="color:#800000;"&gt;FieldRef &lt;/span&gt;&lt;span style="color:#FF0000;"&gt;Name&lt;/span&gt;&lt;span style="color:#0000FF;"&gt;=&amp;quot;Author&amp;quot;&lt;/span&gt;&lt;span style="color:#FF0000;"&gt; &lt;/span&gt;&lt;span style="color:#0000FF;"&gt;/&amp;gt;&lt;/span&gt;&lt;span style="color:#000000;"&gt;
            &lt;/span&gt;&lt;span style="color:#0000FF;"&gt;&amp;lt;&lt;/span&gt;&lt;span style="color:#800000;"&gt;Value &lt;/span&gt;&lt;span style="color:#FF0000;"&gt;Type&lt;/span&gt;&lt;span style="color:#0000FF;"&gt;=&amp;quot;User&amp;quot;&lt;/span&gt;&lt;span style="color:#0000FF;"&gt;&amp;gt;&amp;lt;&lt;/span&gt;&lt;span style="color:#800000;"&gt;UserID &lt;/span&gt;&lt;span style="color:#0000FF;"&gt;/&amp;gt;&amp;lt;/&lt;/span&gt;&lt;span style="color:#800000;"&gt;Value&lt;/span&gt;&lt;span style="color:#0000FF;"&gt;&amp;gt;&lt;/span&gt;&lt;span style="color:#000000;"&gt;
        &lt;/span&gt;&lt;span style="color:#0000FF;"&gt;&amp;lt;/&lt;/span&gt;&lt;span style="color:#800000;"&gt;Eq&lt;/span&gt;&lt;span style="color:#0000FF;"&gt;&amp;gt;&lt;/span&gt;&lt;span style="color:#000000;"&gt;
    &lt;/span&gt;&lt;span style="color:#0000FF;"&gt;&amp;lt;/&lt;/span&gt;&lt;span style="color:#800000;"&gt;Where&lt;/span&gt;&lt;span style="color:#0000FF;"&gt;&amp;gt;&lt;/span&gt;&lt;span style="color:#000000;"&gt;
&lt;/span&gt;&lt;span style="color:#0000FF;"&gt;&amp;lt;/&lt;/span&gt;&lt;span style="color:#800000;"&gt;Query&lt;/span&gt;&lt;span style="color:#0000FF;"&gt;&amp;gt;&lt;/span&gt;&lt;/div&gt;&lt;/pre&gt;&lt;!-- Code inserted with Steve Dunn's Windows Live Writer Code Formatter Plugin.  http://dunnhq.com --&gt;&lt;/div&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://mkdot.net/community/aggbug.aspx?PostID=35543&amp;AppID=8&amp;AppType=1&amp;ContentType=0" width="1" height="1"&gt;</description><category domain="http://mkdot.net/community/mknetug/mk_sp/b/darko/archive/tags/CAML/default.aspx">CAML</category><category domain="http://mkdot.net/community/mknetug/mk_sp/b/darko/archive/tags/SharePoint/default.aspx">SharePoint</category></item><item><title>Macedonian SharePoint Conference 2012</title><link>http://mkdot.net/community/mknetug/mk_sp/b/darko/archive/2012/03/16/macedonian-sharepoint-conference-2012.aspx</link><pubDate>Fri, 16 Mar 2012 22:44:00 GMT</pubDate><guid isPermaLink="false">c6974423-eee6-405f-ad43-26e2febcfffe:35528</guid><dc:creator>darko</dc:creator><slash:comments>0</slash:comments><description>&lt;p&gt;&lt;span style="font-size:14px;font-weight:bold;color:#606060;font-family:arial;line-height:110%;"&gt;Monday, 26-th of March, 2012&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;Macedonian SharePoint User Group is proud to announce the first Macedonian SharePoint Conference. This one day free community event will be the perfect start for the SharePoint community in Macedonia. The Conference speakers are proven experts and world famous SharePoint community influencers. Join us on 26th of March at the Skopje Fair Business Center and be part of the &lt;a href="http://www.sharepointconference.mk"&gt;Macedonian SharePoint Conference 2012&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;&lt;span style="font-size:medium;"&gt;&lt;strong&gt;Speakers&lt;/strong&gt;&lt;/span&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;Michael Noel:&lt;/strong&gt; is an internationally recognized technology expert, bestselling author, and well known public speaker on a broad range of IT topics. He has authored several major industry books that have been translated into over a dozen languages worldwide.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Joel Oleson:&lt;/strong&gt; Joel was the first dedicated SharePoint Administrator ever. He&amp;#39;s been working with SharePoint nearly 11 years and worked at Microsoft in both IT and the product teams including Architecting the first rollout of Microsoft&amp;#39;s own global search, intranet, team sites, and my sites.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Paul J. Swider:&lt;/strong&gt; is an international speaker, trainer and freelance consultant. In addition he is the founder of the Charleston SharePoint Users Group and the author of the bestselling SharePoint 2010 Development book published by Wrox Press.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;strong&gt;&lt;span style="font-size:medium;"&gt;Agenda&lt;/span&gt;&lt;/strong&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;14:00 - 14:30&lt;/strong&gt; Registration&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;14:30 - 15:00&lt;/strong&gt; Michael Noel: Building the Perfect SharePoint 2010 Farm: Real World Best Practices&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;15:00 - 15:30&lt;/strong&gt; Joel Oleson: Avoiding Failed SharePoint Deployments: SharePoint Worst Practices&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;15:30 - 16:00&lt;/strong&gt; Paul J. Swider: Extending the ECM Features of SharePoint&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;16:00 - 16:20&lt;/strong&gt; Break&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;16:20 - 17:00&lt;/strong&gt; Panel Session with all three speakers&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;You can find more about the conference on &lt;a href="http://www.sharepointconference.mk"&gt;http://www.sharepointconference.mk&lt;/a&gt;. Please register for the event trough the following link &lt;a href="http://mkspconference2012.eventbrite.com/" target="_blank"&gt;http://mkspconference2012.eventbrite.com/&lt;/a&gt; and bring the printable ticket that will be sent to your e-mail right after successfully registration&lt;/p&gt;
&lt;p&gt;For any additional questions please contact us at &lt;a href="mailto:sp@mkdot.net"&gt;sp@mkdot.net&lt;/a&gt; or follow the Macedonian SharePoint User Group on &lt;a href="http://www.facebook.com/mkspug" target="_blank"&gt;Facebook&lt;/a&gt; or &lt;a href="https://twitter.com/mkspug"&gt;Twitter (@mkspug)&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://mkdot.net/community/aggbug.aspx?PostID=35528&amp;AppID=8&amp;AppType=1&amp;ContentType=0" width="1" height="1"&gt;</description><category domain="http://mkdot.net/community/mknetug/mk_sp/b/darko/archive/tags/Conference/default.aspx">Conference</category><category domain="http://mkdot.net/community/mknetug/mk_sp/b/darko/archive/tags/Macedonian+SharePoint+User+Group/default.aspx">Macedonian SharePoint User Group</category><category domain="http://mkdot.net/community/mknetug/mk_sp/b/darko/archive/tags/SharePoint/default.aspx">SharePoint</category></item><item><title>Месечна средба - Март 2012</title><link>http://mkdot.net/community/mknetug/b/news/archive/2012/03/05/35525.aspx</link><pubDate>Mon, 05 Mar 2012 20:50:00 GMT</pubDate><guid isPermaLink="false">c6974423-eee6-405f-ad43-26e2febcfffe:35525</guid><dc:creator>darko</dc:creator><slash:comments>0</slash:comments><description>&lt;p&gt;Среда,&amp;nbsp;7&amp;nbsp;Март 2012 во просториите на Клуб на Новинари, со почеток во 17:30 часот, ќе се одржи редовна месечна средба на групата. На оваа средба ќе имаме презентација на тема &lt;strong&gt;Развој на Windows апликации за мобилни уреди &amp;ndash; минато, сегашност, иднина&lt;/strong&gt;, а ќе ја презентира Орце Петрески.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Фокусот на оваа презентација е да се претстават различните платформи за развој на мобилни апликации дизајнирани од Microsoft, во последните 10 години.Во рамките на оваа презентација ќе се прикаже еволуцијата на оперативните системи, алатките за развој, како и концептите од .Net Compact Framework , па се до последната WinRT платформа.&lt;/p&gt;
&lt;table style="width:100%;" border="0" cellpadding="5" align="left"&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td style="vertical-align:top;"&gt;
&lt;p&gt;&lt;span style="font-family:Calibri,sans-serif;font-size:x-small;"&gt;&lt;span style="font-size:11pt;"&gt;&lt;span style="font-family:Arial,sans-serif;color:#222222;font-size:x-small;"&gt;&lt;span style="font-size:10pt;"&gt;&lt;img border="0" alt=" " src="http://mkdot.net/community/resized-image.ashx/__size/550x0/__key/communityserver-blogs-components-weblogfiles/00-00-00-00-36/8168.orce.png" /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="vertical-align:top;"&gt;&lt;strong&gt;&lt;br /&gt;Орце Петрески&lt;/strong&gt; е професионалец со повеќе од 10 години работно искуство во областа на Софтверски инжинеринг. Со развој на мобилни апликации работи од 2004 година, со првите верзии на Windows Mobile платформата. Тој е сертифициран како MCPD:Windows Application Developer 4.0, MCPD:Windows Phone Developer. Последната година, работи интензивно на Windows Phone проекти. Орце е вработен во Seavus на позиција Senior .NET Developer.&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;p&gt;&lt;span style="font-family:Calibri,sans-serif;font-size:x-small;"&gt;&lt;span style="font-size:11pt;"&gt;&lt;span style="font-family:Arial,sans-serif;color:#222222;font-size:x-small;"&gt;&lt;span style="font-size:10pt;"&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Ова е прва средба на која официјално &amp;quot;Macedonian Mobile Development User Group&amp;quot; ке има свое предавање, за што им посакуваме добредојде и им посакуваме уште многу успешни предавања. Macedonian Mobile Development User Group може да ја следите на&amp;nbsp; &lt;a href="http://mobile.mkdot.net/"&gt;http://mobile.mkdot.net&lt;/a&gt; сајтот каде ке имаат свои блогови и форуми, да им пишете на нивниот официјален e-mail &lt;a href="mailto:mobile@mkdot.net"&gt;mobile@mkdot.net&lt;/a&gt;, и на солицајлните мрежи Twitter и Facebook.&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://mkdot.net/community/aggbug.aspx?PostID=35525&amp;AppID=36&amp;AppType=1&amp;ContentType=0" width="1" height="1"&gt;</description><category domain="http://mkdot.net/community/mknetug/b/news/archive/tags/Monthly+Meeting/default.aspx">Monthly Meeting</category><category domain="http://mkdot.net/community/mknetug/b/news/archive/tags/Windows+Phone+7/default.aspx">Windows Phone 7</category><category domain="http://mkdot.net/community/mknetug/b/news/archive/tags/_3C0435044104350447043D043004_+_410440043504340431043004_/default.aspx">месечна средба</category><category domain="http://mkdot.net/community/mknetug/b/news/archive/tags/_3C043E04310438043B043D043804_+_30043F043B0438043A043004460438043804_/default.aspx">мобилни апликации</category></item><item><title>SharePoint 2010 Macedonian Language Pack – Released</title><link>http://mkdot.net/community/mknetug/mk_sp/b/darko/archive/2012/01/31/sharepoint-2010-macedonian-language-pack-released.aspx</link><pubDate>Tue, 31 Jan 2012 18:01:00 GMT</pubDate><guid isPermaLink="false">c6974423-eee6-405f-ad43-26e2febcfffe:34811</guid><dc:creator>darko</dc:creator><slash:comments>0</slash:comments><description>&lt;p&gt;From the release date of SharePoint 2010 (May 2010) till now (January 2012) a total of 20 months have passed. This was the time that we have to wait for the release of Macedonian Language Packs for SharePoint 2010 Foundation and Server. But at the end, the Language Pack is here and we can use it. Here are the links from where you can download it:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href="http://www.microsoft.com/downloads/details.aspx?familyid=646e311a-aaf3-4d30-b03c-2f3c70d19a22&amp;amp;displaylang=mk" target="_blank"&gt;SharePoint Foundation 2010 &amp;ndash; Macedonian Language Pack&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://www.microsoft.com/downloads/details.aspx?familyid=046f16a9-4bce-4149-8679-223755560d54&amp;amp;displaylang=mk" target="_blank"&gt;Office Servers 2010 &amp;ndash; Macedonian Language Pack&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Office Servers 2010 contains all language packs about SharePoint Server, Project Server, Search Server and Office Web Apps.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;[UPDATE: 01.02.2011]&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;I successfully installed the Macedonian Language Pack at my SharePoint 2010 Farm installed on Windows Server 2008 R2. Everything is working perfectly. The I decided to install the Language Packs on my development machine which is Windows 7. I started the Foundation Language Pack setup file and received the following error:&lt;/p&gt;
&lt;p&gt;&lt;a href="http://mkdot.net/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/darko.metablogapi/5582.image_5F00_4254B4DD.png"&gt;&lt;img style="background-image:none;padding-left:0px;padding-right:0px;display:block;float:none;margin-left:auto;margin-right:auto;padding-top:0px;border:0px;" title="image" border="0" alt="image" src="http://mkdot.net/community/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/darko.metablogapi/8267.image_5F00_thumb_5F00_19699FD4.png" width="442" height="188" /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;I remembered the when I was installing SharePoint Server 2010 on my development machine, I received the same error, but there was a guide how to tweak the setup and start the installation on Windows 7. I search the net and found the article. I do the same but for this LP Setup file:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;First, copy both Language Pack installation files (.EXE) in one directory (example here is with &lt;strong&gt;C:\SP2010_MK_LP&lt;/strong&gt;)&lt;/li&gt;
&lt;li&gt;Extract the installation file/s (in sub-directories: example: &lt;strong&gt;foundation&lt;/strong&gt; and &lt;strong&gt;server&lt;/strong&gt;) &lt;br /&gt;&lt;strong&gt;SharePointLanguagePack_mk-mk.exe /extract:C:\SP2010_MK_LP\foundation&lt;/strong&gt; &lt;br /&gt;&lt;br /&gt;you should get the following dialog as result: &lt;br /&gt;&lt;a href="http://mkdot.net/community/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/darko.metablogapi/3733.image_5F00_4A1CA77F.png"&gt;&lt;img style="background-image:none;padding-left:0px;padding-right:0px;display:inline;padding-top:0px;border:0px;" title="image" border="0" alt="image" src="http://mkdot.net/community/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/darko.metablogapi/4278.image_5F00_thumb_5F00_56AA549B.png" width="365" height="158" /&gt;&lt;/a&gt; &lt;br /&gt;&lt;br /&gt;Do the same for the Server Language Pack: &lt;br /&gt;&lt;strong&gt;ServerLanguagePack_mk-mk.exe /extract:C:\SP2010_MK_LP\server&lt;/strong&gt; &lt;br /&gt;&lt;br /&gt;and once again you should get following dialog result: &lt;br /&gt;&lt;a href="http://mkdot.net/community/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/darko.metablogapi/5707.image_5F00_3BFDB882.png"&gt;&lt;img style="background-image:none;padding-left:0px;padding-right:0px;display:inline;padding-top:0px;border:0px;" title="image" border="0" alt="image" src="http://mkdot.net/community/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/darko.metablogapi/1537.image_5F00_thumb_5F00_0C5F99F6.png" width="501" height="158" /&gt;&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Now we should edit config.xml for bot extracted installation (foundation and server sub-folders) &lt;br /&gt;&lt;br /&gt;Open the directory &lt;strong&gt;\foundation\Files\Setup&lt;/strong&gt; and edit the &lt;strong&gt;config.xml&lt;/strong&gt; file. Add the following node inside the &amp;lt;Configuration&amp;gt;: &lt;br /&gt;&lt;strong&gt;&amp;lt;Setting Id=&amp;quot;AllowWindowsClientInstall&amp;quot; Value=&amp;quot;True&amp;quot;/&amp;gt; &lt;br /&gt;&lt;br /&gt;&lt;/strong&gt;&lt;em&gt;[NOTE: the settings in config.xml are Case Sensitive]&lt;/em&gt; &lt;br /&gt;&lt;br /&gt;Do the same for the Server in the directory &lt;strong&gt;\server\Files\Setup &lt;br /&gt;&lt;/strong&gt;&lt;/li&gt;
&lt;li&gt;Now you can start the Setup.exe file in bot extracted subdirectories (first on foundation and then on server) and the installation will start&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;After each Language Pack installation, the system will ask if you want to start Configuration Wizard. If you are installing Language Pack on Foundation only, then you should start this right after the Foundation Language Pack is installed. On the other hand, if you are installing Language Pack for Server, then you should first install Foundation Language Pack, uncheck the checkbox for starting the Configuration Wizard and Close the setup. Then install Server Language Pack and start the Configuration Wizard.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://mkdot.net/community/aggbug.aspx?PostID=34811&amp;AppID=8&amp;AppType=1&amp;ContentType=0" width="1" height="1"&gt;</description><category domain="http://mkdot.net/community/mknetug/mk_sp/b/darko/archive/tags/Language+Pack/default.aspx">Language Pack</category><category domain="http://mkdot.net/community/mknetug/mk_sp/b/darko/archive/tags/SharePoint+2010/default.aspx">SharePoint 2010</category></item><item><title>Месечна Средба - Февруари 2012</title><link>http://mkdot.net/community/mknetug/b/news/archive/2012/01/25/34468.aspx</link><pubDate>Wed, 25 Jan 2012 10:52:00 GMT</pubDate><guid isPermaLink="false">c6974423-eee6-405f-ad43-26e2febcfffe:34468</guid><dc:creator>darko</dc:creator><slash:comments>0</slash:comments><description>&lt;p&gt;Среда,&amp;nbsp;1&amp;nbsp;Февруари 2012 во просториите на Клуб на Новинари, со почеток во 17:30 часот,&amp;nbsp;ќе&amp;nbsp;се одржи редовна средба на групата. На оваа средба ќе имаме презентација на тема &lt;span style="font-family:Calibri,sans-serif;font-size:x-small;"&gt;&lt;span style="FONT-SIZE:11pt;"&gt;&lt;span style="font-family:Arial,sans-serif;color:#222222;font-size:x-small;"&gt;&lt;span style="FONT-SIZE:10pt;"&gt;&lt;strong&gt;Управување со проекти во Microsoft Dynamics AX 2012&lt;/strong&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;, од предавачот Костадин Солаков. &lt;/p&gt;
&lt;div style="MARGIN:0px;"&gt;&lt;span style="font-family:Calibri,sans-serif;font-size:x-small;"&gt;&lt;span style="FONT-SIZE:11pt;"&gt;&lt;span style="font-family:Arial,sans-serif;color:#222222;font-size:x-small;"&gt;&lt;span style="FONT-SIZE:10pt;"&gt;
&lt;div style="MARGIN:0px;"&gt;&lt;span style="font-family:Calibri,sans-serif;font-size:x-small;"&gt;&lt;span style="FONT-SIZE:11pt;"&gt;&lt;span style="font-family:Arial,sans-serif;color:#222222;font-size:x-small;"&gt;&lt;span style="FONT-SIZE:10pt;"&gt;&lt;strong&gt;Управување со проекти во Microsoft Dynamics AX 2012&lt;/strong&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div style="MARGIN:0px;"&gt;&lt;span style="font-family:Calibri,sans-serif;font-size:x-small;"&gt;&lt;span style="FONT-SIZE:11pt;"&gt;&lt;span style="font-family:Arial,sans-serif;color:#222222;font-size:x-small;"&gt;&lt;span style="FONT-SIZE:10pt;"&gt;- Краток вовед во Dynamics AX 2012&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div style="MARGIN:0px;"&gt;&lt;span style="font-family:Calibri,sans-serif;font-size:x-small;"&gt;&lt;span style="FONT-SIZE:11pt;"&gt;&lt;span style="font-family:Arial,sans-serif;color:#222222;font-size:x-small;"&gt;&lt;span style="FONT-SIZE:10pt;"&gt;- Креирање на проект&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div style="MARGIN:0px;"&gt;&lt;span style="font-family:Calibri,sans-serif;font-size:x-small;"&gt;&lt;span style="FONT-SIZE:11pt;"&gt;&lt;span style="font-family:Arial,sans-serif;color:#222222;font-size:x-small;"&gt;&lt;span style="FONT-SIZE:10pt;"&gt;- Планирање, буџетирање и предвидување на потребни ресурси&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div style="MARGIN:0px;"&gt;&lt;span style="font-family:Calibri,sans-serif;font-size:x-small;"&gt;&lt;span style="FONT-SIZE:11pt;"&gt;&lt;span style="font-family:Arial,sans-serif;color:#222222;font-size:x-small;"&gt;&lt;span style="FONT-SIZE:10pt;"&gt;- Евиденција на трансакции и контрола на реализација&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div style="MARGIN:0px;"&gt;&lt;span style="font-family:Calibri,sans-serif;font-size:x-small;"&gt;&lt;span style="FONT-SIZE:11pt;"&gt;&lt;span style="font-family:Arial,sans-serif;color:#222222;font-size:x-small;"&gt;&lt;span style="FONT-SIZE:10pt;"&gt;- Интеграција со останатите модули Dynamics AX&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div style="MARGIN:0px;"&gt;&lt;span style="font-family:Calibri,sans-serif;font-size:x-small;"&gt;&lt;span style="FONT-SIZE:11pt;"&gt;&lt;span style="font-family:Arial,sans-serif;color:#222222;font-size:x-small;"&gt;&lt;span style="FONT-SIZE:10pt;"&gt;- Затворање на проект&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div style="MARGIN:0px;"&gt;&lt;span style="font-family:Calibri,sans-serif;font-size:x-small;"&gt;&lt;span style="FONT-SIZE:11pt;"&gt;&lt;span style="font-family:Arial,sans-serif;color:#222222;font-size:x-small;"&gt;&lt;span style="FONT-SIZE:10pt;"&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&amp;nbsp;&lt;/div&gt;
&lt;div style="MARGIN:0px;"&gt;&lt;span style="font-family:Calibri,sans-serif;font-size:x-small;"&gt;&lt;span style="FONT-SIZE:11pt;"&gt;&lt;span style="font-family:Arial,sans-serif;color:#222222;font-size:x-small;"&gt;&lt;span style="FONT-SIZE:10pt;"&gt;Воедно, ова е прва редовна месечна средба во 2012 година, како и прва средба на која официјално &amp;quot;&lt;strong&gt;Macedonian Dynamics User Group&lt;/strong&gt;&amp;quot; ке има свое предавање, за што им посакуваме добредојде и им посакуваме уште многу успешни предавања. &lt;strong&gt;Macedonian Dynamics User Group &lt;/strong&gt;може да ја следите на&amp;nbsp; &lt;a href="http://mkdot.net/"&gt;http://mkdot.net&lt;/a&gt; сајтот каде ке имаат свои блогови и форуми,&amp;nbsp;да им пишете на нивниот официјален e-mail &lt;a href="mailto:dynamics@mkdot.net"&gt;dynamics@mkdot.net&lt;/a&gt;,&amp;nbsp;и на солицајлните мрежи Twitter &lt;a href="http://twitter.com/mkdynamicsug"&gt;http://twitter.com/mkdynamicsug&lt;/a&gt;&amp;nbsp;и Facebook &lt;a href="http://www.facebook.com/mkdynamicsug"&gt;http://www.facebook.com/mkdynamicsug&lt;/a&gt;. &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://mkdot.net/community/aggbug.aspx?PostID=34468&amp;AppID=36&amp;AppType=1&amp;ContentType=0" width="1" height="1"&gt;</description><category domain="http://mkdot.net/community/mknetug/b/news/archive/tags/AX+2012/default.aspx">AX 2012</category><category domain="http://mkdot.net/community/mknetug/b/news/archive/tags/Dynamics/default.aspx">Dynamics</category><category domain="http://mkdot.net/community/mknetug/b/news/archive/tags/Macedonian+Dynamics+User+Group/default.aspx">Macedonian Dynamics User Group</category><category domain="http://mkdot.net/community/mknetug/b/news/archive/tags/Monthly+Meeting/default.aspx">Monthly Meeting</category><category domain="http://mkdot.net/community/mknetug/b/news/archive/tags/_3C0435044104350447043D043004_+_410440043504340431043004_/default.aspx">месечна средба</category></item><item><title>SharePoint 2010 PowerShell Backup Script Error</title><link>http://mkdot.net/community/mknetug/mk_sp/b/darko/archive/2011/12/06/sharepoint-2010-powershell-backup-script-error.aspx</link><pubDate>Tue, 06 Dec 2011 13:12:00 GMT</pubDate><guid isPermaLink="false">c6974423-eee6-405f-ad43-26e2febcfffe:30851</guid><dc:creator>darko</dc:creator><slash:comments>0</slash:comments><description>&lt;p&gt;If you are trying to backup SharePoint 2010 with PowerShell script, &lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Backup-SPFarm -Directory &amp;quot;&lt;/strong&gt;&lt;strong&gt;C:\SPBackup\&lt;/strong&gt;&lt;strong&gt;&amp;quot; -Item &amp;quot;Farm\Microsoft SharePoint Foundation Web Application\SharePoint - 80&amp;quot; -BackupMethod Full&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;you might experience the following error:&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Operating system error 3(failed to retrieve text for this error. Reason: 15105).&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;In my scenario, I was backuping SharePoint 2010 Web Application on a SharePoint 2010 Farm, with one WFE/APP and one SQL. First, I was doing backup&amp;nbsp;on a local folder, lets say &lt;strong&gt;C:\SPBackups&lt;/strong&gt;. This is issue because the SQL Server (diferent server from the SharePoint Front End)&amp;nbsp;need to access UNC (shared folder) in order to save database backups. At the same time, SQL Server Service Account (under which SQL Server runs) need to have write permissions on that shared folder. So I shared my folder, aded permissions to the SharePoint Admin (Setup) Account and SQL Server Service Account, and changed the PowerShell script to backup on the &lt;strong&gt;\\server\spbackup\&lt;/strong&gt;&amp;nbsp; location. This resolved my issue.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://mkdot.net/community/aggbug.aspx?PostID=30851&amp;AppID=8&amp;AppType=1&amp;ContentType=0" width="1" height="1"&gt;</description><category domain="http://mkdot.net/community/mknetug/mk_sp/b/darko/archive/tags/PowerShell/default.aspx">PowerShell</category><category domain="http://mkdot.net/community/mknetug/mk_sp/b/darko/archive/tags/SharePoint+2010/default.aspx">SharePoint 2010</category></item><item><title>Nordeus Hackathon 2011</title><link>http://mkdot.net/community/mknetug/b/news/archive/2011/12/06/nordeus-hackathon-2011.aspx</link><pubDate>Mon, 05 Dec 2011 21:09:00 GMT</pubDate><guid isPermaLink="false">c6974423-eee6-405f-ad43-26e2febcfffe:30803</guid><dc:creator>darko</dc:creator><slash:comments>1</slash:comments><description>&lt;p&gt;&lt;strong&gt;Nordeus Hackathon 2011 &lt;/strong&gt;е натпревар во екипна конкуренција за правење на игри во период од 24 часа. Натпреварот ќе се одржи во Белград на 23 декември оваа година. Овој е прв од ваков вид на натпревари, инаку организатор на натпреварот е компанијата &lt;strong&gt;Nordeus&lt;/strong&gt; (официјално најдобрата стартап компанија за развој на игри за 2011, една од најпопуларните игри на FB, &lt;strong&gt;Top Eleven&lt;/strong&gt; e дело на дечките од &lt;strong&gt;Nordeus&lt;/strong&gt;). &lt;br /&gt;&lt;br /&gt;Овој натпревар е наменет за талентирани млади луѓе кои сакаат да се забавуваат и да научат нешто ново и корисно во областа на развојот на играта.&lt;br /&gt;&lt;br /&gt;За сите учесници од Македонија е обезбеден бесплатен превоз до Белград (за повеќе информации обратете се до организаторот).&lt;br /&gt;&lt;br /&gt;&lt;strong&gt;Nordeus &lt;/strong&gt;ви гарантира незаборавно искуство, фер плеј, добра забава и големи награди. &lt;br /&gt;&lt;br /&gt;&lt;strong&gt;Крајниот рок за пријавување е 9-ти декември, затоа побрзајте, регистрирајте се! &lt;br /&gt;&lt;/strong&gt;&lt;br /&gt;Повеќе информации на следниов &lt;strong&gt;&lt;a target="_blank" href="http://www.nordeus.com/hackathon2011"&gt;линк&lt;/a&gt;&lt;/strong&gt; &lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://mkdot.net/community/aggbug.aspx?PostID=30803&amp;AppID=36&amp;AppType=1&amp;ContentType=0" width="1" height="1"&gt;</description><category domain="http://mkdot.net/community/mknetug/b/news/archive/tags/event/default.aspx">event</category></item><item><title>SharePoint 2010 Visual PowerShell Command builder</title><link>http://mkdot.net/community/mknetug/mk_sp/b/darko/archive/2011/10/31/sharepoint-2010-visual-powershell-builder.aspx</link><pubDate>Mon, 31 Oct 2011 11:39:00 GMT</pubDate><guid isPermaLink="false">c6974423-eee6-405f-ad43-26e2febcfffe:28776</guid><dc:creator>darko</dc:creator><slash:comments>0</slash:comments><description>&lt;p&gt;&lt;a href="http://mkdot.net/community/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/darko.metablogapi/4336.image_5F00_355B564A.png"&gt;&lt;img height="161" width="244" src="http://mkdot.net/community/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/darko.metablogapi/4505.image_5F00_thumb_5F00_647D1C14.png" align="left" alt="image" border="0" title="image" style="background-image:none;border-bottom:0px;border-left:0px;margin:5px 10px 10px 0px;padding-left:0px;padding-right:0px;display:inline;float:left;border-top:0px;border-right:0px;padding-top:0px;" /&gt;&lt;/a&gt;&amp;ldquo;The Windows PowerShell Command Builder for Microsoft SharePoint 2010 Products and Microsoft Office 365 is a Silverlight 4 application that is designed to help IT professionals and power users learn how to use Windows PowerShell for administrative tasks.&amp;rdquo;&lt;/p&gt;
&lt;p&gt;This tool is great, it was always a challenge to remember all the SharePoint 2010 PowerShell Verbs and Nouns, and not to mention command arguments. Now with this tool we can easily assemble our comment with all the required and optional parameters. Then copy it to clipboard and past in the SharePoint 2010 Management shell. For each command there is a link to the TechNet documentation on the bottom-right pane.&lt;/p&gt;
&lt;p&gt;It is accessible online on the following &lt;a target="_blank" href="http://www.microsoft.com/resources/TechNet/en-us/Office/media/WindowsPowerShell/WindowsPowerShellCommandBuilder.html"&gt;link&lt;/a&gt; and there is a User Guide for &lt;a target="_blank" href="http://www.microsoft.com/download/en/details.aspx?id=27588"&gt;download&lt;/a&gt;. &lt;/p&gt;
&lt;p&gt;Personally for me, as a SharePoint PowerShell administration fan, this is a big time saver. &lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://mkdot.net/community/aggbug.aspx?PostID=28776&amp;AppID=8&amp;AppType=1&amp;ContentType=0" width="1" height="1"&gt;</description><category domain="http://mkdot.net/community/mknetug/mk_sp/b/darko/archive/tags/PowerShell/default.aspx">PowerShell</category><category domain="http://mkdot.net/community/mknetug/mk_sp/b/darko/archive/tags/SharePoint+2010/default.aspx">SharePoint 2010</category></item><item><title>I’m speaking at Microsoft Vizija 9 (2011)</title><link>http://mkdot.net/community/mknetug/mk_sp/b/darko/archive/2011/10/18/i-m-speaking-at-microsoft-vizija-9-2011.aspx</link><pubDate>Mon, 17 Oct 2011 21:41:39 GMT</pubDate><guid isPermaLink="false">c6974423-eee6-405f-ad43-26e2febcfffe:28204</guid><dc:creator>darko</dc:creator><slash:comments>0</slash:comments><description>&lt;p&gt;&lt;a href="http://mkdot.net/community/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/darko.metablogapi/7217.MyBlogPostImage_5F00_4ECE8FC5.png"&gt;&lt;img style="background-image:none;border-bottom:0px;border-left:0px;margin:0px 10px 10px 0px;padding-left:0px;padding-right:0px;display:inline;float:left;border-top:0px;border-right:0px;padding-top:0px;" title="MyBlogPostImage" border="0" alt="MyBlogPostImage" align="left" src="http://mkdot.net/community/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/darko.metablogapi/5037.MyBlogPostImage_5F00_thumb_5F00_6468C862.png" width="244" height="97" /&gt;&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;Once again I will be speaking at Microsoft Vizija conference in Skopje. My topic is about SharePoint 2010, enforcing structure and control in your organizations, using managed metadata and tagging and at the end Searching trough your data. You can find more if you come and watch my presentation. More about the conference and Agenda can be found on the &lt;a href="http://msvizija.net"&gt;http://msvizija.net&lt;/a&gt;.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://mkdot.net/community/aggbug.aspx?PostID=28204&amp;AppID=8&amp;AppType=1&amp;ContentType=0" width="1" height="1"&gt;</description><category domain="http://mkdot.net/community/mknetug/mk_sp/b/darko/archive/tags/Events/default.aspx">Events</category><category domain="http://mkdot.net/community/mknetug/mk_sp/b/darko/archive/tags/Microsoft/default.aspx">Microsoft</category><category domain="http://mkdot.net/community/mknetug/mk_sp/b/darko/archive/tags/SharePoint/default.aspx">SharePoint</category><category domain="http://mkdot.net/community/mknetug/mk_sp/b/darko/archive/tags/SharePoint+2010/default.aspx">SharePoint 2010</category><category domain="http://mkdot.net/community/mknetug/mk_sp/b/darko/archive/tags/Vizija/default.aspx">Vizija</category></item><item><title>CodeCamp 2011 - Call for Speakers</title><link>http://mkdot.net/community/mknetug/b/news/archive/2011/10/10/codecamp-2011-call-for-speakers.aspx</link><pubDate>Mon, 10 Oct 2011 11:18:00 GMT</pubDate><guid isPermaLink="false">c6974423-eee6-405f-ad43-26e2febcfffe:27684</guid><dc:creator>darko</dc:creator><slash:comments>0</slash:comments><description>&lt;p class="MsoNormal"&gt;&lt;span style="font-size:small;"&gt;&lt;span style="font-family:Calibri;"&gt;One of the biggest events in the Macedonian developer community is back again:&lt;span style="mso-spacerun:yes;"&gt;&amp;nbsp; &lt;/span&gt;Code Camp 2011!&lt;span style="mso-spacerun:yes;"&gt;&amp;nbsp; &lt;/span&gt;This time, the event will take place on 26-th of November 2011, once again at FON University. Details will be coming on that soon on the &lt;a target="_blank" href="http://codecamp.mkdot.net"&gt;official CodeCamp site&lt;/a&gt;.&lt;span style="mso-spacerun:yes;"&gt;&amp;nbsp;&amp;nbsp; &lt;/span&gt;In the meantime, the call for speakers is now open. &lt;/span&gt;&lt;/span&gt;
&lt;p class="MsoNormal"&gt;&lt;span style="font-family:Calibri;font-size:small;"&gt;&lt;/span&gt;&lt;/p&gt;
&lt;h2 style="MARGIN:10pt 0in 0pt;"&gt;&lt;span style="font-size:medium;"&gt;&lt;span style="color:#4f81bd;"&gt;&lt;span style="font-family:Cambria;"&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/h2&gt;
&lt;h2 style="MARGIN:10pt 0in 0pt;"&gt;&lt;span style="font-size:medium;"&gt;&lt;span style="color:#4f81bd;"&gt;&lt;span style="font-family:Cambria;"&gt;Call for Speakers&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/h2&gt;
&lt;p class="MsoNormal"&gt;&lt;span style="font-family:Calibri;font-size:small;"&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p class="MsoNormal"&gt;&lt;span style="font-size:small;"&gt;&lt;span style="font-family:Calibri;"&gt;Macedonian .NET User Group is looking for speakers to fill sessions for Code Camp 2011. We need to set the agenda by 10th November so please get your submissions posted in the coming days. &lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p class="MsoNormal"&gt;&lt;span style="font-size:small;"&gt;&lt;span style="font-family:Calibri;"&gt;As every year, you are encouraged to apply with Presentation on Topic that you think will be attractive for the audience. This year we are willing to also organize separate Tracks on the following Topics: &lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p class="MsoListParagraphCxSpFirst"&gt;&lt;span style="mso-bidi-font-family:Calibri;mso-bidi-theme-font:minor-latin;"&gt;&lt;span style="mso-list:Ignore;"&gt;&lt;span style="font-family:Calibri;font-size:small;"&gt;1.&lt;/span&gt;&lt;span style="FONT:7pt &amp;#39;Times New Roman&amp;#39;;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:small;"&gt;&lt;span style="font-family:Calibri;"&gt;HTML5, CSS3, JavaScript / jQuery, LESS, Client-side Optimization,ASP.NET MVC, etc. on Front-end development&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p class="MsoListParagraphCxSpLast"&gt;&lt;span style="mso-bidi-font-family:Calibri;mso-bidi-theme-font:minor-latin;"&gt;&lt;span style="mso-list:Ignore;"&gt;&lt;span style="font-family:Calibri;font-size:small;"&gt;2.&lt;/span&gt;&lt;span style="FONT:7pt &amp;#39;Times New Roman&amp;#39;;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:small;"&gt;&lt;span style="font-family:Calibri;"&gt;Windows Phone Development (plus Mango), ASP.NET Mobile Web, ASP.NET MVC 4 Mobile Features, jQuery Mobile, Mobile Knockout JS, etc. on Mobile development&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p class="MsoNormal"&gt;&lt;span style="font-size:small;"&gt;&lt;span style="font-family:Calibri;"&gt;But also all other Topics are acceptable like ASP.NET, Azure Development, SharePoint 2010, C#, parallel programming, etc. So, submit on anything you like in the development space. There is no central &amp;ldquo;theme&amp;rdquo; to our Code Camp except to focus on topics related to development.&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p class="MsoNormal"&gt;&lt;span style="font-size:small;"&gt;&lt;span style="font-family:Calibri;"&gt;Speakers &amp;ndash; although we can&amp;rsquo;t afford to pay you for your time and expertise, we&amp;rsquo;ll have plenty of food and drinks, and other fun stuff just for you!&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/p&gt;
&lt;p class="MsoNormal"&gt;&lt;span style="font-size:small;"&gt;&lt;span style="font-family:Calibri;"&gt;If you are willing to join this even as a speaker, please send session details (presentation title, description, covered technologies and contact information) to &lt;a href="mailto:codecamp@mkdot.net"&gt;codecamp@mkdot.net&lt;/a&gt;.&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://mkdot.net/community/aggbug.aspx?PostID=27684&amp;AppID=36&amp;AppType=1&amp;ContentType=0" width="1" height="1"&gt;</description><category domain="http://mkdot.net/community/mknetug/b/news/archive/tags/Call+for+Speakers/default.aspx">Call for Speakers</category><category domain="http://mkdot.net/community/mknetug/b/news/archive/tags/codecamp/default.aspx">codecamp</category><category domain="http://mkdot.net/community/mknetug/b/news/archive/tags/Community/default.aspx">Community</category><category domain="http://mkdot.net/community/mknetug/b/news/archive/tags/Conference/default.aspx">Conference</category></item><item><title>SharePoint 2010 training resources</title><link>http://mkdot.net/community/mknetug/mk_sp/b/darko/archive/2011/08/29/sharepoint-2010-training-resources.aspx</link><pubDate>Mon, 29 Aug 2011 11:51:00 GMT</pubDate><guid isPermaLink="false">c6974423-eee6-405f-ad43-26e2febcfffe:26020</guid><dc:creator>darko</dc:creator><slash:comments>0</slash:comments><description>&lt;p&gt;&lt;br /&gt;&lt;a href="http://mkdot.net/community/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/darko.metablogapi/1778.sharepoint_5F00_training_5F00_w200_5F00_06345602.jpg"&gt;&lt;img height="234" width="204" src="http://mkdot.net/community/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/darko.metablogapi/2308.sharepoint_5F00_training_5F00_w200_5F00_thumb_5F00_444D70B3.jpg" align="left" alt="SharePoint 2010 Training Resources" border="0" title="SharePoint 2010 Training Resources" style="background-image:none;border-right-width:0px;margin:0px 10px 10px 0px;padding-left:0px;padding-right:0px;display:inline;float:left;border-top-width:0px;border-bottom-width:0px;border-left-width:0px;padding-top:0px;" /&gt;&lt;/a&gt;Recently I was ask about the suggestion of a good SharePoint 2010 end user training materials. I searched the net and I firsts stopped on a Microsoft SharePoint official site on their &lt;a target="_blank" href="http://sharepoint.microsoft.com/en-us/resources/Pages/End-User-Training-Guide.aspx"&gt;SharePoint 2010 Resources for End Users&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;Browsing trough content I found great videos about SharePoint features and different ways of usage. Also there are complete &lt;a target="_blank" href="http://office2010.microsoft.com/en-us/sharepoint-server-help/CH010372432.aspx"&gt;SharePoint End User Training Courses&lt;/a&gt; covering different Topics for SharePoint features. Lastly I found downloadable PowerPoint presentations with videos in them. Presentations are great and can be stored on the company local SharePoint site from where users can open them and learn how can they improve their day to day work performance with SharePoint 2010.&lt;/p&gt;
&lt;p&gt;Here are some of the links to the PowerPoint presentation I suggest for the start:&lt;/p&gt;
&lt;p&gt;&lt;a href="https://amsprd0104.outlook.com/owa/redir.aspx?C=R8hgBqrZp0qxWFc6Uua7fY_38IrFOc4IafVTfy7gxwiSa3H4inajzVRuYeKj1TlmpiRqabxRibw.&amp;amp;URL=http%3a%2f%2f0.mk%2fsp2010_t1"&gt;http://0.mk/sp2010_t1&lt;/a&gt; - SharePoint pages I: An introduction &lt;br /&gt;&lt;a href="https://amsprd0104.outlook.com/owa/redir.aspx?C=R8hgBqrZp0qxWFc6Uua7fY_38IrFOc4IafVTfy7gxwiSa3H4inajzVRuYeKj1TlmpiRqabxRibw.&amp;amp;URL=http%3a%2f%2f0.mk%2fsp2010_t2"&gt;http://0.mk/sp2010_t2&lt;/a&gt; - SharePoint lists I: An introduction &lt;br /&gt;&lt;a href="https://amsprd0104.outlook.com/owa/redir.aspx?C=R8hgBqrZp0qxWFc6Uua7fY_38IrFOc4IafVTfy7gxwiSa3H4inajzVRuYeKj1TlmpiRqabxRibw.&amp;amp;URL=http%3a%2f%2f0.mk%2fsp2010_t3"&gt;http://0.mk/sp2010_t3&lt;/a&gt; - SharePoint document libraries I - An introduction &lt;br /&gt;&lt;a href="https://amsprd0104.outlook.com/owa/redir.aspx?C=R8hgBqrZp0qxWFc6Uua7fY_38IrFOc4IafVTfy7gxwiSa3H4inajzVRuYeKj1TlmpiRqabxRibw.&amp;amp;URL=http%3a%2f%2f0.mk%2fsp2010_t4"&gt;http://0.mk/sp2010_t4&lt;/a&gt; - Share information in a central place&lt;/p&gt;
&lt;p&gt;When organizing end user training for the employees in you company, there is always a good practice to create a site where all users will have Contribute permissions. There they can try what they saw and learned from the trainings. &lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://mkdot.net/community/aggbug.aspx?PostID=26020&amp;AppID=8&amp;AppType=1&amp;ContentType=0" width="1" height="1"&gt;</description><category domain="http://mkdot.net/community/mknetug/mk_sp/b/darko/archive/tags/End+User+Training/default.aspx">End User Training</category><category domain="http://mkdot.net/community/mknetug/mk_sp/b/darko/archive/tags/Presentations/default.aspx">Presentations</category><category domain="http://mkdot.net/community/mknetug/mk_sp/b/darko/archive/tags/SharePoint/default.aspx">SharePoint</category><category domain="http://mkdot.net/community/mknetug/mk_sp/b/darko/archive/tags/SharePoint+2010/default.aspx">SharePoint 2010</category><category domain="http://mkdot.net/community/mknetug/mk_sp/b/darko/archive/tags/Training/default.aspx">Training</category><category domain="http://mkdot.net/community/mknetug/mk_sp/b/darko/archive/tags/Training+Materials/default.aspx">Training Materials</category><category domain="http://mkdot.net/community/mknetug/mk_sp/b/darko/archive/tags/Training+Resources/default.aspx">Training Resources</category><category domain="http://mkdot.net/community/mknetug/mk_sp/b/darko/archive/tags/User+Guide/default.aspx">User Guide</category><category domain="http://mkdot.net/community/mknetug/mk_sp/b/darko/archive/tags/Videos/default.aspx">Videos</category></item><item><title>Documentation Toolkit for SharePoint (SPDoc-Toolkit)</title><link>http://mkdot.net/community/mknetug/mk_sp/b/darko/archive/2011/08/03/documentation-toolkit-for-sharepoint-spdoc-toolkit.aspx</link><pubDate>Tue, 02 Aug 2011 21:24:00 GMT</pubDate><guid isPermaLink="false">c6974423-eee6-405f-ad43-26e2febcfffe:23636</guid><dc:creator>darko</dc:creator><slash:comments>2</slash:comments><description>&lt;p&gt;A week ago I read a tweet from friend I follow (&lt;a target="_blank" href="https://twitter.com/#!/ToniFrankola"&gt;@ToniFrankola&lt;/a&gt;) about release of a tool that is called &amp;ldquo;&lt;b&gt;&lt;i&gt;Documentation Toolkit for SharePoint&lt;/i&gt;&lt;/b&gt;&amp;rdquo;. This title catch my eye and I followed the link on the tweet &lt;a title="http://t.co/NWC9gs6" href="http://t.co/NWC9gs6"&gt;http://t.co/NWC9gs6&lt;/a&gt; to find some more info about the tool. Finding out that this tool generate documentation, especially MS Word document, about you SharePoint Farm was interesting&amp;nbsp; enough to download the trial version and start playing with it.&lt;/p&gt;
&lt;p&gt;After starting a setup on my local SP Single-Server Farm, I was asked do I want to install it or just run and use it. This is just one of the things that surprised me at first. Offering me just to run the tool for once on the farm and generate the documentation is great feature, saving me from installing and maintaining many tools on the server. &lt;/p&gt;
&lt;p align="center"&gt;&lt;a href="http://mkdot.net/community/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/darko.metablogapi/3000.image_5F00_28C6BA87.png"&gt;&lt;img style="background-image:none;border-bottom:0px;border-left:0px;padding-left:0px;padding-right:0px;display:inline;border-top:0px;border-right:0px;padding-top:0px;" title="image" alt="image" src="http://mkdot.net/community/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/darko.metablogapi/2330.image_5F00_thumb_5F00_28970AC7.png" border="0" height="362" width="504" /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Next day I was contacted by &lt;a href="https://twitter.com/#!/ToniFrankola" target="_blank"&gt;Toni Frankola&lt;/a&gt;, one of the tool developers. He happens to be an SharePoint MVP, just like me, and he sent me a key for using and evaluating this product. I installed full version and explored the features. &lt;/p&gt;
&lt;p&gt;The tool is great, It documents all farm settings, web applications, it&amp;rsquo;s URLs and Alternate Access Mappings, Site Collections and their appropriate Content DS, and many many more settings and configurations. So finally we have I tool which will make your life easy after you finish SP Farm installation and configuration. No more need to create MS Word document by yourself, typing Sections and filling them with settings, like Web Applications, their URLs, Managed account, Application pools,&amp;nbsp; etc. This is &amp;ldquo;&lt;b&gt;&lt;i&gt;just one click tool for your SharePoint documentation&lt;/i&gt;&lt;/b&gt;&amp;rdquo;. &lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://mkdot.net/community/aggbug.aspx?PostID=23636&amp;AppID=8&amp;AppType=1&amp;ContentType=0" width="1" height="1"&gt;</description><category domain="http://mkdot.net/community/mknetug/mk_sp/b/darko/archive/tags/SharePoint/default.aspx">SharePoint</category></item></channel></rss>