<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xml:base="https://mg.to" xmlns:dc="https://purl.org/dc/elements/1.1/">
<channel>
 <title>mg.to - JavaScript - Comments</title>
 <link>https://mg.to/topics/programming/javascript</link>
 <description>Comments for &quot;JavaScript&quot;</description>
 <language>en</language>
<item>
 <title>Notably missing is any</title>
 <link>https://mg.to/2006/02/27/easy-dom-creation-for-jquery-and-prototype#comment-6218</link>
 <description>&lt;p&gt;Notably missing is any support for the &lt;code&gt;&amp;lt;EM&amp;gt;&lt;/code&gt; tag.&lt;/p&gt;</description>
 <pubDate>Tue, 23 Oct 2012 11:06:04 +0000</pubDate>
 <dc:creator>lanzz</dc:creator>
 <guid isPermaLink="false">comment 6218 at https://mg.to</guid>
</item>
<item>
 <title>ABOUT JQUERY WITH</title>
 <link>https://mg.to/2006/01/25/json-for-jquery#comment-6177</link>
 <description>&lt;p&gt;ABOUT JQUERY WITH JSON&lt;br /&gt;
please give me suggation&lt;/p&gt;

&lt;p&gt;WITH COMPLETE EXAMPLE&lt;/p&gt;</description>
 <pubDate>Thu, 18 Mar 2010 05:37:08 +0000</pubDate>
 <dc:creator>bhagwat sharma</dc:creator>
 <guid isPermaLink="false">comment 6177 at https://mg.to</guid>
</item>
<item>
 <title>no AJAX?</title>
 <link>https://mg.to/2005/06/28/ajax-pdf-fading-highlight-setup#comment-6172</link>
 <description>&lt;p&gt;I thought by AJAX you meant we have some kind of asynchronous javascript request to some server, sending some data to a back-end server or retrieving some data from the back-end server.. 
Do you know a tutorial that could show us how to do some AJAX from inside a PDF page?&lt;/p&gt;</description>
 <pubDate>Thu, 21 Jan 2010 02:14:57 +0000</pubDate>
 <dc:creator>Yudhi</dc:creator>
 <guid isPermaLink="false">comment 6172 at https://mg.to</guid>
</item>
<item>
 <title>RSS &amp; JSON</title>
 <link>https://mg.to/2006/01/25/json-for-jquery#comment-6161</link>
 <description>&lt;p&gt;I would also recommend lightweight syntex highlighter called &amp;#8220;prettyprint&amp;#8221; used on Google Code. It is lightweight and looks very clean.&lt;/p&gt;

&lt;p&gt;Regarding this post. I came across it while searching for &lt;a href=&quot;https://jquery-howto.blogspot.com/2009/11/cross-domain-rss-to-json-converter.html&quot;&gt;RSS to JSON converter&lt;/a&gt; plugin for jQuery. I thought I would share it here with everybody. The great thing about it is that you don&amp;#8217;t need to setup any server-side scripts. All you need is a jQuery.js file. Everything is done on client side leveraging Google Feeds API.&lt;/p&gt;

&lt;p&gt;Here is an example from original post:&lt;/p&gt;

&lt;div style=&quot;padding: 5px !important; border: 1px solid rgb(253,187,134) !important; background-color: rgb(255,253,245) !important; font-family: Verdana,sans-serif !important;&quot;&gt;&lt;div style=&quot;background-color: rgb(255,250,238) !important;&quot;&gt;&lt;div&gt;&amp;lt;script src=&amp;quot;jquery.js&amp;quot;&amp;gt;&amp;lt;/script&amp;gt;&lt;br /&gt;
&amp;lt;script src=&amp;quot;jquery.jgfeed.js&amp;quot;&amp;gt;&amp;lt;/script&amp;gt;&lt;br /&gt;
&amp;lt;script&amp;gt;&lt;br /&gt;
$.jGFeed(&#039;https://twitter.com/statuses/user_timeline/26767000.rss&#039;,&lt;br /&gt;
&amp;nbsp; function(feeds){&lt;br /&gt;
&amp;nbsp; &amp;nbsp; // Check for errors&lt;br /&gt;
&amp;nbsp; &amp;nbsp; if(!feeds){&lt;br /&gt;
&amp;nbsp; &amp;nbsp; &amp;nbsp; // there was an error&lt;br /&gt;
&amp;nbsp; &amp;nbsp; &amp;nbsp; return false;&lt;br /&gt;
&amp;nbsp; &amp;nbsp; }&lt;br /&gt;
&amp;nbsp; &amp;nbsp; // do whatever you want with feeds here&lt;br /&gt;
&amp;nbsp; &amp;nbsp; for(var i=0; i&amp;lt;feeds.entries.length; i++){&lt;br /&gt;
&amp;nbsp; &amp;nbsp; &amp;nbsp; var entry = feeds.entries[i];&lt;br /&gt;
&amp;nbsp; &amp;nbsp; &amp;nbsp; // Entry title&lt;br /&gt;
&amp;nbsp; &amp;nbsp; &amp;nbsp; entry.title;&lt;br /&gt;
&amp;nbsp; &amp;nbsp; }&lt;br /&gt;
&amp;nbsp; }, 10);&lt;br /&gt;
&amp;lt;/script&amp;gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;</description>
 <pubDate>Tue, 10 Nov 2009 05:38:29 +0000</pubDate>
 <dc:creator>jQuery Convert</dc:creator>
 <guid isPermaLink="false">comment 6161 at https://mg.to</guid>
