<?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 - JSON - Comments</title>
 <link>https://mg.to/topics/programming/javascript/json</link>
 <description>Comments for &quot;JSON&quot;</description>
 <language>en</language>
<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>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>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>
<item>
 <title>Great for Content Developers</title>
 <link>https://mg.to/2008/06/04/annotate-your-youtube-video-annotube#comment-6065</link>
 <description>&lt;p&gt;&amp;#8216;a long &lt;/p&gt;</description>
 <pubDate>Fri, 25 Jul 2008 10:56:40 +0000</pubDate>
 <dc:creator>Michael Bolger</dc:creator>
 <guid isPermaLink="false">comment 6065 at https://mg.to</guid>
</item>
<item>
 <title>Been working on it :-)</title>
 <link>https://mg.to/2008/06/04/annotate-your-youtube-video-annotube#comment-6064</link>
 <description>&lt;p&gt;It&amp;#8217;s been a long &amp;#8220;few days,&amp;#8221; hasn&amp;#8217;t it? {embarrassed grin}&lt;/p&gt;

&lt;p&gt;I actually have been working on it and have added the features I was missing to finish the annotation of my own video. Almost ready for you to try out. (Dare I say &amp;#8220;a few days?&amp;#8221; Hopefully sooner!)&lt;/p&gt;

&lt;p&gt;Sorry about the delay, and thanks for your patience.&lt;/p&gt;</description>
 <pubDate>Wed, 23 Jul 2008 22:28:34 +0000</pubDate>
 <dc:creator>Michael Geary</dc:creator>
 <guid isPermaLink="false">comment 6064 at https://mg.to</guid>
</item>
<item>
 <title>Any plans to develop Annotube any further?</title>
 <link>https://mg.to/2008/06/04/annotate-your-youtube-video-annotube#comment-6062</link>
 <description>&lt;p&gt;Greetings Michael Geary, do you have any plans to develop Annotube any further?&lt;/p&gt;

&lt;p&gt;&amp;#8220;please watch this page for updates over the next few days&amp;#8221;&lt;/p&gt;

&lt;p&gt;Thank You
Michael Bolger&lt;/p&gt;</description>
 <pubDate>Tue, 22 Jul 2008 11:29:41 +0000</pubDate>
 <dc:creator>Michael Bolger</dc:creator>
 <guid isPermaLink="false">comment 6062 at https://mg.to</guid>
</item>
</channel>
</rss>
