The tag has no wiki summary.

learn more… | top users | synonyms

0
votes
0answers
14 views

How to set a third party cookie in newer IE?

i have an iframe app, and i cannot add a header to the extern page just to the iframe page,.... I want to set a third Party Cookie in IE? Can i use IE or something instead? Best regards,
0
votes
1answer
28 views

Is there a GruntJS task that will build a JS closure from a source code template?

I need a way to organize source code for a third-party javascript widget; it's one big closure with a single variable in the host site's namespace. This widget will be contained in a single js ...
0
votes
2answers
58 views

Uses of Google Caja [closed]

I'm looking for ways to allow third-party web applications to run within my site. The web applications would be built with HTML, CSS3 and Javascript. This will mean some serious security hazards if ...
1
vote
1answer
42 views

Remote Content - Blocking CSS Overrides

I am working on a system that will allow users to embed content into a web page that they have access to. Conceptually the user would create a div with a specific id (let's call it "myId") on their ...
0
votes
1answer
31 views

Assign Values to Drop-Down Menues in Paypal Third-Party Carts

I am trying to implement a paypal cart on a third-party site. Customers are first asked to select a product ("Product") from a drop-down menu and then, optionally, to enter a specific amount ...
-1
votes
1answer
48 views

unresponsive script in IE. need to troubleshoot by omitting domains in browser

I have a site I am trouble shooting because of unresponsive script errors in ie. I need to narrow it down because the has a lot Of third party includes... facebook, twitter, video, reviews,ads etc I ...
1
vote
1answer
148 views

how do I use a cakePHP third party library function?

I am trying to call a third party library function in cake php from a controller file: I have in my controller file: public function index() { App::import('vendor', 'simple-html-dom.php'); ...
1
vote
2answers
61 views

Maintain patches on third party code

I'm building a web application that uses a third party Javascript library (TinyMCE). My application has some specific needs which require me to patch the library in a few places. The patches are easy ...
0
votes
1answer
104 views

simple solution to run third party javascript-tags in paralell? (“asyncronously”)?

is there any simple solution to run third party javascript-tags in paralell? just a few scripts on a html page, which shall not load one after another/sequencial i know for advertisments it works ...
1
vote
1answer
48 views

Converting a standalone Proof of Concept over to a Django Application

My project started out as a kind of experiment to see how I could lay out some Python classes to solve a problem. I have completed the experiment and proven out a design, but the resulting standalone ...
1
vote
2answers
80 views

Trigger Third-Party Javascript from Event

I run an eCommerce website. On our order confirmation page we run a third-party javascript that automatically executes an optional survey. The problem with the survey is that it takes twenty seconds ...
1
vote
1answer
44 views

Is there a cross browser way to set a timeout on Third Party (cross domain) Async Dom Injected Scripts?

Our Tag Manager went down today causing our site to crawl to a hault. As the code in the tag manager isn't mission critical (analytics, etc...), is there a way to do something like the following? ...
1
vote
0answers
205 views

Google Analytics for third-party embedded widget

I've been able to test this to a certain extent within our application, however I'm still testing the waters with google analytics to see if it is the best choice for app analytics; for externally ...
0
votes
2answers
91 views

DOM object limitation for server side loaded third party JavaScript

We load some third party javaScript in server side and put it in html content and send to client. That third party js change dynamic. so I want to limit DOM access to this js. iframe need another ...
0
votes
0answers
62 views

Setting Visual Studio external paths for Third Party Software

We have a large build system that involve over 80 third party software packages. As we go through releases of our product, these third party packages change, by adding new packages or upgrading ...
2
votes
2answers
312 views

Where to put third party SDK files in Codeigniter?

In my Codeigniter controllers I want to link to things like AWS SDK, Facebook SDK, etc. Currently I'm just setting it up with requre_once('./path_to_sdk/....'); My hunch is there's a more correct ...
0
votes
1answer
39 views

Which versions of browsers accept third-party cookies by default?

Out of IE, Firefox, Safari, Chrome, and Opera, which versions have default settings to accept third-party cookies? Additionally, which will save them beyond just the single session?
1
vote
0answers
37 views

How reliably are third-party header-cookies accepted by browsers?

What percentage of active browser installations on the internet will take a header cookie from a third-party resource and store it? I would actually break this question up into several sub-parts: ...
1
vote
3answers
607 views

How Push notifications can be done without using third party in android with GCM?

I have android app and I wanted to implement Push Notifications without using any third party application server. Any articles are available over web? Please give me some idea how can I do this with ...
0
votes
1answer
134 views

Maven repository for commons-logging taken from JBoss installation

I am moving our company over from the free range system they've been using for third party libraries to using Maven and Ant with Ivy. (Mainly Ant with Ivy for older projects, but we'll be ...
0
votes
1answer
202 views

How to import contacts from various mail providers (gmail,yahoo, hotmail) using .net

I want to import the contacts from different mail providers like gmail, yahoo and hotmail in .net. The goal is to retrieve a list of contact to send an email to each of them. What apis exist to ...
0
votes
1answer
105 views

How does itextsharp work internally?

How does itextsharp work internally ? I want to learn about internal structure of itextsharp classes? Can anybody help? Because there are many tools in the market which convert media html pages to ...
0
votes
3answers
91 views

Hide link in generated PDF

I am using pdfmyurl & it gives me awesome output but I want to hide download this page as pdf link in generated PDF I just need suggestion if any that how can I hide this link using CSS or ...
1
vote
1answer
101 views

Letting third-party JavaScript access global variables

I'm creating an API for non-programmers to write third-party code for a virtual multiplayer battlebot arena. The syntax for using globals would be nice: function Step() { if (sensor.wall) { ...
1
vote
1answer
55 views

Third-party types as part of a C++ library's API and potential ABI inconsistencies

This is a follow up to a previous question. I'm developing a library for which clients will need to provide complex types like matrices and quaternions. Internally, I'll be using Eigen to manipulate ...
2
votes
2answers
184 views

How to terminate a thread in a third party library?

I'm working with a c# .NET Windows service application that uses a third party library. The third party library starts up a thread, and when the service is stopped, the third party library thread is ...
0
votes
1answer
202 views

how to read .docx data using phpdocx as third party…?

I am using phpdocx to get text content out of a .docx and .doc file but i am unable to do it... Generally phpdocx is used to create .docx file. Is there any class which can read the text and output ...
4
votes
1answer
413 views

Prevent changing the value of String.Empty

Partially from a curious breaking things point of view and partially from a safeguarding against potential problems. Imagine what is the worst that can happen by calling the following (or something ...
2
votes
1answer
190 views

Delicious bookmarks count not retrieving

I am using the below code to get the delicious bookmarks count of some sites. But it's not working fine. Is there any problem with the API or my code? <script type="text/javascript"> ...
2
votes
2answers
137 views

executing third party javascript (served from some DB) in a safe way

I am building an application, where user-generated javascript functions are being stored in the database and in return are served to a number of other users. The scripts will have to be validated by a ...
0
votes
1answer
73 views

How can I access my own cookies when on a third party website?

I am developing a Web App where my user's login and are then redirected to third party websites where I have a script tag which has been embedded which loads a script fro my own domain. Meaning, if ...
1
vote
3answers
792 views

How to reference third-party library source code for client use in GWT

The GWT documentation states that all the source code for compilation to JavaScript on the client-side must be in a "sub-package" of the gwt.xml file. How does this work for when one references ...
2
votes
1answer
2k views

C#: How to inject VBA code into Excel .xlsm without using VBA Project Object Module Interop?

My goal is to add macros to an excel workbook without having to enable "Trust Access to the VBA Project Object Module" in the Excel Trust Center. (Enabling access seems a security risk). Found random ...
3
votes
1answer
295 views

Detecting and terminating slow third party javascript requests

I'm trying to find a solution to the following problem: We're using number of Tracking Pixels on our website to gather stats about our visitors. However, often some of those third party javascript ...
1
vote
3answers
2k views

Viewing source code for 3rd party jar in eclipse

I am working on a java project in Eclipse. In this I am using a 3rd party jar which I have put in the java class path. Now I want to understand the code in the jar file and want to see the actual code ...
1
vote
3answers
42 views

Install libraries in a different dir

I want to install pygame on my system, but I don't want to mix the standard libraries with third-party libs. If I install pygame on a different path, how can I then modify sys.path so the interpreter ...
0
votes
1answer
67 views

Error while using a dll in asp application

I am a newbie in ASP, I started working on a project which shows an error which I describe below with the lines ' VBScript Set lLogOn = Server.CreateObject("RuleEngine26.Transact") ' They have a dll ...
0
votes
1answer
250 views

Third Party Source code in my iPhone app

I am using a few third party libraries, such as JSON, SDWebView, MGTwitterEngine etc... For the MGTwitterEngine for example, the license says: 1. You can use the code in your own products, ...
2
votes
4answers
73 views

Looking for Best Practices. What are some dos and Don'ts for extending a third party product to allow for merging new versions as easily as possible

So I have been charged with taking an active third party product that we own source code for, and making proprietary changes that will break compatibility with future updates of the product. This ...
6
votes
4answers
273 views

Danger in loading third-party css?

Are there security or browser compatability concerns with loading third-party css via js? Goal: Allow partners to style landing pages with their own look/feel by passing us a link to their ...
4
votes
4answers
572 views

best practice for python third party library

I'm developing some application on Python (3 if this means something). What is the best practice to use 3d party libraries for development process and end-user distribution with following ...
0
votes
0answers
244 views

Secure way to import third party web-content to my site so it sends over SSL?

As an example, lets say I'm working with a product that requires I put <iframe>s onto my page, which then get embedded into my existing website. The issue being my website is SSL, and the ...
0
votes
1answer
165 views

Suggestions to different ways to “run” third party scripts/applications to convert data into a specific format? Pref. using Java/JavaScript/XML?

I am interested in hearing solution suggestions concerning running third party "logic". To avoid getting this question too bloated I will simplified some things. The background I need to convert ...
3
votes
0answers
188 views

Best tool for detect and report third party software licenses at your code

Does anybody know good tools for analyze and detecting third party code (or pieces of code) at own projects? For example, I use some code from Sun (CDDL) in my project and had copyrights, but other ...
1
vote
1answer
460 views

WPF Prism Assembly StrongNaming

I am trying to strong name my WPF assemblies to add to the GAC. I have references to the to the prim assemblies in my project and the compilation fails with Error 1 Assembly generation failed -- ...
2
votes
1answer
382 views

Keeping third-party libraries under a Mercurial project: Sub-repos or not?

We are developing a closed-source project, versionned with Mercurial. We are using two libraries in our project : One of those libraries is being developed by a third-party. They are using git, and ...
8
votes
3answers
493 views

How bad is it to override a method from a third-party module?

How bad is it to redefine a class method from another, third-party module, in Python? In fact, users can create NumPy matrices that contain numbers with uncertainty; ideally, I would like their code ...
1
vote
2answers
3k views

Referencing JAXB jars - best practice

My first post, so go easy on me. I'm looking for advice on organising and referencing third party jars for use in my j2ee web application. The jars I need to organise and reference are the JWSDP-2.0 ...
2
votes
2answers
522 views

Storing 3rd party library into source control with Continuous Integration usage

I just committed a very large 3rd party library (Boost) into our source control. I set it up with its own repository. I tagged its version so that other projects could svn:externals this specific ...
2
votes
5answers
303 views

How do you monitor, manage, and run untrusted third-party code in a hosted service?

Let's say I'm running a hosted service that wishes to allow plugins written by third-party clients. Perhaps a gaming service provider that provides infrastructure but allows clients to develop ...

1 2