by ray | Jul 30, 2021 | Tools
Check menu View > Side Bar > Show Side Bar (for OS X) Menu: File > Open > select folder and open button (folder, not the file) Or drag and drop the selected folder in the Sublime Text window.
by ray | Jul 30, 2021 | Wordpress
In October 2017, popular SMTP plugin Postman SMTP, with 100k+ active installs, was removed from the WordPress repository due to an XSS vulnerability. This news spread like wildfire. The plugin had not just been removed because of the vulnerability – it had...
by ray | May 8, 2021 | Android
I hope you had the chance to optimize your web experience by changing your Chrome flags through last week’s Android customization post. This week, we want to head back to a fairly beginner’s task, changing the settings, or completely disabling, auto-correct...
by ray | Nov 11, 2020 | Microsoft SQL
The following example changes the password of login Mary5 to a strong password. ALTER LOGIN Mary5 WITH PASSWORD = ”;
by ray | Nov 7, 2020 | Microsoft SQL
Shrinking a log file to a specified target size SQL Dev servers typically use “Simple” for the Recovery Mode while SQL Prod servers use “Full.” The SQL query below assumes that you are temporarily switching from Full Recovery Mode to Simple and...