Here is the feed I want to put in:
<!-- start feedwind code --><script type="text/javascript">document.write('\x3Cscript type="text/javascript" src="' + ('https:' == document.location.protocol ? 'https://' : 'http://') + 'feed.mikle.com/js/rssmikle.js">\x3C/script>');</script><script type="text/javascript">(function() {var params = {rssmikle_url: "http://forums.keenswh.com/forums/-/index.rss",rssmikle_frame_width: "300",rssmikle_frame_height: "200",frame_height_by_article: "3",rssmikle_target: "_blank",rssmikle_font: "Arial, Helvetica, sans-serif",rssmikle_font_size: "12",rssmikle_border: "off",responsive: "off",rssmikle_css_url: "",text_align: "left",text_align2: "left",corner: "off",scrollbar: "on",autoscroll: "on_mc",scrolldirection: "up",scrollstep: "3",mcspeed: "30",sort: "Off",rssmikle_title: "on",rssmikle_title_sentence: "",rssmikle_title_link: "",rssmikle_title_bgcolor: "#FF0000",rssmikle_title_color: "#FFFFFF",rssmikle_title_bgimage: "",rssmikle_item_bgcolor: "#FFFFFF",rssmikle_item_bgimage: "",rssmikle_item_title_length: "55",rssmikle_item_title_color: "#FF1212",rssmikle_item_border_bottom: "on",rssmikle_item_description: "on",item_link: "on",rssmikle_item_description_length: "150",rssmikle_item_description_color: "#0D0C0C",rssmikle_item_date: "gl1",rssmikle_timezone: "Etc/GMT",datetime_format: "%b %e, %Y %l:%M:%S %p",item_description_style: "text",item_thumbnail: "full",item_thumbnail_selection: "auto",article_num: "15",rssmikle_item_podcast: "off",keyword_inc: "",keyword_exc: ""};feedwind_show_widget_iframe(params);})();</script><div style="font-size:10px; text-align:center; width:300px;"><a href="http://feed.mikle.com/" target="_blank" style="color:#CCCCCC;">RSS Feed Widget</a><!--Please display the above link in your web page according to Terms of Service.--></div><!-- end feedwind code -->
view the rest of the comments →
[–] j_ 0 points 1 point 1 point (+1|-0) ago
JavaScript is not Java.
JavaScript is a programming language mainly used within browsers for user interface and interaction, as well as communicating with servers. For example, the “submit reply” button I’m about to click uses JavaScript to send my comment to Voat’s servers and then update the page to display my comment, all without reloading the page. Probably 99% of the websites you visit daily use JavaScript in some form.
Java is a more general-purpose programming language, used for everything from programs like Minecraft to core parts of the Android operating system. It also has a browser plugin which is what you’re thinking of with the bad reputation. These days almost no popular sites use Java in the browser apart from very specific legacy applications.
[–] G4 ago
cough Runescape
[–] j_ ago
Not sure what your point is. RuneScape’s Java client certainly qualifies as a legacy app, and even they’ve been pushing the desktop client over the browser plugin for years.
I’m not talking about Java in general, which is alive and well. Client-side Java-in-the-browser is dead — its reputation is too far gone among both the tech savvy and the clueless. Nobody wants to install the Java plugin, and nobody wants to develop new Java applets.