</item>
<item>
 <title>Invoke pdf embedded Javascript from C#.NET</title>
 <link>https://mg.to/2004/09/17/invisible-javascript-functions#comment-6141</link>
 <description>&lt;p&gt;Hi Michael,&lt;/p&gt;

&lt;p&gt;I&amp;#8217;m working on a C#.NET desktop application which creates pdf files.  The files are generated by populating pre-existing pdf templates.  These templates contain document level javascript.  My question, how do I invoke the embedded document level javascript from my C#.NET desktop application?  I&amp;#8217;ve been studying the Adobe SDK, etc but haven&amp;#8217;t had any luck with the actual implementation.  Any advice would be much appreciated, thanks!&lt;/p&gt;</description>
 <pubDate>Tue, 19 May 2009 21:27:21 +0000</pubDate>
 <dc:creator>Jason</dc:creator>
 <guid isPermaLink="false">comment 6141 at https://mg.to</guid>
</item>
<item>
 <title>Maybe in the core now, but...</title>
 <link>https://mg.to/2006/01/25/json-for-jquery#comment-6134</link>
 <description>&lt;p&gt;&amp;#8230; the core implementation have some serious limitations.&lt;/p&gt;

&lt;p&gt;I made &lt;a href=&quot;https://code.google.com/p/jquery-jsonp/&quot;&gt;jquery-jsonp&lt;/a&gt; to deal with them.&lt;/p&gt;</description>
 <pubDate>Sat, 28 Mar 2009 13:18:29 +0000</pubDate>
 <dc:creator>Julian</dc:creator>
 <guid isPermaLink="false">comment 6134 at https://mg.to</guid>
</item>
<item>
 <title>nudge?
tickle?
thx!</title>
 <link>https://mg.to/2008/06/04/annotate-your-youtube-video-annotube#comment-6111</link>
 <description>&lt;p&gt;nudge?
tickle?
thx!&lt;/p&gt;</description>
 <pubDate>Tue, 24 Feb 2009 13:45:54 +0000</pubDate>
 <dc:creator>steve</dc:creator>
 <guid isPermaLink="false">comment 6111 at https://mg.to</guid>
</item>
<item>
 <title>Could we have a JSON</title>
 <link>https://mg.to/2008/06/04/annotate-your-youtube-video-annotube#comment-6107</link>
 <description>&lt;p&gt;Could we have a JSON subtitle format in unicode, rather than the current bulky method of storing chinese characters as images??&lt;/p&gt;</description>
 <pubDate>Fri, 13 Feb 2009 09:56:16 +0000</pubDate>
 <dc:creator>English</dc:creator>
 <guid isPermaLink="false">comment 6107 at https://mg.to</guid>
</item>
<item>
 <title>looks awesome</title>
 <link>https://mg.to/2008/06/04/annotate-your-youtube-video-annotube#comment-6103</link>
 <description>&lt;p&gt;This looks awesome!  Could we get an update on the status of Annotube?  &lt;/p&gt;

&lt;p&gt;Thanks for all your hard work,
Eric&lt;/p&gt;</description>
 <pubDate>Tue, 25 Nov 2008 04:15:59 +0000</pubDate>
 <dc:creator>Eric</dc:creator>
 <guid isPermaLink="false">comment 6103 at https://mg.to</guid>
