Proper Character Encoding with Unicode
Proper Character Encoding with Unicode
RELATED ARTICLES
Coding TipsMarch 31, 2026
Quickly Write Nested Tags in Sublime Text
Use > (greater-than symbol) to quickly write nested tags. For example, if you type article>h1and hit Tab, Emmet expands article>h1 to <article>...
Noble Desktop
Coding TipsMarch 31, 2026
Quickly Delete a Word in Any Text Editor
Hit Option–Delete (Mac) or Ctrl–Backspace (Windows) to delete the word to the left of the cursor. This is an operating system feature so it should work in any...
Noble Desktop
Coding TipsMarch 23, 2026
Jump to the Previous or Next Word
Use Option (Mac) or Ctrl (Windows) with the arrow keys to quickly navigate and edit your code. Hit Option–Left (Mac) or Ctrl–Left (Windows) to move the cursor...
Noble Desktop