<?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>LinKen Web Development</title>
	<atom:link href="http://linkenwebdev.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://linkenwebdev.com</link>
	<description></description>
	<lastBuildDate>Sat, 05 May 2012 14:31:34 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
		<item>
		<title>SharePoint 2010 Central Admin &#8211; All The Links</title>
		<link>http://linkenwebdev.com/2012/sharepoint-2010-central-admin-all-the-links/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=sharepoint-2010-central-admin-all-the-links</link>
		<comments>http://linkenwebdev.com/2012/sharepoint-2010-central-admin-all-the-links/#comments</comments>
		<pubDate>Fri, 04 May 2012 15:39:06 +0000</pubDate>
		<dc:creator>LinKen</dc:creator>
				<category><![CDATA[SharePoint 2010]]></category>

		<guid isPermaLink="false">http://linkenwebdev.com/?p=169</guid>
		<description><![CDATA[In the beginning it&#8217;s hard to find all of the links in Central Administration. There are lots of links all over the place. So I made a page called AllTheLinks.aspx It&#8217;s really simple, but really useful. Add jQuery to the site first. &#60;asp:Content id=&#34;Content2&#34; runat=&#34;server&#34; contentplaceholderid=&#34;PlaceHolderMain&#34;&#62; &#60;style type=&#34;text/css&#34;&#62; h2 { color:#288400; font-weight:normal; } &#60;/style&#62; &#60;script ]]></description>
				<content:encoded><![CDATA[<p>In the beginning it&#8217;s hard to find all of the links in Central Administration. There are lots of links all over the place. So I made a page called AllTheLinks.aspx It&#8217;s really simple, but really useful. Add jQuery to the site first.</p>
<p>&lt;asp:Content id=&quot;Content2&quot; runat=&quot;server&quot; contentplaceholderid=&quot;PlaceHolderMain&quot;&gt;</p>
<p>&lt;style type=&quot;text/css&quot;&gt;<br />
  h2 {<br />
    color:#288400;<br />
    font-weight:normal;<br />
  }<br />
&lt;/style&gt;</p>
<p>&lt;script type=&quot;text/javascript&quot; src=&quot;/js/jquery-1.7.js&quot;&gt;&lt;/script&gt;</p>
<p>&lt;script type=&quot;text/javascript&quot;&gt;<br />
  $(document).ready( function() {<br />
    $(&#8216;#ApplicationManagement&#8217;).load(&quot;/applications.aspx #ctl00_MSO_ContentDiv&quot;);<br />
    $(&#8216;#SystemSettings&#8217;).load(&quot;/systemsettings.aspx #ctl00_MSO_ContentDiv&quot;);<br />
    $(&#8216;#Monitoring&#8217;).load(&quot;/monitoring.aspx #ctl00_MSO_ContentDiv&quot;);<br />
    $(&#8216;#BackupRestore&#8217;).load(&quot;/backups.aspx #ctl00_MSO_ContentDiv&quot;);<br />
    $(&#8216;#Security&#8217;).load(&quot;/security.aspx #ctl00_MSO_ContentDiv&quot;);<br />
    $(&#8216;#UpgradeMigration&#8217;).load(&quot;/upgradeandmigration.aspx #ctl00_MSO_ContentDiv&quot;);<br />
    $(&#8216;#GeneralApplicationSettings&#8217;).load(&quot;/generalapplicationsettings.aspx #ctl00_MSO_ContentDiv&quot;);<br />
    $(&#8216;#NintexWorkflowManagement&#8217;).load(&quot;/_admin/NintexWorkflow/Management.aspx #ctl00_MSO_ContentDiv&quot;);<br />
  });<br />
&lt;/script&gt;</p>
<p>&lt;h2&gt;Application Management&lt;/h2&gt;<br />
&lt;div id=&quot;ApplicationManagement&quot;&gt;&lt;/div&gt;</p>
<p>&lt;h2&gt;System Settings&lt;/h2&gt;<br />
&lt;div id=&quot;SystemSettings&quot;&gt;&lt;/div&gt;</p>
<p>&lt;h2&gt;Monitoring&lt;/h2&gt;<br />
&lt;div id=&quot;Monitoring&quot;&gt;&lt;/div&gt;</p>
<p>&lt;h2&gt;Backup and Restore&lt;/h2&gt;<br />
&lt;div id=&quot;BackupRestore&quot;&gt;&lt;/div&gt;</p>
<p>&lt;h2&gt;Security&lt;/h2&gt;<br />
&lt;div id=&quot;Security&quot;&gt;&lt;/div&gt;</p>
<p>&lt;h2&gt;Upgrade and Migration&lt;/h2&gt;<br />
&lt;div id=&quot;UpgradeMigration&quot;&gt;&lt;/div&gt;</p>
<p>&lt;h2&gt;General Application Settings&lt;/h2&gt;<br />
&lt;div id=&quot;GeneralApplicationSettings&quot;&gt;&lt;/div&gt;</p>
<p>&lt;h2&gt;Nintex Workflow Management&lt;/h2&gt;<br />
&lt;div id=&quot;NintexWorkflowManagement&quot;&gt;&lt;/div&gt;</p>
<p>&lt;/asp:Content&gt;</p>
]]></content:encoded>
			<wfw:commentRss>http://linkenwebdev.com/2012/sharepoint-2010-central-admin-all-the-links/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Using the Sharepoint 2010 REST interface</title>
		<link>http://linkenwebdev.com/2012/using-the-sharepoint-2010-rest-interface/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=using-the-sharepoint-2010-rest-interface</link>
		<comments>http://linkenwebdev.com/2012/using-the-sharepoint-2010-rest-interface/#comments</comments>
		<pubDate>Thu, 03 May 2012 13:55:33 +0000</pubDate>
		<dc:creator>LinKen</dc:creator>
				<category><![CDATA[SharePoint 2010]]></category>

		<guid isPermaLink="false">http://linkenwebdev.com/?p=142</guid>
		<description><![CDATA[Here a few examples on how to do things with REST in SharePoint 2010. Given the following list: Column Type ProjectName Single line of text Status Choice Start Date and Time Description Multiple lines of text Sponsor Person or Group Related Team Lookup Project Lead Person or Group Employee Resources Person or Group Contractor Resources ]]></description>
				<content:encoded><![CDATA[<p>Here a few examples on how to do things with REST in SharePoint 2010. Given the following list:</p>
<table summary="Projects" width="100%" border="0" cellspacing="0" cellpadding="0">
<tbody>
<tr>
<th>Column</th>
<th>Type</th>
</tr>
<tr>
<td>ProjectName</td>
<td>Single line of text</td>
</tr>
<tr>
<td>Status</td>
<td>Choice</td>
</tr>
<tr>
<td>Start</td>
<td>Date and Time</td>
</tr>
<tr>
<td>Description</td>
<td>Multiple lines of text</td>
</tr>
<tr>
<td>Sponsor</td>
<td>Person or Group</td>
</tr>
<tr>
<td>Related Team</td>
<td>Lookup</td>
</tr>
<tr>
<td>Project Lead</td>
<td>Person or Group</td>
</tr>
<tr>
<td>Employee Resources</td>
<td>Person or Group</td>
</tr>
<tr>
<td>Contractor Resources</td>
<td>Person or Group</td>
</tr>
<tr>
<td>Updates</td>
<td>Multiple lines of text</td>
</tr>
<tr>
<td>OtherProjectDependencies</td>
<td>Lookup</td>
</tr>
<tr>
<td>OtherDependencies</td>
<td>Multiple lines of text</td>
</tr>
<tr>
<td>Requirements Approved Date</td>
<td>Date and Time</td>
</tr>
<tr>
<td>Design Approved Date</td>
<td>Date and Time</td>
</tr>
<tr>
<td>Development Completed Date</td>
<td>Date and Time</td>
</tr>
<tr>
<td>Testing Completed Date</td>
<td>Date and Time</td>
</tr>
<tr>
<td>Estimated Hours for Project</td>
<td>Number</td>
</tr>
</tbody>
</table>
<p>&nbsp;</p>
<p>If we want to get everything, this will do it:</p>
<div class="tmnf-sc-box normal   ">/_vti_bin/listdata.svc/Projects</div>
<p>To get a specific item, add the ID:<br />
<div class="tmnf-sc-box normal   ">/_vti_bin/listdata.svc/Projects(17)</div><br />
To get more info from lookup columns:<br />
<div class="tmnf-sc-box normal   ">http://fccsapps/is/projects/_vti_bin/listdata.svc/Projects(17)?$expand=RelatedTeam</div><br />
To filter on a value in a lookup column:<br />
<div class="tmnf-sc-box normal   ">/_vti_bin/listdata.svc/Projects?$expand=RelatedTeam&amp;filter=RelatedTeam/title contains &#8216;sharepoint&#8217;</div></p>
]]></content:encoded>
			<wfw:commentRss>http://linkenwebdev.com/2012/using-the-sharepoint-2010-rest-interface/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Hounds in the Kitchen</title>
		<link>http://linkenwebdev.com/2012/hounds-in-the-kitchen/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=hounds-in-the-kitchen</link>
		<comments>http://linkenwebdev.com/2012/hounds-in-the-kitchen/#comments</comments>
		<pubDate>Thu, 26 Jan 2012 01:34:58 +0000</pubDate>
		<dc:creator>LinKen</dc:creator>
				<category><![CDATA[Portfolio]]></category>
		<category><![CDATA[blog]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://linkenwebdev.com/?p=118</guid>
		<description><![CDATA[Hounds in the Kitchen is a blog run by&#160;Rachel Tayse Baillieul. It&#8217;s a great resource for all things cooking, homesteading, homeschooling]]></description>
				<content:encoded><![CDATA[<p>Hounds in the Kitchen is a blog run by&nbsp;Rachel Tayse Baillieul. It&#8217;s a great resource for all things cooking, homesteading, homeschooling.</p>
<p><span id="more-118"></span></p>
<p><a href="http://houndsinthekitchen.com/"><img class="alignnone size-medium wp-image-119" title="visit site" src="http://linkenwebdev.com/wp-content/uploads/2012/01/hounds-300x185.jpg" alt="" width="300" height="185" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://linkenwebdev.com/2012/hounds-in-the-kitchen/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Jewell Law Office LLC</title>
		<link>http://linkenwebdev.com/2012/jewell-law-office-llc/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=jewell-law-office-llc</link>
		<comments>http://linkenwebdev.com/2012/jewell-law-office-llc/#comments</comments>
		<pubDate>Tue, 03 Jan 2012 16:17:51 +0000</pubDate>
		<dc:creator>LinKen</dc:creator>
				<category><![CDATA[Portfolio]]></category>
		<category><![CDATA[blog]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://linkenwebdev.com/?p=91</guid>
		<description><![CDATA[Jewell Law Office LLC is the site for Beth A. Jewell, Attorney and Counselor at Law]]></description>
				<content:encoded><![CDATA[<p>Jewell Law Office LLC is the site for Beth A. Jewell, Attorney and Counselor at Law.</p>
<p><span id="more-91"></span></p>
<p><a href="http://bethjewell.com" title="visit site"><img src="http://linkenwebdev.com/wp-content/uploads/2012/01/bethjewell-300x223.jpg" alt="" title="visit site" width="300" height="223" class="alignnone size-medium wp-image-90" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://linkenwebdev.com/2012/jewell-law-office-llc/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Speckled Hen Farm</title>
		<link>http://linkenwebdev.com/2011/speckled-hen-farm/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=speckled-hen-farm</link>
		<comments>http://linkenwebdev.com/2011/speckled-hen-farm/#comments</comments>
		<pubDate>Wed, 31 Aug 2011 22:04:51 +0000</pubDate>
		<dc:creator>LinKen</dc:creator>
				<category><![CDATA[Portfolio]]></category>
		<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://linkenwebdev.com/wp/?p=24</guid>
		<description><![CDATA[This is the site for an awesome poultry and egg farm. It was built using ]]></description>
				<content:encoded><![CDATA[<p>This is the site for an awesome poultry and egg farm. It was built using PHP.</p>
<p><span id="more-24"></span></p>
<p><a href="http://speckledhenfarm.com"><img src="http://linkenwebdev.com/wp-content/uploads/2011/11/SpeckledHen-300x211.jpg" alt="" title="visit site" width="300" height="211" class="alignnone size-medium wp-image-89" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://linkenwebdev.com/2011/speckled-hen-farm/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>OMD Summer Institute</title>
		<link>http://linkenwebdev.com/2011/omd-summer-institute/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=omd-summer-institute</link>
		<comments>http://linkenwebdev.com/2011/omd-summer-institute/#comments</comments>
		<pubDate>Tue, 23 Aug 2011 23:05:20 +0000</pubDate>
		<dc:creator>LinKen</dc:creator>
				<category><![CDATA[Portfolio]]></category>
		<category><![CDATA[Joomla!]]></category>

		<guid isPermaLink="false">http://linkenwebdev.com/wp/?p=39</guid>
		<description><![CDATA[This is the site for a family summer camp in Gambier, Ohio. Built With: Joomla ]]></description>
				<content:encoded><![CDATA[<p>This is the site for a family summer camp in Gambier, Ohio.</p>
<p>Built With:</p>
<ul>
<li>Joomla CMS</li>
</ul>
<p><span id="more-39"></span></p>
<p><a href="http://omdsi.org/"><img src="http://linkenwebdev.com/wp-content/uploads/2011/08/omdsi-300x195.png" alt="" title="visit site" width="300" height="195" class="alignnone size-medium wp-image-9" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://linkenwebdev.com/2011/omd-summer-institute/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>School for young children</title>
		<link>http://linkenwebdev.com/2011/school-for-young-children/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=school-for-young-children</link>
		<comments>http://linkenwebdev.com/2011/school-for-young-children/#comments</comments>
		<pubDate>Tue, 23 Aug 2011 22:50:12 +0000</pubDate>
		<dc:creator>LinKen</dc:creator>
				<category><![CDATA[Portfolio]]></category>
		<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://linkenwebdev.com/wp/?p=34</guid>
		<description><![CDATA[This is the site for a preschool, School for Young Children, I built when my kids went there. It was built using PHP. Please note that they have updated the site since I built it in ]]></description>
				<content:encoded><![CDATA[<p>This is the site for a preschool, School for Young Children, I built when my kids went there. It was built using PHP. Please note that they have updated the site since I built it in 2004.<br />
<span id="more-34"></span><br />
<a href="http://www.school-for-young-children.com/"><img src="http://linkenwebdev.com/wp-content/uploads/2011/08/syc-300x197.png" alt="" title="visit site" width="300" height="197" class="alignnone size-medium wp-image-11" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://linkenwebdev.com/2011/school-for-young-children/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>FCCSnet</title>
		<link>http://linkenwebdev.com/2011/fccsnet/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=fccsnet</link>
		<comments>http://linkenwebdev.com/2011/fccsnet/#comments</comments>
		<pubDate>Tue, 23 Aug 2011 22:02:07 +0000</pubDate>
		<dc:creator>LinKen</dc:creator>
				<category><![CDATA[Portfolio]]></category>
		<category><![CDATA[jquery]]></category>
		<category><![CDATA[jquery ui]]></category>
		<category><![CDATA[SharePoint]]></category>

		<guid isPermaLink="false">http://linkenwebdev.com/wp/?p=21</guid>
		<description><![CDATA[This is the intranet for Franklin County Children Services. It runs on SharePoint 2007. I use jQuery to rotate the images and the tabs lower in the page. Built With: Sharepoint 2007 jQuery, jQuery UI Demo]]></description>
				<content:encoded><![CDATA[<p>This is the intranet for Franklin County Children Services. It runs on SharePoint 2007. I use jQuery to rotate the images and the tabs lower in the page.</p>
<p>Built With:</p>
<ul>
<li>Sharepoint 2007</li>
<li>jQuery, jQuery UI</li>
</ul>
<div>Demo:</div>
<span class='embed-youtube' style='text-align:center; display: block;'><iframe class='youtube-player' type='text/html' width='628' height='384' src='http://www.youtube.com/embed/760pRQ1eGrQ?version=3&#038;rel=0&#038;fs=1&#038;showsearch=0&#038;showinfo=1&#038;iv_load_policy=1&#038;hd=1&#038;wmode=transparent' frameborder='0'></iframe></span>
]]></content:encoded>
			<wfw:commentRss>http://linkenwebdev.com/2011/fccsnet/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Electronic Casefile</title>
		<link>http://linkenwebdev.com/2011/electronic-casefile/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=electronic-casefile</link>
		<comments>http://linkenwebdev.com/2011/electronic-casefile/#comments</comments>
		<pubDate>Tue, 23 Aug 2011 21:51:06 +0000</pubDate>
		<dc:creator>LinKen</dc:creator>
				<category><![CDATA[Portfolio]]></category>
		<category><![CDATA[jquery]]></category>
		<category><![CDATA[jquery ui]]></category>
		<category><![CDATA[SharePoint]]></category>

		<guid isPermaLink="false">http://linkenwebdev.com/wp/?p=13</guid>
		<description><![CDATA[This is another internal project for Franklin County Children Services. This houses documents in different &#8216;sections&#8217; represented by the tabs on the left side of the page. The popup actions for a document are shown. Built With: SharePoint 2007 jQuery, jQuery ]]></description>
				<content:encoded><![CDATA[<p>This is another internal project for Franklin County Children Services. This houses documents in different &#8216;sections&#8217; represented by the tabs on the left side of the page. The popup actions for a document are shown.</p>
<p>Built With:</p>
<ul>
<li>SharePoint 2007</li>
<li>jQuery, jQuery UI</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://linkenwebdev.com/2011/electronic-casefile/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Service Locator</title>
		<link>http://linkenwebdev.com/2011/service-locator/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=service-locator</link>
		<comments>http://linkenwebdev.com/2011/service-locator/#comments</comments>
		<pubDate>Tue, 23 Aug 2011 21:37:36 +0000</pubDate>
		<dc:creator>LinKen</dc:creator>
				<category><![CDATA[Portfolio]]></category>
		<category><![CDATA[jquery]]></category>
		<category><![CDATA[jquery ui]]></category>
		<category><![CDATA[SharePoint]]></category>

		<guid isPermaLink="false">http://linkenwebdev.com/wp/?p=5</guid>
		<description><![CDATA[This is an internal project for Franklin County Children Services. It loads reference material and instructions from a SharePoint list according to the filters chosen on the right. Built With: SharePoint 2007 jQuery, jQuery UI &#160; Demo]]></description>
				<content:encoded><![CDATA[<p>This is an internal project for Franklin County Children Services. It loads reference material and instructions from a SharePoint list according to the filters chosen on the right.</p>
<p>Built With:</p>
<ul>
<li>SharePoint 2007</li>
<li>jQuery, jQuery UI</li>
</ul>
<p>&nbsp;</p>
<p>Demo:</p>
<span class='embed-youtube' style='text-align:center; display: block;'><iframe class='youtube-player' type='text/html' width='628' height='384' src='http://www.youtube.com/embed/DSjmoJVpVic?version=3&#038;rel=0&#038;fs=1&#038;showsearch=0&#038;showinfo=1&#038;iv_load_policy=1&#038;hd=1&#038;wmode=transparent' frameborder='0'></iframe></span>
]]></content:encoded>
			<wfw:commentRss>http://linkenwebdev.com/2011/service-locator/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
