Showing posts with label programming. Show all posts
Showing posts with label programming. Show all posts

Wednesday, 24 February 2016

How to Make Checkboxes in DreamweaverIn Feburary 2016 24,

In Feburary 2016 24,
Open your HTML document in Dreamweaver.
Click wherever on the page you want the check box to appear.
Click 'Insert,' 'Form' and 'Checkbox.'
Enter a name for your check box in the 'ID' field. This allows you to reference the check box with programming code, should you need it.
Enter a 'Label' for your check box, which is the text that appears next to the check box on your HTML page. Click 'Before form item' or 'After form item' from the Position section to place the label before or after the check box.
Click 'OK.'
Click the newly created check box and enter a value in the 'Checked Value' field of the Property window. If you cannot see the Property window, hold the 'Ctrl' button and press 'F3.' The value determines the entered value for a checked box. If no value is entered, a checked box defaults to 'Yes.'
Click 'Insert,' 'Form' and 'Button' to create a Submit button, which is commonly used to submit the form.
Click '
Hold the 'Ctrl' button and press 'S' to save your changes.
In Feburary 2016 24,

Friday, 12 February 2016

How to Enable Copy Paste on a WebsiteIn Feburary 2016 12,

In Feburary 2016 12,
Launch Adobe Flash from the desktop shortcut or the 'All Programs' section of the 'Start' menu.
Click 'Open' and select the website's .FLA file. The Internet shows the .SWF Flash movie, but the .FLA file contains the programming. The website cannot be edited without access to this file.
Select one of the text boxes on the stage.
Open the 'Properties' window if it is not already open by clicking 'Window,' 'Properties,' then 'Properties.'
Click on the 'Ab' symbol in the 'Properties' window with the text box selected.
Repeat the previous steps for each of the text boxes in the Flash project.
Save the edited .FLA file by clicking 'File,' 'Save As' and pressing 'Save.' Take note of where the file is saved to.
Press 'CTRL+Enter' to export the new .SWF file.
Locate the .SWF file. It is in the folder the .FLA file was saved.
Upload the .SWF file to the website host server and replace the current .SWF file. This is accomplished using the same means the original website was uploaded, usually an FTP program.
Open a web browser and enter the address of the website.
Click the left mouse button and highlight some text.
Press 'CTRL + C' to copy the text and press 'CTRL + V' to paste it in another application such as Notepad or Microsoft Word.
In Feburary 2016 12,