Tagged Questions
The destination tag has no wiki summary.
4
votes
2answers
4k views
Create destinations for all bookmarks in a PDF file with iText API
I'd like to write some Java code that takes a PDF document, and creates named destinations from all of the bookmarks. I'm thinking that the iText API is the easiest way of doing this, but I have never ...
2
votes
1answer
281 views
Android apply styles for different screens
I have an application, that need to run in 2 different devices:
600x1024 & 480x800.
For these devices, I want to apply different styles (they has different ratio).
How I can do it, as both of ...
2
votes
1answer
334 views
JMS Destination creation at deployment with Glassfish 3.0.1
I'm currently trying to 'port' my Java EE 5 Application from Jboss 6 M2 to Glassfish 3.0.1
Jboss used to create my JMS Destination Queues a deployment-time thanks to the -service.xml files. I really ...
2
votes
1answer
159 views
In UDP, destination
In UDP, destination IP and destination port number are used to demultiplex the packets, but in TCP destination IP, source IP, destination port number and source port numbers (4-tuple) all needed to ...
2
votes
3answers
179 views
Multiple Origins - Multiple Destinations
I either have a blonde moment or am attempting something a bit out of my league, but here it goes ;)
I have an optimization question. It is only somewhat traveling-salesman-ish.
Lets say I have a ...
2
votes
3answers
5k views
How can i get the destination url in javascript onbeforeunload event?
I've searched for hours, but I couldn't find a solution for this.
window.onbeforeunload = warn;
This doesn't work:
function warn (e)
{
var destination = e.href;
alert(destination );
}
...
1
vote
3answers
70 views
What is the most secure method to upload image file to server with PHP?
I know this topic is widely talked about. I've done my research, and decided to store image files onto the server instead of the DB as a blob file. The problem that I am having is trying to figure out ...
1
vote
1answer
403 views
Change destination folder of JAR files in Netbeans 7
I'm working on a multiproject solution for a client and we're trying to have all our builds automatically go into a predetermined BIN folder. All the C++ projects were easily enough moved over but ...
1
vote
2answers
246 views
PHP move chosen files from A folder to B folder
This is a tricky one and I'm not sure where to start, so any help will be grateful.
I have a parent folder called 'source' (c:/dev/source) which contains several child folders.
I need a PHP script ...
1
vote
1answer
205 views
How can I replicate between two tables with different names?
While setting up the database replication, the destination table that is getting created is having the same schema name of the source table. I want to have a different destination schema. But how do i ...
1
vote
1answer
318 views
Update web sphere MQ Queue Destinations using JYTHON script
How to update WebSphere MQ queue destinations using JYTHON script?
Currently we are using WebSphere Application Server version is ‘5’
Details are…
Name= ABC
JNDI Name= jms/ABC
Base Queue Name= ...
1
vote
5answers
192 views
Valgrind Warning: Should I Take It Seriously
Background:
I have a small routine that mimics fgets(character, 2, fp) except it takes a character from a string instead of a stream. newBuff is dynamically allocated string passed as a parameter and ...
0
votes
2answers
69 views
drupal form with destination redirect
I am trying what should be a simple line of code but isn't working. With the following code:
drupal_goto("user/register?destination=/node/1");
I am sending my visitors to a registration page which ...
0
votes
2answers
63 views
How to programmatically read named destinations from pdfs?
How can I programmatically read the named destinations embedded in a pdf document? I'm using C# / VS 2010 on .NET 3.5 (but could switch to 4.0 if absolutely necessary). I have the Adobe Acrobat Reader ...
0
votes
2answers
56 views
destination path for move_uploaded_file in php
I need to know what to use for a destination path for PHP's move_uploaded_file function.
(see http://php.net/manual/en/function.move-uploaded-file.php)
Right now, I have code that works fine. My ...
0
votes
2answers
77 views
Retrieving destination coordinates from direction services by distance
I need to retrieve a destination's coordinates using the google maps api directions service. I already have the starting point coordinates, however instead of specifying an ending point in ...
0
votes
0answers
36 views
should tcpdump show anything in case the dst server does not response?
I'm using tcpdump from a CentOS Linux to monitoring some VPN requests to another machine.
I've used tcpdump many times, but i have a doubt:
Should tcpdump show anything in case the destination machine ...
0
votes
2answers
127 views
Jquery/Jquery mobile - how to detect if a link clicked leads to an image or website?
I'm trying to combine two JQM plugins and am stuck clearing out conflicts.
I have the following, which when clicked activates the Photoswipe plugin:
<a class="swipeMe" ...
0
votes
1answer
107 views
Setting the Destination to iOS Device in Xcode 4.2
I'm a non techie.
Yet, I have Xcode 4.2 open and my source code.
In the top left scheme dropdown, I have the scheme set but on the right hand side of that dropdown, its got my device set there.
I ...
0
votes
0answers
142 views
mac osX packageMaker: how to set the destination to the user home directory?
Just cant' find anything like that by searching, so I am asking now :)
Ok, I am building a installer on mac osx 10.6.8 with packageMaker 3.04
I can install a particular content at "destination" ...
0
votes
0answers
41 views
Find the paths between some destination in google map (one path must be go one time only)
I have 20 destinations (have it's latitude and longitude ).And i want find the way to go over destination ( don't need going over all destination, maybe 5,10, or 15 destination) and one path must be ...
0
votes
0answers
35 views
Purging Weblogic Topic/Queue
How would one go about purging a JMS destination using MBEans? I have a Queue (Destination) reference
Object o = mbeanServerConnection.invoke(
destination,
...
0
votes
1answer
39 views
Get all the defined mappings from an AutoMapper defined mapping
Let's assume that I've two classes : CD and CDModel, and the mapping is defined as follows:
Mapper.CreateMap<CDModel, CD>()
.ForMember(c => c.Name, opt => opt.MapFrom(m => ...
0
votes
1answer
66 views
How to know the url that is calling the destination url using curl in the destination url?
Okay, I have this setup:
//in example1.com, I am setting cURL <br />
$c = curl_init(); <br />
curl_setopt($c, CURLOPT_URL, 'http://example2.com');
//now in example2.com <br />
Is ...
0
votes
1answer
162 views
how to read Bar Coded Boarding Pass?
I have a project in mind, and it requires that i read the bard code on the boarding pass, and figure out where the passanger in heading. (destination)
is this kind of thing possible? are there any ...
0
votes
0answers
87 views
Location Search Using Auto complete Textbox and Best Method to Manage Location [Destination]
Hi Friends In My Project fully Location Based Project .so i want Manage to all country Name and State name and City Name.But all country,state,City Names Loaded at Same time means it take more time ...
0
votes
1answer
855 views
Destination SMTP server does not want to receive message body
i am using software named send blaster, am using gmail smtp server but it does not allows me to send more then 500 mails, is there any one who knows how can i over come form this prob... need help is ...
0
votes
1answer
171 views
How to compute destination path for a file in InnoSetup dynamicaly?
I need to compute destination path for a file before copying. If the path does not exist I won't copy the file during installation.
Is this possible?
For example, can I call some computepath.exe an ...
0
votes
1answer
310 views
JMS QueueRequestor and deleted Destination
I'm using Activem MQ 5.3.1
My configuration is good for classical async messaging
I try to use a QueueRequestor
The message is effectively sended, recieved.
But when it's time to answer on the temp ...
0
votes
3answers
70 views
Remembering destination when logging in
When I want to redirect a user to a specific page behind a login wall and they're not already logged in, they get redirected to the homepage where they can login. When they login, they are redirected ...
0
votes
1answer
126 views
Having two destination folders using NSIS
Currently the product I work on uses NSIS to create it's installer. It works great, we love it.
But now, with some of the issues arising with manipulation of data in program files on Windows 7 and ...