Showing posts with label editor. Show all posts
Showing posts with label editor. Show all posts

Monday, August 31, 2015

How to Disable Windows Script Host


Click the Windows 'Start' button and type 'regedit' into the text box in the menu. Press 'Enter' to open the registry editor.
Navigate to 'HKEY_CURRENT_USER\Software\Microsoft\Windows Script Host\Settings\' by double-clicking 'HKEY_CURRENT_USER,' then double-click 'Software.' Double-click 'Microsoft,' then double-click 'Windows Script Host' and 'Settings.' Right-click the white space in the details pane and select 'New,' then 'DWORD Value.' This opens a dialog text box.
Type 'Enabled' in the 'Name' text box. Type '0' in the 'Value' text box. Click 'OK' to create your registry value. Reboot your computer for the changes to take effect.
VPS Hosting

How to Detect Mobile Browsers (11 Steps)


Download the 'Detect Mobile User Agents & Browsers' PHP script by clicking on the link located in the 'Resources' section below. The downloaded file is compressed. Double-click on it to open your default extraction program and extract the files to your desktop.
Open an FTP (File Transfer Protocol) program and log in to your website's hosting account by typing in your FTP address, username, and password. Once you have connected to your hosting server, use the FTP program to upload the 'mobile_device_detect.php' file that you extracted in step 1. Upload it to the root directory of your website where your 'index.html' or 'index.php' file resides.
Use the FTP program to download the 'index.html' or 'index.php' file from your website and save it on your desktop. Open the file in a text editor such as Notepad or Wordpad.
Open a web browser and type 'http://detectmobilebrowsers.mobi/" into the address bar, then press the ENTER key. Alternately, you can click the 'Detect Mobile Browsers Website' link in the 'Resources' section below.
Scroll down to the 'Function Generator' heading. Here we will generate a PHP function code that will define how the PHP code file we uploaded in step 2 will behave. Choose an option from the respective drop-down menus for 'Detect iPhones,' 'Detect iPads,' 'Detect Android Devices,' 'Detect Opera Browsers,' 'Detect Blackberry Devices,' 'Detect Palm Mobiles' and 'Detect Windows Mobile Devices'. Each drop-down menu will allow you to specify whether to treat the device browser like a mobile browser or a standard desktop browser. You may also choose to redirect a device type to a custom URL, which must be typed into the text field that appears below the drop-down menu when you choose the 'Redirect (device) to a specific URL' option.
Choose an option from the 'Redirect Mobile Browsers' drop-down menu. Any devices that were set in the above options to be treated like a mobile browser will be affected by this option. You can redirect mobile users to a custom URL where there is a mobile browser-optimized version of your website or choose not to redirect them, which will allow them to access the standard website. Type the mobile-optimized website URL into the provided text box.
Set the 'Redirect Desktop Browsers' drop-down menu to 'No - Do not redirect desktop visitors - function will return false' to allow desktop browser users to access the standard website. Any devices that were set in the above options to be treated like desktop browsers will be affected by this option.
Click the 'Generate Code' button. Highlight the text that appears in the 'PHP Code' box and press CTRL+C on your keyboard to copy the text to your clipboard. Minimize your web browser so you can see the 'index.html' or 'index.php' file you opened in the text editor in step 3.
Create a blank line at the beginning of the text document by clicking your mouse at the top of the document and pressing the ENTER key. Place your cursor on the blank line and type '
' and press ENTER again.
Click on the 'File' menu at the top of the text editor and choose 'Save'. In the FTP program window, copy the edited 'index.html' or 'index.php' file back to the root directory of your website, overwriting the original file.
Access your website from a mobile device browser. You should be redirected to you mobile-optimized website. Access your website from a standard browser to make sure that you are directed to the standard website.
VPS Hosting

Saturday, August 29, 2015

How to Create an HTML Page in Weebly (6 Steps)


Log into your Weebly account. Click the 'Pages' tab. Click 'Add Page.'
Type a name for your page into the 'Page Name' box. Click 'Save Settings.' The Weebly Editor page will open.
Click the 'Elements' tab. You will see icons across the top of the page that represent the different elements that can be added to your page.
Click the 'Custom HTML' icon. While holding down your left mouse button, drag and drop the HTML icon onto the blank page below.
Click the web page link that is labeled 'Click to set custom HTML.' The HTML editor box will be displayed. Type or paste your HTML code into the editor box.
Click anywhere outside of the HTML editor box to close the box. Click 'Publish' to save and publish your HTML page.
VPS Hosting

