Tagged Questions
The vendors tag has no wiki summary.
7
votes
7answers
2k views
Best SSL certificates provider? [closed]
I am going to switching SSL onto a Rails site of mine pretty soon and was wondering if anyone has thoughts or suggestions as to who is the best provider?
Does anyone have any happy stories or horror ...
2
votes
1answer
186 views
Possible solutions for using TFS and SVN in multiple vendor projects?
I'm working to establish a source control solution that will allow multiple vendors to contribute to a single project (multiple Sitecore CMS sites in a single installation). Ideally we'd like to go ...
2
votes
6answers
2k views
Are Telerik WPF controls worth the money?
I'm currently looking around for control library for some WPF development and the "Telerik RadControls for WPF" certainly look the part although they are very expensive at $999 for a full developer ...
2
votes
3answers
183 views
Correct way to develop a large application
We are developing a very large web application in .Net 3.5. Two separate vendors are involved having expertise in different areas. Both the vendors are located remotely and working on separate ...
2
votes
8answers
1k views
Microsoft Visual Studio License
I developed a small winforms application for myself in Microsoft Visual Studio 2008 Professional Edition at my workplace, the Visual Studio is licensed to the firm I work at.
If I want to sell that ...
1
vote
2answers
290 views
Is it possible to share an Symfony2 installation (multiple websites [domains] on one server)
I want to host multiple Symfony2 based websites under one root (server). Would it be possible to share the symfony own files? (vendors etc.). Does someone know a tutorial? Is it hard to manage? AFAIK ...
1
vote
2answers
105 views
Java - Reference implementations vs 3d party vendor provided ones
Dealing with Java - which the option you prefer in the most cases - reference impl. of some technology or another one, provided by any other vendor?
Some examples - there is Glassfish server, which ...
1
vote
4answers
228 views
What are some useful criteria for deciding on which software package to go for?
How does one go about choosing a software vendor after having seen many presentations from many software vendors, from a user preference perspective?
I ask this question on behalf of a friend who ...
0
votes
0answers
94 views
PHP Shopping Cart Framework that Allows Multipe Vendors and is Supported by Braintree
I am working on a site that will allow many vendors to sign up and list items in their own store on one central website. I would like to use Braintree to process the payments. I checked out some of ...
0
votes
1answer
178 views
What is the proper way to use the Constant Contact PHP Wrapper in a CakePHP project
I am extending an existing CakePHP project to utilize the Constant Contact API and php wrapper file: ctctWrapper.php.
I have downloaded ctctWrapper and placed it in the app/vendors folder and saved ...
0
votes
2answers
275 views
Import php class from external folder in Cakephp without vendors
I need to import external apis to cakephp without using vendors.
On the same servidor I have the following folders:
wwww/myapi/myclass.php
wwww/web/app/vendors
myapi can be used from other ...
0
votes
1answer
77 views
Problem including a gigya sdk in a cakephp application
I am trying to include gigya php sdk in my application. The file is under /app/vendors/GSSDK.php I included it in my controller as
App::import('Vendor', 'GSSDK');
And in my view
$request = new ...
0
votes
1answer
34 views
Is there an RSS / notification to MS KB's?
There seem to be many interesting KB relevant for us developers. For example:
http://support.microsoft.com/kb/971842/en-us
Is there any way to get these updates by rss / mail?
0
votes
1answer
123 views
Typical Pattern for multiple providers/vendors?
I'm building a software product, in which the customer will be able to configure their system to use any one of 3 or 4 pre-integrated payment gateway vendors. (eg: PayPal, Authorize.net, etc).
The ...