I have a class implementing the UITableViewDelegate and the NSXMLParserDelegate. My app is tab based. When I select the proper tab, in the viewWillAppear method of my class I start my xml parser to pa
I have a flash banner on every page in my site. I want it to continue playing rather than reloading when users change pages. Ive read that this can be achieved using flashvars, however, its been quite
I\'m currently revamping this site: www.epeinternational.com in PHP. I have it set up so the content of each page is included depending on the users menu choice:
I have a setupBoard(); and a setupBlocks(); in my function: function init(e) { setupBoard(); removeEventListener(Event.ENTER_FRAME , init);
I\'m working on an ASP.NET based TicTacToe game. The problem I have with it is that: The game is played between two users. When the first one types \'x\' in the TextBox I want the \'x\' to be shown on
package com.Example.Company; public class MultipleViewsLayered extends GraphicsActivity { /** Called when the activity is first created. */
I took a different direction with a carousel I implemented, opting for bxSlider instead of jCarousel. This is for an image gallery I am building http://rjwcollective.com/equinox/rishi_gallery/eqgall.p
hi I am working on an iPhone app & i have to show some thing on a pickerview after receiving a response from socket, Methods of PickerView are check when application is going to be load. in my app
How can a reload a servlet once a month? We got some data which will change once a month, the data is for the servlet, but we don\'t need to save the data into DB, instead we want to make it a config
I have one HTML file containing several <div> elements. I want to refresh just part of the page using either JavaScript or C#.Can someone help?