Thursday, August 27, 2015

How to Upload an HTML Theme From ThemeForest


Download your theme or template from your ThemeForest downloads page. Click on your account name in the upper-right of their Web page. Unzip the file to an easy-to-find location on your hard drive.
Open the theme folder. In most cases, the files you need to edit and upload to your Web space are located in a sub-folder under the theme's name. Locate the 'index.html' file and open it in Notepad or an HTML editor. HTML editors are preferable, as they allow you to view the design of the theme and make changes without knowing HTML. The main value you want to find and change is the page title, and possibly the copyright text. The title is located near the top of the document, between '
' tags. The copyright text is likely located at the very bottom.
Access your Web space using your host's Web control panel, or an FTP program. If your Web space does not put you in the root of your domain by default, you may need to open the 'htdocs' or 'www' folder to access your site root. Refer to your host's documentation for how to find your website folder if needed.
Upload the edited contents of your theme's Web files folder to your website folder by dragging the files from one window to the other, or selecting them in your control panel and clicking 'Upload.' The HTML files must be in the main website folder and not in a sub-folder. For example, your website structure may have an index.html and contact.html in the root folder, and an 'images' sub-folder.
Type your URL into your Web browser to test your webpage. If the files were uploaded to the correct place, you should see your main page, or index.html file. Continue to make changes to the files using your text editor, then upload them to view the updated pages.
VPS Hosting

Tuesday, August 25, 2015

How to Install Omniture


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.
VPS Hosting

How to Embed TTF Fonts in CSS (4 Steps)


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.
VPS Hosting

Monday, August 24, 2015

How to Add a CNAME (6 Steps)


Log into your account at the website of the company where you purchased your domain name. If you have a Web hosting account with another company, and you transferred DNS management to the new company's name servers, log into the Web hosting site instead. If you're not sure which company controls your DNS settings, first try the Web hosting company and then the domain registrar.
Find the website's DNS management page. Depending on which company you use, the location of this page on the website will vary. You can often find it by selecting 'DNS Management,' 'DNS Settings,' 'DNS Hosts,' 'Zone Editor' or something similar. On some sites, you may have to first select the 'Domains' option and then select the name of your domain.
Find the section of the DNS settings page that allows you to add a new record. In some cases, you may need to click 'Add Record,' 'Edit' or something similar. The website will ask you for up to four pieces of information: a record type, a host name or alias, a value or destination, and a time delay or 'TTL.'
Set the record type to 'CNAME,' and then enter the new domain prefix in the host name or alias field. For example, if you are creating the 'pictures.mywebsite.com' subdomain, enter 'pictures' in this field. Do not add a period at the end of your entry -- you DNS editor will do this automatically.
Set the value or destination field to the location or address to which the new subdomain should point. For example, if you are creating a subdomain called 'pictures.mywebsite.com' that should point to an image folder on your Web server, you might enter 'mywebsite.com/data/images' as the value or destination. You can also point subdomains to other websites. For example, if you have Tumblr blog and want readers to be able to access it from your own website, you might create the subdomain 'blog.mywebsite.com'. In this case, you would enter 'domains.tumblr.com.' (including the last period inside the quotes) as the value or destination.
Leave the TTL setting at the default value and then save the new entry. The CNAME record should become active within four hours, although it can sometimes take up to eight hours for the new information to propagate to all of the other DNS servers on the Internet.
VPS Hosting

How to Use SSL With Joomla


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.
VPS Hosting

Thursday, August 20, 2015

How to Create Your First Web Site (10 Steps)


Choose an ISP to host your Web site.
Investigate several hosting services, considering factors such as maximum space, accessibility, reputation and terms of service.
Select and download a Web-page editor. Several simple editors are available for free; Netscape Composer is one. These editors let you see what your site will look like as you build it, so you won't have to learn HTML or other programming languages.
Your Web-page editor will give you specific instructions about options such as naming your site, creating different sections, creating backgrounds, adding links and inserting images.
VPS Hosting