In Feburary 2016 24,
Determine what website functionality you wish to use the database for. Whether it be an order detail page or a product catalogue page, by determining the functionality, you know where to insert the database connection code and how to code your page to show information.
Create your database. Based on the website functionality you need, build the structure needed for your database. Refer to the 'Resources' section below for instructions on how to create a database.
Open the web page that you wish to attach a database to using your HTML editor.
Insert the database connection code in this page. The database connection code is dependent on what kind of programming code you are using for your website. Database connection codes to popular programming codes like ASP.net and PHP are listed in the 'Resources' section.
Test your database connection. Save the page that you edited and open it in your browser. If you do not see any errors posted on the page, and the information from your database is displayed, you have successfully attached a database to your web page.
In Feburary 2016 24,
Showing posts with label show. Show all posts
Showing posts with label show. Show all posts
Wednesday, 24 February 2016
Wednesday, 10 February 2016
How to Access an FTP From an iPhoneIn Feburary 2016 10,
In Feburary 2016 10,
Go to the iTunes App Store and download FTP On The Go. At the time of this writing the cost is $6.99. Install the app.
Tap 'Skip' to skip the tutorial when you first run FTP On The Go, since you're following this tutorial.
Enter the address, username and password for your FTP server. The format for the address is usually something like 'ftp.domain.com,' but may be different. Check with your web host for the correct address.Entering the port and path is optional.Tap 'Connect' when you're ready. Hitting the plus sign will allow you to bookmark your ftp credentials and add more FTP servers.
Hit 'Yes, Connect' if a message pops up saying that your connection is not secure. This screen will show what files are on your FTP.
At the bottom of the FTP window are several controls. The icon on the left lets you Refresh the page. The middle icon allows you to Sort by Name, Size or Date. The icon on the far right allows you to do all sorts of ftp commands such as Delete All Files, Upload a Picture, Create a File and Create a Directory.
Select a file by tapping on it and you will see a Green and a Blue arrow pop up next to it. You will also notice that the down arrow icon at the bottom that was once grayed out is now active. Tapping that icon will allow you to save the file to your iPhone. To view the files that are saved to your iPhone, tap 'Saved Files' at the very bottom.
Tap the blue arrow. This will allow you to choose to Delete the file, Rename the file, Move the File or change the Permissions. The Permissions editor works just like a regular Unix/Linux CHMOD command.
Tap 'Edit' and this will open the selected file on your iPhone so you can edit it. It will also save the file to your iPhone, so if it already exists in Saved Files it may give you a warning to see if you want to replace it. In the editing window you can tap on the text to open the iPhone keyboard and start typing away. The buttons on the bottom also allow you to change the Encoding of the file, Find/Replace text or 'Go To' a specific line number in the code. Once you're done with your edits, hit 'Save.'
Tap 'Web View' at the very bottom to preview your files with the built-in web browser.
The browser works just like any other web browser; just type the URL and go. However, if you tap the down arrow icon in the top right it will activate a special function that allows you to save any link you touch to the 'Saved Files' on your iPhone.
In Feburary 2016 10,
Go to the iTunes App Store and download FTP On The Go. At the time of this writing the cost is $6.99. Install the app.
Tap 'Skip' to skip the tutorial when you first run FTP On The Go, since you're following this tutorial.
Enter the address, username and password for your FTP server. The format for the address is usually something like 'ftp.domain.com,' but may be different. Check with your web host for the correct address.Entering the port and path is optional.Tap 'Connect' when you're ready. Hitting the plus sign will allow you to bookmark your ftp credentials and add more FTP servers.
Hit 'Yes, Connect' if a message pops up saying that your connection is not secure. This screen will show what files are on your FTP.
At the bottom of the FTP window are several controls. The icon on the left lets you Refresh the page. The middle icon allows you to Sort by Name, Size or Date. The icon on the far right allows you to do all sorts of ftp commands such as Delete All Files, Upload a Picture, Create a File and Create a Directory.
Select a file by tapping on it and you will see a Green and a Blue arrow pop up next to it. You will also notice that the down arrow icon at the bottom that was once grayed out is now active. Tapping that icon will allow you to save the file to your iPhone. To view the files that are saved to your iPhone, tap 'Saved Files' at the very bottom.
Tap the blue arrow. This will allow you to choose to Delete the file, Rename the file, Move the File or change the Permissions. The Permissions editor works just like a regular Unix/Linux CHMOD command.
Tap 'Edit' and this will open the selected file on your iPhone so you can edit it. It will also save the file to your iPhone, so if it already exists in Saved Files it may give you a warning to see if you want to replace it. In the editing window you can tap on the text to open the iPhone keyboard and start typing away. The buttons on the bottom also allow you to change the Encoding of the file, Find/Replace text or 'Go To' a specific line number in the code. Once you're done with your edits, hit 'Save.'
Tap 'Web View' at the very bottom to preview your files with the built-in web browser.
The browser works just like any other web browser; just type the URL and go. However, if you tap the down arrow icon in the top right it will activate a special function that allows you to save any link you touch to the 'Saved Files' on your iPhone.
In Feburary 2016 10,
Thursday, 4 February 2016
How to Put a Website on a CDIn Feburary 2016 04,
In Feburary 2016 04,
Create a new folder and name it 'website'. You can change the name of the folder later, if necessary.
Download and install an FTP client. FTP stands for File Transfer Protocol, and allows for the rapid exchange of files across the Internet. Many free options exist: two of the most popular ones, FileZilla and Classic FTP (see Resources below), work on both Windows and Macintosh computers.
Open the FTP client. There will be a 'Connect' or 'Quick Connect' option at the top through which you can connect to a Web server, a section showing the file directories of your computer, and a section that will show the file directories of any server you connect to. Navigate to the empty 'website' folder on your computer and double-click it.
Access your Web site's files with the connection form. Under 'host', type 'ftp://yoursitename.com' (in general, replace the 'http://' command you would use with a Web browser with the 'ftp://' command). In the 'Username' and 'Password' boxes, type the login information you use to log in to your web host's control panel. If there's a 'Port' option, leave it blank and press Enter. The file directory of your Web site will soon show up in the right boxes.
Highlight everything in the large box on the right by clicking once anywhere inside it and pressing CTRL+A (or Command+A on a Mac), which will 'Select All.' Drag the selection to the box to the left, which should have your 'website' folder open. Your files will queue up and begin to transfer one at a time; wait until everything finishes.
If your Web site uses a database, you also have to copy that information. Log in to your web host's control panel and access the 'Databases' or 'MySQL' option. Select any database that appears, or select an 'edit database' option until a phpMyAdmin window pops up.
Select a database folder on the left, then click the 'Export' tab on the top. Scroll to the bottom. Check off the 'Save as File' box, then press 'Go.' The database will be downloaded to your computer. Repeat this step for every database you have on your site.
Insert a blank CD into your CD drive. Open a 'Computer' or 'My Computer' window on a PC, or a new Finder window on a Mac, and then select your CD drive. Drag your 'website' folder and your database downloads into the window, then select the 'Write' or 'Burn' option.
In Feburary 2016 04,
Create a new folder and name it 'website'. You can change the name of the folder later, if necessary.
Download and install an FTP client. FTP stands for File Transfer Protocol, and allows for the rapid exchange of files across the Internet. Many free options exist: two of the most popular ones, FileZilla and Classic FTP (see Resources below), work on both Windows and Macintosh computers.
Open the FTP client. There will be a 'Connect' or 'Quick Connect' option at the top through which you can connect to a Web server, a section showing the file directories of your computer, and a section that will show the file directories of any server you connect to. Navigate to the empty 'website' folder on your computer and double-click it.
Access your Web site's files with the connection form. Under 'host', type 'ftp://yoursitename.com' (in general, replace the 'http://' command you would use with a Web browser with the 'ftp://' command). In the 'Username' and 'Password' boxes, type the login information you use to log in to your web host's control panel. If there's a 'Port' option, leave it blank and press Enter. The file directory of your Web site will soon show up in the right boxes.
Highlight everything in the large box on the right by clicking once anywhere inside it and pressing CTRL+A (or Command+A on a Mac), which will 'Select All.' Drag the selection to the box to the left, which should have your 'website' folder open. Your files will queue up and begin to transfer one at a time; wait until everything finishes.
If your Web site uses a database, you also have to copy that information. Log in to your web host's control panel and access the 'Databases' or 'MySQL' option. Select any database that appears, or select an 'edit database' option until a phpMyAdmin window pops up.
Select a database folder on the left, then click the 'Export' tab on the top. Scroll to the bottom. Check off the 'Save as File' box, then press 'Go.' The database will be downloaded to your computer. Repeat this step for every database you have on your site.
Insert a blank CD into your CD drive. Open a 'Computer' or 'My Computer' window on a PC, or a new Finder window on a Mac, and then select your CD drive. Drag your 'website' folder and your database downloads into the window, then select the 'Write' or 'Burn' option.
In Feburary 2016 04,
Subscribe to:
Posts (Atom)