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

Samstag, 27. Februar 2016

How to Create a Comcast Web PageIn Feburary 2016 27,

In Feburary 2016 27,
Go to Publish.comcast.net/splash and log into the system with your Comcast username and password. (This is assigned when you first register for the service.) If you log into your Comcast email account first, you may be asked to log in once more to verify your identity. This will bring up your 'Personal Web Pages' dashboard.
Click the 'Create & Edit Pages' tab. Your default web page (the home page) will show. Click 'Default Page' to create and edit your home page. There is an HTML editor on the page where you can write your website code (see 'Resources' for HTML help).
Choose the option to create a new page next. (This is optional.) Type in the name or title of your new web page. Repeat this for each additional page that you want to appear on your site.
Click 'Change Site Theme' to select the background and format for your site. Comcast calls this the 'Look & Feel.' Choose the theme that you like, preferably one that goes with your site's topic, and click 'Update Theme.'
Select 'Upload & Manage Photos' to create a photo gallery where you can store your photos. Click 'Upload Photos' to browse for the images that you want on your site. You can add these photos to your web page by typing the image address (for example ) into the HTML edit box under 'Create a New Page' or 'My Pages.'
Choose widgets, which are optional tools that you can add to your site, by clicking the 'Select & Configure Widgets' section. You can add polls, calendars, a guest book and even a weather reporting widget to your Comcast page.
Manage and upload additional files that you want to use on your web page by selecting the 'View & Manage Files' tab.
Click the 'Home' tab when you're finished editing your new Comcast web page or pages. Select 'View My Site' on the main menu.
In Feburary 2016 27,

Donnerstag, 18. Februar 2016

How to Use SSL With JoomlaIn Feburary 2016 18,

In Feburary 2016 18,
Purchase an SSL certificate from your Web hosting provider or another reseller. Have the provider enable the certificate for use on your domain.
Browse to the control panel for your Web hosting account. Use the 'File Manager' to locate the '.htaccess' file in your site's root directory. Download and save the file to your computer.
Open the '.htaccess' file with Notepad or another text editor. Add the following code to the text file:RewriteEngine onRewriteCond %{SERVER_PORT} !^443$RewriteRule .* https://%{HTTP_HOST}%{REQUEST_URI} [QSA,R=301,L]
Redirect permanent / https://www.yourdomainname.com
Delete the 'www.yourdomainname.com' reference and replace it with the domain name for your Joomla site. Save the file and exit the text editor program.
Open the 'File Manager' application in your website control panel. Browse to the directory on your computer where you saved the '.htaccess' file. Upload the file to the root directory of your website. Overwrite the current '.htaccess' file if prompted to do so.
Browse to the administrative page for your Joomla website and log in as an administrator.
Browse to the 'Global Configuration' link on the main control panel page in Joomla. Click the link to go to the main Joomla settings page.
Click on the 'Server' tab near the top of the 'Global Configuration' page.
Click the 'Force SSL' drop-down box and select the 'Entire Site' option. Click the 'Save' icon in the upper right corner of the 'Global Configuration' page.
Log in to the Joomla website as you normally would. Because you changed the '.htaccess' file, Joomla will now redirect normal 'http' requests to the more secure 'https' log-in page.
In Feburary 2016 18,

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,

Freitag, 12. Februar 2016

How to Install OmnitureIn Feburary 2016 12,

In Feburary 2016 12,
Access your Adobe Support Manager.
Highlight the Omniture HTML component link provided in the Adobe Support Manager. Right-click the HTML link and click “Copy.”
Log into the website's hosting server platform and open the webpage editor.
Locate the HTML view to see the raw HTML code for the page you intend to edit.
Right-click in the header or footer area of the site's HTML code. The header area is located directly above the beginning of the code, and the footer area is directly below the end of the code.
Click the “Paste” action to place the Omniture HTML embed code link with the site's HTML code.
Save the changes to your Web hosting server. This action installs Omniture to the site, and enables data collection for optimization and monitoring purposes.
In Feburary 2016 12,

Donnerstag, 11. Februar 2016

How to Embed TTF Fonts in CSSIn Feburary 2016 11,

In Feburary 2016 11,
Open the HTML file for the Web page where you wish to display the embedded font. For websites or templates using a separate header file, open that instead. Use a code-editing program such as Notepad++, jEdit or BBEdit. Look for the following line of code in the top of your HTML file:
Look at the name of the .CSS file referenced in the
tag and open that file in your code editor. If you see no
tag, create one and then create a blank .CSS file.
Add the following code at the top of your .CSS file:@font-face {font-family: 'Font Name Here';src: URL('fontfile.ttf') format ('ttf');}Give a font family name to your font. You can use any name, but stick with a name that is easy to type and remember. Type the full or relative path to your .TTF file between the parentheses after 'URL.'
Use the embedded font as you would use a Web-safe font such as Arial, Helvetica or Georgia. Here is an example:h1 {font-family: 'Font Name Here', 'Another Font', generic;}The above code makes all tags use your embedded font. Should the embedded font not work, the browser will use 'Another Font' for level-one headers. In the case 'Another Font' does not exist on the user's computer, the browser goes to the last font. Use a generic family name here such as 'serif' and 'sans-serif.'
Upload your font using an FTP tool. If you do not use FTP, you can also log into your Web hosting control panel and then navigate to your file management tool. Most Web hosts offer this tool, which allows you to upload a few files at a time through your browser.
In Feburary 2016 11,

Sonntag, 7. Februar 2016

How to Make a VirtueMart TemplateIn Feburary 2016 07,

In Feburary 2016 07,
Download a free Joomla template from the Joomla24 website. Right-click on the downloaded folder and click 'Extract files.' A new folder will appear with the same name with Joomla template files inside.
Download and install GIMP image editor from the GIMP official website. Double-click on the GIMP shortcut icon on your desktop to open it.
Click 'File' and then 'Open' from the drop-down menu. Locate the folder with Joomla template files inside. Open the 'Images' folder.
Choose the image you want to edit and click 'Open.' You can edit all the images, background, menus, header and so on to change the look of the template to fit your VirtueMart shop. After you finish editing images, click 'File' and then 'Save' to save the edited images into the same folder.
Log into the back end of your Joomla website. Click 'Extensions' from the main menu. Click the 'Browse' button and locate the folder with your Joomla template files and click 'Open.' Click 'Install' to install the template. Click on 'Extensions' and then 'Template manager' and choose your new template as default.
In Feburary 2016 07,