extensions

Remove .php extension with PHP

Hello fellows! I could use some help here. I'm using this to fix my URL but I can't figure out how to remove the .php extension. The URL looks like this now: http://mydomain.com/page.php/foo/123/bar/456 function decode_URL_parameters() { $path = @$_SERVER['PATH_INFO']; $url_array=explode('/',$path); array_shift($url_array); ...

Creating Browser Extensions

Hi All, ClickOnce is currently a very undersupported technology in my opinion. Currently only Internet Explorer can natively execute it, and FireFox if you use the FFClickOnce add-on. My questions are multiple (after an edit): Does anybody know of supported methods to open ClickOnce applications from Opera/Safari/Chrome? If not, wher...

PHP-CGI is not loading extensions

I have a local server running PHP-GCI 5.3.0, but when I run phpinfo() it shows me normal information, but extensions. There are nothing about extensions, and I'm using its normal ext folder. Could this be related to my folder having spaces? (i.e. this is my php.ini C:\Arquivos de programas\Winco\Winconnection4\php.ini) I need to do so...

My.Resources in WPF XAML?

Hello! Is there a way to access My.Resources thru Xaml? Like this <Image Source="{Binding MyImage, Source={x:Static my:Resources}, Converter={StaticResource MyBitmapToImageSourceConverter}}" /> This is the error I get: \Application.xaml(122,36): error MC3029: 'my:Resources' member is not valid because it does not have a qual...

How to check a particular browser add-on is installed or not in IE with javascript/vbScript

Hi, Is there any way to achieve this? Regards, Manoj ...

Joomla Components, Modules, Extensions, and PlugIns

What is the difference between Joomla components, modules, extensions, and plugins? ...

Adobe Dreamweaver Extensions

Does anyone know if its possible to turn off dreamweavers "custom icons" that it shows in the file browser so you can see the standard system-cache ones instead? Something I'm trying to do via an extension but I cant find where its coming from in the large pile of XML files that is dreamweaver. As the guy below pointed out this isn't a...

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 modify this code or append something to it so that it only looks for text files and only loads the array with the prefix of the filename? Example directory co...

Uninstalling the VS2010 extension without the Extension Manager

Hi all! Is there any way to uninstall VS2010 extension correctly without the Extension Manager? I couldn't find any special command line arguments for .vsix file and think that just deleting all the files from Visual Studio's special place is not a right solution. Thanks, Kirill. ...

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 included too. I want my right click menu entry to be added to folders' right click menu only. Thanks and Regards. Please note: I can't use "Folder" since it include...

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 install it (I'm on shared hosting so that's a bit of a problem. I'll solve this problem later, but for now I'm trying to understand the difference between an exten...

nautilus extensions: where are the docs??

I've googled and googled and I can't find the docs for writing extensions to Nautilus. ...

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 installed correctly, it's just lacking the protocol support mentioned. This worked out of the box on the VC9(thread safe) binaries I downloaded off php.net(this ins...

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 rendered pages. Here is my (alphabetized) list so far ASP Classic asp ASP.NET aspx axd asx asmx ashx CSS css Coldfusion cfm Erlang yaws Flash swf HTML ...

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 access an XML file that contains some context settings. The xml file properties are set to the Build Action = Content and Copy to Output Directory = Copy alway...

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 views. I get that, but what are other motivations? ...

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 wondering why they're called two different names From here: CS50.net ...

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 appears as: http://localhost:3000/test/1-testing ...

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 'extensions' and how they fit into the mix. In the core package, Mercurial ships with a bunch of functionality that is implemented as extensions but is disabled b...

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 data in the Magento installation. Thanks. ...