Showing posts with label screen. Show all posts
Showing posts with label screen. Show all posts

Tuesday, 1 March 2016

How to Set Joomla Text SizeIn Feburary 2016 30,

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,

Monday, 29 February 2016

How to Configure DNS 323 With a MacIn Feburary 2016 29,

In Feburary 2016 29,
Make sure the D-Link DNS 323 is powered on and connected to your local network with an ethernet cable.
Click on the 'Finder' icon in the Dock at the bottom of your Mac's screen.
Open the 'Go' menu at the top of the desktop and select the 'Connect to Server' option.
Type 'smb://' followed by the hostname or IP address of your DNS 323 device in the 'Server address' field.
Press the plus button next to the 'Server address' field if you plan to connect to your DNS 323 often. This will add the device's address to the saved list below.
Click on the 'Connect' button at the bottom of the window to initiate a connection to the DNS 323. Once the Mac establishes a connection, a new Finder window will open displaying the files on your DNS 323.
In Feburary 2016 29,

Sunday, 28 February 2016

How to Set up Port Forwarding for a NetworkIn Feburary 2016 28,

In Feburary 2016 28,
Make a list of ports you need to forward. Most programs require their ports to be forwarded; if this is not done, information from these programs will not be seen by your local computer. If you know a program for which ports need to be forwarded, write it down. Afterwards, check the software manufacturer's website to find the port or series of ports along with the protocol type associated with your program/application of interest. Write this down as well.
Set up a static IP address on the computer for which ports will be forwarded. To set up a static IP address on a Mac OS X, simply click the apple icon on the top left corner of the screen, select 'System Preferences' and under 'Internet and Network,' select 'Network.' Select the network connection you are currently using and click 'Configure.' Click 'Configure IPv4' and select 'Manually.' The IP address you select should be similar to your router's IP address with the last number ranging range from 1-254. Typically, you can add 10 or more to the your router's last number. This should work in most cases as a static IP address. For instance, if your router's address is 192.168.1.1, you can choose 192.168.1.11 as your static IP address.
Start forwarding your ports by accessing your router's website. Open a web browser (Explorer, Safari or Firefox) and enter your router's IP address after the http://. This should lead you to your router's website. Locate the links which will lead you to Port Forwarding or Port Redirection. Once there, simply indicate the Program/Application Name, protocol type (TCP or IP) and port number(s) on both the public and private ports. You might need to check off a box to indicate that you would like to activate this port. Click 'OK' or 'Save' to save your settings.
Reconfigure your firewall so that you are able to open ports that are being blocked by your firewall. Alternatively, you can disable your firewalls and turn them on manually one at a time to see which firewall is blocking ports from entering your LAN.
In Feburary 2016 28,

Saturday, 27 February 2016

How to Back Up a Go Daddy WebsiteIn Feburary 2016 27,

In Feburary 2016 27,
Create a new folder on your computer's desktop, called 'Backup.'
Launch a web browser and go to www.godaddy.com.
Log in to your GoDaddy account, and click 'My Account' to navigate to the Account Manager.
Select 'Web Hosting' in the Products section. When the screen shifts to your hosting account, click the 'Launch' button next to the account that contains the site that you want to back up.
Click the 'Content' tab in the Hosting Control Center, then click 'Java FTP Client.'
Click 'Yes' or 'Trust' if a security window asks you for permission to continue.
Set the left-hand 'Local System' window to the 'Backup' folder on your computer's desktop.
Drag and drop all of the files for the website you are backing up from the right-hand 'Remote System' window into the 'Backup' folder.
Connect an external drive to your computer via a USB port. Depending on the size of your website, this could be as small as a flash drive or as large as an independent hard drive.
Drag and drop the 'Backup' folder into the external drive. Store this drive somewhere safe.
In Feburary 2016 27,

How to Create a Website Directory TreeIn Feburary 2016 27,

