I currently have an app that has many activities and needs to have a way of maintaining state between these activities.
This really is my last resort as I am absolutely stumped and I just know it is something stupid! I have a UITableView and a UISearchBar, the user uses the search bar to enter a location, which is the
Firstly, I want to restrict this question to web development only. So this is language agnostic as long as the language is being used for web development. Personally, I am coming at this from a backgr
So, I don\'t come from a huge PHP background—and I was wondering if in well formed code, one should use the \'superglobals\' directly, e.g. in the middle of some function say $_SESSION[\'x\'] = \'y\'
I\'m a .NET / C# software engineer who\'s been recruited into a temporary job function I\'m not thrilled with.
I have a url that look like this reg.php?lang=no_NO&passkey=testand im trying to get the passkey variable, but it keeps showing up blank.
I am writing a GTK+ application in C (though the principle here is widely applicable) which contains a GtkComboBox. The GtkComboBox is part of a larger structure returned by another function and packe
Working on an idea for a simple HTMLElement wrapper I stumbled upon the following for Internet Explorer and Chrome:
On Linux I have some generated C++ code from a static library that defines a global variable.A single instance of this global variable is shared between two shared libraries that refer to its symbol.
I have an MFC application in which I have declared a Global Object say \"obj\" in a file called MiRec2PC.cpp now I want to use this object in a C file.