Vanilla 1 is no longer supported or maintained. If you need a copy, you can get it here.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
Dreamweaver vs GoLive
This discussion has been closed.
Comments
// Note: This file is included from the LanguageSelector extension UserLanguageForm control. include ($this->Context->Configuration['APPLICATION_PATH'] . '../lib/web_objects.php'); $bloc = div("Form", "Account Identity"); if ($this->PostBackValidated) $bloc->add(div("Success", false, $this->Context->GetDefinition('BiblioPrefsSaved'))); $fieldset = $bloc->add(fieldset()); $fieldset->add(legend('testIDlegend',0,$this->Context->GetDefinition('BiblioPrefsManagement'))); $fieldset->add($this->Get_Warnings()); $fieldset->add($this->Get_PostBackForm('frmBiblioPrefsChange')); $ul = $fieldset->add(ul()); $li = $ul->add(li()); $li->add(label('ddLanguage', 0, $this->Context->GetDefinition('ChangeLanguage'))); $li->add($this->LanguageSelect->Get()); $li->add(p('Description', $this->Context->GetDefinition('ChangeUserLanguageNotes'))); $div = $fieldset->add(div('testIDdiv', 'Submit')); $div->add(input('submit', 'btnSave', $this->Context->GetDefinition('Save'), 'Button SubmitButton')); //input $div->add(a(GetUrl($this->Context->Configuration, $this->Context->SelfUrl), 'CancelButton', $this->Context->GetDefinition('Cancel'))); $fieldset->add('</form>'); //closing form open in Get_PostBackForm() $bloc->render();
Half-kiddind, only…
As I said above somewhere, ain't nuffin definitive gonna come out of this discussion, it's all up to personal preference.
Haha!
personal preference is almost always bias
Wow, you should be running for president with that insightful statement
I was simply saying how obviously obvious that statement was, of course personal preference is going to be biased.
In fact I said you were not going to get a definitive answer because it is a personal preference.
Both tools do the job, which one to use is the one that works for you.
I said I prefer GoLive and gave my reasons, the "naysayer" responded with "I hate GoLive"...
A bit like comparing high-tech mountain climbing full length rappel with a plastic kids' skipping rope!