<?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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>SharePoint &#187; Articles</title>
	<atom:link href="http://www.sharepointboris.net/tag/articles/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.sharepointboris.net</link>
	<description>and Boris Gomiunik</description>
	<lastBuildDate>Thu, 22 Dec 2011 11:45:36 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Power of CEWP series: Alphabetical List View Quick Filter</title>
		<link>http://www.sharepointboris.net/2010/08/power-of-cewp-series-alphabetical-list-view-quick-filter/</link>
		<comments>http://www.sharepointboris.net/2010/08/power-of-cewp-series-alphabetical-list-view-quick-filter/#comments</comments>
		<pubDate>Sun, 15 Aug 2010 14:06:28 +0000</pubDate>
		<dc:creator>Boris Gomiunik</dc:creator>
				<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[SharePoint]]></category>
		<category><![CDATA[Articles]]></category>
		<category><![CDATA[Content Editor WebPart]]></category>

		<guid isPermaLink="false">http://www.sharepointboris.net/2010/08/power-of-cewp-series-alphabetical-list-view-quick-filter/</guid>
		<description><![CDATA[Staying loyal to JavaScript and CEWP I&#8217;ve published a new part in the Power of Content Editor Webpart series. This time we use calculated field and filtering list view via URL to create a simple alphabetical filter positioned above or below list view: After that taking this one step further we expand this example to [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.sharepointboris.net/articles/the-power-of-content-editor-webpart/5-alphabetical-list-view-quick-filter/"><img style="margin: 0px 5px 5px 0px; display: inline" title="Alphabetical List View Quick Filter" alt="Alphabetical List View Quick Filter" align="left" src="http://www.sharepointboris.net/wp-content/uploads/2010/08/image15.png" /></a> </p>
<p>Staying loyal to JavaScript and CEWP I&#8217;ve published a new part in the <strong><a href="http://www.sharepointboris.net/articles/the-power-of-content-editor-webpart/">Power of Content Editor Webpart</a></strong> series. </p>
<p>This time we use calculated field and filtering list view via URL to create a simple alphabetical filter positioned above or below list view:</p>
<p align="center"><img src="http://www.sharepointboris.net/wp-content/uploads/2010/08/image10.png" /> </p>
<p>After that taking this one step further we expand this example to make a configurable script with some (configurable) styling and displaying the selected filter value:</p>
<p align="center"><img src="http://www.sharepointboris.net/wp-content/uploads/2010/08/image13.png" /></p>
<p>And with configurable styling we could even simply manipulate the look and feel of the filter. </p>
<p align="center"><img src="http://www.sharepointboris.net/wp-content/uploads/2010/08/image14.png" /> </p>
<p>The same script can be used on multiple lists and views without rewriting the code. All because using the linked content file approach (tip 3 on <a href="http://www.sharepointboris.net/articles/the-power-of-content-editor-webpart/inserting-cewp-and-managing-code/">this page</a>). If you&#8217;re eager to use the script and not go through the entire article, there is full script almost at the end of the article.</p>
<p><strong><a href="http://www.sharepointboris.net/articles/the-power-of-content-editor-webpart/5-alphabetical-list-view-quick-filter/">Click here to read the article</a>. </strong></p>
<div style="padding-bottom: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; float: none; padding-top: 0px" id="scid:0767317B-992E-4b12-91E0-4F059A8CECA8:58e03e53-1a33-4a0f-a7bb-51d1a3f0c581" class="wlWriterEditableSmartContent">Technorati Tags: <a href="http://technorati.com/tags/SharePoint" rel="tag">SharePoint</a>,<a href="http://technorati.com/tags/JavaScript" rel="tag">JavaScript</a>,<a href="http://technorati.com/tags/Content+Editor+WebPart" rel="tag">Content Editor WebPart</a></div>
<p><!-- PHP 5.x --></p>
]]></content:encoded>
			<wfw:commentRss>http://www.sharepointboris.net/2010/08/power-of-cewp-series-alphabetical-list-view-quick-filter/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Power of CEWP series: Quick Search in List View</title>
		<link>http://www.sharepointboris.net/2010/05/power-of-cewp-series-quick-search-in-list-view/</link>
		<comments>http://www.sharepointboris.net/2010/05/power-of-cewp-series-quick-search-in-list-view/#comments</comments>
		<pubDate>Sat, 15 May 2010 14:30:54 +0000</pubDate>
		<dc:creator>Boris Gomiunik</dc:creator>
				<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[SharePoint]]></category>
		<category><![CDATA[Articles]]></category>
		<category><![CDATA[Content Editor WebPart]]></category>

		<guid isPermaLink="false">http://www.sharepointboris.net/2010/05/power-of-cewp-series-quick-search-in-list-view/</guid>
		<description><![CDATA[Next article in line of The Power of Content Editor WebPart series is available. In this one we&#8217;ll get to know how to insert a quick search for any list view that has filter-as-you-type functionality. Yes, demo is still made for SharePoint 2007. This is in one way keeping the theme of the article series [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.sharepointboris.net/articles/the-power-of-content-editor-webpart/3-quick-search-in-list-view/"><img style="margin: 0px 5px 5px 0px; display: inline" align="left" src="http://www.sharepointboris.net/wp-content/uploads/2010/05/image9.png" /></a>Next article in line of The Power of Content Editor WebPart series is available. In this one we&#8217;ll get to know how to insert a quick search for any list view that has filter-as-you-type functionality. </p>
<p>Yes, demo is still made for SharePoint 2007. This is in one way keeping the theme of the article series together and also in SharePoint 2010 it&#8217;s much easier to create this functionality because of XSLT views. </p>
<p><img src="http://www.sharepointboris.net/wp-content/uploads/2010/05/image_thumb8.png" />&#160;</p>
<p>If you are in no mood to read through entire article, the complete code can be found at the end. </p>
<p><a href="http://www.sharepointboris.net/articles/the-power-of-content-editor-webpart/3-quick-search-in-list-view/">Click here to read the article</a>.</p>
<p><!-- PHP 5.x --></p>
]]></content:encoded>
			<wfw:commentRss>http://www.sharepointboris.net/2010/05/power-of-cewp-series-quick-search-in-list-view/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Power of CEWP series: Toggle Quick Launch</title>
		<link>http://www.sharepointboris.net/2010/03/power-of-cewp-series-toggle-quick-launch/</link>
		<comments>http://www.sharepointboris.net/2010/03/power-of-cewp-series-toggle-quick-launch/#comments</comments>
		<pubDate>Mon, 15 Mar 2010 07:00:00 +0000</pubDate>
		<dc:creator>Boris Gomiunik</dc:creator>
				<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[SharePoint]]></category>
		<category><![CDATA[Articles]]></category>
		<category><![CDATA[Content Editor WebPart]]></category>

		<guid isPermaLink="false">http://www.sharepointboris.net/2010/03/power-of-cewp-series-toggle-quick-launch/</guid>
		<description><![CDATA[After a while I&#8217;ve prepared the third (or second if you count first two as one) article in Power of Content Editor WebPart series. In this article we do something that was already done using JavaScript – we hide SharePoint&#8217;s Quick Launch bar. But we do this to learn how this can be achieved. In [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.sharepointboris.net/the-power-of-content-editor-webpart/2-toggle-quick-launch/"><img style="border-bottom: 0px; border-left: 0px; margin: 0px 5px 0px 0px; display: inline; border-top: 0px; border-right: 0px" border="0" align="left" src="http://www.sharepointboris.net/wp-content/uploads/2010/03/image26.png" /></a> After a while I&#8217;ve prepared the third (or second if you count first two as one) article in <strong><a href="http://www.sharepointboris.net/the-power-of-content-editor-webpart/">Power of Content Editor WebPart</a> </strong>series. In this article we do something that was already done using JavaScript – we hide SharePoint&#8217;s Quick Launch bar. But we do this to learn how this can be achieved. In order to achieve that, we discover the HTML DOM element that can be hidden, next we discover how to hide it and after we master that we also add a toggle link to the top of the page so users can toggle the Quick Launch visibility.</p>
<p><img style="border-bottom: 0px; border-left: 0px; border-top: 0px; border-right: 0px" border="0" src="http://boris.gomiunik.net/wp-content/uploads/2010/03/image6.png" width="600" height="428" /> </p>
<p>With this part I&#8217;ve also improved the navigation between articles of series a bit:</p>
<p><a href="http://boris.gomiunik.net/wp-content/uploads/2010/03/image27.png" rel="lightbox[833]" title="image"><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="image" border="0" alt="image" src="http://boris.gomiunik.net/wp-content/uploads/2010/03/image_thumb26.png" width="244" height="68" /></a> </p>
<p>and I&#8217;ve used my new gadget toy for adding my handwriting to screenshots. If you find my handwriting too unreadable, please let me know so I&#8217;ll stick to typed handwriting.</p>
<p><a href="http://www.sharepointboris.net/the-power-of-content-editor-webpart/2-toggle-quick-launch/">You&#8217;re welcome to read the article here</a>, and comments or questions are available with this post.</p>
<div style="padding-bottom: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; float: none; padding-top: 0px" id="scid:0767317B-992E-4b12-91E0-4F059A8CECA8:817b2552-730f-4f05-899b-d661e991a63b" class="wlWriterEditableSmartContent">Technorati Tags: <a href="http://technorati.com/tags/SharePoint" rel="tag">SharePoint</a>,<a href="http://technorati.com/tags/JavaScript" rel="tag">JavaScript</a>,<a href="http://technorati.com/tags/Content+Editor+WebPart" rel="tag">Content Editor WebPart</a></div>
<p><!-- PHP 5.x --></p>
]]></content:encoded>
			<wfw:commentRss>http://www.sharepointboris.net/2010/03/power-of-cewp-series-toggle-quick-launch/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Power of CEWP series: Selecting objects in SharePoint DOM</title>
		<link>http://www.sharepointboris.net/2010/02/power-of-cewp-series-selecting-objects-in-sharepoint-dom/</link>
		<comments>http://www.sharepointboris.net/2010/02/power-of-cewp-series-selecting-objects-in-sharepoint-dom/#comments</comments>
		<pubDate>Sun, 21 Feb 2010 16:33:58 +0000</pubDate>
		<dc:creator>Boris Gomiunik</dc:creator>
				<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[SharePoint]]></category>
		<category><![CDATA[Articles]]></category>
		<category><![CDATA[Content Editor WebPart]]></category>
		<category><![CDATA[SPSEMEA]]></category>

		<guid isPermaLink="false">http://www.sharepointboris.net/2010/02/power-of-cewp-series-selecting-objects-in-sharepoint-dom/</guid>
		<description><![CDATA[The second article from the series Power of Content Editor WebPart&#160;is published. It&#8217;s titled Getting to the object. It&#8217;s a sequel from the first article and in this part we learn how to use some of JavaScript&#8217;s native functions to select the element we wish to modify in SharePoint. We also make a simple demo [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.sharepointboris.net/the-power-of-content-editor-webpart/1a-getting-to-the-object/"><img style="border-bottom: 0px; border-left: 0px; display: inline; margin-left: 0px; border-top: 0px; margin-right: 0px; border-right: 0px" border="0" align="left" src="http://boris.gomiunik.net/wp-content/uploads/2010/02/image75.png" /></a> The second article from the series <a href="http://www.sharepointboris.net/the-power-of-content-editor-webpart/"><strong>Power of Content Editor WebPart</strong></a><strong>&#160;</strong>is published. It&#8217;s titled <a href="http://www.sharepointboris.net/the-power-of-content-editor-webpart/1a-getting-to-the-object/"><strong>Getting to the object</strong></a><strong>. </strong>It&#8217;s a sequel from the first article and in this part we learn how to use some of JavaScript&#8217;s native functions to select the element we wish to modify in SharePoint. We also make a simple demo of enabling HTML tags in a list description. You&#8217;re welcome to read it and please leave all your question and comments in this post&#8217;s comments. </p>
<p>Just as a side note, I began preparing this series as a presentation for SPSEMEA. You can find recordings from this fantastic online event <a href="http://www.endusersharepoint.com/2010/02/19/sharepoint-saturday-emea-20-hours-of-recordings-available/" target="_blank">here</a>. </p>
<div style="padding-bottom: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; float: none; padding-top: 0px" id="scid:0767317B-992E-4b12-91E0-4F059A8CECA8:f3643d0b-d71e-4283-a2dc-8cbbcf862640" class="wlWriterEditableSmartContent">Technorati Tags: <a href="http://technorati.com/tags/SharePoint" rel="tag">SharePoint</a>,<a href="http://technorati.com/tags/JavaScript" rel="tag">JavaScript</a></div>
<p><!-- PHP 5.x --></p>
]]></content:encoded>
			<wfw:commentRss>http://www.sharepointboris.net/2010/02/power-of-cewp-series-selecting-objects-in-sharepoint-dom/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Power of Content Editor WebPart article series started</title>
		<link>http://www.sharepointboris.net/2010/02/power-of-content-editor-webpart-article-series-started/</link>
		<comments>http://www.sharepointboris.net/2010/02/power-of-content-editor-webpart-article-series-started/#comments</comments>
		<pubDate>Mon, 08 Feb 2010 21:33:00 +0000</pubDate>
		<dc:creator>Boris Gomiunik</dc:creator>
				<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[SharePoint]]></category>
		<category><![CDATA[Articles]]></category>
		<category><![CDATA[Content Editor WebPart]]></category>
		<category><![CDATA[SPSEMEA]]></category>

		<guid isPermaLink="false">http://www.sharepointboris.net/2010/02/power-of-content-editor-webpart-article-series-started/</guid>
		<description><![CDATA[Feedback from SharePoint Saturday EMEA online still brings good results. Not only did it make me cleanup quite some of my JavaScripts to prepare for presentation, but it also inspired me to start the &#34;The Power of Content Editor WebPart&#34; series of articles. It&#8217;s going to be an at-least 10-part series. Covering from basics to [...]]]></description>
			<content:encoded><![CDATA[<p>Feedback from <a href="http://www.sharepointsaturday.org/emea" target="_blank">SharePoint Saturday EMEA online</a> still brings good results. Not only did it make me cleanup quite some of my JavaScripts to prepare for presentation, but it also inspired me to start the &quot;The Power of Content Editor WebPart&quot; series of articles. It&#8217;s going to be an at-least 10-part series. Covering from basics to a bit more in-depth on how to use JavaScript to </p>
<ol>
<li><img style="display: inline; margin-left: 0px; margin-right: 0px" align="right" src="http://boris.gomiunik.net/wp-content/uploads/2010/02/image21.png" /> Change the looks of SharePoint pages</li>
<li>Add features and functionalities to SharePoint Pages and list forms</li>
<li>Read from and write data to SharePoint Lists using SharePoint&#8217;s Web Services. </li>
<li>Some other stuff we&#8217;ll come along on the way</li>
</ol>
<p><font face="Arial">If you wish to know what all we&#8217;ll be getting to know there are already all examples explained in my <a href="http://www.sharepointboris.net/2010/02/spsemea-demo-site/" target="_blank">previous post</a>. </font></p>
<p><font face="Arial">Starting off easy</font> we learn how to insert the CEWP also in pages where the &quot;Edit Page&quot; command in &quot;Site Actions&quot; is not available. </p>
<p>You can find the series article here: <a href="http://www.sharepointboris.net/the-power-of-content-editor-webpart/">The Power of Content Editor WebPart</a>.</p>
<p>As soon as new content is added, I&#8217;ll be letting you know. </p>
<div style="padding-bottom: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; float: none; padding-top: 0px" id="scid:0767317B-992E-4b12-91E0-4F059A8CECA8:3f709eef-243d-4c1d-9f80-6cd1bc28c4a8" class="wlWriterEditableSmartContent">Technorati Tags: <a href="http://technorati.com/tags/SharePoint" rel="tag">SharePoint</a>,<a href="http://technorati.com/tags/Content+Editor+WebPart" rel="tag">Content Editor WebPart</a>,<a href="http://technorati.com/tags/JavaScript" rel="tag">JavaScript</a>,<a href="http://technorati.com/tags/HTML" rel="tag">HTML</a>,<a href="http://technorati.com/tags/CSS" rel="tag">CSS</a>,<a href="http://technorati.com/tags/CEWP" rel="tag">CEWP</a></div>
<p><!-- PHP 5.x --></p>
]]></content:encoded>
			<wfw:commentRss>http://www.sharepointboris.net/2010/02/power-of-content-editor-webpart-article-series-started/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

