format

(tag)

  • Date Problems Converting A Dictionary To JSON

    If you want to convert a dictionary object to JSON you would use something like: myJSON = json.dumps(myDict, indent=4, sort_keys=True) read more…

    Date Problems Converting A Dictionary To JSON
  • Stop WordPress adding <p> tags for new lines

    Overview When you do a  new line in WordPress, at least when using the CKEditor, it adds a paragraph tag, “<p>” and “</p> around your text thus: <p> Line one </p> <p> Line two </p> <p> Line three </p> <p> &nbsp; </p> Resolution Instead of pressing <Enter> you should press <Shift><Enter> and in then you… read more…

    Stop WordPress adding <p> tags for new lines