Evil Mode best practice? [closed]

I used a highly customized vim, and now use an even more customized emacs. I think you’ll find every instance of keymapping in my keymapping config file https://github.com/mbriggs/.emacs.d-oldv2/blob/master/init/init-keymaps.el Keep in mind, I am rebinding stuff that real emacs users would consider heresy, so YMMV if you ever want to learn “real” emacs (I really don’t). … Read more

How to make HTML table cell editable?

You can use the contenteditable attribute on the cells, rows, or table in question. Updated for IE8 compatibility <table> <tr><td><div contenteditable>I’m editable</div></td><td><div contenteditable>I’m also editable</div></td></tr> <tr><td>I’m not editable</td></tr> </table> Just note that if you make the table editable, in Mozilla at least, you can delete rows, etc. You’d also need to check whether your target … Read more

Hata!: SQLSTATE[HY000] [1045] Access denied for user 'divattrend_liink'@'localhost' (using password: YES)