Posts
Showing posts with the label compter skill
How to insert Google translate into your website (WordPress)
- Get link
- X
- Other Apps
There're two important things: 1. where to insert? 2. what's the code In WordPress, find the Appearance, and then click Edit Themes, and then click the location you want to insert. for example: insert the language translate at the Footer. the codes as below: <div id="google_translate_element"></div> <script type="text/javascript"> function googleTranslateElementInit() { new google.translate.TranslateElement({pageLanguage: ' zh-TW '}, 'google_translate_element'); } </script> <script type="text/javascript" src="//translate.google.com/translate_a/element.js?cb=googleTranslateElementInit"></script> then click update now. you will get a dropdown list at the left bottom. Tips: The yellowhight zh-TW code is your default language of your website, I am using TaiWan Chinese codes. yours maybe different.
How to add or remove startup apps on Mac?
- Get link
- X
- Other Apps
Login items Open System Preferences and click on Users & Groups , then click the Login Items tab. (there are "-" and "+", it mean remove or add.) You'll see a list of apps (and even files and folders) that open every time you log in. This list is different for each user account on your Mac. [ Further reading: Learn more about macOS Big Sur ] Items usually end up on this list because apps added them to it. Most apps that do so ask you for permission first or have an "Open at login" or similar checkbox in its settings. In any case, you can add an item to the list manually by clicking the (+) button , or r emove an item by selecting it and clicking the minus sign (-) button. IDG Everything in the Login Items list—whether added by you or by an app—opens automatically when you log in.
how to screenshot a drop down menu on mac
- Get link
- X
- Other Apps
macOS In macOS , to take a screenshot (including any menus you may have selected), press Command -Shift-3 . You will hear a camera shutter click, and an image of your current screen will be saved to your desktop in PNG format. It will be named with the date and time that you take the screen shot. To take a screenshot of only a portion of the screen: Press Command-Shift-4 . Your mouse pointer will change into crosshairs. Note: If you want to cancel at any point in this process, press Esc . Move your mouse to the upper-left corner of the area you want to capture. Hold down the mouse button, drag the mouse to the lower-right corner of the area you want to capture, and then release the mouse button. You can also take screenshots of individual windows, menus, and icons: If you want to take a screenshot of a menu, select it. If you want to take a screenshot of a window, click it to bring it into focus. Press Command-Shift-4 , and then press the...