Duplicate of: Silverlight Install Base - How big is it?
Hi,
Anyone knows the penetration rate (in %) for all North-American internet users with the Silverlight plugin installed? Been looking all around, but couldn't find any comprehensive numbers.
I'm looking for General Public penetration rates, not only within the dev community. So...
Background
In some sufficiently large applications, you can spend more time figuring out how to drill down to the various layers than you do actually debugging: That's the case with a piece of software I work on now. Layout/separation of concerns issues aside, it'd be nice to have a breakpoint plug-in that would allow you to load break...
I have a site that uses the FCKEditor. I'd like to make an incredibly simple plugin: when a user selects text and then hits MyPluginIcon, the editor surrounds the text in a span tag with a specific class.
So it's just like the Bold or Italic button, but for:
<span class="blah">EtcEtc</span>
I am far from a JS expert, so I have been ...
I am thinking of modifying an existing IDE (Ex : By developing a plugin) to provide support for a proprietary scripting language. I just need to implement few features like syntax highlighting, Autocompleting etc. (i.e the requirements are really simple). What would be the best IDE or Text editor to integrate the feature. As an example i...
In my plugin de.support.help are the plugin.properties files.
These properties files include the strings for the preference page.
I want to use this plugin for different customers, but the customer name is inside the properties files.
I want to patch the properties files by using the eclipse fragment mechanism. As far as i now the fr...
I am using jQuery and I need to get the local time for Germany.
Anyone coming to my website from any country should be able to know what time it is in Germany.
If the time is between 0:00 and 12:00 I need to make an alert reading: "Good Morning".
If the time is between 12:00 and 17:00 I need to make an alert reading: "Good Afternoon"....
I am building an Adobe Addin/plugin (.api file ) and am faced with two problems
1) I have a cusotm tool that annotates the pdf with images. I want the image to show a tooltip with the author of that anotation when you hover on that image. Is this doabe
2) I am setting bookmarks. When you look at the bookmarks in the bookmark pane how ...
Hi,
I downloaded eclipse 3.4.2 and tried installing tomcat plugin (version 3.2.1)for eclipse from sysdeo (http://www.eclipsetotale.com/tomcatPlugin.html)
I have followed installation instructions but when is start tomcat from eclipse toolbar i got the following error
java.lang.NoClassDefFoundError: org/apache/tomcat/util/log/SystemLo...
Hi,
I need to collect data on firefox CPU usage during web-development coding session and I'm wondering if it is possible to monitor CPU usage of particular firefox plugin.
Right now i'm using windows' perfmon.msc, but it will only allow me to monitor firefox process as a whole.
Do you know any tools that would allow me to get CPU da...
Hi,
I'm trying to create a Firefox plugin and I would like to use some jQuery functions. How to include needed jQuery libraries? Some way to include the libraries to the plugin itself?
I need to show a jQuery Dialog type window on various web sites when user clicks a link injected to the page.
Thank you for your answers!
...
I'm running ReSharper 4.1 and was wondering if anyone is using 4.5 beta? how stable is it, etc.
Also how do people feel about using beta VS plug-ins in general on work systems.
...
What is the preferred method to determine if the Sun Java Plugin is installed in the browser?
...
Hi,
I'm migrating a plugin of mine that uses engines plugin.
In my plugin there is a helper wich is not being recognized by rails.
Does anyone knows any issue related?
Thanks
...
I'm using the jQuery Form Plugin to bind the submit events for two forms on the same page so that they are submitted to separate PHP scripts that return markup to separate divs on the page.
One form refreshes the next. I use "live" so each form has its events re-bound when it is refreshed:
$(document).ready(function() {
/* Form 1 *...
What is the best way to convert .xsd-files into .ecore-files?
Is there an eclipse plugin for that?
...
I need to rewrite an old webservice, which act as a Plug'N'Play repository for drivers. A request for a driver can return one or more objects depending on a range of identifiers. Could anyone recommend any best practices in regards to the architecture/design or perhaps existing frameworks or tools? I would think that this is a well known...
My project includes multiple plugins and every plugin includes the plugin.properties file with near to 20 translations.
The MANIFEST.MF file defines the name of the properties files where the external plugin strings are stored.
Bundle-Localization: plugin
The name of the plugin i define like
%plugin.name
Eclipse will search the "%p...
Hi
ADO.NET Data Services looks very cool, and I would love to use it with a jQuery backed ajax website.
Do any of you great people here on StackOverflow know of a jQuery plugin that will ease the CRUD operations against an ADO.NET Data Service?
Regards, Egil.
UPDATE: It turns out that the ASP.NET AJAX 4.0 (currently in preview 4) has...
Does anyone have a "hello world" sample or tutorial for creating an Eclipse plugin fragment?
I have a working host plugin that, for the sake of simplicity, is just this...
public void start(BundleContext context) throws Exception {
System.out.println("Hello....");
super.start(context);
plugin = this;
}
public void stop(B...
I have no experience in plugin development for MS Office. Can anyone tell me what is possible to do with the MS Outlook plugin API.
The specific thing I am interested in is to change the way that Outlook displays emails. For example:
Can I make a plugin that will show an email conversation thread and color each alternate RE: message in...