<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.1.2" -->
<rss version="2.0" 
	xmlns:content="http://purl.org/rss/1.0/modules/content/">
<channel>
	<title>Comments for BookSmarts!</title>
	<link>http://www.getbooksmarts.org</link>
	<description>A Firefox extension / tutorial</description>
	<pubDate>Sun, 09 Nov 2008 11:19:19 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.1.2</generator>

	<item>
		<title>Comment on Debug output &#038; logging in Firefox. by cc</title>
		<link>http://www.getbooksmarts.org/news/2007/03/17/debug-output-logging-in-firefox/#comment-23</link>
		<author>cc</author>
		<pubDate>Thu, 10 Jul 2008 16:21:01 +0000</pubDate>
		<guid>http://www.getbooksmarts.org/news/2007/03/17/debug-output-logging-in-firefox/#comment-23</guid>
					<description>there is no "browser.dom.window.dump" at about:config in Firefox3.0....


any solution...email me.</description>
		<content:encoded><![CDATA[<p>there is no &#8220;browser.dom.window.dump&#8221; at about:config in Firefox3.0&#8230;.</p>
<p>any solution&#8230;email me.</p>
]]></content:encoded>
				</item>
	<item>
		<title>Comment on A quick apology. by Matt Cutts</title>
		<link>http://www.getbooksmarts.org/news/2007/04/23/a-quick-apology/#comment-15</link>
		<author>Matt Cutts</author>
		<pubDate>Wed, 12 Dec 2007 07:08:57 +0000</pubDate>
		<guid>http://www.getbooksmarts.org/news/2007/04/23/a-quick-apology/#comment-15</guid>
					<description>How goes BookSmarts? I was checking out Screengrab tonight and the description of your BookSmarts idea sounded really great. :) Does the Places stuff in Firefox 3 make this project easier?</description>
		<content:encoded><![CDATA[<p>How goes BookSmarts? I was checking out Screengrab tonight and the description of your BookSmarts idea sounded really great. <img src='http://www.getbooksmarts.org/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> Does the Places stuff in Firefox 3 make this project easier?</p>
]]></content:encoded>
				</item>
	<item>
		<title>Comment on How to do dynamic Javascript imports in XUL chrome by Ashwin</title>
		<link>http://www.getbooksmarts.org/news/2007/03/13/how-to-do-dynamic-javascript-imports-in-xul-chrome/#comment-11</link>
		<author>Ashwin</author>
		<pubDate>Fri, 03 Aug 2007 21:24:39 +0000</pubDate>
		<guid>http://www.getbooksmarts.org/news/2007/03/13/how-to-do-dynamic-javascript-imports-in-xul-chrome/#comment-11</guid>
					<description>Completely unrelated question ... but kinda related to what i am looking for if i had to remove the JS Objects which have been initialized in the SCRIPT object at runtime when i am removing the SCRIPT object after having added it dynamically.</description>
		<content:encoded><![CDATA[<p>Completely unrelated question &#8230; but kinda related to what i am looking for if i had to remove the JS Objects which have been initialized in the SCRIPT object at runtime when i am removing the SCRIPT object after having added it dynamically.</p>
]]></content:encoded>
				</item>
	<item>
		<title>Comment on Code highlighting in Wordpress by andy</title>
		<link>http://www.getbooksmarts.org/news/2007/03/23/code-highlighting-in-wordpress/#comment-10</link>
		<author>andy</author>
		<pubDate>Mon, 23 Apr 2007 21:35:20 +0000</pubDate>
		<guid>http://www.getbooksmarts.org/news/2007/03/23/code-highlighting-in-wordpress/#comment-10</guid>
					<description>I like the "idea" of everything being different, but my design skills aren't so good, so I like it when there's samples. Then all the lame guys like me can have exactly the same acceptable design, while cool designy people can have cool ones.</description>
		<content:encoded><![CDATA[<p>I like the &#8220;idea&#8221; of everything being different, but my design skills aren&#8217;t so good, so I like it when there&#8217;s samples. Then all the lame guys like me can have exactly the same acceptable design, while cool designy people can have cool ones.</p>
]]></content:encoded>
				</item>
	<item>
		<title>Comment on How to do dynamic Javascript imports in XUL chrome by andy</title>
		<link>http://www.getbooksmarts.org/news/2007/03/13/how-to-do-dynamic-javascript-imports-in-xul-chrome/#comment-9</link>
		<author>andy</author>
		<pubDate>Mon, 23 Apr 2007 21:32:26 +0000</pubDate>
		<guid>http://www.getbooksmarts.org/news/2007/03/13/how-to-do-dynamic-javascript-imports-in-xul-chrome/#comment-9</guid>
					<description>Hmm... that's nicer than the way I do it with the stack I think. For some reason I forgot that I could just search for script tags, instead of looking for one with a particular id.

So far for me, adding a script tag just hasn't worked in chrome, but if you get it to work, please let me know.