In Feburary 2016 27,
Download FTP client software. FileZilla, Sherrod FTP Client and Starksoft Free FTP are three widely used applications that you can download and install for free. They all work in a similar way.
Double-click the icon of the file you downloaded in the previous step. Follow the on-screen prompts to configure the software, and install it on your computer.
Open your newly installed FTP client.
Enter your server address, user name and password in the appropriate fields at the top of the FTP client screen. Leave the 'Port' field blank unless your server's configuration specifically requires otherwise.
Press the 'Connect' or 'Quickconnect' button to connect to the server.
Double-click the folder containing your website files. This folder will most likely have one of three names: 'public_html,' 'wwwroot' or 'www.'
Right-click on the right-hand side of the FTP client screen, and select 'New Directory' or 'Create Directory.' Give the directory a name, and press the 'Enter' key. This creates a top-level directory for your website. Repeat the process to create more than one top-level directory.
Double-click a newly created folder to open it.
Right-click on the right-hand side of the FTP client screen, and select 'New Directory' or 'Create Directory' again, providing a directory name and pressing 'Enter.' This creates a sub-directory within the top-level folder. Repeat the process within each folder of your website until you have created your desired directory tree.
In Feburary 2016 27,

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,

How to Use Multiple Facebook Accounts in FirefoxIn Feburary 2016 26,

In Feburary 2016 26,
Navigate Firefox to Facebook's website. If you're already logged in to a Facebook account, log out by clicking 'Account' then 'Log Out.'
Enter the email and password for one of your Facebook accounts in the relevant boxes and click 'Log In.' Your Facebook wall appears, but Firefox also displays a pop-up bar at the top of the screen asking if you want it to remember this password -- click 'Remember.' If the bar doesn't appear, open the 'Edit' menu, click 'Preferences,' select the 'Security' panel and make sure 'Remember passwords for sites' is checked. Also click 'Exceptions' and make sure that Facebook isn't on the list of sites to ignore; if it is, click 'Remove' and retry this step.
Repeat Steps 1 and 2 for your other Facebook accounts.
Access a particular Facebook account by clicking in the 'Email' field on Facebook's login screen. A drop-down list of all your accounts appears below the field; click one of them to fill the fields in with the corresponding email and password, then click 'Log In.'
In Feburary 2016 26,

Wednesday, 24 February 2016

How to Unlock the FPA Setting for an RCA TelevisionIn Feburary 2016 24,

In Feburary 2016 24,
Turn on your television by pressing the 'Power' button on the remote control. You must have a working remote control in order to reset the password for your FPA system and unblock the parental lock. Press the 'Vol +' button on the remote control and the 'Channel +' button on the front of the television at the same time until 'Enter New Password' appears on the screen.
Use the number pad on the remote to enter a new FPA passcode. This number should be four digits long. When finished entering the code, press the 'OK' button to save the code. Press the 'Menu' button to exit the new password creation screen. Write down your passcode as you will need it to change the parental lock settings.
Press the 'Menu' button on the remote to enter the main menu. Press the 'Ch +' and 'Ch -' buttons to move up and down in the menu. Select the 'Preferences' option and press the 'OK' button. Navigate to the 'Par Control' option on the next screen and press 'OK.'
Use the number pad to enter in your newly created passcode. Press 'OK' to display a list of television program ratings. Use the 'Ch +' and 'Ch -' buttons to navigate through the list and press the 'OK' button to lock or unlock a rating. If a rating has a check by it, it means it is locked. When finished choosing your settings, press the 'Menu' button to return to the main menu.
In Feburary 2016 24,

How to Change a Directory in FTPIn Feburary 2016 24,

In Feburary 2016 24,
Open the Start menu and click on the 'Run' button.
Type 'cmd' into the text field and hit the 'Enter' key. A command prompt window will now open on the screen.
Type 'ftp server.com' into the command prompt window, replacing 'server.com' with the address of your FTP server, and hit 'Enter.'
Enter your FTP username and password when prompted to log in to the server.
Type 'cd' followed by the path of the directory that you want to switch to and hit 'Enter.' The 'cd' command stands for change directory, and if you provide a valid directory path to change to, you will receive a confirmation message.
In Feburary 2016 24,

Tuesday, 23 February 2016

How to Convert MS SQL Data to ExcelIn Feburary 2016 23,

In Feburary 2016 23,
Launch a web browser on your computer. Go to the Intelligent Converters website (see Resources).
Download and install the MSSQL-to-Excel converter. You get a free download of the program but have to pay to keep it after the trial period.
Open MSSQL-to-Excel on your computer. When you start the program, the Database Conversion Wizard screen will open. Click 'Next' to get started.
Enter the info for your MS SQL server connections. Click 'Next' to connect to the server and proceed.
Select the MS SQL database that has the data you want to convert. Click 'Next' to get to the next screen.
Pick the specific tables in the MS SQL database that you want to convert. Click 'Next' to get to the final screen and verify your settings.
Click 'Convert' to start the MS SQL to Excel conversion. When the screen tells you that the conversion is complete, click 'Done' to close MSSQL-to-Excel, and you can use the new Excel file.
In Feburary 2016 23,

