anySiteBackup: How do I run a backup manually?

========= QUESTION ---------I am rarely online, and need to manually run my backup, how do I do that? I have some extremely important files that I need backed up immediately, how do I run the backup script manually?  I have not backed for quite some time, how do I manually run the backup?   ========= [...]

By |2013-10-12T06:12:59+00:00October 12th, 2013|Desktop Client, Online Backup|Comments Off on anySiteBackup: How do I run a backup manually?

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?

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

WordPress: Page Specific Sidebars

========= QUESTION ---------How do I add a custom sidebar to a specific page, not all the pages across my entire site?    ========= ANSWER ---------Plugin: Simple Page Specific Sidebars * *Note: After installing the plugin be sure to go to it's settings under the Installed Plugins area, and click the Update Settings button to 'activate' the plugin. [...]

By |2017-12-01T23:47:27+00:00May 26th, 2013|Documentation, Internet/Web, Web Design, WordPress|Comments Off on WordPress: Page Specific Sidebars

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

How do you setup AirPort Express to extend a wireless network through a wired connection?

========= QUESTION ---------How do you setup an Apple AirPort Express to extend a wireless network not wirelessly, but through a switch already wired to the main AirPort Extreme base station?    ========= ANSWER --------- Close AirPort Utility if is open. Disconnect the Ethernet cable from the AirPort Express. Perform a Hard Reset on the AirPort Express [...]

By |2017-12-01T23:47:27+00:00April 28th, 2013|AirPort, Apple, Computers, Documentation, Networking, Wireless|Comments Off on How do you setup AirPort Express to extend a wireless network through a wired connection?

WordPress: Disable all plugins

========= QUESTION --------- I am having trouble with my Wordpress site, how do I disable all plugins to see if this helps?  --------- I cannot logon to my Wordpress site. After clicking logon, it just spins, and eventually shows a CGI Timeout error:---CGI Timeout The specified CGI application exceeded the allowed time for processing. The server [...]

By |2017-12-01T23:47:27+00:00April 20th, 2013|Documentation, Internet/Web, WordPress|Comments Off on WordPress: Disable all plugins
Go to Top