add-on

World of Warcraft addon — SetCursor not working when hovering over WorldFrame

In my World of Warcraft addon, I want to set the cursor to a certain image. I do this using SetCursor. Problem is, whenever the cursor exits my frame and hovers over the WorldFrame, the cursor is reset back to the normal one. I know of a certain addon that does overcome this problem, but I am not too sure how, because its source code is...

Multiple addon domains to point to main domain filesystem

Hi, I have a main domain (www.mysite.com). All the files (source code) are stored within the public_html directory. I added one addon domain (www.mysite.net). By default it points to public_html/mysite.net/ directory. Is it possible that it reads all the files (source code) from public_html directory itself. Actually I am planning to h...

ReSharper/StyleCop-like Visual Studio addon for C/C++

Is there any ReSharper/StyleCop-like Visual Studio addon for C/C++? I'm using ReSharper and StyleCop addons every day. Just recently started a new project which involves C/C++ programming. I miss some features from these addons like code formatting, hints/tips to use cleaner and better code, documentation/uniform code requirements, opti...

Open source live message plugin wanted

I need write a live messenger plugin which periodically read messages from a remote http server, and then change my signature(the short message after my name) accordingly. Can anyone point me to any open source project or materials where I can get started? Thanks. ...

Launching an Applicatiion from an Iphone browser

Is it possible to doe one of the following? A/ (the preference) Launch an application on the iPhone from either the native browser of the recently released Opera browser? B/ Have a 'addon' or other 'module' for a either of the two iPhone browsers that acts like an application? ...

WatiN browser not displaying PDFs in browser

I'm developing some tests for a website that contains some PDF content. The instance of IE8 created by WatiN does not open the PDFs in the browser, instead asking to download the file. When I examine the list of add-ons for this browser instance, it does not list Adobe PDF Link Helper (it only lists Windows Messenger). When I open IE8...

How do I get the Silverlight Add-On for Visual Studio 2010 and some example code?

How do I get the Silverlight Add-On for Visual Studio 2010? And where can I find lots of example code? When the interent and html was new, one could find examples of how to build a website on a few trusted web sites. The same web sites might not be the best choice for looking for examples for Silverlight, I guess. What are the best w...

VC++ addon that renames the file along with the class

I'm using VisualAssistX for some refactoring tasks in VC++2008. When I autorename a class, I want the filename to also be updated automatically. Any addon that does that? (Yes, I do only put one class per cpp/h pair) ...

Useful third-party Object-C GUI add-ons for iPhone development

When I develop in .NET there's lots of UI controls from companies like Infragistics and Telerik that enable me to build above-and-beyond standard usability and stylish GUIs rapidly. Is there anything like that for iPhone Objective-C development? ...

"The requested resource is in use" during Navigate in IE add-on

I've created an ID add-on that has a button. When I click the button I get an error that says, "System.Runtime.InteropServices.COMException (0x800700AA): The requested resource is in use. (Execption from HRESULT: 0x800700AA) at Interop.SHDocVw.IWebBrowser2.Navigate . . ." My code looks like this: Imports IE = Interop.SHDocVw ...

Is there a Visual Studio 2010 Add On for Tabbed Multi-Monitor support

In Visual Studio 2010 you can drag tabs out to separate windows but you can not collect them together as additional tabbed elements. Is there a VS 2010 add-on to allow you to group your extra windows into tabs? It would be really nice to have a set of tabs on each of my monitors. ...

Android SDK add-on

Can anyone share some details of devloping new SDK add-on like the one Google map API? I do not find any detials on how to build new sdk add-on? Is that good approach to have sdk add-on for connecting to twitter, facebook, youtube applications? I mean the library would contain the methods to access the developer APIs supported by the so...

How can I make a Visual Studio addon that posts my code to a website?

I'm trying to create an extension for Visual Studio that will post code from a given method and possibly the error message to my blog. I'm building a small wordpress blog for common mistakes I make so I can browser them later on possibly and help people out with the same issues. Is this possible in Visual Studio? ...

Detecting window load with XUL and running a Javascript function?

I am developing my first addon for Firefox, and I'm using the Extention Developer addon to help me. It has a real time XUL editor which I am using to design my form. At the moment this is what I have: <?xml-stylesheet href="chrome://global/skin/" type="text/css"?> <window id="yourwindow" xmlns="http://www.mozilla.org/keymaster/gatekeep...

How To Programmatically Create Addon Domains on Shared Hosting Plans

On Linux-based shared hosting that is administered with cpanel, is there a programmatic way to create, sort of reliably, addon domains for my site if I know my cpanel login information and/or FTP information? Note: interested in PHP and cpanel in this case. ...

Apache mod_rewrite: how to redirect addon domains subfolder access to addon domain itself?

Situation (directories tree) on an Apache server: maindomain.com/ | |_ .htaccess (just an empty file, no rule in here) | |_ addondomain1.com/ | | | |_ .htaccess | |_ index.html | |_ addondomain2.com/ | |_ .htaccess |_ index.html Currently files in addondomain1.com can be viewed by going to: http://www.addondomain1.com/ind...

Apache mod_rewrite: explain me %{HTTP_HOST} expecially when using addon domains

Apache mod_rewrite: explain me %{HTTP_HOST} expecially when using addon domains Situation (directories tree) on an Apache server with addon domains: main-domain.com/ | |_ .htaccess (just an empty file, no rule in here) |_ index.html (shown when accessing http://main-domain.com) | |_ addon-domain-1.com/ | | | |_ .htaccess | |_...

Best approach for a PHP addons/mods manager?

This question isn't really limited to PHP but more of a "best way to do this..." kind of thing. I was hoping to include some kind of user-created addon manager to my next PHP application (without users having to manually edit files, and without the the addons becoming all mixed up), but I'm pretty stumped as to how it could best be done...

Internet Explorer 6 Script Timeline

I'm developing a fairly large page with several external javascript files. In IE6, the page hangs for a few seconds just as it's finished loading. I'm not (directly) asking for help debugging this problem, I'm only asking for help finding a tool to help debug this problem. What I'm looking for is something similar to Chrome Developer To...

Can I use the VS 2010 SDK to create add ons for VS 2008?

I'd like to create an add-on for Visual Studio 2008, but am finding more examples and sample code for VS2010 SDK. Is it possible to build an add-on with VS2010 SDK and target VS2008? If not, are there any good sites for VS2008 add-on dev? Google searches seem to all lead to http://msdn.microsoft.com/en-us/vstudio/, which is focused on VS...