Monday, 22 February 2016

How to Use Picasa as an Image Host for WordPressIn Feburary 2016 22,

In Feburary 2016 22,
Register for a free Google account. Google is Picasa's parent company, and you'll need a Google account to create a Picasa Web Album. From the Picasa Web Albums home page, click the blue 'Create an Account' button and follow the instructions to create your free account.
Create a Picasa Web Album account by creating a Google profile, which includes the 'Photos' feature. This is where you manage and update your online photo albums through Picasa. While logged into your Google account, visit the Picasa Web Albums home page at http://picasaweb.google.com. Log in using your newly created Google account. Click the 'Yes, Create My Google Profile' button and follow the on-screen instructions to create your Google profile.
Download and install the Picasa software onto your hard drive. Click the blue 'Free Download' button and follow the on-screen instructions to install the software onto your computer. At the end of the installation dialog, leave 'Run Picasa' checked before clicking the 'Finished' button, so that the software launches automatically.
Allow the Picasa software to automatically populate with all the photos on your hard drive.
Upload the photo you wish to use in your WordPress post to your new Picasa Web Album. Double-click on the image in the Picasa software, then click the small 'Upload' button on the bottom of the screen. Customize the display information and designate an album in which to upload the image, if you wish. Click the 'Upload' button uploading the image to the server. The software may prompt you to log in again; if so, enter your Google user name and password.
Copy to your computer clipboard the direct URL of the image on the Picasa servers. Click the 'View Online' button to see your newly uploaded image in your Picasa Web Album. If you're using the Firefox browser, right-click on your image and select 'Copy Image Location' to copy the direct URL to your clipboard. In Chrome, right-click and open the image in a new tab, from which you can copy the URL.
Insert the photo into the WordPress page or post. While editing the WordPress page document, click the 'Image Insert' button above the content field next to the words 'Upload/Insert.' Click the 'URL' tab at the top. Paste the direct image URL in the 'Image URL' field, and fill out the rest of the form with your image's information. Click the 'Insert Into Post' button when you're done to insert the image into your WordPress page or post.
Click the blue 'Publish' button. Your WordPress document will publish with the Picasa photo embedded in its content.
In Feburary 2016 22,

Sunday, 21 February 2016

How to Add FTP User With LinuxIn Feburary 2016 21,

In Feburary 2016 21,
Log in to the FTP server as user 'root.' Start a shell by either logging in in text mode, or by launching a terminal window from graphical mode. The specific way of performing this step depends on the Linux distribution. For example, for Ubuntu Linux, click on 'Applications' on the taskbar at the top of the screen, then select 'Terminal.'
Create the new FTP user by entering the following command into the shell:adduser -c 'Jake Nix (FTP)' -m jakenixReplace 'Jake Nix' with the user's full name, and 'jakenix' with the user name he will use to access the FTP server.
Set a password for the new account by entering the following command into the shell:passwd jakenixPress 'Enter,' then enter the same password twice, pressing 'Enter' after each time.
Configure the FTP server to make FTP accounts correspond to accounts local to the server, by adding the following line to file '/etc/vsftpd.conf' with a text editor:local_enable=YESSave the file and exit the text editor.
Restart the FTP server to make it read the change to its configuration, by entering the following command into the shell:service vsftpd restartPress 'Enter.' At that point, the new user will have been added to the FTP server, and the server will be ready to accept FTP connections from the new user.
In Feburary 2016 21,

How to Use CPanel to Create a WebsiteIn Feburary 2016 21,

