<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	>

<channel>
	<title>iMadalina on .Life</title>
	<atom:link href="http://madalina.blog.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://madalina.blog.com</link>
	<description>Copyright @ MDL  2006-2009</description>
	<pubDate>Wed, 11 Nov 2009 09:42:31 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>SharePoint FBA &#8220;No exact match was found&#8221; error</title>
		<link>http://madalina.blog.com/2009/11/11/sharepoint-fba-no-exact-match-was-found-error/</link>
		<comments>http://madalina.blog.com/2009/11/11/sharepoint-fba-no-exact-match-was-found-error/#comments</comments>
		<pubDate>Wed, 11 Nov 2009 08:53:18 +0000</pubDate>
		<dc:creator>Madalina</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<category><![CDATA[FBA]]></category>

		<category><![CDATA[SharePoint]]></category>

		<guid isPermaLink="false">http://madalina.blog.com/2009/11/11/sharepoint-fba-no-exact-match-was-found-error/</guid>
		<description><![CDATA[If you are configuring FBA for SharePoint and, at a certain point, while trying to add a database user or role to SharePoint you get the &#8220;No exact match was found&#8221; error, the answer is one of the following 2:
1. the Central Administration App Pool account does not have sufficient rights on your SQL aspnetdb [...]]]></description>
			<content:encoded><![CDATA[<p>If you are configuring FBA for SharePoint and, at a certain point, while trying to add a database user or role to SharePoint you get the &#8220;No exact match was found&#8221; error, the answer is one of the following 2:</p>
<p>1. the Central Administration App Pool account does not have sufficient rights on your SQL aspnetdb database<br />
2. something is not configured properly in one of your web.config files you just modified</p>
<p>As option No 1 is the easiest and quickest to check, I&#8217;d start with that one.</p>
]]></content:encoded>
			<wfw:commentRss>http://madalina.blog.com/2009/11/11/sharepoint-fba-no-exact-match-was-found-error/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Sinteza Zilei</title>
		<link>http://madalina.blog.com/2009/11/05/sinteza-zilei-3/</link>
		<comments>http://madalina.blog.com/2009/11/05/sinteza-zilei-3/#comments</comments>
		<pubDate>Thu, 05 Nov 2009 16:17:05 +0000</pubDate>
		<dc:creator>Madalina</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<category><![CDATA[sinteza_zilei]]></category>

		<guid isPermaLink="false">http://madalina.blog.com/?p=5193636</guid>
		<description><![CDATA[Nu sunt bona. Telul meu cand ma trezesc dimineata nu este sa te sterg la popou toata ziua.
]]></description>
			<content:encoded><![CDATA[<p>Nu sunt bona. Telul meu cand ma trezesc dimineata nu este sa te sterg la popou toata ziua.</p>
]]></content:encoded>
			<wfw:commentRss>http://madalina.blog.com/2009/11/05/sinteza-zilei-3/feed/</wfw:commentRss>
		</item>
		<item>
		<title>SharePoint Custom Lists and the Item Context Menu</title>
		<link>http://madalina.blog.com/2009/10/21/sharepoint-custom-lists-item-context-menu/</link>
		<comments>http://madalina.blog.com/2009/10/21/sharepoint-custom-lists-item-context-menu/#comments</comments>
		<pubDate>Wed, 21 Oct 2009 19:57:27 +0000</pubDate>
		<dc:creator>Madalina</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://madalina.blog.com/?p=5193625</guid>
		<description><![CDATA[When you need to build a custom list in SharePoint, there are a few things you need to know, apart from the procedure of putting some files of code together.
The first important thing is that the Title property of a list item can never be removed - it can be hidden, made optional, but not [...]]]></description>
			<content:encoded><![CDATA[<p>When you need to build a custom list in SharePoint, there are a few things you need to know, apart from the procedure of putting some files of code together.</p>
<p>The first important thing is that the Title property of a list item can never be removed - it can be hidden, made optional, but not deleted.<br />
The second thing is that the Title field is the only field that has the context menu - this menu cannot be attached to any other field.<br />
And the third thing is that you can use the Title field to your advantage - change its display name and some other properties that you need, and create a field that benefits of the context menu and that also fits into your list. The thing to remember is that the NAME of the field will remain &#8220;Title&#8221;, only the Displayed Name has been made custom.</p>
<p>To benefit of the custom menu, there are 3 things you should make sure to add in your schema.xml file:<br />
1. the Title field declaration ( with its original ID and the Display Name customized - or not ):</p>
<blockquote><p> &lt;Field ID=&#8221;{fa564e0f-0c70-4ab9-b863-0177e6ddd247}&#8221; Name=&#8221;Title&#8221; DisplayName=&#8221;My Field&#8221; Sealed=&#8221;TRUE&#8221; Type=&#8221;Text&#8221; /&gt;</p></blockquote>
<p>2. the LinkTitle and LinkTitleNoMenu elements (which are the declarations of the contextual menu and link item respectively) with the Display Name changed accordingly:</p>
<blockquote><p>&lt;Field Name=&#8221;LinkTitle&#8221; ID=&#8221;{82642ec8-ef9b-478f-acf9-31f7d45fbc31}&#8221; DisplayName=&#8221;My Field&#8221; SourceID=&#8221;<a href="http://schemas.microsoft.com/sharepoint/v3&quot;/">http://schemas.microsoft.com/sharepoint/v3&#8243;/</a>&gt;<br />
&lt;Field Name=&#8221;LinkTitleNoMenu&#8221; ID=&#8221;{bc91a437-52e7-49e1-8c4e-4698904b2b6d}&#8221; DisplayName=&#8221;My Field&#8221; SourceID=&#8221;<a href="http://schemas.microsoft.com/sharepoint/v3">http://schemas.microsoft.com/sharepoint/v3</a>&#8221; /&gt;</p></blockquote>
<p>3. and last but no least, the thing that does the trick - add the LinkTitle element to the Views in the schema.xml file, leaving the Title field out:</p>
<blockquote><p>&lt;ViewFields&gt;<br />
&lt;FieldRef Name=&#8221;LinkTitle&#8221; /&gt;<br />
&#8230; other fields, NOT Title</p>
<p>&lt;/ViewFields&gt;</p></blockquote>
<p>You will now benefit of the contex menu on your custom Title field.</p>
<p>Productive coding!</p>
]]></content:encoded>
			<wfw:commentRss>http://madalina.blog.com/2009/10/21/sharepoint-custom-lists-item-context-menu/feed/</wfw:commentRss>
		</item>
		<item>
		<title>My city - my life</title>
		<link>http://madalina.blog.com/2009/10/05/my-city-my-life/</link>
		<comments>http://madalina.blog.com/2009/10/05/my-city-my-life/#comments</comments>
		<pubDate>Mon, 05 Oct 2009 13:48:12 +0000</pubDate>
		<dc:creator>Madalina</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://madalina.blog.com/?p=5193612</guid>
		<description><![CDATA[Moving to a new city or living in a city by choice is one of the most important decisions that we can make. And when this decision is a must, we need not only take into consideration the practical aspects of the matter - like the job that we have there or how expensive life [...]]]></description>
			<content:encoded><![CDATA[<p><span style="font-family:Verdana;font-size:12px">Moving to a new city or living in a city by choice is one of the most important decisions that we can make. And when this decision is a must, we need not only take into consideration the practical aspects of the matter - like the job that we have there or how expensive life is. One thing that no one almost ever considers is the rhythm of the city and the fact that this rhythm will take charge of our life once we relocate to the city.</p>
<p>Even though you haven&#8217;t studied Probabilities during 3 years at university like I did :|, you already know that the Rule of Majority always applies. In our case this rule will not be ignored: the majority of choices that the majority of inhabitants of the city make now, you will also make. There’s no escape.<br />
<img src="http://farm4.static.flickr.com/3160/2710791882_b2a1211338.jpg" width="500" height="375" alt="Down the hill" /><br />
If the majority of inhabitants of the city are stuck in traffic for 2 hours in the morning and another 2 in the evening, so will you. This is, of course, obvious. Some less obvious but not less painful aspects are:<br />
- if the majority work from 9 to 7, so will you<br />
- if the majority don&#8217;t do anything but sleep when they get home in the evening, so will you<br />
- if the majority&#8217;s only way to enjoy themselves is to shop, so will you<br />
- if the majority eat fast food at the office, so will you<br />
- if the majority never go for a walk in the park, neither will you<br />
- if the majority are influenced by what they see in TV and that only, so will you be</p>
<p>Some of these &#8220;rules&#8221; will take longer to take over your life, but they will also do that slower, and so you will not be able to tell that they did when it happens.<br />
The world&#8217;s and a country&#8217;s biggest cities all obey the rule. Take a minute and think about it - think of a city (other than your own) and try to identify its rhythm. As this city has a rhythm and a life pattern, so does your own.<br />
<img src="http://farm2.static.flickr.com/1195/1200615491_85826661d1.jpg" width="500" height="375" alt="Paris view" /><br />
Yes, of course you can try to live “outside the box” in a city. And you can even succeed. Not in all aspects though – because the offer obeys the Majority Rule also and fits the requirements of the majority. But you can struggle and succeed. The question is – how long can you struggle? In the end you will give up waking up at 6 to avoid traffic, or driving across town to find that Bio store you like, or paying a lot of money on books and DVDs for entertainment and you will give in… to the city.</p>
<p>But why should we struggle? We can avoid all the pain and no gain <img src='http://c0404161.cdn.cloudfiles.rackspacecloud.com/16442ca129554f399ff7b46457727509' alt=':)' class='wp-smiley' /> just by making the right choice from the start.</p>
<p>Look closely at the lives of the inhabitants of a new city – are they what you would like? In every little detail?<br />
Because when it comes to living in a city, believing in your abilities to be the ONE that can escape the rhythm is an overrated thing.</span></p>
]]></content:encoded>
			<wfw:commentRss>http://madalina.blog.com/2009/10/05/my-city-my-life/feed/</wfw:commentRss>
		</item>
		<item>
		<title>SharePoint ActiveX controls background color</title>
		<link>http://madalina.blog.com/2009/08/31/sharepoint-activex-controls-background-color/</link>
		<comments>http://madalina.blog.com/2009/08/31/sharepoint-activex-controls-background-color/#comments</comments>
		<pubDate>Mon, 31 Aug 2009 15:17:22 +0000</pubDate>
		<dc:creator>Madalina</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<category><![CDATA[Add new tag]]></category>

		<category><![CDATA[SharePoint]]></category>

		<category><![CDATA[sharepoint_ui_design]]></category>

		<guid isPermaLink="false">http://madalina.blog.com/?p=5193607</guid>
		<description><![CDATA[Problem: a SharePoint skin with a dark background color. All the ActiveX controls (multiple file upload, Datasheet view) inherit the background color.
Solution: to keep the background you want, but not affect the ActiveX controls, include this fix:
body
{
background-color: white;
}
form#aspnetForm
{
background-color:#YOUR_DARK_COLOR#;
height:100%;
}
I found this extremely useful tip here.
]]></description>
			<content:encoded><![CDATA[<p><strong>Problem</strong>: a SharePoint skin with a dark background color. All the ActiveX controls (multiple file upload, Datasheet view) inherit the background color.</p>
<p><strong>Solution</strong>: to keep the background you want, but not affect the ActiveX controls, include this fix:</p>
<p>body<br />
{<br />
background-color: white;<br />
}<br />
form#aspnetForm<br />
{<br />
background-color:#YOUR_DARK_COLOR#;<br />
height:100%;<br />
}</p>
<p>I found this extremely useful tip <a href="http://boris.gomiunik.net/2009/02/background-color-of-a-datasheet-view/" target="_blank">here</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://madalina.blog.com/2009/08/31/sharepoint-activex-controls-background-color/feed/</wfw:commentRss>
		</item>
		<item>
		<title>SharePoint related jokes</title>
		<link>http://madalina.blog.com/2009/08/31/sharepoint-related-jokes/</link>
		<comments>http://madalina.blog.com/2009/08/31/sharepoint-related-jokes/#comments</comments>
		<pubDate>Mon, 31 Aug 2009 15:07:45 +0000</pubDate>
		<dc:creator>Madalina</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<category><![CDATA[me_myself_and_i]]></category>

		<category><![CDATA[SharePoint]]></category>

		<guid isPermaLink="false">http://madalina.blog.com/?p=5193605</guid>
		<description><![CDATA[To laugh at oneself is a good thing, that only intelligent people can do. As SharePoint developers, we are proud to also be able to laugh at our behavior, geekines and well&#8230; lives  Here is one of the 40 jokes that Paul Swider gathered on his blog:
Q: How many SharePoint consultants does it take [...]]]></description>
			<content:encoded><![CDATA[<p>To laugh at oneself is a good thing, that only intelligent people can do. As SharePoint developers, we are proud to also be able to laugh at our behavior, geekines and well&#8230; lives <img src='http://c0404161.cdn.cloudfiles.rackspacecloud.com/16442ca129554f399ff7b46457727509' alt=':)' class='wp-smiley' /> Here is one of the 40 jokes that <a href="http://www.paulswider.com/the-fantastic-40-sharepoint-jokes.html" target="_blank">Paul Swider gathered on his blog</a>:</p>
<p>Q: How many SharePoint consultants does it take screw in a light bulb?<br />
A: 100. 1 to do, 99 to say they could do it better.</p>
]]></content:encoded>
			<wfw:commentRss>http://madalina.blog.com/2009/08/31/sharepoint-related-jokes/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Sinteza Zilei</title>
		<link>http://madalina.blog.com/2009/08/05/sinteza-zilei-2/</link>
		<comments>http://madalina.blog.com/2009/08/05/sinteza-zilei-2/#comments</comments>
		<pubDate>Wed, 05 Aug 2009 13:56:29 +0000</pubDate>
		<dc:creator>Madalina</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<category><![CDATA[sinteza_zilei]]></category>

		<guid isPermaLink="false">http://madalina.blog.com/?p=5193601</guid>
		<description><![CDATA[Respectul este un sentiment reciproc. Nu o linie verticala cu sageata numai in capatul de sus.
]]></description>
			<content:encoded><![CDATA[<p>Respectul este un sentiment reciproc. Nu o linie verticala cu sageata numai in capatul de sus.</p>
]]></content:encoded>
			<wfw:commentRss>http://madalina.blog.com/2009/08/05/sinteza-zilei-2/feed/</wfw:commentRss>
		</item>
		<item>
		<title>SharePoint 2010 Sneak Peak</title>
		<link>http://madalina.blog.com/2009/08/05/sharepoint-2010-sneak-peak/</link>
		<comments>http://madalina.blog.com/2009/08/05/sharepoint-2010-sneak-peak/#comments</comments>
		<pubDate>Wed, 05 Aug 2009 13:55:40 +0000</pubDate>
		<dc:creator>Madalina</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<category><![CDATA[SharePoint]]></category>

		<guid isPermaLink="false">http://madalina.blog.com/?p=5193599</guid>
		<description><![CDATA[If you wonder how SharePoint 2010 is like, Microsoft has given you the opportunity to have (some of) your questions answered. A sneak peak is available, through a presentation of the features that SharePoint 2010 together with Visual Studio 2010 and LINQ offer for SharePoint development.
  
The information is structured in 3 categories - Overview, IT Professional and Developer [...]]]></description>
			<content:encoded><![CDATA[<p>If you wonder how SharePoint 2010 is like, Microsoft has given you the opportunity to have (some of) your questions answered. A <a href="http://sharepoint.microsoft.com/2010/Sneak_Peek/Pages/default.aspx" target="_blank"><span style="font-family: Verdana">sneak peak</span></a><span style="font-family: Verdana"> is available, through a presentation of the features that SharePoint 2010 together with Visual Studio 2010 and LINQ offer for SharePoint development.<br />
  <br />
The information is structured in 3 categories - Overview, IT Professional and Developer - so that you can choose what you want/need to know.</span></p>
<p><span style="font-family: Verdana">   </span></p>
]]></content:encoded>
			<wfw:commentRss>http://madalina.blog.com/2009/08/05/sharepoint-2010-sneak-peak/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Sinteza Zilei</title>
		<link>http://madalina.blog.com/2009/07/08/sinteza-zilei/</link>
		<comments>http://madalina.blog.com/2009/07/08/sinteza-zilei/#comments</comments>
		<pubDate>Wed, 08 Jul 2009 13:40:33 +0000</pubDate>
		<dc:creator>Madalina</dc:creator>
		
		<category><![CDATA[sinteza_zilei]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[<font face="Verdana">M-am saturat sa tot aud sintagma "loialitate fata de companie". In primul rand pentru ca traducerea corecta este "loialitate fata de sef" si in al doilea rand pentru ca daca vrei loialitate, ia-ti un caine.</font><br />
&#160;
]]></description>
			<content:encoded><![CDATA[<div><font face="Verdana">M-am saturat sa tot aud sintagma &#8220;loialitate fata de companie&#8221;. In primul rand pentru ca traducerea corecta este &#8220;loialitate fata de sef&#8221; si in al doilea rand pentru ca daca vrei loialitate, ia-ti un caine.</font><br />
&#160;
</div>
<div></div>
]]></content:encoded>
			<wfw:commentRss>http://madalina.blog.com/2009/07/08/sinteza-zilei/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Vocalizing SharePoint errors</title>
		<link>http://madalina.blog.com/2009/06/16/vocalizing-sharepoint-errors/</link>
		<comments>http://madalina.blog.com/2009/06/16/vocalizing-sharepoint-errors/#comments</comments>
		<pubDate>Tue, 16 Jun 2009 18:17:59 +0000</pubDate>
		<dc:creator>Madalina</dc:creator>
		
		<category><![CDATA[errors]]></category>

		<category><![CDATA[SharePoint]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[<font face="Verdana">Just like any one of us, SharePoint also has the need to vocalize its complaints, requests and dreams... and, of course, errors.<br />
By default, when an error occurrs in Sharepoint, we are presented with this pretty picture:<br /></font>&#160;<br />
<img src="http://amadeo.blog.com/repository/198660/4041394.jpg" /><br />
&#160;<br />
<font face="Verdana">Not very vocal.<br />
&#160;<br />
To let SharePoint share the real reason behind the error with us, we need to edit the web.config of the web application twice:<br />
1. CallStack="true"<br />
2. customErrors mode="Off"<br />
&#160;&#160;<br />
After an IIS reset and a refresh of the error page, here is the result:<br /></font>&#160;<br />
<a href="http://amadeo.blog.com/repository/198660/4041396.jpg"><img src="http://amadeo.blog.com/repository/198660/4041396.jpg" /></a><br />
&#160;<br />
<font face="Verdana">Much better, isn't it? :)<br /></font>&#160;&#160;&#160;
]]></description>
			<content:encoded><![CDATA[<div><font face="Verdana">Just like any one of us, SharePoint also has the need to vocalize its complaints, requests and dreams&#8230; and, of course, errors.<br />
By default, when an error occurrs in Sharepoint, we are presented with this pretty picture:<br /></font>&#160;<br />
<img src="http://amadeo.blog.com/repository/198660/4041394.jpg" /><br />
&#160;<br />
<font face="Verdana">Not very vocal.<br />
&#160;<br />
To let SharePoint share the real reason behind the error with us, we need to edit the web.config of the web application twice:<br />
1. CallStack=&#8221;true&#8221;<br />
2. customErrors mode=&#8221;Off&#8221;<br />
&#160;&#160;<br />
After an IIS reset and a refresh of the error page, here is the result:<br /></font>&#160;<br />
<a href="http://amadeo.blog.com/repository/198660/4041396.jpg"><img src="http://amadeo.blog.com/repository/198660/4041396.jpg" /></a><br />
&#160;<br />
<font face="Verdana">Much better, isn&#8217;t it? <img src='http://c0404161.cdn.cloudfiles.rackspacecloud.com/16442ca129554f399ff7b46457727509' alt=':)' class='wp-smiley' /> <br /></font>&#160;&#160;&#160;
</div>
<div></div>
]]></content:encoded>
			<wfw:commentRss>http://madalina.blog.com/2009/06/16/vocalizing-sharepoint-errors/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
