How do I use FileZilla FTP software to upload content to the web server?

I need to upload or download files to or from the web server - how do I do that using the free FTP client software, FileZilla? Visit http://filezilla-project.org/ Click the Download FileZilla Client link or button Click the recommended download link for your computer platform (Windows, Mac, Linux, etc) Once the file has downloaded, execute [...]

By |2019-08-30T17:59:36+00:00December 4th, 2011|anySiteSolutions.com, Computers, Documentation, FileZilla, FTP, FTP|Comments Off on How do I use FileZilla FTP software to upload content to the web server?

How do I print from my iPhone, iPad, or iPod?

========= QUESTION --------- How do I print from my iOS device (iPhone, iPad, iPod)?   ========= ANSWER --------- Apple's Air Print is the ideal solution for this. AirPrint capability is built in to iOS v4.2 or later, and is very simply called via the action button in many applications. (example: open an email and click [...]

By |2017-12-01T23:47:35+00:00November 28th, 2011|Apple, Cell Phone, Computers, Documentation, iOS, iPhone|Comments Off on How do I print from my iPhone, iPad, or iPod?

ODBC: Save your password in the Registry

========= QUESTION --------- Can you save your ODBC user and password in the registry to avoid having to re-enter your password every time you connect to the database?   ========= ANSWER --------- Yes - though it seems to work better in older versions of Oracle than newer ones. Open your Registry Editor (Run, RegEdit) Navigate [...]

By |2017-12-01T23:47:35+00:00November 23rd, 2011|Computers, Documentation, Microsoft, ODBC, Oracle, Windows|Comments Off on ODBC: Save your password in the Registry

Convert Publisher File to Word Document

========= QUESTION --------- How do I convert a file in Microsoft Publisher to a Microsoft Word Document?   ========= ANSWER --------- Apparently the best way to do this is to save the TEXT of the Publisher file to a Word document first, and then copy over any images, etc... There does not appear to be [...]

By |2017-12-01T23:47:35+00:00November 14th, 2011|Computers, Documentation, Microsoft, Office Suite, Publisher, Word|Comments Off on Convert Publisher File to Word Document

Do I have Microsoft Office 32bit or 64bit installed?

========= QUESTION --------- How do I tell which edition (32 bit / x86 or 64 bit / x64) of Microsoft Office I have installed?   ========= ANSWER --------- From any Microsoft Office application, select File, HelpOn the right side, you will see a version number in the following format:14.0.####.#### (##- bit)If the application version number [...]

By |2011-11-10T16:07:03+00:00November 10th, 2011|Computers, Documentation, Microsoft, Office Suite|Comments Off on Do I have Microsoft Office 32bit or 64bit installed?

VBA: Disable Button after Clicking

========= QUESTION ---------I want to disable a button after the user has clicked it in my Form - is this possible?   ========= ANSWER --------- Very simple - see EXAMPLES   ========= EXAMPLES --------- clickedButton.Enabled = false   ========= APPLIES TO / KEY WORDS --------- Microsoft Access VBA Button Command Button Enable Disable   ========= [...]

By |2017-12-01T23:47:35+00:00November 2nd, 2011|Computers, Documentation, Microsoft, VBA|Comments Off on VBA: Disable Button after Clicking

CPanel: Add Firewall Exception

========= QUESTION --------- We need to add a firewall exception for one of our client's dedicated IPs to avoid the CPanel auto lockouts, etc.   ========= ANSWER --------- > To remove an IP from the block list and add it to the allow/ignore lists:-- Log in to WHM with your root account-- In the find [...]

By |2017-12-01T23:47:35+00:00November 1st, 2011|Computers, CPanel - WHM, Documentation|Comments Off on CPanel: Add Firewall Exception

Access Error: #Error when trying to calculate or manipulate a field

========= QUESTION --------- All I am doing is trying to do a calculation or manipulation on a field in my query, and it comes up with #Error rather than the results. If I do the calculation in a test field, it works just fine - what's going on?   ========= ANSWER --------- Obviously, this could [...]

By |2017-12-01T23:47:35+00:00November 1st, 2011|Access, Computers, Documentation, Microsoft|Comments Off on Access Error: #Error when trying to calculate or manipulate a field

VBA Error: Too Many Line Continuations

========= QUESTION --------- To keep my VBA code clean, I use quite a few line continuations ( & _ ). Recently, however, Access errored out on me with the note: Too Many Line Continuations. Is there a way to work around this?   ========= ANSWER --------- Yep - just trick it by setting half your [...]

By |2011-10-31T07:18:31+00:00October 31st, 2011|Computers, Documentation, Microsoft, VBA|Comments Off on VBA Error: Too Many Line Continuations

Restrict a table to a single record

========= QUESTION --------- I use a table called Parms in my database to store application specific parameters.If a user accidentally added a record to this table, instead of simply editing the single record containing the appropriate values, it would cause major issues for the application. Is there a way to restrict a table to contain [...]

By |2017-12-01T23:47:35+00:00October 28th, 2011|Access, Computers, Documentation, Microsoft|Comments Off on Restrict a table to a single record
Go to Top