Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms (1)

61
votes
17answers
74k views

Professional jQuery based Combobox control?

Are there any professional Combobox controls (dropdown list with autosuggestion) based on the jQuery library? It should be able to handle large datasets and have some skinning options. A multi-column ...
21
votes
5answers
1k views

How do you manage your Delphi Projects with third-party components in Version Control?

Installing third-party components always take a long time specially if you have large ones, but also it take more time if you setup the environment in more than one computer. And I'm thinking to add ...
20
votes
2answers
1k views

Using NuGet, must I still keep my 3rd party library binaries in source control?

Now that I'm using NuGet to add/update my required references, is it possible to only add packages.config to source control and have the .dlls added at build time? Normally, like described in this ...
14
votes
15answers
678 views

Should you wrap 3rd party libraries that you adopt into your project?

A discussion I had with a colleague today. He claims whenever you use a 3rd party library, you should always write for it a wrapper. So you can always change things later and accomodate things for ...
11
votes
5answers
203 views

What iPhone developer 3rd party products and services do you use?

What third party iPhone developer products and services do you use? This could include reporting services, frameworks, tools, etc. I ask because there's probably a lot of great stuff out there that I ...
11
votes
3answers
295 views

How to cope with developing against a poor 3rd party API/application?

Update: Based on the feedback, some good strategies are: Avoid geeky arguments, instead focus on problems that effect the application on the whole, not just problems for developers. Keep a bug list ...
10
votes
17answers
7k views

What is the best third-party WinForms grid for .NET?

It seems that there are many third-party .NET WinForms grids available on the market. I have seen Syncfusion, Xceed, and Infragistics in use at various companies, but now need to choose one for my ...
9
votes
3answers
339 views

Best Practice for Maintaining Consistent Third Party Libraries Amongst all Developers

We have some "semi-technical" people doing design, art, CSS/HTML work etc. on a Django project--while we are simultaneously doing active backend development work. Our project is dependent on many ...
9
votes
5answers
244 views

Third-party wanted: generic centralized configuration server with web-based admin interface

Rhetorical question--> Why do we always end up developing administration interfaces for web sites, web apps and other types of application? I'm looking for a third-party that would handle the ...
9
votes
7answers
3k views

ASP.NET AjaxToolKit vs other third party Ajax controls (Telerik, etc) [closed]

We have a new developer who swears by Telerik controls and would like us to purchase licenses for the entire development team (8 devs) as he feels they speed up the development process. As half of ...
8
votes
6answers
794 views

Managing third party components in .net project

How do you manage the third party components that is used in a .net project. I currently add a folder called references that contains all the dlls used and all the projects refer those from there. ...
7
votes
3answers
906 views

Build server: Best practices managing third party components?

I'm maintaining a quite large legacy application. The source tree is a real mess. I'm trying to set up a build server. On the source tree, i've third party component with sources (also in the ...
6
votes
1answer
214 views

WCF service connection with third party dll with IIS

I am working with Windows 7, VS2010, SqlServer 2008. My application takes data form a third party dll (which takes data from another process that must be running in the background) and processes the ...
6
votes
2answers
349 views

How to eliminate external lib/third party warnings in GCC

In the software project I'm working on, we use certain 3rd party libraries which, sadly, produce annoying gcc warnings. We are striving to clean all code of warnings, and want to enable the ...
6
votes
8answers
341 views

How to keep up to date on available Java libraries?

I've been writing java.io code verbosely for far too long, and stumbled onto Apache Commons IO last week. I've used a lot of Commons before, but never looked at IO, and now I feel silly for writing a ...
6
votes
2answers
941 views

Best practices with Unit testing on Third Party software API's (AutoCAD)

We are developing applications for use within AutoCAD. Basically we create a Class Library Project, and load the .dll in autoCAD with a command (NETLOAD). As so, we can use commands, "palettes", user ...
6
votes
4answers
217 views

Best way to let third-parties work on your site

What's the best way to let third-party users work on your website? We have our site in SVN. Do we just give them SVN access, let them check in code, and then I push to dev - and then to production?
5
votes
6answers
413 views

