<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xml:base="http://mg.to" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
 <title>mg.to - Story - Comments</title>
 <link>http://mg.to</link>
 <description>Comments for &quot;Story&quot;</description>
 <language>en</language>
<item>
 <title>no AJAX?</title>
 <link>http://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 http://mg.to</guid>
</item>
<item>
 <title>Plug and play</title>
 <link>http://mg.to/2005/06/08/why-i-love-the-trackpoint#comment-6170</link>
 <description>&lt;p&gt;I didn&amp;#8217;t use any drivers on the Mac Mini - I just plugged in the single USB connector from the TrackPoint keyboard and everything works - the TrackPoint as well as the keyboard itself.&lt;/p&gt;

&lt;p&gt;Be sure you get the new &lt;a href=&quot;http://lenovoblogs.com/designmatters/?p=2364&quot;&gt;Lenovo ThinkPad keyboard&lt;/a&gt; - it&amp;#8217;s greatly improved over the old one and cheaper too.&lt;/p&gt;

&lt;p&gt;The part number is 55Y9003 which you can Google to find sources for the keyboard.&lt;/p&gt;</description>
 <pubDate>Wed, 30 Dec 2009 09:56:09 +0000</pubDate>
 <dc:creator>Michael Geary</dc:creator>
 <guid isPermaLink="false">comment 6170 at http://mg.to</guid>
</item>
<item>
 <title>IBM USB Keyboard w/ Trackpoint Device on the Mac Mini</title>
 <link>http://mg.to/2005/06/08/why-i-love-the-trackpoint#comment-6168</link>
 <description>&lt;p&gt;Hi, I just bought a Mac Mini and I want to use the IBM USB Keyboard with Trackpoint device. You said it works for you. Did you just plug the keyboard in to a USB port on the Mini and it worked automatically? Or did you have to do something more, e.g. use the installer cd that comes with the keyboard, or download drivers from the net, or something else? Any info you can give me is greatly appreciated. Thanks!&lt;/p&gt;</description>
 <pubDate>Mon, 28 Dec 2009 23:00:15 +0000</pubDate>
 <dc:creator>Thomas</dc:creator>
 <guid isPermaLink="false">comment 6168 at http://mg.to</guid>
</item>
<item>
 <title>Best news interview...</title>
 <link>http://mg.to/2006/05/15/best-news-interview-ever#comment-6164</link>
 <description>&lt;p&gt;Oh my gosh, this is HYSTERICAL!  A true-life Being There!&lt;/p&gt;</description>
 <pubDate>Sun, 13 Dec 2009 03:16:53 +0000</pubDate>
 <dc:creator>Ro C</dc:creator>
 <guid isPermaLink="false">comment 6164 at http://mg.to</guid>
</item>
<item>
 <title>KVMs</title>
 <link>http://mg.to/2005/06/08/why-i-love-the-trackpoint#comment-6162</link>
 <description>&lt;p&gt;These keyboards are wonderful, but they do have one serious limitation for me&amp;#8230;KVMs. There&amp;#8217;s only one USB cable coming from the keyboard, and it combines mouse and keyboard information. Most KVM switches proxy the real keyboard and so if you plug your trackpoint keyboard in to the keyboard slot of the KVM, you lose the mouse&amp;#8230;if you plug into the mouse port, you lose the keyboard. The only thing that worked for me was to get a KVM that does USB peripheral switching too (I used an IOGear GCS1734 (or some earlier version of that)&amp;#8230;this worked but the hotkeys for switching won&amp;#8217;t work so you&amp;#8217;re stuck with the buttons on the KVM. Supposedly some very new KVMs may be able to handle this situation correctly (same problem exists for multimedia and wireless keyboards), but I have not tried it out.&lt;/p&gt;</description>
 <pubDate>Mon, 07 Dec 2009 18:44:09 +0000</pubDate>
 <dc:creator>RS</dc:creator>
 <guid isPermaLink="false">comment 6162 at http://mg.to</guid>
</item>
<item>
 <title>RSS &amp; JSON</title>
 <link>http://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;http://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;http://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 http://mg.to</guid>
</item>
<item>
 <title>Hi</title>
 <link>http://mg.to/2007/04/10/an-email-panic-button#comment-6160</link>
 <description>&lt;p&gt;Great blog!!
