Skip to main content

Posts

PluralSight: Free Courses

Register free account at https://app.pluralsight.com to explore these free courses.

Google Sheets: Notes

"Google Sheets is a web-based application that enables users to create, update and modify spreadsheets and share the data online in real time." — TechTarget

[MSSQL]: Common T-SQL

-- Check version PRINT @@Version SELECT * FROM sys.configurations -- Show all processes SELECT * FROM sys.sysprocesses -- Check active connections SELECT DB_NAME(dbid) AS DBName, COUNT(dbid) AS NumberOfConnections, loginame FROM sys.sysprocesses GROUP BY dbid, loginame ORDER BY DB_NAME(dbid) -- Check Collation used by all databases USE Master GO  SELECT NAME, COLLATION_NAME  FROM sys.Databases  ORDER BY DATABASE_ID ASC  GO -- Enable 'sa' login ALTER LOGIN [sa] ENABLE GO

Microsoft Excel: Unhide all rows and columns

Unhide all hidden rows and columns at the same time Apply to: Microsoft Excel 2010, Microsoft Excel 2013 Select all cells on a worksheet: Press CTRL + A On the Home tab, in the Cells group, click Format. Under Visibility, point to Hide & Unhide, and then click Unhide Rows or Unhide Columns. Microsoft Excel: Unhide Rows and Columns

How to charge your device from USB Port

First of all, check BIOS Settings of your laptop or desktop Dell Look for USB PowerShare BIOS Settings: USB PowerShare Lenovo Look for Always On USB Charge in Off Mode BIOS Settings: Enable Always On USB Charge in Off Mode

Spoofing emails illustration

Spoofing emails DO NOT click any links like these Spoofing email: illustrated Email Spoofing: Vietcombank

Facebook Instant Article: Notes from the field

Notes while playing with facebook instant articles Claim your URL Facebook Instant Article Setup: Claim Your URL(s) Related articles List maximum 3 related articles Error/warning if you list more than 3 related articles Facebook Instant Article: maximum related articles is 3 Maximum <br /> tags is 5 Facebook Instant Article: maximum <br /> tags is 5 Feedback is not supported for youtube video iframe Feedback is not supported for youtube video iframe Facebook Ads inside MUST create another Audience Network

American Accent Training Resources

American Accent Training Book and CDs American Accent Training by Ann Cook Rebecca Linquist https://www.youtube.com/user/rebeccalinquist LISA’S YOUTUBE VIDEOS http://www.accurateenglish.com/lisas-youtube-videos/ Rachel's English Youtube Channel https://www.youtube.com/user/rachelsenglish Accent Ace https://www.youtube.com/user/AccentAceConfidence Practice American English sounds with free video lessons by Cheryl A. Posey http://www.speakingyourbest.com/freevideolessons.html Shaw English Online https://www.youtube.com/user/ShawEducation Pronunciation Pro https://www.youtube.com/user/pronunciationpro Heather Hansen https://www.youtube.com/user/heatherhansen

Microsoft Visual Studio Code: Notes from the field

Microsoft Visual Studio Code is a free and cross-platform IDE running on Microsoft Windows, Linux, and MacOS. Install Microsoft Visual Studio Code Download link:  https://code.visualstudio.com/ Get Visual Studio Code at code.visualstudio.com Check current version Visual Studio Code Version 1.0.0 Update Update Visual Studio Code Microsoft Visual Studio Version 1.1.1 Install Extension: Visual Studio Team Services Install Extension - Visual Studio Team Services Commonly used keyboard shortcuts VS Code keyboard commonly used shortcuts Shortcut Usage CTRL + SHIFT + K Delete current line ALT + Z Toggle Word Wrap ALT + / Comment current line or selected block ALT + \ Toggle (hide/show) side bar

Google Search Console: Notes from the field

Target users by Language and Country Google Search Console: International Targeting Settings