Third party components for both WPF and Silverlight

I tried Xceed datagrid for WPF and liked it, but the problem is that this vendor doesn't have similar control for Silverlight. It seems for me that it's not very convenient to buy it from some another ...
5
votes
4answers
1k views

How to build an application that requires both libstdc++.so.5 and libstdc++.so.6?

I want to preface this with the important notice that I am not a C/C++ programmer, and know very little about how linkage of libraries works in C. Our code uses libstdc++.so.6 (gcc 3.4, i think). We ...
5
votes
3answers
4k views

WPF - Is this a fit? Composite WPF (Prism), multiple screens/controls & 3rd Party Controls (Docking, Ribbon)

I'm looking at using Composite WPF (Prism) for an application shell. I also like the WPF Syncfusion DockingManager and Ribbon Control - but the question is how do I get the Syncfusion controls to work ...
5
votes
4answers
317 views

What are your experiences with numerics libraries for C#, and which would you recommend?

By numerics library I mean a library providing data types such as matrices, vectors, and common (numerical) linear algebra algorithms. Optionally FTT and statistical algorithms. I'm primarily ...
5
votes
1answer
235 views

(Eclipse) How do I package third party plugins with my feature?

MyFeature consists of plugins a, b and c which depend on a third-party plugin d. How do I package MyFeature such that It contains d and can install it if it doesn't exist in the target workbench My ...
5
votes
16answers
1k views

How do you handle poor quality code from a third party contractor in another country? [closed]

Let's just say the boss is addicted to the price of poor code, and will keep on outsourcing chunks of greenfield projects to cheap labour, only to get inhouse devs to fix the bugs.
5
votes
7answers
2k views

Résumé parsing library for a .Net project

I need to extract information from hundreds of résumés. The ideal would be .doc, .docx, .pdf, .rtf --> hr-xml but since more than 90% of the résumés are .doc, the other formats are not a must have. ...
5
votes
16answers
2k views

SVN hosting (and defect tracking)

Does anyone have experience with third party (non open source) svn hosting? I am looking at two (WUSH and someother one with svn in the name) They sound ok on paper - but I was hoping to get ...
4
votes
1answer
95 views

When and how much should I test third-party code integration when practicing behavior driven development (BDD)?

Context: I am trying to practice BDD in a Ruby on Rails environment using Capybara/Steak for integration tests, so that will be the example I use, but this question is a general question about BDD ...
4
votes
1answer
220 views

Need to make third party objects serializable without writing wrapper

I have third party platform jars of which APIs need to be tested using webservices. These APIs take custom objects which are non serializable. Say for example some of the APIs are like this. ...
4
votes
4answers
1k views

Alternative to Telerik RadGrid?

Is anyone able to offer any decent alternatives to the telerik ASP.Net controls. I'm in the market for a decent grid control with all singing all dancing extensions... bt I'm finding the telerik grid ...
4
votes
4answers
394 views

Third-party dll crashes program with no exception thrown

I am using Visual Studio 2010, and coding in C#. I have a third-party dll that I am using in my project. When I attempt to use a specific method, at seemingly random occasions, the program simply ...
4
votes
1answer
108 views

How to encapsulate a third party complex object structure?

