We put together a complete list of HTML entities with their numbers and names. You’ll find this very useful when your adding unique characters to your site!
Use HTML Entities for Accent Characters in Your Websites
Creating HTML entities and language accent marks is something Rudtek needs often in creating new sites. For Language marks, the umlaut, circumflex, accent grave, and accent acute are extremely important.
Designing a website is sometimes done with HTML, but often our clients type out their content ahead of time on their PCs, so we’ve put together this list on how to get each of these accent marks on both the PC and how to do it with HTML entities.
Use SSH to change file and directory permissions to 0644 and 0755
Often we find ourselves needing to bulk change all file permissions or all directory permission for an entire site or directory. Here at Rudtek, we have received calls because a site is down with an error 500 (looking at you WordPress!) This is caused by servers, or users, applying the wrong permissions to a file on the site.
How to move or copy files with SSH
When developing a theme in WordPress, it’s often easier to move files or directories on the webserver than downloading and re-uploading all the files together. You may need to move one or more files/folders or copy them to a different location. You can do so using an SSH connection.