In Feburary 2016 30,
Log into the administrative panel of the website. You will need the user name and password to gain access.
Point your mouse on “Content” located in the main menu. A drop-down menu will appear. Click on “Article Manager.”
Open the article you wish to modify. The Article Manager: Edit Article screen will open. Scroll down to the text box located in the Edit Article box.
Highlight the text you want to change. Click on the arrow located to the right of the Paragraph options box. A list of text styles will appear. These styles include Paragraph, Heading 1, Heading 2 and Heading 3. The font family and size that correlate to these styles are preset in the template’s cascading style sheet (CSS). Choose an option. The text size will change. Preview your changes to make sure they appear as you want.
Click on “HTML” located below the Text Style options box. This gives you another option for making text size changes. Making changes in the article's code allows you to apply customized changes. An HTML box opens. You will need to know HTML in order to apply changes in this box. Type in the code just as you would apply any HTML. A simple HTML code that will change font size is: Your text here
Making Text Size Changes in Modules
Point your mouse on “Extensions” located in the main menu. A drop-down menu will appear. Click on “Module Manager.”
Click on “New” to create a new module. You can also modify an existing module by opening up that module. However, you can only modify the text in “Custom HTML” modules through this method.
Click on “Custom HTML.” This brings up a screen similar to the Edit Article screen. Follow the instructions outlined for customizing an article.
In Feburary 2016 30,
Showing posts with label Edit. Show all posts
Showing posts with label Edit. Show all posts
Tuesday, 1 March 2016
Monday, 29 February 2016
How to Install FTP Server in LinuxIn Feburary 2016 29,
In Feburary 2016 29,
Download and install the Linux package vsftp. The exact procedure will vary depending on the type and version of Linux you are running. In most cases, for example with Red Hat, Suse or Ubuntu, vsftp is a stable package that is included in the repositories that are used to update your version of Linux. In many Linux installations, vsftp is installed by default, but not started.
Configure VSFTP. The exact location and name of the configuration file will vary slightly depending on the version of Linux you are using. In Ubuntu, the configuration file is 'vsftpd.conf.' Edit this file to change the following settings:
ftpd_banner: Edits the message that is displayed when someone connects to the server.
listen: Enables vsfppd to run in stand alone mode.
xferlog_enable: Enables a detailed log of uploads and downloads.
connect_from_port_20: Defines whether PORT style connections use port 20 on the server.
hide_ids: Hides user IDs, listing all group users as 'ftp.'
max_client: Defines the maximum number of connections allowed in standalone mode.
max_per_ip: Defines the highest number of connections allowed from a particular IP in standalone mode.
anon_root: Defines the root directory for anonymous FTP users.
anonymous_enable: Enables anonymous users.
anon_mkdir_write_enable: Allows anonymous users to create directories. For this option to work, the server must have anonymous uploads enabled, and the ftp user and group must have write permissions on the directory where the new directories will be created.
Once the file vsftpd.conf has been edited to your satisfaction, save the file.
Stop the vsftpd server by typing 'sudo /etc/init.d/vsftpd stop.' You should see a message confirming that the server has stopped.
Restart the vsftp server with the new configuration data in /etc/vsftpd.conf by typing 'sudo /etc/init.d/vsftpd start.' You should see a message confirming that the server has started.
In Feburary 2016 29,
Download and install the Linux package vsftp. The exact procedure will vary depending on the type and version of Linux you are running. In most cases, for example with Red Hat, Suse or Ubuntu, vsftp is a stable package that is included in the repositories that are used to update your version of Linux. In many Linux installations, vsftp is installed by default, but not started.
Configure VSFTP. The exact location and name of the configuration file will vary slightly depending on the version of Linux you are using. In Ubuntu, the configuration file is 'vsftpd.conf.' Edit this file to change the following settings:
ftpd_banner: Edits the message that is displayed when someone connects to the server.
listen: Enables vsfppd to run in stand alone mode.
xferlog_enable: Enables a detailed log of uploads and downloads.
connect_from_port_20: Defines whether PORT style connections use port 20 on the server.
hide_ids: Hides user IDs, listing all group users as 'ftp.'
max_client: Defines the maximum number of connections allowed in standalone mode.
max_per_ip: Defines the highest number of connections allowed from a particular IP in standalone mode.
anon_root: Defines the root directory for anonymous FTP users.
anonymous_enable: Enables anonymous users.
anon_mkdir_write_enable: Allows anonymous users to create directories. For this option to work, the server must have anonymous uploads enabled, and the ftp user and group must have write permissions on the directory where the new directories will be created.
Once the file vsftpd.conf has been edited to your satisfaction, save the file.
Stop the vsftpd server by typing 'sudo /etc/init.d/vsftpd stop.' You should see a message confirming that the server has stopped.
Restart the vsftp server with the new configuration data in /etc/vsftpd.conf by typing 'sudo /etc/init.d/vsftpd start.' You should see a message confirming that the server has started.
In Feburary 2016 29,
Labels:
change,
conf,
configuration,
Edit,
Edits,
ftpd_banner,
location,
settings,
VSFTP,
vsftpd
How to Resize an Image in a Wikipedia ArticleIn Feburary 2016 29,
In Feburary 2016 29,
Go to Wikipedia's main page: http://en.wikipedia.org/wiki/Main_Page. You can also key in Wikipedia in any search engine.
Go to the top-right corner of the page. Click on 'Create Account.' Register by providing a username and a unique password. The account is created immediately. Your username will appear in red at the top of the page.
Resize an Image in a Wikipedia article
Go to the 'Edit' tab/box of the article in which you need to display or insert the image.
Use the syntax '{Image:Image name|thumb|caption}' where you want the image to appear. The thumb refers to the width specified already. Typically, 180 pixels is the default size.
Change the thumb-width to the size you want. For example, if you want 120 pixels, type '{Image:Image name|120p|caption}.' The image can only be as large as its original size. You can make it as small as you want.
Use 'frame' in the image syntax to maintain the original size of the image. For example, '{Image:Image name|frame|caption}.'
Specify the width options in your account preferences. Click on 'My Preferences,' the third tab/box on the top of the page.
Click on the 'File' tab/box in the 'My Preferences' page.
Set the size of the thumbnails, either 120, 150, 180, 200, 250 or 300 pixels.
Specify the resolution of the images on the 'Image Description' page. The default sizes of the width and height are 800 or 600 pixels.
Choose from the options listed. There are approximately six preferences listed for the height and width of images.
In Feburary 2016 29,
Go to Wikipedia's main page: http://en.wikipedia.org/wiki/Main_Page. You can also key in Wikipedia in any search engine.
Go to the top-right corner of the page. Click on 'Create Account.' Register by providing a username and a unique password. The account is created immediately. Your username will appear in red at the top of the page.
Resize an Image in a Wikipedia article
Go to the 'Edit' tab/box of the article in which you need to display or insert the image.
Use the syntax '{Image:Image name|thumb|caption}' where you want the image to appear. The thumb refers to the width specified already. Typically, 180 pixels is the default size.
Change the thumb-width to the size you want. For example, if you want 120 pixels, type '{Image:Image name|120p|caption}.' The image can only be as large as its original size. You can make it as small as you want.
Use 'frame' in the image syntax to maintain the original size of the image. For example, '{Image:Image name|frame|caption}.'
Specify the width options in your account preferences. Click on 'My Preferences,' the third tab/box on the top of the page.
Click on the 'File' tab/box in the 'My Preferences' page.
Set the size of the thumbnails, either 120, 150, 180, 200, 250 or 300 pixels.
Specify the resolution of the images on the 'Image Description' page. The default sizes of the width and height are 800 or 600 pixels.
Choose from the options listed. There are approximately six preferences listed for the height and width of images.
In Feburary 2016 29,
Sunday, 28 February 2016
How to Change HTML Text With JavaScript VariablesIn Feburary 2016 28,
In Feburary 2016 28,
Open a text editor and create a new file named 'changeTextVars.html.' Type six HTML tags in the file:
Save 'changeTextVars.html.'
Place a JavaScript open script tag -- '' tag:
Add a JavaScript function between the '' tags named 'changeText().' The 'changeText()' function takes a variable named 'monsterName' as an argument:
Edit the 'changeText' function. Use the 'document.getElementById' function to change the 'innerHTML' property for the field named 'textToChange.' The 'textToChange' field holds the text updated with the variable 'monsterName':
Add a '' tag between the HTML '
' and '
' tags. Enter some text that displays the message -- such as 'My favorite monster is: ' -- and close the '' tag. Be sure to include a space after the colon and before the '' tag to separate the message from the dynamic text:
My favorite monster is:
Enter an open '' tag between the '' and '' tags after the 'My favorite monstor is: ' message. Assign an 'id' to the '' tag and set its value to 'textToChange.' For example, type the text 'Dracula' after the '' tag and close the '' tag:
My favorite monster is:
Dracula
Add an HTML '
' tag after the '' tag. Set the input type to 'button' and add an 'onclick()' event that calls the 'changeText' function and passes the value 'Frankenstein.' Set the input field 'value' attribute to 'Change Text.' Save and close 'changeTextVars.html.'
My favorite monster is:
Dracula
Open 'changeTextVars.html' in a Web browser. Click the 'Change Text' button to use the 'monsterName' variable to change the 'textToChange' field from 'Dracula' to 'Frankenstein.'
In Feburary 2016 28,
Open a text editor and create a new file named 'changeTextVars.html.' Type six HTML tags in the file:
Save 'changeTextVars.html.'
Place a JavaScript open script tag -- '' tag:
Add a JavaScript function between the '' tags named 'changeText().' The 'changeText()' function takes a variable named 'monsterName' as an argument:
Edit the 'changeText' function. Use the 'document.getElementById' function to change the 'innerHTML' property for the field named 'textToChange.' The 'textToChange' field holds the text updated with the variable 'monsterName':
Add a '' tag between the HTML '
' and '
' tags. Enter some text that displays the message -- such as 'My favorite monster is: ' -- and close the '' tag. Be sure to include a space after the colon and before the '' tag to separate the message from the dynamic text:
My favorite monster is:
Enter an open '' tag between the '' and '' tags after the 'My favorite monstor is: ' message. Assign an 'id' to the '' tag and set its value to 'textToChange.' For example, type the text 'Dracula' after the '' tag and close the '' tag:
My favorite monster is:
Dracula
Add an HTML '
' tag after the '' tag. Set the input type to 'button' and add an 'onclick()' event that calls the 'changeText' function and passes the value 'Frankenstein.' Set the input field 'value' attribute to 'Change Text.' Save and close 'changeTextVars.html.'
My favorite monster is:
Dracula
Open 'changeTextVars.html' in a Web browser. Click the 'Change Text' button to use the 'monsterName' variable to change the 'textToChange' field from 'Dracula' to 'Frankenstein.'
In Feburary 2016 28,
Labels:
Add,
argument,
changeText,
Edit,
field,
function,
monsterName,
property,
takes,
variable
Saturday, 27 February 2016
How to Embed an Audio Player in BloggerIn Feburary 2016 27,
In Feburary 2016 27,
Upload the audio file you wish to embed on your blog onto your web server or a free file-hosting website. Blogger does not support audio file uploads. You need to store the file on your personal web server or on a file-hosting website.
Log in to Blogger.
Click “New Post.”
Click the “Edit HTML” tab.
Copy and paste the following code for the Google audio player into the input area, replacing [AUDIO FILE URL] with the address location of the audio file you uploaded in the first step.
Click the “Compose” tab and complete the blog post according to your preference. Click “Publish Post.” The audio player will be embedded within the body of your Blogger post.
In Feburary 2016 27,
Upload the audio file you wish to embed on your blog onto your web server or a free file-hosting website. Blogger does not support audio file uploads. You need to store the file on your personal web server or on a file-hosting website.
Log in to Blogger.
Click “New Post.”
Click the “Edit HTML” tab.
Copy and paste the following code for the Google audio player into the input area, replacing [AUDIO FILE URL] with the address location of the audio file you uploaded in the first step.
Click the “Compose” tab and complete the blog post according to your preference. Click “Publish Post.” The audio player will be embedded within the body of your Blogger post.
In Feburary 2016 27,
How to Fix Timeouts in FilezillaIn Feburary 2016 27,
In Feburary 2016 27,
Open the FileZilla 'Edit' menu and select 'Settings.' On a Mac, open the 'FileZilla' menu and choose 'Preferences.'
Select the 'FTP' page in the 'Connection' section of the Settings dialog box. Look for the 'FTP Keep-Alive' section of the page.
Activate the 'Send FTP keep-alive commands' box in the 'FTP Keep-alive' section. This sends commands between FileZilla and the FTP server at short intervals, resetting the time-out function and preventing the server from closing the connection.
In Feburary 2016 27,
Open the FileZilla 'Edit' menu and select 'Settings.' On a Mac, open the 'FileZilla' menu and choose 'Preferences.'
Select the 'FTP' page in the 'Connection' section of the Settings dialog box. Look for the 'FTP Keep-Alive' section of the page.
Activate the 'Send FTP keep-alive commands' box in the 'FTP Keep-alive' section. This sends commands between FileZilla and the FTP server at short intervals, resetting the time-out function and preventing the server from closing the connection.
In Feburary 2016 27,
Labels:
choose,
Connection,
dialog,
Edit,
FTP,
menu,
page,
Preferences,
section,
Select
Friday, 26 February 2016
How to Setup an FTP Server in UbuntuIn Feburary 2016 26,
In Feburary 2016 26,
Open a terminal window.
Install vsftpd. Vsftpd is the daemon, or server, that users will connect to. To install vsftpd, type 'sudo apt-get install vsftpd.' Ubuntu will ask for your password. Follow the on screen instructions to install the server.
Edit the configuration, or conf, file. To do this, browse to '/etc' using the Nautilus file browser. Nautilus is the default file browser on most Ubuntu installations. Find 'vsftpd.conf' and double-click on the file.
Enable or disable anonymous access. Anonymous access allows people to access your server by simply giving you their email address. If anonymous access is disabled, you will need to create an account for each person who you wish to access your FTP server.
Set the location for the root of the FTP file structure. This setting is controlled by 'secure_chroot_dir' in the vsftpd.conf file.
Restart the FTP server by typing 'sudo /etc/init.d/vsftpd restart.'
Place the files you want to share in the FTP root.
In Feburary 2016 26,
Open a terminal window.
Install vsftpd. Vsftpd is the daemon, or server, that users will connect to. To install vsftpd, type 'sudo apt-get install vsftpd.' Ubuntu will ask for your password. Follow the on screen instructions to install the server.
Edit the configuration, or conf, file. To do this, browse to '/etc' using the Nautilus file browser. Nautilus is the default file browser on most Ubuntu installations. Find 'vsftpd.conf' and double-click on the file.
Enable or disable anonymous access. Anonymous access allows people to access your server by simply giving you their email address. If anonymous access is disabled, you will need to create an account for each person who you wish to access your FTP server.
Set the location for the root of the FTP file structure. This setting is controlled by 'secure_chroot_dir' in the vsftpd.conf file.
Restart the FTP server by typing 'sudo /etc/init.d/vsftpd restart.'
Place the files you want to share in the FTP root.
In Feburary 2016 26,
Labels:
conf,
configuration,
Edit,
file,
Find,
Follow,
installations,
instructions,
password,
screen
Sunday, 21 February 2016
How to Change an RCON Password in CounterIn Feburary 2016 21,
In Feburary 2016 21,
Log in to the CS Control Panel at the official 'Counter-Strike' website.
Click on the 'Game Servers' link on the top-left of the control panel page.
Click on the 'Default Config Files' link and click the edit button next to the 'server.cfg' file. Your server configuration file now loads on your screen.
Look for your RCON password within the configuration file. It is usually one of the first few entries at the top of the configuration file. It will be in the same format that you use to type it into the console: rcon_password 'CurrentPassword.'
Erase the current password and type in the new one. Remember that the password is case-sensitive. Click on 'Save' and then close the control panel.
Restart your 'Counter-Strike 1.6'-dedicated server for changes to take effect.
In Feburary 2016 21,
Log in to the CS Control Panel at the official 'Counter-Strike' website.
Click on the 'Game Servers' link on the top-left of the control panel page.
Click on the 'Default Config Files' link and click the edit button next to the 'server.cfg' file. Your server configuration file now loads on your screen.
Look for your RCON password within the configuration file. It is usually one of the first few entries at the top of the configuration file. It will be in the same format that you use to type it into the console: rcon_password 'CurrentPassword.'
Erase the current password and type in the new one. Remember that the password is case-sensitive. Click on 'Save' and then close the control panel.
Restart your 'Counter-Strike 1.6'-dedicated server for changes to take effect.
In Feburary 2016 21,
Saturday, 20 February 2016
How to Create Your Own FTP ServerIn Feburary 2016 20,
In Feburary 2016 20,
Download and install the FileZilla FTP server application. Run the application and choose whether or not to start the program when Windows starts.
Start the server administration interface. Use 'localhost' or '127.0.0.1' for the server address and use '14147' as the port.
Click 'Edit' from the main program menu and then click 'Users.' Click the 'Add' button on the right-hand side of the screen to add a new user. Use the 'Shared Folders' section to choose which folders each user is allowed to access.
CrossFTP Server
Download, install and run the CrossFTP Server. Click the 'Configure' button from the main server panel to select a port, then click on 'OK' and then 'Start Server' to start the server.
Click on 'Users' from the left panel and then click the 'Add' button to add a new user. Enter a user name and click 'OK' to save a new user.
Enter a password in the 'Password' box, or leave it blank to have the password be the same as the user name. Choose a Root Directory for the user and check the 'Write Permission' box to allow the user to upload files, or leave it blank to only allow the user to download files. Click the 'Save' button to save the changes.
BulletProof FTP Server
Download, install and run the BulletProof FTP Server. Click 'Setup' and in the 'Main' section choose 'General.'
Enter a server name, keep the port number set at 21, enter a maximum number of users and choose whether or not to run the server when Windows starts. Go to the 'User Accounts' area and right click on the user accounts window area, then click 'Add' to begin adding a new user.
Enter a name and password for each user. Select a directory that the user will see when they first log in. To allow the user to upload files to the FTP server, and then put a check mark in the 'Write' box.
In Feburary 2016 20,
Download and install the FileZilla FTP server application. Run the application and choose whether or not to start the program when Windows starts.
Start the server administration interface. Use 'localhost' or '127.0.0.1' for the server address and use '14147' as the port.
Click 'Edit' from the main program menu and then click 'Users.' Click the 'Add' button on the right-hand side of the screen to add a new user. Use the 'Shared Folders' section to choose which folders each user is allowed to access.
CrossFTP Server
Download, install and run the CrossFTP Server. Click the 'Configure' button from the main server panel to select a port, then click on 'OK' and then 'Start Server' to start the server.
Click on 'Users' from the left panel and then click the 'Add' button to add a new user. Enter a user name and click 'OK' to save a new user.
Enter a password in the 'Password' box, or leave it blank to have the password be the same as the user name. Choose a Root Directory for the user and check the 'Write Permission' box to allow the user to upload files, or leave it blank to only allow the user to download files. Click the 'Save' button to save the changes.
BulletProof FTP Server
Download, install and run the BulletProof FTP Server. Click 'Setup' and in the 'Main' section choose 'General.'
Enter a server name, keep the port number set at 21, enter a maximum number of users and choose whether or not to run the server when Windows starts. Go to the 'User Accounts' area and right click on the user accounts window area, then click 'Add' to begin adding a new user.
Enter a name and password for each user. Select a directory that the user will see when they first log in. To allow the user to upload files to the FTP server, and then put a check mark in the 'Write' box.
In Feburary 2016 20,
Friday, 19 February 2016
How do I Set an Anchor in Sitecore?In Feburary 2016 19,
In Feburary 2016 19,
Open Internet Explorer (the recommended browser for Sitecore). In the text box for your Web address, enter in the URL that was given to you by your Web hosting company for Sitecore. Enter the username and password you used to set up your Sitecore account.
Click the '+' button next to the page you would like to edit from the side of your screen. This shows you the various content boxes that are on this page. Click the section into which you want to insert your anchor.
Click the small blue arrow icon next to 'Text' to open the HTML editor. This brings you to a new page in your Web browser and can be used to insert HTML code into your content.
Click the part of the document where you want to insert the anchor. When you link to your anchor, the portion you selected appears at the top of your user's screen. An anchor is not clickable, but serves as a marker to be linked to.
Click on the 'Anchor' icon from the second row of tools in your HTML editor. This is a small, yellow icon in a grey box that looks like an anchor. A text box opens where you can name your anchor. Enter the name you want and click 'Insert.' To remove this anchor, click the icon to the right of the 'Anchor' button, which is a small, red icon that looks like an anchor.
Link to your anchor by defining its name in your hyperlink. For instance, if your Web page is http://www.mysite.com/page and the name of your anchor is part2, you insert the hyperlink http://www.mysite.com/page#part2 anywhere on your site to redirect to this section of your page.
In Feburary 2016 19,
Open Internet Explorer (the recommended browser for Sitecore). In the text box for your Web address, enter in the URL that was given to you by your Web hosting company for Sitecore. Enter the username and password you used to set up your Sitecore account.
Click the '+' button next to the page you would like to edit from the side of your screen. This shows you the various content boxes that are on this page. Click the section into which you want to insert your anchor.
Click the small blue arrow icon next to 'Text' to open the HTML editor. This brings you to a new page in your Web browser and can be used to insert HTML code into your content.
Click the part of the document where you want to insert the anchor. When you link to your anchor, the portion you selected appears at the top of your user's screen. An anchor is not clickable, but serves as a marker to be linked to.
Click on the 'Anchor' icon from the second row of tools in your HTML editor. This is a small, yellow icon in a grey box that looks like an anchor. A text box opens where you can name your anchor. Enter the name you want and click 'Insert.' To remove this anchor, click the icon to the right of the 'Anchor' button, which is a small, red icon that looks like an anchor.
Link to your anchor by defining its name in your hyperlink. For instance, if your Web page is http://www.mysite.com/page and the name of your anchor is part2, you insert the hyperlink http://www.mysite.com/page#part2 anywhere on your site to redirect to this section of your page.
In Feburary 2016 19,
Thursday, 18 February 2016
How to Create a Subdomain Record in GoDaddyIn Feburary 2016 18,
In Feburary 2016 18,
Go to the Go Daddy website and log in to your account with your username and password. Click on 'Domain Manager' in the 'My Products' section.
Go to the Tools menu and select 'DNS Manager.' The DNS dashboard will come up on the screen. Choose the domain name for which you want to create a subdomain record and click 'Edit Zone.' View the Zone File Editor screen.
Click 'Add New Record' to display the DNS Record window. Select 'A (Host)' from the record type list.
Enter the subdomain you want to use in the Host Name field and make sure it doesn't exceed 25 characters. You can't use periods as the first or last character nor can you repeat them. Enter the IP address where you want the subdomain to point in the 'Points to IP Address' field and select the cache length in the TTL field. Click 'OK.'
Click on 'Save Zone File' and then 'OK.' Your new subdomain should display in the A (Host) section.
In Feburary 2016 18,
Go to the Go Daddy website and log in to your account with your username and password. Click on 'Domain Manager' in the 'My Products' section.
Go to the Tools menu and select 'DNS Manager.' The DNS dashboard will come up on the screen. Choose the domain name for which you want to create a subdomain record and click 'Edit Zone.' View the Zone File Editor screen.
Click 'Add New Record' to display the DNS Record window. Select 'A (Host)' from the record type list.
Enter the subdomain you want to use in the Host Name field and make sure it doesn't exceed 25 characters. You can't use periods as the first or last character nor can you repeat them. Enter the IP address where you want the subdomain to point in the 'Points to IP Address' field and select the cache length in the TTL field. Click 'OK.'
Click on 'Save Zone File' and then 'OK.' Your new subdomain should display in the A (Host) section.
In Feburary 2016 18,
How to Add Downloadable Music to a WebsiteIn Feburary 2016 18,
In Feburary 2016 18,
Upload the music file you wish to make available to your web host. It is easier to upload the file to the same directory as the rest of your site.
Edit the web page on which you will place the file download link. A simple text editor will suffice.
Create a link to the file you uploaded. Use the following format for the link:
visible text of link
Example: Download my song!
Save the edited version of the web page, and upload it to your web host.
In Feburary 2016 18,
Upload the music file you wish to make available to your web host. It is easier to upload the file to the same directory as the rest of your site.
Edit the web page on which you will place the file download link. A simple text editor will suffice.
Create a link to the file you uploaded. Use the following format for the link:
visible text of link
Example: Download my song!
Save the edited version of the web page, and upload it to your web host.
In Feburary 2016 18,
Wednesday, 17 February 2016
How to Group Compilations in MediaMonkeyIn Feburary 2016 17,
In Feburary 2016 17,
Click the 'Start' button located in the bottom left of your computer screen. Click 'All Programs' and then click 'MediaMonkey.'
Navigate to '/Library/Files to Edit/Multiple Artist Albums' in the 'Explorer Tree' located in the left side of the MediaMonkey window.
Right click the track you want to add to an album and click 'Change Album Artist.'
Edit the 'Album Artist' and 'Album Title' to match the album to which you wish to add the track.
Click 'OK' to save your changes.
In Feburary 2016 17,
Click the 'Start' button located in the bottom left of your computer screen. Click 'All Programs' and then click 'MediaMonkey.'
Navigate to '/Library/Files to Edit/Multiple Artist Albums' in the 'Explorer Tree' located in the left side of the MediaMonkey window.
Right click the track you want to add to an album and click 'Change Album Artist.'
Edit the 'Album Artist' and 'Album Title' to match the album to which you wish to add the track.
Click 'OK' to save your changes.
In Feburary 2016 17,
Monday, 8 February 2016
How to Insert Text into Multiple Cells in OpenOfficeIn Feburary 2016 08,
In Feburary 2016 08,
Open the OpenOffice document that you want to edit.
Type the text that you want to duplicate into a single cell or group of cells.
Highlight the cells that contain the text and press 'Ctrl' and 'C' to copy them.
Highlight the rest of the cells to which you want to add the text.
Press 'Ctrl' and 'P' to paste the copied text into the highlighted cells.
In Feburary 2016 08,
Open the OpenOffice document that you want to edit.
Type the text that you want to duplicate into a single cell or group of cells.
Highlight the cells that contain the text and press 'Ctrl' and 'C' to copy them.
Highlight the rest of the cells to which you want to add the text.
Press 'Ctrl' and 'P' to paste the copied text into the highlighted cells.
In Feburary 2016 08,
Saturday, 6 February 2016
How to Fix Winsock Error 10060 'Connection Timed Out'In Feburary 2016 06,
In Feburary 2016 06,
Open the Registry Editor by clicking the 'Start' menu and then 'Run.' Type 'Regedt32.exe' in the run dialog box, and click 'Ok.' You should now see the registry editor.
Open the 'Edit' menu, and click 'Add Value.'
Type the following information into the next window that appears: Value Name: TcpMaxDataRetransmissionsValue Type: REG_DWORD - NumberValid Range: 0 - 0xFFFFFFFFDefault Value: 5 DecimalNew Value: 10 DecimalClick 'Ok.'
Quit the Registry Editor, and restart the computer. Test your connectivity after the computer fully reboots to see if the 10060 connection timed-out error still occurs.
In Feburary 2016 06,
Open the Registry Editor by clicking the 'Start' menu and then 'Run.' Type 'Regedt32.exe' in the run dialog box, and click 'Ok.' You should now see the registry editor.
Open the 'Edit' menu, and click 'Add Value.'
Type the following information into the next window that appears: Value Name: TcpMaxDataRetransmissionsValue Type: REG_DWORD - NumberValid Range: 0 - 0xFFFFFFFFDefault Value: 5 DecimalNew Value: 10 DecimalClick 'Ok.'
Quit the Registry Editor, and restart the computer. Test your connectivity after the computer fully reboots to see if the 10060 connection timed-out error still occurs.
In Feburary 2016 06,
How To Configure FileZilla To Work with a Proxy ServerIn Feburary 2016 06,
In Feburary 2016 06,
Open FileZilla, click on the 'Edit' menu and then click 'Settings.'
Click on the plus symbol next to the 'Connection' section in the left side of the window.
Click on the 'FTP Proxy Settings' section and enter the IP address, port, username and password of your proxy server.
Click 'OK' to apply the settings and exit the Settings window. All future connections through FileZilla will use the proxy server you designated until you change the settings and erase the proxy server information.
In Feburary 2016 06,
Open FileZilla, click on the 'Edit' menu and then click 'Settings.'
Click on the plus symbol next to the 'Connection' section in the left side of the window.
Click on the 'FTP Proxy Settings' section and enter the IP address, port, username and password of your proxy server.
Click 'OK' to apply the settings and exit the Settings window. All future connections through FileZilla will use the proxy server you designated until you change the settings and erase the proxy server information.
In Feburary 2016 06,
Thursday, 4 February 2016
How to Insert an MPEG Video Into DreamWeaverIn Feburary 2016 04,
In Feburary 2016 04,
Upload the video to your Web page's server. Do this with whatever FTP program you usually use to upload images, objects and HTML files. You can also use Dreamweaver for this. Select the video that you want to upload In the 'Files' palette and click the blue 'Up' button.
Click the 'Code' button at the top of the Dreamweaver interface. This will put you into Code View, allowing you to view and edit the actual HTML code for your Web page.
Find the place in the code where you want to embed the video. This can be tricky if you've never worked with HTML, but you'll have plenty of chances to experiment. Look for text that tips you off to where you are in the page or look for images (represented in HTML by tags, where 'xxx' is the image filename) that do the same.
Insert the following code:
where 'movie.mpeg' is the filename (and path, if it's not the same as the HTML file) of your movie, and the two values under 'width' and 'height' are whatever you want to use. (If you leave these attributes out, the movie will appear in its actual size.) Control the attributes of the embedded movie by adding any number of arguments, separated by spaces, just like the 'width' and 'height' arguments. Here's a partial list:autostart='true' to make the video begin playing automaticallyloop='true' to make the video continue playing forever unless stopped by the userstarttime='00:00' to make the video begin at a particular location (minutes:seconds)align='left'/'right'/'top'/'bottom' to place the video relative to the text around it
Click the 'Design' button to return to the standard Dreamweaver view, then test your video.
In Feburary 2016 04,
Upload the video to your Web page's server. Do this with whatever FTP program you usually use to upload images, objects and HTML files. You can also use Dreamweaver for this. Select the video that you want to upload In the 'Files' palette and click the blue 'Up' button.
Click the 'Code' button at the top of the Dreamweaver interface. This will put you into Code View, allowing you to view and edit the actual HTML code for your Web page.
Find the place in the code where you want to embed the video. This can be tricky if you've never worked with HTML, but you'll have plenty of chances to experiment. Look for text that tips you off to where you are in the page or look for images (represented in HTML by tags, where 'xxx' is the image filename) that do the same.
Insert the following code:
where 'movie.mpeg' is the filename (and path, if it's not the same as the HTML file) of your movie, and the two values under 'width' and 'height' are whatever you want to use. (If you leave these attributes out, the movie will appear in its actual size.) Control the attributes of the embedded movie by adding any number of arguments, separated by spaces, just like the 'width' and 'height' arguments. Here's a partial list:autostart='true' to make the video begin playing automaticallyloop='true' to make the video continue playing forever unless stopped by the userstarttime='00:00' to make the video begin at a particular location (minutes:seconds)align='left'/'right'/'top'/'bottom' to place the video relative to the text around it
Click the 'Design' button to return to the standard Dreamweaver view, then test your video.
In Feburary 2016 04,
How to Set a Fixed Background in JoomlaIn Feburary 2016 04,
In Feburary 2016 04,
Log in to the administration section of your Joomla website.
Upload the image you want to use as a background to the images folder in the Joomla code, using an FTP editor or through the Joomla Media Manager.
Navigate to the
Extensions tab, followed by
Template Manager and then click on the live template for the site. A yellow star beside the template name indicates the live template.
Click
Edit CSS. Choose the template for the site, usually called 'template.css.' Click the
Edit button to open the file for editing.
Search for the 'body' tag in the code.
Add the following code between the opening and closing brackets:background-image:URL('/images/image.gif');
background-repeat:no-repeat;
background-attachment:fixedThe image links to the image you uploaded earlier.
Click the
Save to save the file. Open the site in a browser and the image will now stay in position on the page when you scroll down.
In Feburary 2016 04,
Log in to the administration section of your Joomla website.
Upload the image you want to use as a background to the images folder in the Joomla code, using an FTP editor or through the Joomla Media Manager.
Navigate to the
Extensions tab, followed by
Template Manager and then click on the live template for the site. A yellow star beside the template name indicates the live template.
Click
Edit CSS. Choose the template for the site, usually called 'template.css.' Click the
Edit button to open the file for editing.
Search for the 'body' tag in the code.
Add the following code between the opening and closing brackets:background-image:URL('/images/image.gif');
background-repeat:no-repeat;
background-attachment:fixedThe image links to the image you uploaded earlier.
Click the
Save to save the file. Open the site in a browser and the image will now stay in position on the page when you scroll down.
In Feburary 2016 04,
Wednesday, 3 February 2016
How Do I Play a PHP File?In Feburary 2016 03,
In Feburary 2016 03,
Adobe Dreamweaver is a web-designing program that is very effective in reading and playing PHP files. Dreamweaver is one of the most popular web design programs in the world and it can be used to create, edit, and delete various web programs and files that create a web page. Dreamweaver MX can be used to write and create PHP applications and can open and read pre-existing applications. Just open the file you need to look at and Dreamweaver will read it and convert it into a legible format so you can read the code.
Web Browser
If you are simply trying to view the end result of the PHP programming and not actually edit it, any web browser should be able to open and play the PHP files so long as there are no errors in the programming. If the PHP scripts have errors in them, the browser will likely not play the file or show an error message. Otherwise, the browser will open the PHP files as the web server converts it into an HTML coding that the browser can read. Just go to the website that has the PHP files in question and the browser should open it. If the file is actually on your computer, use a browser to open it and you may still be able to see it, depending on the browser.
In Feburary 2016 03,
Adobe Dreamweaver is a web-designing program that is very effective in reading and playing PHP files. Dreamweaver is one of the most popular web design programs in the world and it can be used to create, edit, and delete various web programs and files that create a web page. Dreamweaver MX can be used to write and create PHP applications and can open and read pre-existing applications. Just open the file you need to look at and Dreamweaver will read it and convert it into a legible format so you can read the code.
Web Browser
If you are simply trying to view the end result of the PHP programming and not actually edit it, any web browser should be able to open and play the PHP files so long as there are no errors in the programming. If the PHP scripts have errors in them, the browser will likely not play the file or show an error message. Otherwise, the browser will open the PHP files as the web server converts it into an HTML coding that the browser can read. Just go to the website that has the PHP files in question and the browser should open it. If the file is actually on your computer, use a browser to open it and you may still be able to see it, depending on the browser.
In Feburary 2016 03,
Tuesday, 2 February 2016
How to Set Up Anonymous FTP in FileZillaIn Feburary 2016 02,
In Feburary 2016 02,
Open the FileZilla Server application.
Open the preferences from the 'Edit' menu. Navigate to the 'User Preferences'.
Press 'Add' under the 'Users' box on the right hand side of the preferences window.
Type in 'anonymous' as the username. Ensure that the password box is unchecked. Press OK. Users will now be able to log in anonymously.
In Feburary 2016 02,
Open the FileZilla Server application.
Open the preferences from the 'Edit' menu. Navigate to the 'User Preferences'.
Press 'Add' under the 'Users' box on the right hand side of the preferences window.
Type in 'anonymous' as the username. Ensure that the password box is unchecked. Press OK. Users will now be able to log in anonymously.
In Feburary 2016 02,
Subscribe to:
Comments (Atom)