Hey Guys,
So I have a perfectively working VisualSVN that me and my other 2 team members use (tiny team). The problem is at the moment that we use an excel spreadsheet to really maintain our bugs.
We have said for ages "get around to installing some bug tracking software" - never had the time. So today, biting the bullet.
What is the ...
Hello
Can anyone list the steps to integrate PHP_Beautifier in phped.
...
I have a Java app that needs to integrate with a 3rd party library. The library is written in Python, and I don't have any say over that. I'm trying to figure out the best way to integrate with it. I'm trying out JEPP (Java Embedded Python) - has anyone used that before? My other thought is to use JNI to communicate with the C bindings f...
We want to integrate webmail with our current application. At present I need to sign in to my existing application. As soon as it is done, I am asked for the webmail credentials. Once the web mail credentials are entered, the user gets access to webmail where I get 3 options in form of "Horde", "Squirrel Mail" and "Round Cube Webmail".
...
Does anybody know how to use PHP to send product data to Amazon.com?
I want to create a custom app that sends product data from an ecommerce website to Amazon (to list products on Amazon).
I can't find any info on this.
...
Hello,
I'm learning C++, because it's a very flexible language, but for internet things like Twitter, Facebook, Delicious and others, Python is so much more better, then i want to know if it's possible to integrate C++ and Python in a same project. Thanks!
...
I'm about to start a new PHP project and I'm going to need to make use of 3rd party forum software.
What's the best way to tackle integration of the forum into my code? Things like user authentication, having the user only have to login once, etc.
I'll be using the CodeIgniter framework if that is of any help. I found the article on in...
I believe like many developers I have both Visual Studio and SQL Server installed on my PC. Since I use the PC for various tasks not just for development, SQL Server is by default stopped until I need it for another session of development.
Currently I go directly to Administrative Tools->Services to start/stop SQL Server. Not that it bo...
We need to integrate QTP with hudson to automatically invoke test suites against the code deployed in hudson.The build process is based on Maven.
Is there any plugin or something to achieve this?We heard about groovy plugin for hudson can we be able to execute it with groovy script?
Please guide.
...
I've configured Mercurial to talk to Fogbugz as explained in their documentation. Should hg commit inform Fogbugz of the commit making the repository appear in the list of repositories and the commit message in the related bug as per the Bugz tag?
...
I've been looking at http traffic analyzers which are browser addons that monitor and analyze all incoming and outgoing HTTP traffic between the browser and whatever web server you're connecting to.
The types of information available per request include:
* Request and response headers
* Sent and received cookies
* Querystring parameter...
Hi,
I have two independent console applications developed in C++. I was asked to develop a GUI for both of them. In this GUI I collect some parameters that are needed to launch any of these applications. Anyone can give some orientation on integrating the console applications with this GUI? Could it be possible to launch the application...
I've read a number of articles (and methods) where people have integrated Team Foundation Server and Microsoft Project, which allows both project managers and developers to use tools their comfortable with. For example:
http://www.devx.com/dotnet/Article/30187 (Article about connecting)
http://www.codeplex.com/pstfsconnector (Third-part...
I have finally started to take the time out to grok the continuous integration process. I have started putting together a build server at home and trying to grok how to deal with different situations in building.
If I have component "A", which is used by application "B" - what is the "best practice" for telling the build server to compi...
Myself mendy, i am designing web application, The business required to integrate payment gateway. I searched on site regarding the flow but i could not get much info on MSDN. I want to make payment gateway using SSL and 3rd party merchant account. How can i do it ? some info regarding payment gateway could guid me to start developing the...
We are trying to implement a lightbox based album viewer in our web application. However, we are struggling to get it working for IE. Can you please suggest the remedy? It would be great if you can suggest some other alternatives for implementing the picture slide show for album too.
...
Hi
We have a Joomla 1.5 site with a blog in a subfolder /blog/
We would like to have a login status at the top of each page. For consistency of navigation we want to show the joomla login status at the top of the wordpress blog.
eg
Login | Register | Help
or
You are loged in as stephen baugh | Help
The problem is that although th...
I was looking at a jquery control/library/etc. that I wanted in CodeIgniter. I have it working but it's all manual no "integration." What does it mean to have it integrated into CI? How would I know when I was done? I'm not sure what I was even looking for when I said "I wanted it in CodeIgniter." I guess something like $this->load-...
I just want to get some opinions before I tackle this head on. So far, I've set up a wordpress site and managed to get all post made on this site, appear on facebook on notes. However, all the plugins that do the following functionality that I require, have either been discontinued, or stopped working due to facebook changing their layou...
Hi Guys,
I’m developing a website which allows users to join with GFC (Google Friend Connect).
But, if users want, they can maintain
their personal profile on my website (like social networking sites)
My question is “How I can synchronize GFC user with my website database?”
that is, "how I can make an entry of GFC user into my website ...