I have a project that I'd like to try that involves developing an internet browser plug-in. I have knowledge in Java and DHTML, but nothing in the world of browser plug-in development. I thought I would just ask here then what is the most efficient way to develop a browser plug-in? If possible, I'd like to streamline the process so that ...
Hi
I'm just starting out learning python with GEdit plus various plugins as my IDE.
Visual Studio/F# has a feature which permits the highlighting on a piece of text in the code window which then, on a keypress, gets executed in the F# console.
Is there a similar facility/plugin which would enable this sort of behaviour for GEdit/Pyt...
I have a large application and I'm going to enabling short-cut key for it. I'd find 2 JQuery plug-ins (demo plug-in 1 - Demo plug-in 2) that do this for me. you can find both of them in this post in StackOverFlow
My application is a completed one and I'm goining to add some functionality to it so I don't want towrite code again.
So as ...
I am trying to use the Jquery cookie plugin to remember the last selected tab.
I can't seem to get it to work.Do i need anything else apart from the jquery lib and cookie plugin???
This is the code:
<script type="text/javascript">
$(document).ready(function() {
$("#tabletabscampaigns > ul").tabs({ remote: true, cache: tru...
I have the following in my .vimrc:
au BufNewFile,BufRead *.pt set filetype=xml
This is needed because although I'm editing a file with *.pt extension, it's indeed a valid xml file: setting the filetype like this I can have syntax highlighting.
I'm using vim's snipmate plugin, and tried to create pt.snippets to specific needs since th...
I found this plugin for Google App Engine development that seems to be what I need.
But I have no idea how to install it.
I downloaded the JAR file from this page but I don't know where to put it:
http://code.google.com/p/maven-gae-plugin/
Could anyone point me in the right direction? I've tried search for installation instructions b...
Hi All,
is there any plugin can create a configuration editor (like about:config in Firefox) using jquery.
I have a xml based configuration file, I want to load it, edit it and then save the changes again into the xml file.
...
My company is suffering some deployment issues, where we'd be greatly benefited if distributed source files were tagged with their current source control version, or the date/time they were checked in.
Is there a way in Visual Studio to do this automatically?
...
Is it any extension for git for MAC users? I would like to use git integrated with TextWrangler or any text editor in my MAC.
...
This website is based on wordpress, I wonder which plugin/theme are they using to customize wordpress into a gallery/download site.
Many thanks for your help!
...
Sometimes I edit a file that represents a server restart. I would like to "bind" this restart to my vim session, so, after saving a file, it would call a bash script that would restart for me.
For example, calling :wapache automatically calls restart_apache.sh somewhere in my machine.
Is this possible? Is there a plugin that would orga...
I was used to use RockScroll (or MetalScroll), but when I started to use ReSharper my RockScroll start to show some bugs. Well, this is scope to another discussion http://stackoverflow.com/questions/1089493/is-rockscroll-compatible-with-resharper.
But my problem is related, because now without MetalScroll I can't highlight all occurrenc...
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.
...
Hi,
I have a project that references a number of open source libraries, some new, some not so new. That said, they are all stable and I wish to stick with my chosen versions until I have time to migrate to the newer versions (I tested hsqldb 2.0 yesterday and it contains many api changes).
One of the libraries I have wish to embed is J...
I'm trying to create a module in joomla, which uses one jquery plugin. I've to do an ajax operation while clicking on an element in the module. Currently I'm specifying the whole path to the php file. But I know Its a wrong method.
The code in jquery plugin is like this.(please note the second line where the path is specified in the jqu...
When you register a plug-in in Microsoft CRM all kinds of things can go wrong. Most commonly, the error I get is "An error occurred."
When you look for more detail you just get: "Server was unable to process request" and under detail you see "An unexpected error occurred."
Not very helpful. However, there are some good answers out ther...
Hello!
I want to add a new option in Visual Studio 2010's solution explorer's context menu for a specific file type. So for example, right clicking on a *.cs file will show the existing context menu plus "my new option".
I'm wondering what the code would look like; and would love a pointer to a good reference for developing visual stud...
Hi all,
some days, without having done anything (changes, updates, upgrades), Eclipse gives me the following two errors:
FIRST-
Message: `**Problems occurred when invoking code from plug-in: "org.eclipse.wst.jsdt.ui".**`
Stack Trace:
`java.lang.NullPointerException
at org.eclipse.wst.jsdt.internal.compiler.lookup.ArrayBinding.get...
Hello I want to create seo optimize url in rails.Same like done in stackoverflow.
Right now this is my url
http://localhost:3000/questions/56
I want to make it something like this:-
http://localhost:3000/questions/56/this-is-my-optimized-url
i am using restful approach.
is there any plug-in available for this.
...
Hi,
I'm building a Wordpress plugin and I added a menu page which serves for management of "Vendor" entities that are kinda similar to the existing User entities.
I have a list page similar to Users List, with Edit button for every record and when I click on the "Edit" button I should be taken to the "Edit Vendor" (which does not have...