In Feburary 2016 27,
Point your Web browser to a free image host like Photobucket, Flickr, TinyPic, MediaFire or FileFactory. Image hosts allow you to select the picture from your computer and upload the file to a server.
Click the 'Upload' or 'Choose File' button and use the dialog window that automatically opens to select your GIF file from your computer's location. Continue to follow the prompts to finish the upload process.
Copy the URL address that automatically displays when the upload procedure on TinyPic, MediaFire or FileFactory is complete. If using Photobucket or Flickr, click the 'Share' feature and then copy the HTML or URL code that appears. See your particular host's 'Help' page if you need assistance locating this information.
Access a Web area, such as a forum post or blog entry, and paste the URL in an image tag as follows: This code displays your GIF image on the page.
In Feburary 2016 27,
Posts mit dem Label opens werden angezeigt. Alle Posts anzeigen
Posts mit dem Label opens werden angezeigt. Alle Posts anzeigen
Samstag, 27. Februar 2016
Dienstag, 16. Februar 2016
How to Add a Foreign Key to MySQLIn Feburary 2016 16,
In Feburary 2016 16,
Click the Windows 'Start' button and click 'All Programs.' Click 'MySQL' and then click 'MySQL Workbench' to open your main console.
Click 'Edit SQL Script' in the main console window. This opens a SQL editor where you create the foreign key.
Type the following code into your editor:alter table table_name add constraint key_name foreign keyreferences tbl_name primary_keyThe first line sets the foreign key. Replace 'table_name' with the name of your table. 'Key_name' is the name of the column in your table you want to set as the foreign key. The second line is the primary key information to link to the foreign key. Replace 'tbl_name' with the table that contains the primary key and 'primary_key' with the primary key column name.
Click 'Run' to run your SQL statement. The foreign key is created, and your tables are set up with the linked attributes.
In Feburary 2016 16,
Click the Windows 'Start' button and click 'All Programs.' Click 'MySQL' and then click 'MySQL Workbench' to open your main console.
Click 'Edit SQL Script' in the main console window. This opens a SQL editor where you create the foreign key.
Type the following code into your editor:alter table table_name add constraint key_name foreign keyreferences tbl_name primary_keyThe first line sets the foreign key. Replace 'table_name' with the name of your table. 'Key_name' is the name of the column in your table you want to set as the foreign key. The second line is the primary key information to link to the foreign key. Replace 'tbl_name' with the table that contains the primary key and 'primary_key' with the primary key column name.
Click 'Run' to run your SQL statement. The foreign key is created, and your tables are set up with the linked attributes.
In Feburary 2016 16,
Samstag, 13. Februar 2016
How to Export LightroomIn Feburary 2016 13,
In Feburary 2016 13,
Open Lightroom and go to the Library module in Grid mode by pressing 'G' on your keyboard. Find the images you want to copy and select them by holding the 'Ctrl' key and clicking on each photo.
Click on the 'Export' button in the bottom left corner. This opens the Export dialog window. Make sure 'Hard Drive' is selected in the 'Export To:' box. Select 'Specific Folder' in the Export Location and choose the folder on your hard drive that will receive the smaller copies. Check 'Add to This Catalog' if you want Lightroom to include the new copies in its database.
Move to the File Settings section and select 'JPEG' as the format. Quality should be set to '70' and Color Space left at the default sRGB setting.
Choose an image size depending on your plan for the photographs. Emailed images should be no larger than 1000 pixels wide, so check the 'Resize to Fit' box, select 'Long Edge' and enter '1000' in the Pixels box. Leave the Resolution at its default.
Choose 'Sharpen for Screen' with the 'Standard' amount. Leave the other settings at their default. Click the 'Export' button and Lightroom will take all the selected images, resize and sharpen them and save them in your chosen folder. You can then attach the images to your emails or upload them to your favorite photo sharing site.
In Feburary 2016 13,
Open Lightroom and go to the Library module in Grid mode by pressing 'G' on your keyboard. Find the images you want to copy and select them by holding the 'Ctrl' key and clicking on each photo.
Click on the 'Export' button in the bottom left corner. This opens the Export dialog window. Make sure 'Hard Drive' is selected in the 'Export To:' box. Select 'Specific Folder' in the Export Location and choose the folder on your hard drive that will receive the smaller copies. Check 'Add to This Catalog' if you want Lightroom to include the new copies in its database.
Move to the File Settings section and select 'JPEG' as the format. Quality should be set to '70' and Color Space left at the default sRGB setting.
Choose an image size depending on your plan for the photographs. Emailed images should be no larger than 1000 pixels wide, so check the 'Resize to Fit' box, select 'Long Edge' and enter '1000' in the Pixels box. Leave the Resolution at its default.
Choose 'Sharpen for Screen' with the 'Standard' amount. Leave the other settings at their default. Click the 'Export' button and Lightroom will take all the selected images, resize and sharpen them and save them in your chosen folder. You can then attach the images to your emails or upload them to your favorite photo sharing site.
In Feburary 2016 13,
Donnerstag, 11. Februar 2016
How to Add a Photo to the Global Address List in ExchangeIn Feburary 2016 11,
In Feburary 2016 11,
Click the Windows Start button and select \'All Programs.\' In the list of application directories, select \'Microsoft Exchange Server 2010\' and then click the \'Exchange Management Shell\' icon. This opens the Exchange server command console.
Enter the following line of code into the Exchange command shell:
Import-RecipientDataProperty -Identity \'Your_Name\' -Picture -FileData ([Byte[]]$(Get-Content -Path \'C:\myPic.jpg\' -Encoding Byte -ReadCount 0))
Replace \'Your_Name\' with your full name. Replace \'myPic.jpg\' with the location of the profile image saved on your machine. The command uploads the image to the GAL and saves it on the Exchange server.
Open Microsoft Outlook. Click the GAL button in the main toolbar, which opens the Exchange server mailbox. Click your user name in the address book to open your profile details. Your profile image is displayed in the GAL.
In Feburary 2016 11,
Click the Windows Start button and select \'All Programs.\' In the list of application directories, select \'Microsoft Exchange Server 2010\' and then click the \'Exchange Management Shell\' icon. This opens the Exchange server command console.
Enter the following line of code into the Exchange command shell:
Import-RecipientDataProperty -Identity \'Your_Name\' -Picture -FileData ([Byte[]]$(Get-Content -Path \'C:\myPic.jpg\' -Encoding Byte -ReadCount 0))
Replace \'Your_Name\' with your full name. Replace \'myPic.jpg\' with the location of the profile image saved on your machine. The command uploads the image to the GAL and saves it on the Exchange server.
Open Microsoft Outlook. Click the GAL button in the main toolbar, which opens the Exchange server mailbox. Click your user name in the address book to open your profile details. Your profile image is displayed in the GAL.
In Feburary 2016 11,
How to Add Domains to GoDaddy Hosting AccountsIn Feburary 2016 11,
In Feburary 2016 11,
Purchase an additional domain that you want to add to your GoDaddy.com hosting account. Domains can be purchased at GoDaddy or elsewhere and then transferred to your hosting account at GoDaddy. Once you’ve purchased a domain name, go on to the next step.
Log in to your GoDaddy hosting account. Click on “Hosting” from the menu on the left side of the page. Click 'Manage Account' on the next page that appears. Your hosting control panel opens.
Mouse over the 'Settings' tab and a drop-down menu opens. Click 'Domain Management.' A page will come up listing your domains currently hosted at GoDaddy.
Click on the “Add Domain” button in the upper right corner of the page. A dialog box opens asking you to type in the name of the domain that you want to add and the directory into which you want to install it. If you click the 'Browse' button, you can create a new directory for the domain.
Click 'OK.' Allow a few hours for your domain to become fully functional.
In Feburary 2016 11,
Purchase an additional domain that you want to add to your GoDaddy.com hosting account. Domains can be purchased at GoDaddy or elsewhere and then transferred to your hosting account at GoDaddy. Once you’ve purchased a domain name, go on to the next step.
Log in to your GoDaddy hosting account. Click on “Hosting” from the menu on the left side of the page. Click 'Manage Account' on the next page that appears. Your hosting control panel opens.
Mouse over the 'Settings' tab and a drop-down menu opens. Click 'Domain Management.' A page will come up listing your domains currently hosted at GoDaddy.
Click on the “Add Domain” button in the upper right corner of the page. A dialog box opens asking you to type in the name of the domain that you want to add and the directory into which you want to install it. If you click the 'Browse' button, you can create a new directory for the domain.
Click 'OK.' Allow a few hours for your domain to become fully functional.
In Feburary 2016 11,
Abonnieren
Posts (Atom)