I\'m working on a template for dynamic questionnaires in Flex. More detailed description in my previous thread HERE
I have code that lets me to show an element on click of one element and hide it on click of another. Code looks like:
I have a question regarding Backbone JS\'s Models. I\'ve already delved into Backbone JS quite a bit the last few days. I am understanding it now (and thanks to Stackoverflow, I have understood furthe
i am displaying a numeral keypad in on a winf开发者_开发知识库orm to enter code. i am displaying nummpad with buttons... The users will be using only keyboards numpad to enter the code\\password\\? bu
I have a GWT/GAE project that has an arraylist of Strings on the server side. I originally assumed that every client that accesses the app gets its own instance of the server. but today while testing
I have two states. When I switch from OFF to A, it resizes correctly, but when I switch from A back to OFF it happens without the smooth resize transition. What am I doing wrong?
I\'m working on an Android application with a MapActivity and I\'m having trouble managing the MapView state in an appropriate 开发者_运维问答manner.
I want to use a global dat开发者_如何学Ca for MVC web application running on Windows Azure (e.g. something like a list of users having new messages).
I\'m looking for suggestions for how to create a menu button that can be \"sticky\", ie: if the user presses it once it stays pressed for the entire visit to the site, even if they browse through seve
Is there any merit to using a nullable bool to store a tri-state value? For example, null == 1st state, false == 2nd state, true == 3rd state?