Apple AirPort: Extend your Wireless Network

========= QUESTION ---------How do I extend my wireless network using multiple AirPort Extremes or AirPort Express units?   ========= ANSWER ---------WIRED--- The absolute best method (for throughput and performance) is to simply Ethernet connect the multiple AirPorts all to each other via the following setup:  Modem --InternetPort connected to WAN Port -- AirPort Extreme -- Ethernet [...]

By |2014-01-15T09:38:15+00:00January 15th, 2014|AirPort, Apple, Computers, Documentation|Comments Off on Apple AirPort: Extend your Wireless Network

Outlook 2013 Spell Check Not Working

========= QUESTION ---------I recently upgrade just my Microsoft Outlook install to 2013, and left my other Microsoft Office apps like Word, Excel, etc at the previous version. Ever since then, Outlook spell check does not work. Most missed is the red underline for misspelled words as I type.  When I go into File tab, Options, and [...]

By |2017-12-01T23:47:26+00:00December 1st, 2013|Computers, Documentation, Microsoft, Outlook|Comments Off on Outlook 2013 Spell Check Not Working

How do I edit my Apple ID?

========= QUESTION ---------How do I edit my Apple Logon ID or account information?   ========= ANSWER ---------Logon to http://AppleID.Apple.com   ========= EXAMPLES ---------   ========= APPLIES TO / KEY WORDS ---------Login.apple.com   ========= REF ---------http://AppleID.Apple.com   ---http://anySiteSupport.com http://anySiteHosting.com

By |2013-11-02T08:35:48+00:00November 2nd, 2013|Apple, Computers, Documentation, Internet/Web|Comments Off on How do I edit my Apple ID?

OS X Show Hidden Files

========= QUESTION ---------I am a web developer and need to be able to see files like .htaccess in Finder in Mac, but when I download them from FTP, they are hidden so I can't edit them.    ========= ANSWER ---------Open TERMINALEnter the following command:  defaults write com.apple.finder AppleShowAllFiles TRUEkillall Finder To reset to hide them [...]

By |2013-08-30T09:25:20+00:00August 30th, 2013|Apple, Computers, Documentation, Mac|Comments Off on OS X Show Hidden Files

Import .NK2 files or Suggested Contacts into Outlook 2013

========= QUESTION --------- How do I import my old .nk2 files or Suggested Contacts into my new Outlook 2013 install?   ========= ANSWER --------- Make sure the NK2 files are in the following folder: %appdata%MicrosoftOutlook Note the file must have the same name as your Outlook Profile (default profile is named "Outlook") Start, Run, outlook.exe [...]

By |2013-06-22T12:21:56+00:00June 22nd, 2013|Computers, Documentation, Microsoft, Outlook|Comments Off on Import .NK2 files or Suggested Contacts into Outlook 2013

Dropbox: How do I download a file I have a link to?

========= QUESTION ---------A client just sent me a link to a .mov file on their dropbox and whenever I click the link, the video just plays. How do I DOWNLOAD the file, rather than just playing it?   ========= ANSWER ---------Amazingly simple, actually, as of the time of this writing: Simply add the following text to the [...]

By |2017-12-01T23:47:27+00:00June 10th, 2013|Computers, Documentation, Dropbox|Comments Off on Dropbox: How do I download a file I have a link to?

mySQL Client Software

========= QUESTION ---------Is there a local software client I can install on my Windows or Mac computer to manage my mySQL databases?  I am tired of using PHPMyAdmin   ========= ANSWER ---------Windows--- http://www.heidisql.com/download.php --------- Macintosh--- http://www.sequelpro.com/download --Worked very well - the export of the entire database to a sql file, and then subsequent import to the new database ran [...]

By |2017-12-01T23:47:27+00:00June 9th, 2013|Computers, Documentation, MySQL|Comments Off on mySQL Client Software

VBA RND() Function: Pick a random number

========= QUESTION ---------How do I generate a random number between X and Y?    ========= ANSWER ---------See EXAMPLES    ========= EXAMPLES --------- Int ((999 - 100 + 1) * Rnd + 100) would return a random number between 100 and 999   ========= APPLIES TO / KEY WORDS --------- Random Numbers    ========= REF ---------http://www.techonthenet.com/excel/formulas/rnd.php   ---http://anySiteSupport.com [...]

By |2013-06-04T19:39:01+00:00June 4th, 2013|Access, Computers, Documentation, Microsoft, VBA|Comments Off on VBA RND() Function: Pick a random number

Access: VBA: Run several buttons at once

========= QUESTION --------- Is it possible to code the event on one button to execute several buttons at once on an Access Form?   ========= ANSWER --------- Yes - simply enter the following in the code for the 'master button'  Private Sub MasterButton_Click()    Call Button1_Click    Call Button2_ClickEnd Sub   ========= EXAMPLES ---------   ========= APPLIES [...]

By |2017-12-01T23:47:27+00:00May 7th, 2013|Access, Computers, Documentation, Microsoft, VBA|Comments Off on Access: VBA: Run several buttons at once
Go to Top