Showing posts with label controls. Show all posts
Showing posts with label controls. Show all posts

Saturday, 20 February 2016

How to Transfer My Domain to GoogleIn Feburary 2016 20,

In Feburary 2016 20,
Log into your domain’s control panel. Locate the domain’s mail exchange (MX) controls.
Delete the current MX records for your domain.
Create MX records with Google’s server information. Create a new MX record with a priority of one, and set “ASPMX.L.GOOGLE.COM” as the mail server. Create another MX record, setting the priority as five,, and the mail server as “ALT1.ASPMX.L.GOOGLE.COM.” Create a third MX record, setting the priority as five, and “ALT2.ASPMX.L.GOOGLE.COM” as the mail server. Create a fourth MX record, setting the priority as 10, and “ASPMX2.GOOGLEMAIL.COM” as the mail server. Create a final MX record with a priority setting of 10, and a mail server of “ASPMX3.GOOGLEMAIL.COM.”
Save the changes to your domain’s server records.
In Feburary 2016 20,

Friday, 19 February 2016

How to Create a New Account for a New Domain in WHMIn Feburary 2016 19,

In Feburary 2016 19,
Log into WHM. You will need your username and password.
Click the Create a New Account link from the Account Functions menu.
Enter the domain name into the Domain field, and the username into the UserName field. The UserName field will initially default to a name based on the domain you enter, but you may change it if you wish.
Enter a password into the Password field, and the disk quota into the Quota field. The Quota field, measured in MegaBytes, controls how much hard-disk space the new account is allotted.
Decide whether to allow CGI access, Shell access and FrontPage extensions, then check the respective boxes accordingly.
Decide on limits for the following boxes and enter values for each in the text field for each: Max FTP Accounts, Max Email Accounts, Max Email Lists, Max SQL Databases and Max Sub Domains.
Enter the maximum bandwidth for the account (in MegaBytes) into the Bandwidth Limit field.
Click 'Create.'
In Feburary 2016 19,

How to Start a Car Show FundraiserIn Feburary 2016 19,

In Feburary 2016 19,
Choose a theme for the car show. The focus can be on classic cars, low riders, luxury cars or creatively decorated cars.
Decide on a purpose for the car show---this is what draws people to the event. For example, a social service organization would host a car show to raise money for a community service project.
Organize a car show committee---this ensures that all the work of planning and executing the fundraiser isn't placed on one or two people. You should have the following: a chairman to provide direction for the planning of the car show; a treasurer that controls spending, plans a budget, and tracks the funds that are raised; a publicity chair or media organizer, who is responsible for getting the word out about the car show to local media and the community; a sponsorship coordinator, whose aim is to secure cash and in-kind sponsorships from local companies to keep the group's expenses to a minimum. Recruit volunteers to ensure the car show runs smoothly.
Plan a schedule of weekly meetings with your car show committee---invite all members of your organization to attend so that they can stay in the know and contribute ideas.
Secure a venue for the car show fundraiser. The sponsorship chair should try to find a venue to host the event for free or at a discount if at all possible.
Distribute entry information about the car show to local car clubs, car dealerships, college campuses and auto accessories stores---ask permission before posting or leaving fliers. Print out simple fliers with contact and entry information to keep your expenses low.
Launch an informational blog or website about the car show fundraiser so that entrants, potential sponsors and people interested in attending can find out the purpose, location and time information for the show easily.
Hold a meeting with your committee and volunteers at least two days before the car show to ensure everyone knows their roles, when to be at the venue and who to contact if they need any help during the show.
In Feburary 2016 19,

Thursday, 11 February 2016

FTP Server Vs. Web ServerIn Feburary 2016 11,

In Feburary 2016 11,
An FTP server uses the File Transfer Protocol (FTP) and a web server uses the Hypertext Transfer Protocol (HTTP). FTP allows two computers to copy files to each other. HTTP provides methods to format and display text, pictures, and controls such as text boxes and buttons. HTTP describes what the user sees and how the user inputs information, while FTP does not.
Clients
Web browsers receive HTTP data from web servers and display that data in the way the web server dictates. Web browsers can also connect to FTP servers, but there are also many FTP client programs that can be used. When connecting to an FTP server, the browser or client determines how things are displayed instead of the server.
Setup Difficulty
Because a web server dictates what the user sees, the website has to be built in detail by a web designer. If files are to be shared using a web server, the web designer has to create links to the files and create an interface the user can use to upload files. For an FTP server, the files only need to be placed in a specific location and the user's FTP client will automatically create the interface necessary.
In Feburary 2016 11,

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,

Wednesday, 3 February 2016

How to Use ListView With a CheckBox in VBAIn Feburary 2016 03,

In Feburary 2016 03,
Launch Microsoft Excel, click the 'Developer' tab and click 'Visual Basic' to open the VBA Editor window. Click the 'Insert' menu and click 'UserForm' to create a new form. Click the 'Tools,' click 'Additional Controls,' and check the box next to 'Microsoft ListView Control' to add a new 'ListView' control to your form.
Right-click the 'ListView' control and click 'Properties.' Scroll down the properties Window and choose 'True' next to 'Checkboxes.' Click 'CommandButton' from the 'Toolbox' pane and click the form to add a new button control. Add a second button using the same technique.
Double-click 'CommandButton1' to create a click event for this button. Add the following code to populate the 'ListBox' with three items:Me.ListView1.ListItems.Add(1) = 'Check Item 1'Me.ListView1.ListItems.Add(2) = 'Check Item 2'Me.ListView1.ListItems.Add(3) = 'Check Item 3'
Switch back to your form and double-click 'CommandButton2' to create a new click event for this button. Add the following code to loop through the 'ListBox' items and print any checked items to the 'Immediate' window:For counter = 1 To Me.ListView1.ListItems.Count
If Me.ListView1.ListItems.Item(counter).Checked ThenDebug.Print Me.ListView1.ListItems.Item(counter).TextEnd IfNext
Switch back to your form and click 'F5' to run the program. Click 'CommandButton1' to populate the 'ListView' control and click 'CommandButton2' to display checked items.
In Feburary 2016 03,