To do one that works in html and chrome, I was just going to say that if it starts with "chrome://" then you can use the js loder and otherwise embed a script tag. Sometimes being specific is much much easier than doing the general case.</description>
		<content:encoded><![CDATA[<p>Hmm&#8230; that&#8217;s nicer than the way I do it with the stack I think. For some reason I forgot that I could just search for script tags, instead of looking for one with a particular id.</p>
<p>So far for me, adding a script tag just hasn&#8217;t worked in chrome, but if you get it to work, please let me know.</p>
<p>To do one that works in html and chrome, I was just going to say that if it starts with &#8220;chrome://&#8221; then you can use the js loder and otherwise embed a script tag. Sometimes being specific is much much easier than doing the general case.</p>
]]></content:encoded>
				</item>
	<item>
		<title>Comment on How to do dynamic Javascript imports in XUL chrome by Vadim Atlygin</title>
		<link>http://www.getbooksmarts.org/news/2007/03/13/how-to-do-dynamic-javascript-imports-in-xul-chrome/#comment-8</link>
		<author>Vadim Atlygin</author>
		<pubDate>Mon, 23 Apr 2007 10:05:38 +0000</pubDate>
		<guid>http://www.getbooksmarts.org/news/2007/03/13/how-to-do-dynamic-javascript-imports-in-xul-chrome/#comment-8</guid>
					<description>The code above works in the chrome and shows paths to all the loaded js files, so 'script' objects aren't really destroyed.</description>
		<content:encoded><![CDATA[<p>The code above works in the chrome and shows paths to all the loaded js files, so &#8217;script&#8217; objects aren&#8217;t really destroyed.</p>
]]></content:encoded>
				</item>
	<item>
		<title>Comment on How to do dynamic Javascript imports in XUL chrome by Vadim Atlygin</title>
		<link>http://www.getbooksmarts.org/news/2007/03/13/how-to-do-dynamic-javascript-imports-in-xul-chrome/#comment-7</link>
		<author>Vadim Atlygin</author>
		<pubDate>Mon, 23 Apr 2007 10:04:00 +0000</pubDate>
		<guid>http://www.getbooksmarts.org/news/2007/03/13/how-to-do-dynamic-javascript-imports-in-xul-chrome/#comment-7</guid>
					<description>var scripts = document.getElementsByTagName("script");

for (var i = 0; i &#60; scripts.length; ++i) {
  print(scripts[i].getAttribute("src"));
}

Sorry, '&#60;' sign broke the parser :(</description>
		<content:encoded><![CDATA[<p>var scripts = document.getElementsByTagName(&#8221;script&#8221;);</p>
<p>for (var i = 0; i &lt; scripts.length; ++i) {<br />
  print(scripts[i].getAttribute(&#8221;src&#8221;));<br />
}</p>
<p>Sorry, &#8216;&lt;&#8217; sign broke the parser <img src='http://www.getbooksmarts.org/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /></p>
]]></content:encoded>
				</item>
	<item>
		<title>Comment on How to do dynamic Javascript imports in XUL chrome by Vadim Atlygin</title>
		<link>http://www.getbooksmarts.org/news/2007/03/13/how-to-do-dynamic-javascript-imports-in-xul-chrome/#comment-6</link>
		<author>Vadim Atlygin</author>
		<pubDate>Mon, 23 Apr 2007 10:03:04 +0000</pubDate>
		<guid>http://www.getbooksmarts.org/news/2007/03/13/how-to-do-dynamic-javascript-imports-in-xul-chrome/#comment-6</guid>
					<description>var scripts = document.getElementsByTagName("script");

for (var i = 0; i </description>
		<content:encoded><![CDATA[<p>var scripts = document.getElementsByTagName(&#8221;script&#8221;);</p>
<p>for (var i = 0; i</p>
]]></content:encoded>
				</item>
	<item>
		<title>Comment on How to do dynamic Javascript imports in XUL chrome by Vadim Atlygin</title>
		<link>http://www.getbooksmarts.org/news/2007/03/13/how-to-do-dynamic-javascript-imports-in-xul-chrome/#comment-5</link>
		<author>Vadim Atlygin</author>
		<pubDate>Mon, 23 Apr 2007 10:02:07 +0000</pubDate>
		<guid>http://www.getbooksmarts.org/news/2007/03/13/how-to-do-dynamic-javascript-imports-in-xul-chrome/#comment-5</guid>
					<description>Hi, 
  I've been also trying to write some kind of 'include' function but I want to make it work for chrome and for HTML, mainly because I use jsUnit to test components of my extension and it runs from the browser. That's why I decided to stay with dynamically writing  tags into page, which I didn't test from inside chrome yet :) But what I did found is that code:

var scripts = document.getElementsByTagName("script");

for (var i = 0; i </description>
		<content:encoded><![CDATA[<p>Hi,<br />
  I&#8217;ve been also trying to write some kind of &#8216;include&#8217; function but I want to make it work for chrome and for HTML, mainly because I use jsUnit to test components of my extension and it runs from the browser. That&#8217;s why I decided to stay with dynamically writing  tags into page, which I didn&#8217;t test from inside chrome yet <img src='http://www.getbooksmarts.org/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> But what I did found is that code:</p>
<p>var scripts = document.getElementsByTagName(&#8221;script&#8221;);</p>
<p>for (var i = 0; i</p>
]]></content:encoded>
				</item>
	<item>
		<title>Comment on Code highlighting in Wordpress by Ivan Sagalaev</title>
		<link>http://www.getbooksmarts.org/news/2007/03/23/code-highlighting-in-wordpress/#comment-4</link>
		<author>Ivan Sagalaev</author>
		<pubDate>Fri, 13 Apr 2007 08:50:49 +0000</pubDate>
		<guid>http://www.getbooksmarts.org/news/2007/03/23/code-highlighting-in-wordpress/#comment-4</guid>
					<description>We (I, actually) don't mind :-). In fact I'm planning to include some basic example.css into the distribution to save people some time. The original idea was that every design is different so it will end up with its own style anyway. But I'be realized that a sample is good for a quick start.</description>
		<content:encoded><![CDATA[<p>We (I, actually) don&#8217;t mind :-). In fact I&#8217;m planning to include some basic example.css into the distribution to save people some time. The original idea was that every design is different so it will end up with its own style anyway. But I&#8217;be realized that a sample is good for a quick start.</p>
]]></content:encoded>
				</item>
</channel>
</rss>