In Feburary 2016 21,
Create your website files using Notepad or an HTML program. Save the files on your computer and remember where you saved them.
Log in to Cpanel. Use the information your hosting provider gave you to log in to your Cpanel account.
Access the main directory. Click on the icon that says 'File Manager' and then select the 'Document Root' folder for your domain. Next click on ''public_html'.
Upload your website files. You will see a split screen. One side represents your computer's drive, the other side represents the Cpanel tool. Transfer your website HTML files from your computer to Cpanel by highlighting the files and clicking on the transfer arrow.
Test your website. To ensure that your files have been properly uploaded, type your web address in your browser window.
Installing Website Software
Log in to your Cpanel account.Scroll down to 'Software and Services' and click on 'Fantastico Deluxe'.
Decide on which software you want to use to create your website. Fantastico has many choices of website software categorized as either 'Blogs' or 'Content Management Systems'. If you click on each software selection you can see its features. Your choice will depend on what your needs are.
Make your software selection and click on it. Next click on 'New Installation' to begin the installation process.
Follow the prompts to install the software. Usually you will just have to enter basic information such as the name of your site, your email address and a site password.
Wait for the installation to complete; the screen will prompt you when this is the case. You will also receive an email if you provided your email address.
Use the web software to create your website. Now that the software is installed, you can begin adding content to your website. The email you received after installation will provided details on how to log in to the administration panel so that you can begin to add content.
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,

How to Connect Sharepoint Designer With Sharepoint ServerIn Feburary 2016 20,

In Feburary 2016 20,
Open SharePoint Designer. The program is most commonly found in the Windows Start menu at the following location: 'Programs' > 'Microsoft Office' > 'Microsoft Office SharePoint Designer.'
Click 'File' in the menu near the top of the SharePoint Designer screen. Select 'Open Site.'
Enter the URL of your SharePoint site in the 'Site name' field near the bottom of the 'Open Site' dialog box. Click the 'Open' button.
Choose your editing option. Depending on the configuration of your SharePoint site, you can choose to edit the live site, or edit a local copy and publish that copy to the server at a later time. Click the button next to your desired option and select 'OK.'
Enter your username and password when prompted and click 'OK.' SharePoint Designer is now connected with your SharePoint Server site.
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,

Thursday, 18 February 2016

How to Run a Client Server in NetBeansIn Feburary 2016 18,

In Feburary 2016 18,
Click the 'Start' button and 'All Programs' to expand the Windows application menu. Click the 'NetBeans' folder, then the 'NetBeans' application icon. This will launch NetBeans in a new window.
Right-click the 'EJB' project module and select 'New,' then 'Session Bean.' The NetBeans project configuration screen displays on screen.
Type 'MySession' in the 'EJB Name' box.
Type 'ejb' in the 'Package:' drop-down menu.
Click the 'Stateless' radio button under 'Session Type:.'
Click the 'Remote in project' check box under 'Create Interface:.' Select the 'EJBRemoteInterface' project from the drop-down list and then click the 'Finish' button.
Right-click the 'EntAppClient' enterprise application project and choose 'Run' from the drop-down menu. NetBeans builds the project that contains your application and runs it on a client server.
In Feburary 2016 18,

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,

Wednesday, 17 February 2016

How to Download MOV FilesIn Feburary 2016 17,

In Feburary 2016 17,
Open your Web browser and visit Apple's official QuickTime Pro website (see the link in the References section). Click 'Buy Now.' Follow the directions on screen to legally purchase your copy of QuickTime Pro using a debit or credit card. (You will receive a product key, which you can use to convert your copy of the regular version of QuickTime to Pro.)
Open QuickTime Player (via the 'QuickTime' folder in your computer's 'Start' menu).
Click 'Edit,' then 'Preferences,' then 'Register.' Type the name you used to purchase your copy of QuickTime Pro and the registration key into the boxes on the screen. Click 'OK' to upgrade your copy of the QuickTime software to Pro.
Open the MOV file you want to download onto your computer. Click 'File,' then 'Save As' in Quicktime Pro to download the MOV file to your computer.
In Feburary 2016 17,

How to Reinstall MySQL for UbuntuIn Feburary 2016 17,

In Feburary 2016 17,
Click the 'System' menu.
Highlight the 'Administration' category.
Click the 'Synaptic Package Manager' menu option to open the Synaptic Package Manager. Type your password when prompted.
Type 'mysql' in the 'Search' text box at the top of the screen.
Click the check box next to the 'mysql-server' package.
Choose the 'Mark for re-installation' option in the menu that appears.
Click 'Apply' at the top of the screen.
Click 'Yes' in the confirmation dialog that appears. The MySQL server package will be reinstalled.
Command Line
Right-click anywhere on the desktop.
Choose the 'Terminal' option in the menu that appears to open a terminal window.
Type the command 'sudo apt-get install --reinstall mysql-server' to reinstall the MySQL software package.
Type your password when prompted.
Type 'Y' when prompted for confirmation.
In Feburary 2016 17,