<?xml version="1.0" encoding="UTF-8" ?>
<rss version="2.0">
	<channel>
		<title>gomiunik's Comments</title>
		<language>en-us</language>
		<link>http://www.intensedebate.com/users/271829</link>
		<description>Comments by gomiunik</description>
<item>
<title>Boris Gomiunik : Links in notification / alert emails corrupt after site migration</title>
<link>http://boris.gomiunik.net/2009/02/links-in-notification-alert-emails-corrupt-after-site-migration/#IDComment25130834</link>
<description>Hi Sara. I was moving the blog to new server and due to some corrupt entries (duplicates that occured when making first import from blogger all the comments got mixed up. I think I got them back as they should be.  Thanks for notifying me. :) </description>
<pubDate>Mon, 22 Jun 2009 21:03:19 +0000</pubDate>
<guid>http://boris.gomiunik.net/2009/02/links-in-notification-alert-emails-corrupt-after-site-migration/#IDComment25130834</guid>
</item><item>
<title>Boris Gomiunik : Add functions and events to SharePoint form fields</title>
<link>http://boris.gomiunik.net/2008/04/add-functions-and-events-to-sharepoint-form-fields/#IDComment22900175</link>
<description>This can&amp;#39;t be achieved through just client-side, since this would pose too open hole for any spamming. Ho I&amp;#39;d recomend doing it is by creating a hidden field and program an event receiver that would check when the status is at 100%. then it would send an email and update the hidden \&quot;Mail Sent\&quot; field to yes to avoid further resends.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Hope I didn&amp;#39;t complicate too much. </description>
<pubDate>Sun, 31 May 2009 10:52:06 +0000</pubDate>
<guid>http://boris.gomiunik.net/2008/04/add-functions-and-events-to-sharepoint-form-fields/#IDComment22900175</guid>
</item><item>
<title>Boris Gomiunik : Windows Live Writer Beta 2 available</title>
<link>http://boris.gomiunik.net/2007/06/reinstalling-sharepoint-wss3-to-run-under-sql-server-2005-instead-of-windows-internal-database-ssee/#IDComment22900013</link>
<description>Yes you can do a farm install on a single box also. But you need to provide a SQL server instance for it to be working (which can be on the same box).  </description>
<pubDate>Sun, 31 May 2009 10:47:15 +0000</pubDate>
<guid>http://boris.gomiunik.net/2007/06/reinstalling-sharepoint-wss3-to-run-under-sql-server-2005-instead-of-windows-internal-database-ssee/#IDComment22900013</guid>
</item><item>
<title>Boris Gomiunik : Get the month name in calculated column</title>
<link>http://boris.gomiunik.net/2009/05/get-the-month-name-in-calculated-column/#IDComment21458552</link>
<description>Sorry, I&amp;#039;m working with slovene locale. Replace the semicolon in the formula with a comma.  </description>
<pubDate>Thu, 14 May 2009 17:39:39 +0000</pubDate>
<guid>http://boris.gomiunik.net/2009/05/get-the-month-name-in-calculated-column/#IDComment21458552</guid>
</item><item>
<title>Boris Gomiunik : Service Pack 2 available and promising!</title>
<link>http://boris.gomiunik.net/2009/04/service-pack-2-available-and-promising/#IDComment20896596</link>
<description>Another bug that I&amp;#039;ve noticed is that when making CSS it used to nicely close curly braces and insert a line between with one tab indent. Now it inserts a line with couple of tabs. But these are not as terrible as the bugs they&amp;#039;ve fixed. Let&amp;#039;s hope for a quick post-sp2 update. </description>
<pubDate>Wed, 6 May 2009 17:56:26 +0000</pubDate>
<guid>http://boris.gomiunik.net/2009/04/service-pack-2-available-and-promising/#IDComment20896596</guid>
</item><item>
<title>Boris Gomiunik : Making &amp;#34;Post&amp;#34; and &amp;#34;Get&amp;#34; forms from SharePoint's pages</title>
<link>http://boris.gomiunik.net/2008/09/making-post-and-get-forms-from-sharepoints-pages/#IDComment18732487</link>
<description>Glad you liked it. Kind of making form inside of form. You&amp;#039;re basically copying the &amp;quot;form&amp;quot; outside of the SharePoint&amp;#039;s form and submitting a copy. This happens fast enough for user not to feel the difference. </description>
<pubDate>Tue, 14 Apr 2009 18:06:15 +0000</pubDate>
<guid>http://boris.gomiunik.net/2008/09/making-post-and-get-forms-from-sharepoints-pages/#IDComment18732487</guid>
</item><item>
<title>Boris Gomiunik : Making &amp;#34;Post&amp;#34; and &amp;#34;Get&amp;#34; forms from SharePoint's pages</title>
<link>http://boris.gomiunik.net/2008/09/making-post-and-get-forms-from-sharepoints-pages/#IDComment18732437</link>
<description>Hi, Alex! Sorry for waiting for the reply. Basically this part of the code coppies the values to the formToSubmit. What the script above does is that it makes a duplicate form under the variable of formToSubmit. This duplicate form is outside of the SharePoint&amp;#039;s original form. Because it is a duplicate, the document.getElementsByName returns two elements: document.getElementsByName(&amp;#039;name&amp;#039;)[0] references the original field (in SharePoint) the document.getElementsByName(&amp;#039;name&amp;#039;)[1] the duplicate of the field in the formToSubmit object which is a form. Hope I didn&amp;#039;t complicate too much with the answer. </description>
<pubDate>Tue, 14 Apr 2009 18:05:07 +0000</pubDate>
<guid>http://boris.gomiunik.net/2008/09/making-post-and-get-forms-from-sharepoints-pages/#IDComment18732437</guid>
</item><item>
<title>Boris Gomiunik : Deployment of ERTE</title>
<link>http://boris.gomiunik.net/2008/07/deployment-of-erte/#IDComment17244522</link>
<description>Hi, Mike. Thanks for the info!  Looks like I&amp;#039;ll have some work cut out for me :) The ERTE uses the same function for inserting the code as for inserting pictures. So the catch must be something in displaying. </description>
<pubDate>Thu, 19 Mar 2009 17:42:26 +0000</pubDate>
<guid>http://boris.gomiunik.net/2008/07/deployment-of-erte/#IDComment17244522</guid>
</item><item>
<title>Boris Gomiunik : Making &amp;#34;Post&amp;#34; and &amp;#34;Get&amp;#34; forms from SharePoint's pages</title>
<link>http://boris.gomiunik.net/2008/09/making-post-and-get-forms-from-sharepoints-pages/#IDComment17148954</link>
<description>Glad you find it useful :) I hope you&amp;#039;ll find just how much power is hidden under the hood of SharePoint :) </description>
<pubDate>Tue, 17 Mar 2009 18:28:24 +0000</pubDate>
<guid>http://boris.gomiunik.net/2008/09/making-post-and-get-forms-from-sharepoints-pages/#IDComment17148954</guid>
</item><item>
<title>Boris Gomiunik : Adding Flash animation in SharePoint Blog and other lists pt. 1</title>
<link>http://boris.gomiunik.net/2008/02/adding-flash-animation-in-sharepoint-blog-and-other-lists-pt-2/#IDComment17148053</link>
<description>Hi, Mikael! Thanks for the feedback. :) If you want to embed flash into SharePoint, there is even an easier way. See ERTE on this blog (&lt;a href=&quot;http://boris.gomiuinik.net/erte)&quot; target=&quot;_blank&quot;&gt;http://boris.gomiuinik.net/erte)&lt;/a&gt;  </description>
<pubDate>Tue, 17 Mar 2009 18:02:49 +0000</pubDate>
<guid>http://boris.gomiunik.net/2008/02/adding-flash-animation-in-sharepoint-blog-and-other-lists-pt-2/#IDComment17148053</guid>
</item><item>
<title>Boris Gomiunik : Limit parts of page or DataForm WebPart to the ones with rights</title>
<link>http://boris.gomiunik.net/2009/01/limit-parts-of-page-or-dataform-webpart-to-the-ones-with-rights/#IDComment14964259</link>
<description>Hi, Joe! Thanks for your comment. I&amp;#039;ve been searching around and according to article here (&lt;a href=&quot;http://www.crsw.com/mark/Lists/Posts/Post.aspx?ID=38)&quot; target=&quot;_blank&quot;&gt;http://www.crsw.com/mark/Lists/Posts/Post.aspx?ID...&lt;/a&gt; there is an additional attribute called PermissionContext with which you can apply to what item the security is bound. Values are CurrentFolder, CurrentItem, CurrentList, CurrentSite, RootSite.  </description>
<pubDate>Wed, 11 Feb 2009 05:31:14 +0000</pubDate>
<guid>http://boris.gomiunik.net/2009/01/limit-parts-of-page-or-dataform-webpart-to-the-ones-with-rights/#IDComment14964259</guid>
</item><item>
<title>Boris Gomiunik : SharePoint Config database Log file too big - reduce it!</title>
<link>http://boris.gomiunik.net/2008/10/sharepoint-config-database-log-file-too-big-reduce-it/#IDComment14273592</link>
<description>I&amp;#039;m glad it helped. It should also work for the content log file. Anyway just to be on the safe side, make a backup of the log file before making changes to that one. :) </description>
<pubDate>Fri, 23 Jan 2009 21:21:52 +0000</pubDate>
<guid>http://boris.gomiunik.net/2008/10/sharepoint-config-database-log-file-too-big-reduce-it/#IDComment14273592</guid>
</item><item>
<title>Boris Gomiunik : Add functions and events to SharePoint form fields</title>
<link>http://boris.gomiunik.net/2008/04/add-functions-and-events-to-sharepoint-form-fields/#IDComment13944997</link>
<description>Hi, Ishay! The problem could be if the dropdown is a lookup field to a list that has more than 20 elements. In that case the &amp;quot;Select&amp;quot; element becomes an &amp;quot;Input&amp;quot;. The best way is to make an if. </description>
<pubDate>Tue, 13 Jan 2009 15:27:48 +0000</pubDate>
<guid>http://boris.gomiunik.net/2008/04/add-functions-and-events-to-sharepoint-form-fields/#IDComment13944997</guid>
</item><item>
<title>Boris Gomiunik : Making &amp;#34;Post&amp;#34; and &amp;#34;Get&amp;#34; forms from SharePoint's pages</title>
<link>http://boris.gomiunik.net/2008/09/making-post-and-get-forms-from-sharepoints-pages/#IDComment12057442</link>
<description>Exactly. Thanks for the update which I forgot. The .value attribute works also for textareas. :) </description>
<pubDate>Wed, 3 Dec 2008 09:32:05 +0000</pubDate>
<guid>http://boris.gomiunik.net/2008/09/making-post-and-get-forms-from-sharepoints-pages/#IDComment12057442</guid>
</item><item>
<title>Boris Gomiunik : SharePoint Config database Log file too big - reduce it!</title>
<link>http://boris.gomiunik.net/2008/10/sharepoint-config-database-log-file-too-big-reduce-it/#IDComment11839449</link>
<description>Hi, Sankar M.  You can do a file search in your server. Just look for the database name (SharePoint_config) and it will find. In my case the files are stored in C:Program FilesMicrosoft SQL ServerMSSQL.1MSSQLData </description>
<pubDate>Thu, 27 Nov 2008 21:09:05 +0000</pubDate>
<guid>http://boris.gomiunik.net/2008/10/sharepoint-config-database-log-file-too-big-reduce-it/#IDComment11839449</guid>
</item>	</channel>
</rss>
