I\'m interested in doing data-push from django to flex, can this be done using pyamf (tutorials or examples are highly appreciated)?
i have an application where a there is a root view controller which pushes another a view controller into view. this view controller shows a table. when a cell is selected, it pushes to another view c
The Git integration in Xcode 4 is very welcome however it seems to be a bit flaky when it comes to dealing with remote repositories.
We are building a website with has some functionality similar to bigdeal.com. We are not building an auction site or anything like that, but some sections of the website will be updating frequently gi
I am tryin开发者_Go百科g to push a new list into the root view side of the split view controller on an iPad app based on what the user selects in the root view table.For some reason I cannot figure ou
I have a repo on my server and can connect to it locally. My repo is located at: public_html/example/repo
I am looking for successful methods for testing WebSocket push events using RSpec. My application currently uses Pusher App, but more broad information relating to WebSockets is most welcome.
I needed to implement ajax push for real-time updates if there is a database update, group chat etc. As far i have come to know after researching on the net that methods like having a comet server, pu
I\'m trying to use the pushViewController: animated: with a UIViewController. I have it housed in a UINavigationController with initWithRoot and it still doesn\'t work.
I am designing a new project and I am trying to figure out ways to push data/events from a server application to a client application (ie a WPF application).