Need to have the server make a POST to an API, how do I add POST values to a WebRequest object and how do I send it and get the response (it will be a string) out?
Hi all,
I recently installed twython, a really sleek and awesome twitter API wrapper for Python. I installed it and it works fine from the interpreter, but when I try to import it via Eclipse, it says that twython is an invalid import.
How do I "tell" eclipse where twython is so that it will let me import and use it?
Thanks!
I have a SOAP web service which I call from two clients using axis2. Can the web service know from which of these two clients the call originated from? If so, how do I know that during runtime? Is there any API provided to lookup the name of the invoker of a particular web service by that web service. Thanks.
I have a Magento installation with around 60 attribute sets. I need to add a new attribute to each of the attribute sets. There doesn't seem to anyway of doing this in the admin control panel.
I am sure I can work it out by manually entering the correct fields into the database, but is there a way of doing this through the API or through the Import / Export profiles?
Any suggestions would be gladly received.
Hello friends,
I am a new user of google maps API in android OS. I have made a small application in which i am using google maps. I want to add a functionality that when i double click (multi touch) on a map the map should zoom in. IS there anybody who has an idea how to do this or if it is possible please provid a code example.
Thanks in advance.
BR,
SilentCoders
how can i create method which return sqrt of given nunber? for example sqrt(16) returns 4
and sqrt(5) returns 2.3... please help i am using java and know Math.sqrt() API function but i need method itself
I need to be able to control brightness of my Windows CE 5.0 device.
I've found that there is an API function ExtEscape to do that ( http://msdn.microsoft.com/en-us/library/aa453063 ) but it needs a structure ContrastCmdInputParm (http://msdn.microsoft.com/en-us/library/Aa447689 ) as a parameter.
Since ExtEscape is unmanaged, I cannot pass a .net structure.
What is the simplest way to call this function?
Hi,
In my application,need to display the upload and download speed and duration of the connected network(wifi).I searched in api found only one method wifiinfo.getLinkSpeed() and a field LINK_SPEED_UNITS.Please give me guidance or sample code.
Regards,
Rajendar
I am creating EML file with "System.Net.Mail".After that i am migrating it to Google Mail using google API ver 2.
For small attachments it is working fine.
But in case of large attachment upto (1 MB or 2 MB) it throwing exception "Request aborted".
How can migrate mail with large file attachment?
I got solution of sending large size attachment using System.Net.Mail.
But how to implement it in case of Google apps?
Thanx
I'm currently registering my domains through GoDaddy. Does the registrar matter? Any recommendations for registrars you're especially happy with?
(See this very similar question, that requires API support. I need no such support, hence this question is more generic).
why is the code below showing 'got the result null' alertbox ? while the request seems to be sending a proper json.
$(function(){
$.getJSON('http://api.twitter.com/1/statuses/user_timeline.json?screen_name=twitterusername', function(data) {
alert('got the result '+data);
});
});
Hello all,
I want to create an music track visualization for an music player application which should look like as below:
you can see in the above image that, there is an equalizer kind of view and it should vary as the music track is played.
I need to know the right way to achieve the above visualization, which api to use?, etc.,
Any suggestion will be greatly helpful to me.
Thanks,
Swathi
Hi,
In my Carbon application upon display of Preference Panes, I have a link which when clicked opens up Apple Help Viewer.
The problem I am facing is the Help Viewer Window is behind my preference pane window.
I would like to keep the Help Viewer window on top of the Preference Pane.
Is there any way to get the WindowRef of the Help Viewer app so that I can use SendBehind API to send the help viewer behind the current window.
Thanks a lot
Regards,
Marc
I am using the paypal mass pay feature but i am unable to make payments greater than $20. When I attempt to make large transactions (say for $120) i get the error that says the account has insufficient funds.
My account has more than the requisite amount to make the payment. I am trying to find a solution as there is no documentation that says anything about an a limit for each payment in the mass pay api.
I would appreciate any help on this.
Is there an API to add to the a windows command prompt history? I writing a console program and it would be handy to pop some commands into the history buffer under certain (limited) conditions.
How fix data table to open only in Main Content Frame? Structure of my site.master page is: left content, main content and right content. When open View page in main content she goes to the right content if it is large. Is this CSS problem?
My problem is similar to this http://www.inq.me/post/ASPNet-MVC-Extension-method-to-create-a-Security-Aware-HtmlActionLink.aspx
This is my CSS(come with template):
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
PRIMARY LAYOUT STYLES
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.content-container {
position:relative;
_height:1px;
min-height:1px;
width:900px;
/* background:url(images/bg-column-left.png) repeat-y;*/
}
.content-container-inner {
/*background:url(images/bg-column-right.png) repeat-y right;*/
_height:1px;
min-height:1px;
/*padding:0 200px;*/
position:relative;
/*width:900px;*/
}
.content-main {
padding :15px 0% 0px 2%;
/*position:relative;*/
min-height:1px;
_height:1px;
float:left;
position:relative;
/*width:96%;*/
/*width:900px;*/
}
.content-left {
padding:20px 10px;
float:left;
width:180px;
margin-top:-1px;
position:relative;
margin-left:-100%;
right:200px;
_left:200px;
border-top:1px dotted #797979;
}
.content-right {
padding :15px 10px 10px 10px;
float:left;
width:160px;
position:relative;
margin-right:-200px;
}
.ads {
text-align:center;
margin:20px 0;
}
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Is it possible to send SMS from a Java application. I don't want to use J2ME in this case. I want to know with respect to J2SE and J2EE only. Is there any API available to achieve this? If it is available whether we have to use any service provider or not for this? Can you tell me how to achieve that?
My HP laptop uses Windows Update to deploy updates for some of HP's integrated software. How'd they do that? What API will allow you to integrate with Windows Update to deploy your own patches?
So I have a little (musical) keyboard that has USB midi interface. I know you can program to this (many programs accept input from the midi device via USB interface) but where do you begin to program a midi device?
Ideally I'm looking for a platform-independent api, through Python or something.
I installed Windows 8 Pro a couple days ago. In the in-built "People" app, since there were options to sync contacts with several third party services like Facebook, Linkedin etc., I wanted to sync my Google contacts to the People app.
The sync was successful and all my contacts migrated properly.
However, the age old problem of custom fields not syncing between Google/Apple/Windows apps is still present.
If a field label in my Google contacts is 'iPhone', it doesn't sync! Nor do any other custom fields except 'home' or 'work' with numbers.
Is there a solution to this or any other workaround?
I'm currently in a need of getting session ID thus I need to get the HttpSession but I don't have any servlets in my EJB module. So perhaps some DI annotation like in webservices api?
The problem is this is hard to follow:
ajaxOne(function() {
// do something
ajaxTwo(function() {
// do something
ajaxThree()
});
});
I'm using a third party API to make the AJAX calls, so I need a generic solution.
In my application, I need to convert PDF docs to PCL5 generic files to send to FTP PCL capable printers. Printing to file would be a last resort, I would prefer a small-footprint command line tool or API that will do the job.
I've seen some mention of doing this on Linux using Ghostscript, but I've got no idea how to replicate this on windows.
Many thanks
Hi,
I'm working on a 3D graphical application in Java using the Java 3D API. I noticed that every time I was dealing with transparency, all I got in return were some clipping problems. Some parts of the scene weren't displayed properly. It might seem obvious that this would happen in a certain way but I'm looking for a logical explanation, why is this happening?
Thank you