I have a relatively simple entries model with just five fields: id type (what datatype this entry is) amount (how many of whatever type it is)
I am using VS2008. In my application, from a MMC snap-in I run an Excel 2003 Worksheet (in Office 2007) so that the user can modify certain parameters.
I have a model form: class SnippetForm(ModelForm): class Meta: model = Snippet exclude = [\'author\', \'slug\']
another django question. I have a edit form like this. Look at current_status in the code. It has been updated:
I have an option menu when the activity looses focus the selected option menu item(s) retain state but when my activity is destroyed all the options are reset.
I\'m working on a simple plug that lets me save pairs of values with a post; there\'s a bit of JS to add or delete pairings. Everything works just fine, but randomly data will disappear. I\'m not sure
var htmll = $(\"#iframe1\").html(); alert(htmll); $(\"#myTextarea\") .val(htmll) .parents(\"form\") .submit();
I have a problem with one field of the DB. With this code: $expireMonth = Mage::getStoreConfig(\'points_options/con开发者_运维问答fig_points/expiration_period\', Mage::app()->getStore()->getId
Greetings, I\'m trying to read and save to a XML f开发者_JAVA百科ile within a client bin I\'ve managed to find out how to read a xml file in the clientbin.
I\'m trying to export some extracted $_POST information into a text file, however my code is only capturing the first variable and ignoring the rest. I\'m saving the information to the text file in th