A third-party software component is a reusable software component developed to be either freely distributed or sold by an entity other than the original vendor of the development platform.

learn more… | top users | synonyms (1)

0
votes
0answers
15 views

Is it possible to 'pretend' a site is a third party to test functionality if 3rd party cookies are blocked?

I do automation testing for a company that is trying to implement a single sign on via an iFrame; a third party site will include our page in an iFrame and we will do an authorization. We had to ...
0
votes
2answers
24 views

How to Parse HTML Without 3rd Party

I've been reading a lot lately on how you shouldn't parse HTML with regex. And, I've also looked at people using third-party tools to parse it(in Java). How do you parse HTML without using any 3rd ...
0
votes
1answer
22 views

Find out what file does a program attempt to read

I've got third party Winamp plug-in in windows, that should be able to load its datafile. The datafile is located in same folder as the plug-in, but can not be found. My idea is that plug-in searches ...
0
votes
3answers
156 views

Integrating Angularjs directives and 3rd party widgets

I'm trying to build a directive that would encapsulate a 3rd party library. My directive might look like the following: angular.module('MyApp').directive("shareButton", [function() { return { ...
0
votes
1answer
51 views

PHP 3rd party lunch ordering

I'm trying to make a third party lunch orderding system for Strava.cz. I've made a library that should do it. Everything works except the strava_czChoose function. It throws no error but just does ...
6
votes
5answers
281 views

How do you protect API keys and 3rd party site credentials (LAMP)?

I'm creating a site which will make use of ID's, Passwords, and API Keys to other 3rd party sites - for the server to access information accordingly. For the purpose of this conversation, let's ...
0
votes
1answer
55 views

Tianium module 3rdParty framework for deploy

I have wrote a Titanium Module for iOS, where i use 3rd party framework. I have specified this framework and a path to it in module.xconfig file and it is working perfectly on my environment, but when ...
0
votes
0answers
24 views

Combining two 3rd party php scripts to act as one for users. Sessions?

I currently have an Oxwall social networking site with the most up-to-date updates. I also have a directory on the same site with Pinnect. Both are working well independently. I am able to set up a ...
0
votes
5answers
293 views

php mail() function alternative solution