If you like, come back and visit mine: http://albumdeestampillas.blogspot.com&lt;/p&gt;

&lt;p&gt;Thanks,
Pablo from Argentina&lt;/p&gt;</description>
 <pubDate>Sat, 31 Oct 2009 00:26:55 +0000</pubDate>
 <dc:creator>Visitor</dc:creator>
 <guid isPermaLink="false">comment 6160 at http://mg.to</guid>
</item>
<item>
 <title>Function key?</title>
 <link>http://mg.to/2005/06/08/why-i-love-the-trackpoint#comment-6144</link>
 <description>&lt;p&gt;I currently use one of the thinkpad keyboards you linked to and I&amp;#8217;m thinking of getting a Mac Mini and using a KVM switch to switch between it and my PC.  Your key mapping is good information but do you use the Function key on the ThinkPad keyboard for anything?  Does the Mac Mini recognize the function key as anything?  Also, could you use the page back and page forward keys near the arrow keys for anything?  Any input would be helpful.  Thanks!&lt;/p&gt;</description>
 <pubDate>Mon, 08 Jun 2009 20:38:17 +0000</pubDate>
 <dc:creator>Visitor</dc:creator>
 <guid isPermaLink="false">comment 6144 at http://mg.to</guid>
</item>
<item>
 <title>Invoke pdf embedded Javascript from C#.NET</title>
 <link>http://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 http://mg.to</guid>
</item>
<item>
 <title>Maybe in the core now, but...</title>
 <link>http://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;http://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 http://mg.to</guid>
</item>
<item>
 <title>Mouse click</title>
 <link>http://mg.to/2007/03/04/jklmouse-the-automatic-keyboard-mouse-for-notebook-computers#comment-6116</link>
 <description>&lt;p&gt;Michael,
This is a great tool, but I didn&amp;#8217;t find the click, double click and right click options.
Can you help me?
TIA,
Zoltan&lt;/p&gt;</description>
 <pubDate>Sun, 01 Mar 2009 22:13:01 +0000</pubDate>
 <dc:creator>Zoltan Till</dc:creator>
 <guid isPermaLink="false">comment 6116 at http://mg.to</guid>
</item>
<item>
 <title>nudge?
tickle?
thx!</title>
 <link>http://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 http://mg.to</guid>
</item>
<item>
 <title>Could we have a JSON</title>
 <link>http://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 http://mg.to</guid>
</item>
<item>
 <title>both</title>
 <link>http://mg.to/2005/06/08/why-i-love-the-trackpoint#comment-6106</link>
 <description>&lt;p&gt;well it would be nice if most laptops had BOTH mouse pad and track point. i see your point about the trackpoint. I used to have one on my old computer until the screen burnt out, the hard drive became toast (with peanut butter on it)and i ripped it up for fun. i got a used laptop from a relative. it had JUST a mousepad. my old computer (ibm thinkpad [used to be my dad&amp;#8217;s]) had a trackpoint ONLY. it is not so easy adjusting. i gota MOVE my hand over. too much wasted time. just like a regular mouse, but more annoying. my mom got a refurbished dell computer that had BOTH mousepad and trackpoint. it was awesome cause she let me use it and she was used to a regular mouse plugged into usb anyway and used a usb mouse or the mousepad. anyway, u should invent your own pointing device. would be nice. i would totally buy it under certain circumstances.&lt;/p&gt;</description>
 <pubDate>Sun, 08 Feb 2009 09:49:47 +0000</pubDate>
 <dc:creator>Visitor</dc:creator>
 <guid isPermaLink="false">comment 6106 at http://mg.to</guid>
</item>
<item>
 <title>TRACKPOINT</title>
 <link>http://mg.to/2005/06/08/why-i-love-the-trackpoint#comment-6105</link>
 <description>&lt;p&gt;Trackpoint is people have to get down to business on their laptops for at least a couple of hours. I prefer the trackpoint to a mouse. It makes so much sense: you keep your hands on the keyboard.&lt;/p&gt;</description>
 <pubDate>Fri, 06 Feb 2009 08:37:43 +0000</pubDate>
 <dc:creator>Mr. Gerbeck</dc:creator>
 <guid isPermaLink="false">comment 6105 at http://mg.to</guid>
</item>
</channel>
</rss>
