Ning is a platform for creating social websites
Questions tagged [ning]
34 questions
6
votes
1 answer
Async http client (ning) creating more threads?
I am using the ning async http client to achieve the non-blocking goodness. Doing an apples vs apples test (non blocking vs blocking), I am seeing that the non blocking version is serving more request samples, however the async http client is…

Vinodh
- 201
- 1
- 3
- 7
5
votes
1 answer
How to wait for all requests to finish
I am using ning AsyncHttpClient from a command line program. I need to wait for all requests to end so I can safely call close() on the client. The challenge is that I make many requests from many different parts of the program. Stripped own code…

RajV
- 6,860
- 8
- 44
- 62
4
votes
1 answer
ning asynch http client how to accept any certificates
I see on this page how to do https
http://sonatype.github.com/async-http-client/ssl.html
but what if I just want to ignore and accept any certificate as in this environment I don't care about man in the middle right now since it is in an isolated…

Dean Hiller
- 19,235
- 25
- 129
- 212
4
votes
1 answer
Debugging the "safepoint" error - need theoretical OR practical to debugging JVM crashes?
We have an amazingly elusive jvm crash occuring on an Ubuntu server that runs on AWS.
Our JVM crashes while crawling a few web pages.
The crash occurs at line 308 of the "safepoint" cpp module. At the stage where a gauranteeArmed==0 statement…

jayunit100
- 17,388
- 22
- 92
- 167
3
votes
1 answer
PHP IMAP POP forwarding script sends image attachments changed somehow
I am running a script to log into an IMAP/POP mailbox, forward the content to a new email address, and then remove them from the mailbox.
It's almost working now, except that for some odd, inexplicable reason, forwarded attached images that are send…

Nimloc
- 73
- 1
- 6
2
votes
1 answer
Facebook Apps - Add Platform - Website icon is grayed out and won't let me click it
None of the answers to related issues have helped me.
I am trying to create a Facebook login for my Ning site. When I Add Platform under settings, it is only the 'Website' icon that is unclickable.
I followed the Ning instructions for enabling this…

user3601657
- 21
- 1
1
vote
1 answer
How do I use the Ning API to create something like this?
http://www.friendsorenemies.com/vip/blog/embedAll?pageSize=10
Just a list of the blog posts.
Here is the link to the API: http://developer.ning.com/docs/ningapi/1.0/index.html
I'm not much of a developer. Any help would be appreciated. Or if anybody…

J82
- 2,327
- 5
- 26
- 32
1
vote
1 answer
How does this site import the content using jQuery UI tabs?
Site: http://www.friendsorenemies.com/
That site has jQuery UI tabs set up with Features, VIP Blogs, and All. But how are they importing the content? Originally, I was thinking I could use a jQuery rss parser like zRSSFeed, but realized that the…

J82
- 2,327
- 5
- 26
- 32
1
vote
0 answers
ning.http.client Kerberos Example
How can I support Kerberos based authentication with the ning http client?
I am extending existing code which has support for NTLMAuth and I want to be able to include support for Kerberos, which is used on some of the websites that I need to…

bhu
- 11
- 2
1
vote
0 answers
it always show Remotely Closed when I use ning's async-http-client jar
it always call onThrowable method ,and show "Remotely Closed [id: 0x00366573, /192.168.86.196:55246 :> /10.45.5.166:8080]"
if submitData's value very long,and submitData's value is json form .
ObtainSubmitInfo obtainSubmitInfo = new…

danny
- 11
- 3
1
vote
0 answers
How to cluster multiple HTTP Clients?
I have a use case which involves pulling/streaming data from numerous HTTP endpoints, in excess of over 100.
I have a standalone java app that can manage up to 30+ client requests using ning async client http library but was looking for some ideas…

user983022
- 979
- 1
- 18
- 30
0
votes
1 answer
How to use Ning API in iphone development
I have Ning Network and I have already developed an iOS app for the network.
I would like to use the Ning API for make possible for user upload pictures from the app to the network.
I known that i have to use the Ning API, but I have no idea how to…
0
votes
2 answers
Link a div to a url with javascript
I've recently bought a Ning account. You can't edit any html at all.
The only thing you can do is style the original div's with css.
There's a custom code feature where you can add javascript.
I have a div called xn_bar_menu_branding. Can this be…

user1139498
- 101
- 1
- 4
0
votes
1 answer
Add empty array as a query param
I'm stucked with this problem:
I need to create this url
.../check?variables=[]&last_name=name&...
So I'm using com.ning.http.client.RequestBuilder for building me request
I tried doing that way, but it's doesn't work for some reason
RequestBuilder…

Ytug Ilya
- 69
- 5
0
votes
3 answers
How do I extract the blog posts like this site did?
This site is built on Ning. You'll notice they have jQuery tabs set up on the home page and looking through the source code, you'll see that those tabs are getting their content from an outside url (below):
- …

J82
- 2,327
- 5
- 26
- 32