After a user signs up to my website i have a php function that sends out an email that contains a thank you email notification + registration details. The problem is that my server is on amazon (EC2, ...
0
votes
1answer
384 views

Alternative to building push notification system from scratch? [closed]

There is a project with small budget which needs cheap already-made push notification system. It cannot handle building push notification system from scratch using Apple Push Notification or Android ...
3
votes
1answer
89 views

How to manage 3rd party libraries in a multi-configuration project

Suppose you are working on some project that supports several configurations (linux and windows builds, shared/static linking, with some feature or without, etc). To build all these configurations you ...
1
vote
0answers
194 views

IFrame resizing with easyXDM

I give my iFrame code to clients, so they can display the dynamic content from my site. I'd like the iFrame that lives on their page to resize to fit my content. I followed the instructions from the ...
0
votes
0answers
34 views

WCF 3rd party abstract class

I know that similar topics are on this site but any of them aren't solution to my problem. I want to use a 3rd party library in my WCF Service. One of operation contracts is returning list of 3rd ...
0
votes
2answers
73 views

How to redirect browser in rails app following request from 3rd party API

I am trying to integrate my Rails app with a 3rd party API (Twilio). The user initiates a call by pressing a button on their browser, they follow the call logic on the telephone, and then when the ...
1
vote
1answer
85 views

How do I ensure user email data privacy / confidentiality in a 3rd party app

I am developing a mashup app that offers API access to various email and social networking providers including Yahoo Mail, Facebook, and Gmail. I'm using Rails 2.3.8 and Omniauth with Authlogic. Any ...
0
votes
2answers
231 views

Qt Creator Cannot Find 3rd Party DLLs (Windows)

I am trying to port a Unix Qt app that uses ffmpeg and OpenCV over to Windows. Everything builds correctly, but launching the application from Qt Creator results in this message: The program has ...
0
votes
0answers
66 views

How to integrate social websites in my android app? [closed]

Hi I am very new to this whole app developing world. I am creating an app which could be used to play games with friends on social websites like twitter and I don't know how to do that. So I will ...
0
votes
1answer
85 views

open a particular file by default in an already installed 3rd party app?

Is it possible to open a particular PDF file in a 3rd party PDF reader (Eg.Adobe reader) by default on start up of the application by passing an intent from my android app? I just wanna know if this ...
1
vote
0answers
34 views

Get Scroll Information of 3rd party Application

how to do that? i've tried setting up a Hook using $WH_SYSMSGFILTER and $WH_MSGFILTER.Then checked if the msg-id was MSGF_SCROLLBAR. That does not work..any ideas?
0
votes
0answers
168 views

3rd Party Cookies, What's wrong with this scenario

I've hit a wall of frustration while dealing with a 3rd party payment processor. They claim to be reputable but we can't work past this issue. They've instructed our client to simply display a large ...
3
votes
2answers
371 views

How do you handle delays not caused by your team in Scrum?

You have defined some tasks, assigned timelines, started sprint, but for example, one of the service provider (which you don't control, another company you depend upon), which should provide you with ...
1
vote
0answers
196 views

3rd Party Service indicating Android device's support for HDMI / MHL?

Is there some kind of 3rd party web service that indicates if an android device has the capability for outputting to HDMI via an HDMI out or through micro-USB via MHL? To be clear, I'm not asking to ...
0
votes
4answers
959 views

Multiline chart in WPF with high productivity

I am working on Wpf Application.This application deal with real time Database.I am showing data using D3 chart plotter.But due to large amount of data it takes more time to respond than normal time. ...
0
votes
1answer
194 views

safari 3rd party cookies: Does the browser know if a function was fired via onclick or onload?

I've been told to integrate some JS for setting a third party cookie in safari. This code has a function that will open a new window at the third parties site to set the cookie, then time out, close ...
1
vote
0answers
47 views

What is the benefit for user to get third party cookie?

I understrand cookies are very useful for login, session, shopping cart etc. But third party cookies seem to be only useful for tracking on the back of user awareness. So why is this technology ...
1
vote
0answers
155 views

how to install or set pvplayer to android framework

currently i'm working on honeycomb with galaxy tab 10.1 and the app, i'm developing, needs some video control functions. One of those things is set video playback rate(or speed). after googled and ...
0
votes
2answers
138 views

Launch powershell from 3rd party application

I have created a Powershell script which uses the Active Directory Module. I need to execute the script from a 3rd party application called LANDesk. When I do that it doesn't run the script properly. ...
0
votes
2answers
125 views

SQL Query/Expression Builder Program. Does it exist?

What's up stack?! Problem: I'm quite inexperienced at making advanced level SQL queries that can select through tables and cut out a lot of steps. Currently my SQL knowledge is making my execution of ...
0
votes
2answers
171 views

accessing the Tesco Website's online shopping list and cart with my 3rd party App [closed]

I am wondering how to access/control someone else's online shopping system with my 3rd party app? What I would like to do is to buy items from Tesco Website using my app. I know that they already have ...
2
votes
1answer
704 views

Does a session cookie on different subdomain count as 3rd-party?

Suppose I have a site at www.example.com which has an IFRAME pointing to ASP.NET site myapp.othersite.com - this causes issues with session and 3rd-party cookies which I understand. If I moved the ...
1
vote
2answers
48 views

How to send commands to 3rd party application on Windows

There is an application, that a user can interact with. I would like my program to interact with it the same way. More specifically to my case: There is an application that is running on a computer, ...
0
votes
1answer
79 views

Android: Interacting with 3rd-party app

I am wondering if it is possible to launch a 3rd-party application from within my own application. I understand that Android runs in a sandbox, and so I am not too optimistic about this being ...
0
votes
0answers
56 views

Looking for Strategy to work around 3rd party tool - an abstract class overloading Page

My company has purchased a terrible 3rd party tool. I'm forced to use it, so really I'm looking for a way to work with and around this terrible tool. The 3rd party tool overloads the Page class ...
1
vote
5answers
2k views

Check if a file is still in use, and if so wait for it to finish

I have this problem in my application: Step 1 - create an file (xml) and put some content in it Step 2 - a 3rd party application will open the file and get the info from the file made in step 1. Step ...
3
votes
1answer
220 views

Reverse Engineering a Database Model == Over-engineering?

I've tried every way I know how to determine if there is programmatic (API) access to this proprietary software that my company uses (Ventyx Velocity Suite) to no avail. Now, it would seem, I'm stuck ...
0
votes
3answers
123 views

How to load a XML from a 3rd party site with Javascript/JQuery?

I am trying to load a 3rd party xml document using JQuery/Javascript, but without success: alert("Before"); $.ajax({ type: "GET", url: "www.ecb.europa.eu/stats/eurofxref/eurofxref-daily.xml", ...
1
vote
1answer
306 views

how to integrate 3rd party data with my app

First off, let me start off by saying I am a noob in android dev. I am looking to create an android app that would show live data from a 3rd party website. For example, I want people who use my app ...
2
votes
1answer
235 views

WPF dashboard overlay 3rd party applications

I'm working on a project that requires a dashboard be overlayed ontop of 3rd party applications (the example application would be Powerpoint) The dashboard is a simple set of WPF controls. One is a ...
2
votes
2answers
616 views

Delphi XE - Send Ctrl+Key to 3rd Party Application

Im using a 3rd Party Application that exports a file. The application uses a hot key (Ctrl + E) as a shortcut for this function. How can I send this key combination from my Delphi XE application to ...
6
votes
2answers
237 views

Should I wrap my 3rd party JS code in a try catch?

I have a JS script that is loaded from a bunch of high traffic websites. I was wondering, would it be a bad idea to wrap my entire script with a try catch? It would obviously be thoroughly tested, but ...
1
vote
2answers
192 views

Android cross-application data passing

Overview I am creating an Android application which will scan various aspects of the device (contacts, apns, emails etc) What I would like to make possible is for 3rd party application to register ...
0
votes
1answer
199 views

Prevent sites tracking you with 1x1 images or iframes [closed]

I'm no whiz so perhaps someone can help. I'd long wondered about 1px x 1px images and iframes I'd noticed using Firebug. Well, now I know that these are eavesdroppers like cookies. Is there a way to ...
0
votes
1answer
63 views

Notifying parent process to resume working

I'm creating a child process and loading a 3rd-party program. After loading, the child process is doing some IO operations that I have no control on. In a perfect world, the child process would ...
2
votes
1answer
690 views

easyXDM without Flash

We are evaluating easyXDM for reading 3rd party cookies with http://easyxdm.net/wp/2010/03/17/sending-and-receiving-messages/ (i.e. following socket based messages). We have observed that easyXDM ...
0
votes
1answer
78 views

populating google maps with data from 3rd party api

Can anyone show examples of Google Maps pulling data from a 3rd party API, or from a database. We are trying to gather data from third party API and store it in a database to display on google maps. ...
0
votes
1answer
196 views

inserting google analytics into a coldfusion page from a 3rd party which is encrypted on our servers

We have a 3rd party web application written in coldfusion and all pages are encrypted. The company which builds this product wont put any sort of analytics into the pages so that we can track usage by ...
1
vote
1answer
450 views

Test iPhone app made in flex on iPhone 3GS?

I have built an app in Adobe Flex (4.5) and it works well on Android, but i need to test it on an iDevice. I have an iPhone 3GS available, and i have made a provisioning profile with it and certified ...
0
votes
0answers
237 views

Android using a 3rd party Jar depending on another Jar

I have a project that uses GSON for json processing. I exported the project as a jar file, and added gson and that project to my external jars. But when i try to use there jars in my android project ...
5
votes
2answers
273 views

Are applications developed using 3rd party mobile application development tools acceptable to their respective markets?

I am trying to implement application that is supported to android,iphone,blackberry,windows mobile,symbian, webos (palm). For that i am suing the 3rd party applications here. But on research i found ...
0
votes
8answers
369 views

Suggest Better 3rd party Tool to Develop application that supports multible mobile platforms [closed]

i need a tool to develop application which supports for Android,iphone,blackberry,Symbian,palm(webos),windows mobile. i need to develop application for all these flatforms using this single 3rd party ...

1 2