Motivation Currently I'm using the java parser japa to create an abstract syntax tree (AST) of a java file. With this AST I'm doing some code generation (e.g.: if there's an annotation on a method, ...
4
votes
2answers
553 views

Third party libraries in CMake

I am using cmake for my project, but I have another library in a subdirectory ( say lib/ ) which uses a plain Makefile. How do I instruct CMake to run the Makefile in lib as part of the build process? ...
4
votes
4answers
307 views

How do you package external libraries in your .Net projects?

A lot of my projects contain the Castle/NHibernate/Rhino-Tools stack. What's confusing about this is that Castle depends on some NHibernate libraries, NHibernate depends on some Castle libraries, and ...
3
votes
3answers
46 views

Elegant ways of avoiding numerous code changes in the following legacy code

In some legacy code, there are hundreds of occurrences of the following code snippets: myObj.ReportGenerator.Preview = reportingObj.PreviewDocument; ... whereas both the "ReportGenerator" and the ...
3
votes
0answers
251 views

Best Practice for loading 3rd party JARs in JBoss7 standalone deployment?

What is the best practice for loading 3rd party JARs in JBoss-as-7.0.2 standalone deployment? I have tried: deploying each JAR as an independent module with it's own module.xml desriptor; ...
3
votes
2answers
103 views

My class interferes with library class

I am currently programming on a 3d visualization program so I wrote my own Vector3 class to have some convenient vector operations. That worked fine until I needed to load some Meshes which I used an ...
3
votes
1answer
1k views

code igniter third party, $this->load->add_package_path not working correctly

I am trying to use elliothaughins Socialize system for code igniter, However I keep getting Message: include(application/third_party/config/socializenetworks.php): failed to open stream: No such ...
3
votes
1answer
130 views

Has anyone ever tried Layer Over Linq on top of EF4?

I was just curious if anyone has ever used the Layer Over Linq product found here: https://www.layeroverlinq.com I have a data access layer using EF4 with a generic unit-of-work/session on top of ...
3
votes
1answer
3k views

Codeigniter 2.0 third_party folder

what is this the third_party folder in codeigniter 2.0 and how to use that? thanks!
3
votes
1answer
132 views

Issue with solution folder - TFS

My project is in TFS. I created a solution folder named lib and checked in the solution. But am not able to get this folder in my physical project folder after taking the latest version of the ...
3
votes
2answers
229 views

How do I import a third party module in Python?

I've found a third party module which I would like to use. How do I technically import that module? Particularly, I want to use a module called context_manager. obviously, I cannot just import ...
3
votes
1answer
176 views

Should I study a third-party framework for multimedia in iphone apps or not, given my situation

I decided to learn developing for iphone/ipad and right now I'm still at the beginning. I do have a programming background (quit a lot of max/msp/jitter and in the old day's: turbo pascal, basic and a ...
3
votes
2answers
150 views

Securing third-party JavaScript code

I'm building a system that allows multiple third-party plugins/gadgets conforming to the system's API to be run simultaneously on the page. What is the best practice of securing or isolating these ...
3
votes
5answers
252 views

delay the loading of 3rd party javascript

Is there ANY method to delay the loading of 3rd party JavaScript files until the rest of the page has finished loading?
3
votes
1answer
62 views

Why does every third party control set rewrite the basics of ASP.Net?

Of the control sets I've seen for ASP.Net they all exhibit a strange property. They rewrite everything in the ASP.Net control set. For instance both DevExpress and Telerik have their own Panel, Label, ...
3
votes
2answers
662 views

Does disabling third party cookies also disable cookies created by third party javasript?

When a page includes third party javascript (via script src=...) and that javascript that sets a cookie, that cookie "becomes" a first party cookie, even though it's originally set by a third party ...
3
votes
2answers
125 views

Best practises for where to store assemblies?

I'm looking for some guidance where to store assemblies. This is how our source tree looks like at the moment: ProjectName trunk |--------src (source code) |--------lib (assemblies needed by ...
3
votes
2answers
378 views

Do you know of a codepad/ideone/etc system that I can host internally for a commercial product for free?

I have a product in mind that would benefit from third-party developers being able to hook into the product with their own custom code. My product would call the developer's code. The trick of course ...
3
votes
8answers
232 views

What's the best way to debug third-party Perl script?

I have a Perl script that gives a completely useless error message, is there a way to get perl to give a stack trace when the error occurs? I tried it this way but it did not work: # Run command in ...
3
votes
2answers
592 views

Using TFS with Third Party Bug/Issue Tracking?

Are there any 3rd party bug tracking applications that integrate with TFS? My company wants to use TFS for source control but not for bug tracking if there are any better 3rd party tools.
3
votes
2answers
176 views

Can I use an included third-party jar outside of ColdFusion

We have ColdFusion MX7 which uses ICEBrowser behind the CFDOCUMENT tag to render HTML. We would like to use ICEBrowser for some other Java work but it has been discontinued and seems like a bad ...

1 2 3 4 5 6