1
vote
2answers
34 views
Does anyone know if there is a Chrome plugin for making FireFox extensions work in Chrome?
Does anyone know if there is a Chrome plugin for making FireFox extensions work in Chrome? Just curious because Chrome does appear to run faster, but I love my FF plugins, especial …
2
votes
2answers
30 views
Are Mercurial’s bundled extensions considered part of it’s core feature set and approach to version control?
I'm currently trying to evaluate Mercurial, to get a feel for the philosophy the system tries to promote - but one thing that's got me confused is the presence of the bundled 'exte …
0
votes
1answer
14 views
magento extension installation
I want to install a Magento extension in WAMP, but not from the Magento connect system.
How can I do this? I have the module (extension) code and I already installed the sample d …
1
vote
6answers
160 views
What do .c and .h file extensions mean to C?
It's all in the title; super-simple I reckon, but it's so hard to search for syntactical things like things anywhere.
These are two library files I'm copying from the web, and I'm …
3
votes
13answers
194 views
What are common file extensions for web programming languages?
What file extensions are used most commonly by different languages? Please don't put source file names (like .java) but rather extensions that would be present in a URL for rendere …
0
votes
1answer
23 views
Adding extension to URL: Rails
I'm setting up some link_to xml views within a rails app. How can the url display the .xml extension?
Need it to appear as:
http://localhost:3000/test/1-testing.xml
Currently it …
1
vote
5answers
59 views
Hiding file extensions
I've noticed that a lot of the popular sites do a good job in hiding their file extensions.
I guess with the MVC concept, you're really not working with files but more so with vie …
21
votes
49answers
2k views
What is the first thing you do when you install Visual Studio?
What is the first thing you do when you install Visual Studio? I am talking about anything customization-wise (so we don't get answers based on 'I create a new project').
Do you h …
0
votes
1answer
19 views
VS 2010 Beta2 Integration Project Exp hive output?
Hi, I am in the process of upgrading an existing VS Integration Project to 2010 Beta2. The project uses Spring. The Initialize() code in the VSPkg.cs includes a call that tries to …
0
votes
0answers
17 views
How to share my Firefox extension set? [closed]
When showing colleagues my Firefox setup a lot of them like the combination of extensions. All extensions look for their updates, so they kind of "know" where they came from. Is th …
0
votes
3answers
56 views
PHP - Extension vs. Library vs. Class - when and why
I'm trying to accomplish a task and turns out that the code I need is packaged as a PHP extension, which according to what I've been told means I have to have root access to instal …
0
votes
0answers
69 views
cURL php extension for windows with SCP and SFTP support
I switched over to zendserver(VS8 php(5.3) binaries), and now curl(7.19.4) seems to be lacking SCP and SFTP protocol support(verified by errors and phpinfo). Curl itself is install …
0
votes
1answer
22 views
nautilus extensions: where are the docs??
I've googled and googled and I can't find the docs for writing extensions to Nautilus.
2
votes
5answers
86 views
How can I get a list of all files with a certain extension from a specific directory?
I'm using this code to get a list of all the files in a specific directory:
opendir DIR, $dir or die "cannot open dir $dir: $!";
my @files= readdir DIR;
closedir DIR;
How can I …
0
votes
1answer
47 views
Folder right click menu(Only Folder)
See this.What should i use instead of "Jpegfile" in the sample to represent folders?
I don't want Drives,Recyclebin,Computer(My computer in XP),My Documents(in xp),etc. to be inclu …
