add-on

Popular games beside WoW that allow addons / extensions / plugins?

I have what I think is a neat idea for a game add-on that I could probably tailor to most genres. The idea isn't a stand-alone game concept, more of an enhancement. As a result, I'm trying to find an existing game that I could try modifying to include it. What'd I'd really like to see is a system like World of Warcraft's for plugins -- ...

Making crossdomain ajax requests with addons for Firefox

I'm a bit confused about how you can or cannot make crossdomain ajax requests in addons for Firefox. Addons such as LastPass and Xmarks suggest you can do it, however when I try to google how you do it, everyone seem to say you cannot, unless the user has set a preference in the settings of Firefox. If crossdomain isn't possible, then ho...

Upload File via Excel AddOn

Hi, I need to develop a Add on for Excel (2003 and greater), it must upload the excel file when click the Save Button (with the event Application_DocumentBeforeSave). My question is how can I do that? I try with Net.WebClient UploadFile and runs OK on WinXP but doesnt work on Windows Vista and Windows 7, may be the UAC or some securi...

How to make an addon like Firebug?

Hello Experts I am basically a dotnet developer(beginner). I need to make an IE addon just like Firebug in Firefox. I need HTML and CSS features of Firebug, don't need the other features. I would like to know where should I start with and which platform should I choose. I would prefer dotnet, but if not possible can go for others as wel...

internet explorer add-on in .net

Is there a way to create add-on for IE in .NET? ...

YUI Rich text editor, image centering ?

Apparently YUI RTE seems to have text flow settings for images, left, right, inline, block... Im wondering how I can get 1 option for centering the image, if there is a way to add it with custom code, can any one guide me to the right direction to achieve this ? I know that to center the image, i will need to add a style of margin-left:...

Create IE Addons

I'm looking for a tutorial to make addons for IE 8 or 9. Can you provide me with a resource. Please, for the sake of peace and everything else, I already know I can make FF or Chrome addons. I want to make an IE addon. Thanks. ...

Very simple IE 8 addon development

Hi, I want to make a very simple IE addon. Basically, I figured simple way to simplifi logging into one websystem. I have written script in javascript which contain text area and a button. You just enter a code of item from list into the text area, click buton which sends form containing the item number using post method to a webserver t...

Publishing a Firefox addon without Mozilla's consent

I am wondering if it is possible to self host a Firefox addon instead of going through Mozilla. I would like users to be able to install the addon from my website, and bypass the approval and hosting of Mozilla. The reason is the addon would violate the updated review policy because of advertising. The users would know this, and the ad...

Can a .apk be used to deliver data to a ContentProvider?

I want to be able to package data in a apk, which is read by my main app. Is there a way that I can put the data in apk, and then upon install automatically hook that data into the ContentProvider in my main app? The other possibility is to have each add-on be a content-provider, and have the app look for it, but then I fragment the au...

Is there an addon that helps aligning the named argument when calling a C# method?

Hi everyone, It would be nice if we would have the feature 'align named parameters' for method calls? Eg. I have a method: void myMethod(int arg1, int argWithLongerName) { //do something } and I call: myMethod( arg1:1, argWithLongerName:2); I want it to be formatted automatically as below: myMethod( arg1: ...

How to save the VS window layout for single/extended-multiple screen?

I often work at the office using dual screen and at home using single screen. The window layout of Visual Studio 2010 is messing with me :(. I want to save/restore the layout so that I can quickly "switch" to the layout I want. How can I do that? Is it possible? Any helps of yours are much appreciated! ...

httaccess primary domain Ok, but addon domain be problem

I have primary domain www.a.com and addon domain www.b.com and .htaccess on primary domain root : <IfModule mod_rewrite.c> Options +FollowSymLinks RewriteEngine on RewriteRule ^([A-Za-z0-9-()/&]+)/?$ direktori2.php?NamaToko=$1 [NC,L] </IfModule> when i acces www.b.com, error : Not Found The requested URL /home1/mydomain/publi...

Firefox plugin to convert POST request to GET?

I heard there was a Firefox plugin called "POST-to-GET" but I can't seem to find it. It is supposed to intercept a POST request and convert it to a GET request with the parameters appended to the query string. Does anyone know of a plugin that does this? ...

Deactivate add-ons by start IE with powershell (for automated tests)

Hello, I write a script for automated tests. I want that the IE runs without add-ons. It would be OK if set this after the start of it, but it is important that I can work with the IE. (I must can to grab it for my testing). I want start IE with following powershell-script: $ie = new-object -comobject InternetExplorer.Application -pro...