Ning is a platform for creating social websites
Questions tagged [ning]
34 questions
0
votes
1 answer
Eventing in Ning
I've been scouring API documentation but have yet to find something about this. I'm trying to get activity information from a Ning network as it happens. I want to know whenever any user comments, shares a photo, etc.
Is there any way to do this…

Ryan Elkins
- 5,731
- 13
- 41
- 67
0
votes
1 answer
Ning - Wordpress Single Sign On
I happened to chanced upon Kyle Ford's 2007 blog post regarding Wordpress' integration with Ning:
http://blog.ning.com/2007/11/wordpress_integration.html
However, the source code has been taken offline, I'm assuming it is due to the changes in the…

orangemako
- 944
- 1
- 11
- 21
0
votes
2 answers
Moving from Ning to Wordpress
description:
i have a project that i will make on WordPress...
the people have there data on Ning CMS..
My Question:
1- how to get data in the Ning and move it to WordPress?
2- is it right choice to make website on WordPress and move data from
…

Yousef
- 1
- 3
0
votes
1 answer
Custom image for NING network users provided by an admin
I'm working on a NING network and I wish to develop small application so that I can put a photograph/GIF/animation on "MY PAGE" page - different for each member. It should work simply like: admin puts in the desired username and the bond towards the…

Paul
- 1,928
- 8
- 24
- 32
0
votes
1 answer
How to increase default buffersize in AsyncHttpClient?
How to increase default buffer size in AsyncHttpClient.
I am using following code to read messages from a streaming server(Http long pooling).
When server sends a message longer than 8KB, then my message is divided in to chunks.
Ex:-
Original…

user1097437
- 111
- 3
- 12
0
votes
0 answers
NoClassDefFoundError on using com.ning.http.client.AsyncHandler
I am building a receiver for Apache Spark after a template of szelvenskiythat gets an http-URL as input. I can package a jar with sbt, but on runtime the application throws a java.lang.NoClassDefFoundError: com.ning.http.client.AsyncHandler…

noteven2degrees
- 383
- 2
- 9
0
votes
3 answers
Anyone able to read ning's json export files using PHP
I have a client's JSON files that he got from the NING exporter. I'm trying to load the data into PHP but seems like the json isnt properly formatted or something. SO PHP is not able to parse the JSON. I also used another PHP class to do it but that…

Ashwin
- 11
- 1
0
votes
1 answer
AsyncHttpClient Connection Timeout not working
I'm using AsyncHttpClient to make HTTP request through proxy server, but seems connect timeout not working, even if I configured it to be 65 seconds (proxies can work very slow).
I'm receiving java.util.concurrent.ExecutionException backed by…

WelcomeTo
- 19,843
- 53
- 170
- 286
0
votes
1 answer
Is there a standalone community website application which one can easily populate with a Ning content dump?
Ning provides a structured content dump of Ning sites when requested. I was wondering whether a) the schema for this dump is publically specified and b) any open-source web applications can use such a dump to populate a community website.

Alex Coventry
- 68,681
- 4
- 36
- 40
0
votes
1 answer
Ning's AsyncHttpClient builds Futures way too slow (in this case)
In my code there is loop which builds the Futures, which is way to slow. It takes about hundreds of milliseconds to build just 1 Future. I'am just talking about setting up the Future object and not about getting the Reponse. Here's the…

Crayl
- 1,883
- 7
- 27
- 43
0
votes
2 answers
How do I move an element out of its parent element using jQuery?
In the example below, using jQuery, how would I move .nav out of .header and append it to .container?
So this is before:
And this would be…

J82
- 8,267
- 23
- 58
- 87
0
votes
1 answer
Websocket client doesn't work from applet
I'm using Ning http library to connect to websocket server(Weblogic 12.1.2) using this code:
WebSocket ws = new AsyncHttpClient().prepareGet(uri.toASCIIString()).execute(new…

NeplatnyUdaj
- 6,052
- 6
- 43
- 76
0
votes
0 answers
Linking One Background Image to a Set of Daughter Pages on NING
I'm still new at CSS, so please forgive me if this question sounds elementary (it is). Long story short, I'm currently working on a Ning Social Network hub for my school, and sufficient to say having a premade, pre-canned setup isn't exactly ideal…

user2534182
- 91
- 2
- 4
0
votes
1 answer
(CSS-spanS-rowS) How to center all module names and make background span entire width of page
I recently got a Ning account. I want to customize the site a bit more using their "Add Custom CSS" option I would like the ning site to look as close to this site as possible. More specifically the green horizontal bar across the top of the page,…

MoBang
- 51
- 1
- 7
0
votes
1 answer
Look for cookie of external site then redirect
I have a ning network. i have also got a custom homepage which is just a html/css site.
What I need is a script to detect if they have previously visited my ning site and are logged in. If not they don't get redirected.
Any thoughts would be…

Josh Hall
- 31
- 2
- 5