<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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>Comments on: How to Use Prototype and Script.aculo.us in SharePoint</title>
	<atom:link href="http://blog.qumsieh.ca/2008/06/28/how-to-use-prototype-and-script-aculo-us-in-sharepoint/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.qumsieh.ca/2008/06/28/how-to-use-prototype-and-script-aculo-us-in-sharepoint/</link>
	<description>Developer's blog related to ASP.NET, SharePoint and Telerik Web Controls</description>
	<lastBuildDate>Tue, 07 Feb 2012 00:43:09 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: shereen</title>
		<link>http://blog.qumsieh.ca/2008/06/28/how-to-use-prototype-and-script-aculo-us-in-sharepoint/comment-page-1/#comment-21</link>
		<dc:creator>shereen</dc:creator>
		<pubDate>Tue, 09 Dec 2008 02:17:22 +0000</pubDate>
		<guid isPermaLink="false">http://blog.qumsieh.ca/?p=127#comment-21</guid>
		<description>Hi Erik, this is very interesting. Actually, I have been reading that Microsoft is now going to include JQuery in Visual Studio and so I was going to take a little time to learn the differences between JQuery and Prototypejs. I haven&#039;t used prototype in the scenario you described, but i&#039;m interested to see if JQuery behaves a little differently. that link you provided definitely sheds some light on the problem. Let me know if you discover anything more.</description>
		<content:encoded><![CDATA[<p>Hi Erik, this is very interesting. Actually, I have been reading that Microsoft is now going to include JQuery in Visual Studio and so I was going to take a little time to learn the differences between JQuery and Prototypejs. I haven&#8217;t used prototype in the scenario you described, but i&#8217;m interested to see if JQuery behaves a little differently. that link you provided definitely sheds some light on the problem. Let me know if you discover anything more.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Erik Burger</title>
		<link>http://blog.qumsieh.ca/2008/06/28/how-to-use-prototype-and-script-aculo-us-in-sharepoint/comment-page-1/#comment-20</link>
		<dc:creator>Erik Burger</dc:creator>
		<pubDate>Tue, 09 Dec 2008 02:17:06 +0000</pubDate>
		<guid isPermaLink="false">http://blog.qumsieh.ca/?p=127#comment-20</guid>
		<description>Hi Shereen, I finally got the time to look further into incorporating scripting in SharePoint. I came across an interesting post here: http://social.msdn.microsoft.com/Forums/en-US/sharepointdevelopment/thread/959681f1-61d4-4b11-8e43-40c793f2c2d7/ I don&#039;t know if you knew this already but it might be interesting. We will be using the rich text editor in an internal project so I am now forced to look into JQuery (http://www.codeplex.com/jQueryScriptManager). Not too shabby but I like Prototype better :( Regards, Erik</description>
		<content:encoded><![CDATA[<p>Hi Shereen, I finally got the time to look further into incorporating scripting in SharePoint. I came across an interesting post here: <a href="http://social.msdn.microsoft.com/Forums/en-US/sharepointdevelopment/thread/959681f1-61d4-4b11-8e43-40c793f2c2d7/" rel="nofollow">http://social.msdn.microsoft.com/Forums/en-US/sharepointdevelopment/thread/959681f1-61d4-4b11-8e43-40c793f2c2d7/</a> I don&#8217;t know if you knew this already but it might be interesting. We will be using the rich text editor in an internal project so I am now forced to look into JQuery (<a href="http://www.codeplex.com/jQueryScriptManager" rel="nofollow">http://www.codeplex.com/jQueryScriptManager</a>). Not too shabby but I like Prototype better <img src='http://blog.qumsieh.ca/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' />  Regards, Erik</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Erik Burger</title>
		<link>http://blog.qumsieh.ca/2008/06/28/how-to-use-prototype-and-script-aculo-us-in-sharepoint/comment-page-1/#comment-19</link>
		<dc:creator>Erik Burger</dc:creator>
		<pubDate>Tue, 09 Dec 2008 02:16:40 +0000</pubDate>
		<guid isPermaLink="false">http://blog.qumsieh.ca/?p=127#comment-19</guid>
		<description>Hi Shereen, Your post is exactly what I am looking for but unfortunately I am having some trouble getting Prototype to work for me. My situation is somewhat different; I am building a Webpart that contains a Usercontrol in which I want to use the Prototype library. I&#039;ve done the following: 1. I copied the prototype.js file to the LAYOUTS directory in the 12 Hive. 2. I added to the top of my .ascx file (just below the @ directives, of course. 3. I have an asp:Panel with an ID=&quot;searchPanel&quot; 4. I have an asp:Button with an OnClientClick=&quot;$(&#039;searchPanel&#039;).toggle();&quot; But this does not seem to work at all. In my page source I can see the script reference, as well as the Panel and Button (with the correct attributes) but nothing happens. Can you shed some light? Thanks in advance, Erik</description>
		<content:encoded><![CDATA[<p>Hi Shereen, Your post is exactly what I am looking for but unfortunately I am having some trouble getting Prototype to work for me. My situation is somewhat different; I am building a Webpart that contains a Usercontrol in which I want to use the Prototype library. I&#8217;ve done the following: 1. I copied the prototype.js file to the LAYOUTS directory in the 12 Hive. 2. I added to the top of my .ascx file (just below the @ directives, of course. 3. I have an asp:Panel with an ID=&#8221;searchPanel&#8221; 4. I have an asp:Button with an OnClientClick=&#8221;$(&#8216;searchPanel&#8217;).toggle();&#8221; But this does not seem to work at all. In my page source I can see the script reference, as well as the Panel and Button (with the correct attributes) but nothing happens. Can you shed some light? Thanks in advance, Erik</p>
]]></content:encoded>
	</item>
</channel>
</rss>

