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 -- ...
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...
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...
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...
Is there a way to create add-on for IE in .NET?
...
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:...
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.
...
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...
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...
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...
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: ...
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!
...
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...
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?
...
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...