Posts mit dem Label Address werden angezeigt. Alle Posts anzeigen
Posts mit dem Label Address werden angezeigt. Alle Posts anzeigen

Dienstag, 23. Februar 2016

How to Use a GoDaddy Form MailerIn Feburary 2016 23,

In Feburary 2016 23,
Set the e-mail address for the GoDaddy form mailer within your account. Log into your Account Manager. Under “Products” and click “Web Hosting.” Click “Launch” beside the hosting account you wish to use for your form mailer.
Click “Form Mail” under the “Content” section. Enter the e-mail address where you want submitted forms to be sent under “Forms Email Address.” Click “Continue” and “Update” to verify the e-mail address.
In your HTML file where you want the form to appear, enter this code:<form action='/gdform.php' method='post'>
<input type='hidden' name='subject' value='New E-Mail Subscriber' />
<input type='hidden' name='redirect' value='http://www.yoursite.com/thanks.html" />
<p>First Name:<input type='text' name='FirstName' /></p>
<p>Last Name:<input type='text' name='LastName' /></p>
<p>E-Mail:<input type='text' name='email' /></p>
<p>Your Message:<textarea name='comments' cols='50' rows='20'>
Tell us what you think of our new website!</textarea></p>
<input type='submit' name='submit' value='submit'/>
</form>You can edit this code to suit your needs. The above items are examples, including the subject, redirection page, first name, last name, e-mail and message.
Save your HTML file with the new code.
Upload the HTML file to your server using your preferred FTP client, just as you did with your initial website files.
Visit your website to see the new form. Test the form by filling in all of the fields and using a different e-mail address than the one you entered in Step 2. Once you submit the form, you should receive an e-mail to the e-mail address you entered in Step 2 with the submitted information.
In Feburary 2016 23,

Dienstag, 16. Februar 2016

How to Share SVG on FacebookIn Feburary 2016 16,

In Feburary 2016 16,
Upload the SVG file to a free image hosting website like PostImage, ImageShack or TinyPic. Alternatively, upload it to your own personal web space. Open the uploaded SVG image within the web browser, double-click the mouse in the 'Address Bar,' then right-click and select 'Copy.'
Click the 'Link' button above the Facebook news feed, right-click your mouse in the field and choose 'Paste.' Click the 'Attach' button to attach the link to your post.
Input any status message you want to post alongside the image. Verify that the post is to your liking, then choose 'Share.'
In Feburary 2016 16,

How to Create a Client DatabaseIn Feburary 2016 16,

In Feburary 2016 16,
Open Microsoft Excel. Click “File, Save As.” Choose a name for your database, something memorable that pertains to your service such as “Cake Clients, or Lawn Care Clients.” Type this name in the “File name” box and click “Save.”
Label the columns based on what information they hold. For example, “First name, Last name, Address, Phone number, Account Status.” To make the columns wider, move the selection tool over the line between the columns. Left-click and drag until the column is as wide as you need it to be. Do this with each information column.
Bold the headings of your columns for clarity. Select the first cell, hold down the Control button and click on each of the other cells with labels. Go up to the toolbar and click on the “B.” This will bold each label.
Enter the first client’s information in the next cell under your chosen headings. By separating last names from first names, or using the format “last name, first name” Excel can sort your client data more easily when you need to search.
Continue entering client information until your list is complete. Save often by clicking the floppy disk icon on the toolbar, or by selecting “File, Save.”
Sort the data as needed. Sorting is easy with Excel. You can sort the data by any field you have chosen. For example, you can sort by last names, item purchased or city. Do this by clicking on the column of information you wish to see your clients sorted by. Click on “Data, Sort, OK.” You can also click the “AZ icon” for quick sorting.
In Feburary 2016 16,