Loading...

Can I use a mini-CD in my slot loading Mac?

========= QUESTION ---------Can I load a mini-CD or non-standard shaped CD-ROM in my macintosh computer that uses a slot loading CD-ROM drive?   ========= ANSWER ---------No   ========= EXAMPLES ---------See REF   ========= APPLIES TO / KEY WORDS --------- MacCD-ROM   ========= REF --------- http://support.apple.com/kb/HT2446?viewlocale=en_US   ---http://www.anysitesupport.com/can-i-use-a-mini-cd-in-my-slot-loading-mac/ http://anySiteHosting.com

By |2011-05-10T10:23:30+00:00May 10th, 2011|Apple, Computers, Documentation|Comments Off on Can I use a mini-CD in my slot loading Mac?

What is my password?

========= QUESTION ---------What is my password? Why do I have so many passwords?  How do I logon to the system?   ========= ANSWER ---------The fact is, due to our best of breed systems, there may be at any one time, several separate but complimentary systems that you will need to log in to. Each of [...]

By |2017-12-01T23:47:49+00:00May 5th, 2011|anySiteSolutions.com, Billing, Client Portal, Control Panel, Email, FTP, Linux Hosting, Windows Hosting|Comments Off on What is my password?

How do I use the File Manager in the Control Panel?

========= QUESTION ---------How do I use the File Manager in the Control Panel?   ========= ANSWER ---------Logon to the Control Panel: http://www.anysitesupport.com/how-do-i-logon-to-the-hosting-control-panel/ ---------  Windows Hosting Accounts: (Your control panel is titled Helm) After logging on to the control panel, click DomainsClick the domain you are interested in reviewingClick the File Manager iconThen click through your [...]

By |2017-12-01T23:47:49+00:00May 5th, 2011|anySiteSolutions.com, Control Panel, Linux Hosting, Windows Hosting|Comments Off on How do I use the File Manager in the Control Panel?

Access: How do I open a new email message from VBA?

========= QUESTION ---------How do I open a new email message from VBA?   ========= ANSWER ---------See EXAMPLES   ========= EXAMPLES ---------Dim olLook As Object 'Start MS OutlookDim olNewEmail As Object 'New email in OutlookDim strContactEmail As String 'Contact email address Set olLook = CreateObject("Outlook.Application")Set olNewEmail = olLook.createitem(0)strEmailSubject = "TopSellers.accdb Application"strEmailText = ""strContactEmail = NAME@DOMAIN With [...]

By |2011-05-05T09:08:36+00:00May 5th, 2011|Access, Computers, Documentation, Microsoft, VBA|Comments Off on Access: How do I open a new email message from VBA?

How do I add a WordPress menu to the content of my page?

========= QUESTION ---------How do I put a WordPress menu into the content of a WordPress page? How do I call a navigation menu using a short code? How do I add a navigation or site map to all sub pages on my page?   ========= ANSWER ---------First setup a menu in WordPress under Appearance, Menus [...]

By |2017-12-01T23:47:49+00:00May 4th, 2011|Documentation, Internet/Web, WordPress|Comments Off on How do I add a WordPress menu to the content of my page?

Access: VBA to open Internet Explorer

========= QUESTION ---------How do I open a web site from VBA? How do I open a url from VBA? How do I use VBA to open Internet Explorer?   ========= ANSWER ---------See Examples   ========= EXAMPLES ---------Private Sub ViewURL_Click() Set browser = CreateObject("InternetExplorer.Application")browser.Navigate ("http://www.Google.com")browser.StatusBar = Falsebrowser.Toolbar = Falsebrowser.Visible = Truebrowser.Resizable = Falsebrowser.AddressBar = True End [...]

By |2011-05-04T10:47:37+00:00May 4th, 2011|Access, Documentation, Microsoft, VBA|Comments Off on Access: VBA to open Internet Explorer

Access: Export report to PDF using VBA

========= QUESTION ---------Using VBA, how do I export a report to PDF in Microsoft Access?   ========= ANSWER ---------Access 2010 option of opening report and outputting to PDF using the Access engine, not Adobe Acrobat Printer: see EXAMPLES --------- Other options: http://www.granite.ab.ca/access/pdffiles.htm   ========= EXAMPLES ---------Private Sub SendReports_Click() Me.CurrentStatus = "Sending Reports..." & vbCrLf & [...]

By |2011-05-04T10:05:40+00:00May 4th, 2011|Access, Computers, Documentation, Microsoft, VBA|Comments Off on Access: Export report to PDF using VBA

Access: Use VBA to copy files

========= QUESTION ---------How do I copy, move, rename files from within the VBA code of my Access project? --------- How do I write a file backup routine into my Microsoft Access project/form?   ========= ANSWER ---------See EXAMPLES   ========= EXAMPLES ---------        DoCmd.Hourglass True    DoCmd.SetWarnings False        'store a serial number in the parms table    'then read [...]

By |2017-12-01T23:47:49+00:00May 4th, 2011|Access, Computers, Documentation, Microsoft, VBA|Comments Off on Access: Use VBA to copy files

Domin name registation confirmation request

========= QUESTION ---------I received an email with a subject line of "<my domain> domain name registration confirmation request" claiming to be the authorized anti-cyber squatting org in China, demanding we respond, etc... Is this legitimate? Do I need to respond?   ========= ANSWER ---------NO! This is yet another Domain Registration Scam Ignore   ========= EXAMPLES ---------Dear [...]

By |2017-12-01T23:47:49+00:00May 3rd, 2011|Scams|Comments Off on Domin name registation confirmation request

Welcome to the new Client Portal

We are rolling out a new Client Portal solution to better serve our client needs in support, billing, and order fulfillment. Some exciting new features of this powerful new system include: online invoicing and payment options, trouble ticket system, domain and account management abilities. The new Client Portal system.can be accessed directly from the newly [...]

By |2017-12-01T23:47:49+00:00May 1st, 2011|anySiteSolutions.com, Billing, Client Portal|Comments Off on Welcome to the new Client Portal
Go to Top