How do I change my FTP Password?

========= QUESTION --------- How do I change my FTP Password?   ========= ANSWER --------- Login to the Hosting Control Panel http://www.anysitesupport.com/how-do-i-logon-to-the-hosting-control-panel/ ---Windows Hosting Accounts Click the Domains IconClick the domain you are interested in working withClick the FTP Accounts icon Click the account you wish to change the password forType in the new Password and [...]

By |2017-12-01T23:47:39+00:00July 10th, 2011|anySiteSolutions.com, FTP|Comments Off on How do I change my FTP Password?

How do I add an FTP account?

========= QUESTION --------- How do I add an FTP account?   ========= ANSWER --------- Login to the Hosting Control Panel http://www.anysitesupport.com/how-do-i-logon-to-the-hosting-control-panel/ ---Windows Hosting Accounts Click the Domains IconClick the domain you are interested in working withClick the FTP Accounts icon Click the Add New buttonType in the new FTP Username, Password and Confirm PasswordClick the [...]

By |2017-12-01T23:47:40+00:00July 10th, 2011|anySiteSolutions.com, FTP|Comments Off on How do I add an FTP account?

WordPress: List child pages using a shortcode

========= QUESTION --------- How do I list the child pages on a page?   ========= ANSWER --------- Place the code in the EXAMPLES section in your theme's Functions.php file, and then call it using the shortcode [children]   ========= EXAMPLES --------- function child_pages_shortcode() {   global $post;   return '<ul>'.wp_list_pages('echo=0&depth=0&title_li=&child_of='.$post->ID).'</ul>';}add_shortcode('children', 'child_pages_shortcode');   ========= APPLIES TO / KEY [...]

By |2017-12-01T23:47:40+00:00July 9th, 2011|Documentation, Internet/Web, WordPress|Comments Off on WordPress: List child pages using a shortcode

iOS Device Screen Icons for your Web Site

========= QUESTION --------- When a user adds a web site to their home screen on their iOS device (iPhone, iPod, iPad), how do I make my icon appear on their screen instead of the default icon.   =========ANSWER---------Include an image file named apple-touch-icon.png in the root directory of your web site. iOS takes care of [...]

By |2017-12-01T23:47:40+00:00July 9th, 2011|Apple, Cell Phone, Computers, Documentation, iOS|Comments Off on iOS Device Screen Icons for your Web Site

How do I change my Control Panel password?

========= QUESTION --------- How do I change or reset my Hosting Control Panel Password?   ========= ANSWER --------- You can find your username and reset your password from within the Client Portal Logon to the Client Portal http://www.anysitesupport.com/how-do-i-logon-to-the-client-portal/ Click My Products and Services Click the View Details button next to the domain you are interested [...]

By |2017-12-01T23:47:40+00:00July 8th, 2011|anySiteSolutions.com, Control Panel, Linux Hosting, Windows Hosting|Comments Off on How do I change my Control Panel password?

Linking a Snap Survey to a Database

========= QUESTION --------- How do I link in a local database to a Snap Survey hosted on line?   ========= ANSWER --------- See REF --------- Summary of stepsStep 1: Setting up the Database Linkage Wizard Step 2: Creating the data link for the SQL database Step 3: Matching records between the survey and the database [...]

By |2017-12-01T23:47:40+00:00July 8th, 2011|Computers, Documentation, Snap Survey|Comments Off on Linking a Snap Survey to a Database

Access: Undefined function “Right” in expression

========= QUESTION --------- All of a sudden when I am running a query that includes the standard Microsoft Access function Right(), it is erroring out on me with the error: "Undefined function "Right" in expression"   ========= ANSWER --------- Apparently functions like this can go missing from time to time for varying reasons. To get [...]

By |2017-12-01T23:47:40+00:00July 5th, 2011|Access, Computers, Documentation, Microsoft|Comments Off on Access: Undefined function “Right” in expression

Copy directory structure without files

========= QUESTION --------- Can you copy over the directory structure from one folder to another without copying the files in those directories?   ========= ANSWER --------- Use XCOPY from the Command Prompt using the /t and /e switches to include empty directories and subdirectories. See EXAMPLES   ========= EXAMPLES ---------xcopy "Q:PRODDATAReports" "C:UsersmyUserDocumentsSubDirSystemsQReports" /t /e   [...]

By |2011-07-05T14:23:39+00:00July 5th, 2011|Computers, Documentation, Microsoft, MS-DOS / Batch, Windows|Comments Off on Copy directory structure without files
Go to Top