O365, SharePoint, Android, C# , SQL , Software Development, Office Productivity, Visual Studio, Business Intelligence, Software Engineering , JavaScript , JQuery , Web Service, JS & .Net FW FUN!
Saturday, September 14, 2019
Image GPS + GeoTag : Update Image GPS and view GPS coordinates for image(s)
A) Update GPS for 1 + images using XnView | GeoSetter , use XnView Open with External Programs
B) View Image using GPS coord to index images by map. Use app "GeoPhoto" with integrated map + photo heat map clustering, App provided via MS
See example here:
https://gfycat.com/PepperyShadowyBluebottlejellyfish
Saturday, August 17, 2019
WinRAR Command Line Examples
-- chunk folder into a rar in 700MB increments
"c:\Program Files (x86)\WinRAR\WinRAR.exe" a -afrar -v700m "C:\Temp\Destination.rar" "C:\Temp\SourceFolder"
-- another
"c:\Program Files (x86)\WinRAR\WinRAR.exe" a -afrar -v700m "C:\_bu\wwwroot.rar" "C:\_bu\wwwroot"
Monday, July 29, 2019
Search using Date Range in Windows and GMail
1. Windows
- Date between 3/26 and 3/28
datemodified:3/26/2019 .. 3/28/2019
- Other Date Examples,
modified:2/1/2016 .. 2/20/2016
Note the two periods between the dates, this tells the search engine to use it as a range. You could also use “Datecreated:” or just “date:” instead of “modified:” if you wanted to.
2. Gmail:
Before/After Date
before:2018/9/1
after:2018/9/1 before:2018/11/18
Before/After Relative Date (instead of specific date)
newer_than:2d
older_than:30d
Search multiple labels!
label:(sent OR inbox)
label:(sent OR inbox) Indeed
label:(awork-jobs OR awork-jobs-jobsites) Indeed
label:(awork-jobs OR awork-jobs-jobsites | awork-jobs-melbourne) older_than:30d
label:(label:awork-jobs-remote) older_than:30d
Sunday, July 28, 2019
Setup Office365 Email account in Outlook 2010 or 2013
Incoming Settings:
- outlook.office365.com
- port 995
- SSL applied/ticked
Outgoing Server Settings:
- smtp.office365.com
- port 587
- SMTP authentication applied/ticked
- TLS applied/ticked
- Authentication - password
- Open Outlook 2010.
- Select the File tab.
- Click on + Add Account.
- Complete the following Fields:
- Your Name
- Email Address
- Password
- Re-type your password
- Click Next, a window will appear advising you that it is configuring the network settings. An Error may be displayed asking you to search unencrypted.
- Click Next. If this fails to connect and you receive an error message tick the Manually configure server settings box and click Next.
- Select Internet E-mail and click Next.
- Select POP3 form the Account Drop Down.
- In the 'Incoming mail server' field type outlook.office365.com
- In the 'Outgoing mail server' field type smtp.office365.com
- In the Username field type in your full email address
- In the Password field enter your email password
- Click on More Settings.
- Click on the Outgoing Server tab.
- Tick My outgoing server requires authentication.
- Ensure the radio button next to Use the same settings as my incoming server is selected and click Ok button.
- Click on the Advanced tab.
- In the Incoming server field enter 995.
- Tick This server requires an encrypted connection (SSL).
- In the Outgoing server field enter 587.
- From the drop down menu next to Use the following type of encrypted connection select TLS.
- Click OK.
- Click on Test Account settings and a results window will be displayed.
- Click Close to continue. A confirmation screen will be displayed.
- Click Finish. A list of email accounts will then be displayed.

Click Close.
You should now be able to send and receive emails.
Chrome Extensions for Text Productivity
Copy and Paste, Multi-Line, Multi-Copy, Allow Copy on Blocked Pages ect
MultiLine Text Selection
MultiSelect
Copy Plain Text
Multicopy
Selectable
Background on User-Select: none Blocked Web pages
https://stackoverflow.com/questions/42437433/disable-select-allow-copy-paste
https://stackoverflow.com/questions/7101982/enabling-blocked-text-selection-using-javascript
Office 365 Outlook Find POP, IMAP and SMTP Servers
1. go to portal.office.com
2. Open Outlook app
3. Gear Icon | Your app settings | Mail |
4. Expand Tree: Mail | Accounts | POP and IMAP
Normally servers are:
POP setting
Server name: outlook.office365.com
Port: 995
Encryption method: TLS
IMAP setting
Server name: outlook.office365.com
Port: 993
Encryption method: TLS
SMTP setting
Server name: smtp.office365.com
Port: 587
Encryption method: STARTTLS
For more info see : here
Thursday, July 11, 2019
Clipbrd Beta is Awesome, Share Clipboard between Devices.
Install this, I did step 1 and 2, YOU just need to do step 3 and 4.
AWESOME Chrome Extension. Copy on Computer, Paste on Phone; Copy on Phone, Paste on Computer.
This saves times for work and personal stuff.
1. Install ClipBrd in Chrome.
https://chrome.google.com/webstore/detail/clipbrd-beta/febnkhppinonnjgfjdigiipdajophkkk?hl=en
2. Create an account.
3. Install ClipBrd on Your PHONE, from Playstore.
4. Login using same account from step 2.
5. Done.

