We are just moving to Maven, and I understand there is a world of different plugins & extensions. Which are the best ones you recommend for general usage?
(On plugin per answer please)
hello,
I am developing a PC application that interacts with the Wii Remote. So far I have been using the wiiuse library, which has worked great.
However wiiuse does not support the MotionPlus extension.
I have heard of extensions to implement this by Dolphin and libogc but have not managed to locate this code.
Do you know of code that implements support for MotionPlus with wiiuse, or another C based libary?
Hi,
I need a simple MVC framework, without jQuery extensions, hibernate, loggers, etc..
Only Model-View-Controller functions. Anyone have an idea where I can find one?
I had problems with my listgrids not showing diacritcs corectly and I found out that when I inserted from java into the db the values where already bugged.
A post here helped and I changed my project properties - Text encoding - other - UTF-8 and this fixed my problem. Thing is this only fixes my problem locally.
What I need to do is on my Jboss server also set the encoding somehow.
This is what I put in my configuration file:
<?xml version='1.0' encoding='UTF-8'?>
<server name="vali-ubuntu" xmlns="urn:jboss:domain:1.0">
extensions>
extension module="org.jboss.as.clustering.infinispan"/>
extension module="org.jboss.as.connector"/>
extension module="org.jboss.as.deployment-scanner"/>
extension module="org.jboss.as.ee"/>
extension module="org.jboss.as.ejb3"/>
extension module="org.jboss.as.jaxrs"/>
extension module="org.jboss.as.jmx"/>
extension module="org.jboss.as.logging"/>
extension module="org.jboss.as.naming"/>
extension module="org.jboss.as.osgi"/>
extension module="org.jboss.as.remoting"/>
extension module="org.jboss.as.sar"/>
extension module="org.jboss.as.security"/>
extension module="org.jboss.as.threads"/>
extension module="org.jboss.as.transactions"/>
extension module="org.jboss.as.web"/>
extension module="org.jboss.as.weld"/>
/extensions>
system-properties>
property name="org.apache.catalina.connector.URI_ENCODING" value="UTF-8"/>
property name="org.apache.catalina.connector.USE_BODY_ENCODING_FOR_QUERY_STRING" value="tru
e"/>
/system-properties>
//.....
This doesn't work so maybe I need to add something else. I tried everything I could find with no succes so any help is appreciated. Thanks.
EDIT:From what I read, this will work only in jboss 7.1.0 beta 1 or highier. (URIEncoding) and I use JBoss 7.0.2 so I need a replacement for 7.0.2
Will you be so kind to tell me why the sysytem can't load POSTGRE extension for PHP?
In php.ini I write:
extension=php_pgsql.dll
But when I reboot, I get this warning:
Unable to load dynamic library: C:/PHP/exe\php_pgsql.dll. There are no problems with other extensions.
I was looking at PageSpeed on my test website and noticed that Lighttpd wasn't compressing my HTML (but was compressing my javascript and css files). I'm assuming this is because I'm using CodeIgniter and it's clean url system and since the requests don't have file extensions, Lighttpd doesn't have the rule to compress it. That being the case, how do I get Lighttpd to compress my HTML?
Is this something I shouldn't be doing? Or something I need to specially configure Lighttpd for?
Hi,
I'm trying to accomplish something like Blogengine.Net's way of handlling extensions/plugins. The goal is to have a plugin as a ordinary class file (not a dll), put it in a folder and the webapplication should load it dynamically.
Any help, links, anything is much appreciated.
Don't really know where to begin.
What is the best way to write a Safari extension? I've written a couple XUL extensions for Firefox, and now I'd like to write versions of them for Safari. Is there a way that would allow you to add buttons or forms to the browser UI, since this is not possible with an Input manager or Service menu?
Hi,
I want to add "Nickname" in Google Contact using "Google.GData.Extensions.Apps" .
I am able to create Nickname as:
NicknameElement obj_nickname = new NicknameElement();
obj_nickname.Name = " Jenifer";
But how to add i to Contact Entry?
Hi there
Can someone explain the differences between an Observable and a ConnectableObservable? The Rx Extensions documentation is very sparse and I don't understand in what cases the ConnectableObservable is useful.
This class is used in the Replay/Prune methods.
I've looked in the page for instrutions on this, tried .out or .output extensions and filenames, but nothing works.. How I am supporte to upload the ouput?
I am researching possibilities of using memcached as a session storage for a system built on CodeIgniter. Has anybody done this before(that's probably a stupid question :) and if so what's your experience folks? Have you used any existing libraries/extensions?
As far as performance improvement what have you seen? Any caveats?
Visual studio 2010 Premium installed on Widnows 7:
when try to connect for online gallery or online template, give me error like:
Cannot search for online exensions because an error occured while trying to contact the server
and ask me enable access to extensions on the vistual studio gallery ....
It did enabled in Extension Manager Tools/Options page.
Internet connection was fine.
Can't know why.
On another computer: Windows 7, VS2010 utilmate trail version: this was fine.
I have been following the Google Chrome Extensions Developer's guide and have been able so far to create an extension with a browser action without popup that would trigger a webkit notification in HTML format.
Fact is that this HTML file contains action buttons, links and javascript, but none of them seems to respond.
Is this a by-design behavior or is there a way for embedding javascript/links/buttons in these webkit notifications?
Consider multiple domains (with different country extensions) that go to one singe physical website.
Depending on the country extension of the domain, I want to route to a specific subfolder while keeping the active domain!
Examples:
www.mydomain.com/we/about-us.aspx to www.mydomain.com/content/com/we/about-us.aspx
www.mydomain.fr/we/about-us.aspx to www.mydomain.fr/content/fr/we/about-us.aspx
www.mydomain.be/we/about-us.aspx to www.mydomain.be/content/be/we/about-us.aspx
Is this possible with the new web routing features in ASP.NET 4.0?
Thanks,
Nick
Does anyone konw whether I can load .net 4.0 assemblies from SQL Server 2008? In particular, we are looking at SQL Reporting, with Custom Data Extensions. I have noticed that hte SQL Server 2008 Business Intelligence Studio does not seem to support VS2010 at the moment. If I release my CDE's as .net 4.0 assemblies, will I even be able to load them from within the SQL Server Reporting Server?
Hi, in a recent project I've come really need the lib tre matching library.
However the project is in php, and there are no php bindings for the library.
I've tried to google how to create an interface for c libs, but all I found was the dl function which seams to load only php extensions.
What am I missing?
Release notes say that ruby-debug is installed by default. I'm using rvm. In my rails app I figured something as simple as script/server --debugger would suffice, but it complains that the ruby-debug gem isn't installed, suggests using gem install ruby-debug, which of course doesn't work (building native extensions) and is contrary to the docs anyway.
Just wondering if anyone's had any luck using the built in ruby-debug in jruby 1.5 and what one needs to do in order run jruby in debug mode
Hi, i have a problem. I need to create pure diagram for my project (Django).
I use django-extensions to generate DOT diagram. Diagram is very pure, but now i want to add for example comments on this diagram.
It is possible to do this?
Maybe anyone can advise me some software for this?
Is it possible to run Jruby and native ruby on the same maschine ?
For example installing rake or gem under both it find's Matz Ruby extensions /usr/bin/gem or /usr/bin/rake
The MRI gems and jruby gems are mixed up.
Is there any experience in that constellation ?
Thanks erhard
Hi
This error triggers only sometimes when I do XMLHTTPRequest.
uncaught exception: [Exception... "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIXMLHttpRequest.setRequestHeader]" nsresult: "0x80004005 (NS_ERROR_FAILURE)" location: "JS frame :: file:///C:/Documents%20and%20Settings/tmp2/Application%20Data/Mozilla/Firefox/Profiles/7e42a04s.default/extensions/%7Be4a8a97b-f2ed-450b-b12d-ee082ba24781%7D/components/greasemonkey.js :: anonymous :: line 1332" data: no
how can i fix it?
hi,
when i run the my asp.net application it is showing this message can u help me.
Could not load file or assembly 'System.Web.Extensions.Design, Version=1.0.61025.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified.
how can we check file types (formats such as jpg) without using file extensions before -uploading them- in asp.net with c# ?
i am using vs 2008 + asp.net + c# + TELERIK Controls (RadUpload)
=========================================================================================
imagine that some body change the text file extension to jpg and select it in a upload conrol such as radupload ...
how can we recognize that this file is truely jpg or not?