In Feburary 2016 27,
Create your Javascript PDF variable. This variable has the functions needed to create and edit a PDF. To start your PDF creation function, use the following code:pdfdoc = new pdf$("", "Header", "Footer");
Set a font size. The font size can be set to any number. A typical document font size is 12-18. You may need to use different font sizes to come up with the best size for your PDF pages. The following code sets the font size to 18:pdfdoc.setFontSize(18);
Write some text to the PDF. You can continue to write text until the PDF file, and the PDF reader, sets page breaks for each page created. The following code adds a line of text:pdfdoc.addText('Create a PDF file in Javascript');
Save the file and display it to the reader. The following code creates a physical file and displays the document to your reader:pdfdoc.writeToFile('mypdf.pdf');
In Feburary 2016 27,
Showing posts with label quot. Show all posts
Showing posts with label quot. Show all posts
Saturday, 27 February 2016
Thursday, 25 February 2016
How to Edit a Live PHP Site via FTPIn Feburary 2016 25,
In Feburary 2016 25,
Open File Explorer or Internet Explorer: both programs access the built-in FTP client.
Type the site's host server FTP url into the address bar and press 'Enter.' The FTP address starts with 'FTP://' instead of 'HTTP://" like a website. ExampleSite.com might have its FTP server located at a URL like 'FTP://adminFTP.ExampleSite.com.'
Enter your client account user name and password then press 'OK' to log in to the FTP.
Locate the PHP files you want to update in the FTP browser window. The FTP browser window displays the files on the FTP server like File Explorer displays local files on your computer or home network.
Copy the PHP files you want to update to your computer by highlighting them in the browser window, pressing 'Ctrl+C,' opening a local folder Window in File Explorer and pressing 'Ctrl+V.' You can edit the copy of the file stored on your computer, but you can't edit the one stored on the FTP site.
Open the PHP files you want to edit with Notepad or a code editing program, make the changes you want to make in the code and save the updated file.
Highlight the updated versions of the files you want to update on the PHP site in the File Explorer window and press 'Ctrl+C' to copy them.
Open the FTP window, locate the folder hosting the files you want to update and press 'Ctrl+V' to upload the files to the FTP. If Windows asks, choose the option that overwrites and replaces the files. The new versions of the files will immediately display on the site when refreshing the page.
In Feburary 2016 25,
Open File Explorer or Internet Explorer: both programs access the built-in FTP client.
Type the site's host server FTP url into the address bar and press 'Enter.' The FTP address starts with 'FTP://' instead of 'HTTP://" like a website. ExampleSite.com might have its FTP server located at a URL like 'FTP://adminFTP.ExampleSite.com.'
Enter your client account user name and password then press 'OK' to log in to the FTP.
Locate the PHP files you want to update in the FTP browser window. The FTP browser window displays the files on the FTP server like File Explorer displays local files on your computer or home network.
Copy the PHP files you want to update to your computer by highlighting them in the browser window, pressing 'Ctrl+C,' opening a local folder Window in File Explorer and pressing 'Ctrl+V.' You can edit the copy of the file stored on your computer, but you can't edit the one stored on the FTP site.
Open the PHP files you want to edit with Notepad or a code editing program, make the changes you want to make in the code and save the updated file.
Highlight the updated versions of the files you want to update on the PHP site in the File Explorer window and press 'Ctrl+C' to copy them.
Open the FTP window, locate the folder hosting the files you want to update and press 'Ctrl+V' to upload the files to the FTP. If Windows asks, choose the option that overwrites and replaces the files. The new versions of the files will immediately display on the site when refreshing the page.
In Feburary 2016 25,
Wednesday, 10 February 2016
How to Access cPanel on GoDaddyIn Feburary 2016 10,
In Feburary 2016 10,
Open your browser and type in the following address into the address bar: 'https://[[ipaddress]]:2087/." Replace 'ipaddress' with the actual IP address of your server. You can find your IP address in the email that GoDaddy sent you upon registration.
Type in your username and password. The username is 'root,' while the password is your GoDaddy account password. You can also find it in your GoDaddy registration email.
Click on 'OK' to access your cPanel.
In Feburary 2016 10,
Open your browser and type in the following address into the address bar: 'https://[[ipaddress]]:2087/." Replace 'ipaddress' with the actual IP address of your server. You can find your IP address in the email that GoDaddy sent you upon registration.
Type in your username and password. The username is 'root,' while the password is your GoDaddy account password. You can also find it in your GoDaddy registration email.
Click on 'OK' to access your cPanel.
In Feburary 2016 10,
Subscribe to:
Posts (Atom)