</item>
<item>
 <title>Well, for me it</title>
 <link>https://mg.to/2008/06/04/annotate-your-youtube-video-annotube#comment-6096</link>
 <description>&lt;p&gt;Well, for me it&lt;/p&gt;</description>
 <pubDate>Mon, 06 Oct 2008 17:00:21 +0000</pubDate>
 <dc:creator>Rickey</dc:creator>
 <guid isPermaLink="false">comment 6096 at https://mg.to</guid>
</item>
<item>
 <title>Yes, of course Michael,</title>
 <link>https://mg.to/2008/06/04/annotate-your-youtube-video-annotube#comment-6094</link>
 <description>&lt;p&gt;Yes, of course Michael, I&amp;#8217;m waiting for some more details. As for me I&amp;#8217;d like to get something witch will take care of connecting the events and watching for the times. I&amp;#8217;d like to know more about AnnoTube.&lt;/p&gt;</description>
 <pubDate>Thu, 02 Oct 2008 12:11:58 +0000</pubDate>
 <dc:creator>Jorden</dc:creator>
 <guid isPermaLink="false">comment 6094 at https://mg.to</guid>
</item>
<item>
 <title>Sounds like me</title>
 <link>https://mg.to/2008/06/04/annotate-your-youtube-video-annotube#comment-6093</link>
 <description>&lt;p&gt;Your programmer sounds just like me. After all, &lt;em&gt;I&amp;#8217;ve&lt;/em&gt; been promising this plugin for ages now!&lt;/p&gt;

&lt;p&gt;I actually did spend some time polishing it up, and now that I have that &lt;a href=&quot;https://mg.to/2008/10/02/google-voter-info-gadget&quot;&gt;Google voter info project&lt;/a&gt; out of the way, I&amp;#8217;m going to publish it right now before I get busy with something else!&lt;/p&gt;

&lt;p&gt;Sorry for the delays&amp;#8230;&lt;/p&gt;</description>
 <pubDate>Thu, 02 Oct 2008 06:57:58 +0000</pubDate>
 <dc:creator>Michael Geary</dc:creator>
 <guid isPermaLink="false">comment 6093 at https://mg.to</guid>
</item>
<item>
 <title>Autopulate select dropdown using jquery and json</title>
 <link>https://mg.to/2006/01/25/json-for-jquery#comment-6092</link>
 <description>&lt;p&gt;Hello&lt;/p&gt;

&lt;p&gt;I need your help on this.&lt;/p&gt;

&lt;p&gt;Example:
I have JSON data &lt;/p&gt;

&lt;p&gt;Country Code&lt;/p&gt;

&lt;p&gt;Belgium 106
China 103&lt;/p&gt;

&lt;p&gt;How do I populate a HTML select dropdown box with the json data&lt;/p&gt;

&lt;p&gt;Select Dropdown(Belgium, China)&lt;/p&gt;

&lt;p&gt;Now when I select a value like China, it should traverse JSON and display the code.&lt;/p&gt;

&lt;p&gt;Can someone show me an example of how, this can be done using JSON and Jquery.&lt;/p&gt;

&lt;p&gt;Thanks&lt;/p&gt;</description>
 <pubDate>Mon, 29 Sep 2008 02:52:36 +0000</pubDate>
 <dc:creator>Visitor</dc:creator>
 <guid isPermaLink="false">comment 6092 at https://mg.to</guid>
</item>
<item>
 <title>time saver</title>
 <link>https://mg.to/2008/06/04/annotate-your-youtube-video-annotube#comment-6082</link>
 <description>&lt;p&gt;Our programmer has been promising to do a similar plug in for ages now,
- so thanks for doing his work&lt;/p&gt;</description>
 <pubDate>Thu, 18 Sep 2008 10:31:03 +0000</pubDate>
 <dc:creator>david nicholas</dc:creator>
 <guid isPermaLink="false">comment 6082 at https://mg.to</guid>
</item>
<item>
 <title>Very Excited!</title>
 <link>https://mg.to/2008/06/04/annotate-your-youtube-video-annotube#comment-6067</link>
 <description>&lt;p&gt;Wonderful idea!  I can&amp;#8217;t wait to see it in action.  I have been looking for a way to do this off-site from google and automate the process.  Can the file use to annotate be filled with .xml?&lt;/p&gt;</description>
 <pubDate>Thu, 21 Aug 2008 15:05:10 +0000</pubDate>
 <dc:creator>Minneapolis Guy</dc:creator>
 <guid isPermaLink="false">comment 6067 at https://mg.to</guid>
</item>
</channel>
</rss>
