|
FAQ
Welcome to the FAQ In this area of our site, you will find the answers to the frequently asked questions, as well as answers to How do I and Did you know questions. Please feel free to post a comment on any Q&A.
Here is a list of the top categories and their sub-categories. Select a category to see the Q&As within.
Here is a list of the last Q&As that were published.
[ PayPal ]
1. Log in to your account. 2. Click the View Limits link on the Account Overview page. The remaining amount you can send is listed under the Sending Limit heading. To lift your limit, follow the instructions on the Sending Limit page.
[ PayPal ]
You can use Visa, MasterCard, and American Express to fund your PayPal payments.
[ PayPal ]
You can use PayPal to securely pay online, and to send and receive money. * Accept credit cards.
[ PayPal ]
Yes. You can use Visa, MasterCard, Discover, and American Express with PayPal.
[ XOOPS ]
The reason for writing this guide is NOT because XOOPS CMS-system isn’t secure enough. 'register_globals' is set to OFF. That can be done in PHP.ini but also in the .htaccess file adding php_flag register_globals off Next, Download XOOPS and unzip it. Prepare installation of Protector module Delete mainfile.dist in htdocs folder Enter a name for your database and finish by clicking Create Database Click on the image to enlarge Step thirteen. Now it's time to install some of the default modules. Remember to delete the install_remove_xxxxx folder after install! include ("/home/xxxxxxx/mysecurefolder/mainsite_db_credentials.php"); Other things. If You install the backup module (strongly recommended) The cronjob in Cpanel should be
[ Webdesign ]
The most reliable way is to configure the server to send out a redirection instruction when the old URL is requested. Then the browser will automatically get the new URL. This is the fastest and most efficient way, and is the only way described here that can convince indexing robots to phase out the old URL. For configuration details consult your server admin or documentation (with NCSA or Apache servers, use a Redirect statement in .htaccess). If you can't set up a redirect, there are other possibilities. These are inferior because they tell the search engines that there's still a page at the old location, not that the page has moved to a new location. But if it's impossible for you to configure redirection at your server, here are two alternatives: * Put up a small page with text like "This page has moved to http://new.url/ -- please adjust your bookmarks." * A META Refresh tag won't work for all browsers and can break the "back" button. For example: which will load [newURL] after [x] seconds. This should go in the HEAD of the document. But if you do this, also include a short text saying "Document moved to [newURL]" for other browsers.
[ Webdesign ]
The Robots Exclusion Protocol allows Web site administrators to specify parts of their sites that robots should not visit by providing a /robots.txt document. The Robots META tag allows HTML authors to specify whether robots should index a document, and whether robots should harvest additional URLs from a document. The Robots META tag requires no server administration.
[ Webdesign ]
A static site is one that is written in HTML only. Each page is a separate document and there is no database that it draws on. What this means functionally is that the only way to edit the site is to go into each page and edit the HTML - so you'd either have to do it yourself using a webpage editor like FrontPage or pay us to go in and edit the site each time you wanted something changed. A dynamic site is written using more complex code and can do a lot more. For instance, we can make an area where you can log in and change various parts of the site, such as adding information or products. This is because each page is constructed based on the information in a database, and the information in that database can be changed via another interface. Dynamic sites can reduce ongoing maintenance costs if you don't want to change things yourself with a webpage editor or with the HTML. They usually cost more to develop, as they require more complex coding and a content management utility needs to be developed to help you manage your website information. Another benefit of dynamic sites is that they allow you to change only the content of the site and not the design, so you will not be able to accidentally break the visual style of the site. They have other benefits when sites start to get very large, as they make data management much more efficient and your site more expandable. Many clients do a combination, having some dynamic areas such as a product catalog where they have to change information or pictures regularly, and leave other pages such as contact information as static pages.
[ Webdesign ]
This depends on how you are going to use it. If you are going to be telling people over the phone, choose one that is easy to say and spell out loud. Above all, you should choose one that is memorable and not confusing. | |