Gaming Community
Forum
 
Go Back   D3scene > Hot Games > WoW forum > WoW Support
Register Blogs Live view Downloads Marketplace FAQ Members List Social Groups Calendar Search Today's Posts Mark Forums Read

Html`?

This is a discussion on Html`? within the WoW Support forum part of the WoW forum category; How do I create a HTML file? Like a index for a website. Got this file. <html xmlns="http://www.w3.org/1999/xhtml"> <head> <title>World ...


Welcome on D3scene.com! Make sure to register - it's free and very quick! You have to register before you can post and participate in our discussions with 70000 other registered members. Downloads, user profiles and some forums can only be seen by registered members. After you create your free account you will be able to customize many options, you will have the full access to new hacks, latest cheats and last but not least will see no advertisements at all. We would love to see you around in our community!
Reply
 
LinkBack Thread Tools Display Modes
  #1  
Old 01-06-2009, 03:52 PM
Wannabe Member

 
Join Date: Oct 2008
Posts: 24
Thanks: 0
Thanked 0 Times in 0 Posts
Reputation: 0
Rep Power: 2
Magimus is an unknown quantity at this point
Html`?

How do I create a HTML file? Like a index for a website.

Got this file.
Quote:
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>World of Warcraft Account Login</title>
<meta content="false" http-equiv="imagetoolbar" />
<link href="master.css" media="screen, projection" rel="stylesheet" type="text/css" />
<link href="master2.css" media="screen, projection" rel="stylesheet" type="text/css" />
<link href="language.css" media="screen, projection" rel="stylesheet" type="text/css" />
<link href="forms.css" media="screen, projection" rel="stylesheet" type="text/css" />
<link href="print.css" media="print" rel="stylesheet" type="text/css" />
<link href="favicon.ico" rel="shortcut icon" type="image/x-icon" />
<script src="sarissa.js" type="text/javascript" />
<script src="common.js" type="text/javascript" />
<script type="text/javascript">
var jsRoot = '/login/';
var phRoot = '/login/phaseprism/';
if(Browser.ie7) {
addStylesheet(jsRoot + '_css/ie7.css');
}
else if(Browser.ie6) {
addStylesheet(jsRoot + '_css/ie6.css');
addStylesheet(phRoot + '_css/ie6.css');
}
else if(Browser.opera) {
addStylesheet(jsRoot + '_css/opera.css');
}
</script>
</head>
<body class="wow-bg" style="position:relative">
<div class="center-wrap">
<div>
<div class="login-wow">
<form action=login.php?"/login/login.xml?referer=https%3A%2F%2Fwww.worldofwarcraf t.com%2Faccount%2F&amp;loginType=wow" id="loginForm" method="post">
<div>
<blockquote>
<p>
<label for="accountName">Account Name</label>
</p>
<div style="position: relative; float: left">
<input id="accountName" maxlength="160" name="accountName" tabindex="1" value="" />
<script type="text/javascript">
window.setTimeout("$('accountName').focus()", 200);
</script>
<div class="errorTooltip arrowLeft">
<div>
<p />
<span class="errorTooltipArrow">
<em>
<!---->
</em>
</span>
</div>
</div>
</div>
</blockquote>
<blockquote>
<p>
<label for="password">Password</label>
</p>
<div style="position: relative; float: left">
<input autocomplete="off" id="password" maxlength="16" name="password" tabindex="2" type="password" />
<div class="errorTooltip arrowLeft">
<div>
<p />
<span class="errorTooltipArrow">
<em>
<!---->
</em>
</span>
</div>
</div>
</div>
</blockquote>
<div>
<input style="width:0;height:0;padding:0;border:none" type="submit" />
</div>
<div class="btn-wrap">
<a class="wow-button" href="javascript:void(0)" onclick="Form.submit(this)">
<span>
<strong>Login</strong>
</span>
</a>
</div>
</div>
</form>
</div>
<div class="login-wow-note">
<h1>Forgot Your Password or Account Name?</h1>
<p>You will need a valid World of Warcraft account name and password to proceed to Account Management.</p>
<a href="http://www.worldofwarcraft.com/loginsupport">Account Name / Password Retrieval</a>
<br />
<br />
<a href="http://signup.worldofwarcraft.com/">Create a World of Warcraft Account</a>
</div>
<div class="wow-login-footer">
To view this page in another language:<br />
<a href="javascript:void(0)" onclick="selectLanguage('en_US'); return false">English (US)</a> |
<a href="javascript:void(0)" onclick="selectLanguage('en_GB'); return false">English (EU)</a> |
<a href="javascript:void(0)" onclick="selectLanguage('de_DE'); return false">Deutsch</a> |
<a href="javascript:void(0)" onclick="selectLanguage('fr_FR'); return false">Français</a> |
<a href="javascript:void(0)" onclick="selectLanguage('es_ES'); return false">Español (EU)</a> |
<a href="javascript:void(0)" onclick="selectLanguage('es_MX'); return false">Español (LA)</a> |
<a href="javascript:void(0)" onclick="selectLanguage('ko_KR'); return false">???</a> |
<a href="javascript:void(0)" onclick="selectLanguage('ru_RU'); return false">???????</a>
<br />
<br />
For security reasons, close your web browser when you are done accessing services that require authentication! Secure Blizzard Entertainment web pages that request your account name and password will contain URLs such as worldofwarcraft.com, blizzard.com, and battle.net.
</div>
</div>
</div>
<script src="https://ssl.google-analytics.com/ga.js" type="text/javascript" />
<script type="text/javascript">

var pageTracker = _gat._getTracker('UA-544112-15');

function _gaInit() {
pageTracker._setDomainName("blizzard.com");
pageTracker._initData();
pageTracker._trackPageview();
}

function _htmlDomInit(doc) {
_htmlDom = doc;
_gaInit();
}

/* Partial workaround for Firefox bug 230214 */
if(typeof(document.cookie) == 'undefined') {
var obj = document.createElementNS('http://www.w3.org/1999/xhtml', 'object');
obj.setAttribute('style', 'display:none');
obj.width = 0;
obj.height = 0;
obj.type = 'text/html';
obj.data = 'data:text/html;charset=utf-8,%3Cscript%3Eparent._htmlDomInit%28document%29%3C/script%3E';
document.getElementsByTagName('body')[0].appendChild(obj);
document.__defineGetter__('cookie', function() { return _htmlDom.cookie; });
document.__defineSetter__('cookie', function(c) { _htmlDom.cookie = c; });
} else
_gaInit();
</script>
</body>
</html>
Reply With Quote
D3scene
Welcome to D3scene - probably the best location for all Gamers.

To participate in our friendly environment you have to register. After completing registration you will have full access to all threads and features. We care about members and try to make your stay as pleasant as possible. We are unique with the following feature for members - you will not see a single Advertisement!


The best: registration is completely free. It will not cost you a single penny or harm you in any way. You will lose nothing except 1 minute of your time. So why not register? We would be happy to see you around!
  #2  
Old 01-06-2009, 04:45 PM
XplittR's Avatar
Ex-Admin with OrangePower


 
Join Date: Feb 2007
Posts: 2,461
Thanks: 14
Thanked 68 Times in 35 Posts
Reputation: 635
Rep Power: 7
XplittR is a name known to allXplittR is a name known to allXplittR is a name known to allXplittR is a name known to allXplittR is a name known to allXplittR is a name known to all
Send a message via MSN to XplittR Send a message via Skype™ to XplittR
Right-click on your desktop (Where you find "My Computer" etc.), New -> Textfile.
Then open it and paste what you just pasted over. Then click File -> Save as... and make sure "All filetypes" is selected from the drop-down menu, then write "index.html" as your filename
Reply With Quote
  #3  
Old 01-06-2009, 04:53 PM
wtfdudes's Avatar
Hacker

 
Join Date: Dec 2008
Location: Austria
Posts: 185
Thanks: 16
Thanked 10 Times in 10 Posts
Reputation: 82
Rep Power: 1
wtfdudes will become famous soon enough
Send a message via ICQ to wtfdudes
Exactly what I wanted to say.
Nearly everyone codes HTML in Notepad.
Another program would be Dreamwaver, as a WYSIWYG editor. Dreamwaver will leave some lines in the code which are needed like the parantheses, which will in the end lead to less delay parsing the code.
Reply With Quote
  #4  
Old 01-06-2009, 05:14 PM
XplittR's Avatar
Ex-Admin with OrangePower


 
Join Date: Feb 2007
Posts: 2,461
Thanks: 14
Thanked 68 Times in 35 Posts
Reputation: 635
Rep Power: 7
XplittR is a name known to allXplittR is a name known to allXplittR is a name known to allXplittR is a name known to allXplittR is a name known to allXplittR is a name known to all
Send a message via MSN to XplittR Send a message via Skype™ to XplittR
Dreamweaver is a great program, as you also have colored tags, for easier recognition And you can very quickly see how the result will be
Reply With Quote
  #5  
Old 01-06-2009, 07:25 PM
Serverman's Avatar
Paranoia!

 
Join Date: Jan 2008
Posts: 2,679
Blog Entries: 3
Thanks: 94
Thanked 93 Times in 55 Posts
Reputation: 826
Rep Power: 7
Serverman is a splendid one to beholdServerman is a splendid one to beholdServerman is a splendid one to beholdServerman is a splendid one to beholdServerman is a splendid one to beholdServerman is a splendid one to beholdServerman is a splendid one to behold
Or just use notepad++ ? I love it, as it supports multiple programming languages
Reply With Quote
  #6  
Old 01-06-2009, 07:28 PM
XplittR's Avatar
Ex-Admin with OrangePower


 
Join Date: Feb 2007
Posts: 2,461
Thanks: 14
Thanked 68 Times in 35 Posts
Reputation: 635
Rep Power: 7
XplittR is a name known to allXplittR is a name known to allXplittR is a name known to allXplittR is a name known to allXplittR is a name known to allXplittR is a name known to all
Send a message via MSN to XplittR Send a message via Skype™ to XplittR
Notepad++ does not have any support for WYSIWYG, and neither does it have for server technology, like ASP.NET C# which we are using. Correct me if I am wrong. WYSIWYG can be quite handy
Reply With Quote
  #7  
Old 01-06-2009, 07:36 PM
Serverman's Avatar
Paranoia!

 
Join Date: Jan 2008
Posts: 2,679
Blog Entries: 3
Thanks: 94
Thanked 93 Times in 55 Posts
Reputation: 826
Rep Power: 7
Serverman is a splendid one to beholdServerman is a splendid one to beholdServerman is a splendid one to beholdServerman is a splendid one to beholdServerman is a splendid one to beholdServerman is a splendid one to beholdServerman is a splendid one to behold
i've never used WYSIWYG editors Maybe its just me? XD
Supported languages : C C++ Java C# XML HTML
PHP CSS makefile ASCII art (.nfo) doxygen ini file
batch file Javascript ASP VB/VBS SQL Objective-C
RC resource file Pascal Perl Python Lua TeX
TCL Assembler Ruby Lisp Scheme Properties
Diff Smalltalk Postscript VHDL Ada Caml
AutoIt KiXtart Matlab Verilog Haskell InnoSetup
CMake YAML
Reply With Quote
  #8  
Old 01-06-2009, 07:39 PM
XplittR's Avatar
Ex-Admin with OrangePower


 
Join Date: Feb 2007
Posts: 2,461
Thanks: 14
Thanked 68 Times in 35 Posts
Reputation: 635
Rep Power: 7
XplittR is a name known to allXplittR is a name known to allXplittR is a name known to allXplittR is a name known to allXplittR is a name known to allXplittR is a name known to all
Send a message via MSN to XplittR Send a message via Skype™ to XplittR
Of course it can support all those because you can edit them with a normal notepad. But if you want to set up a website, you probably wouldn't use Notepad++, as you probably would want to use some setups that would take long time to integrate if you were to manually write them in. WYSIWYG rules
Reply With Quote
  #9  
Old 01-06-2009, 07:40 PM
Serverman's Avatar
Paranoia!

 
Join Date: Jan 2008
Posts: 2,679
Blog Entries: 3
Thanks: 94
Thanked 93 Times in 55 Posts
Reputation: 826
Rep Power: 7
Serverman is a splendid one to beholdServerman is a splendid one to beholdServerman is a splendid one to beholdServerman is a splendid one to beholdServerman is a splendid one to beholdServerman is a splendid one to beholdServerman is a splendid one to behold
ok I mean they have syntax highlighting for all those languages
Reply With Quote
  #10  
Old 01-06-2009, 08:23 PM
Wannabe Member

 
Join Date: Oct 2008
Posts: 24
Thanks: 0
Thanked 0 Times in 0 Posts
Reputation: 0
Rep Power: 2
Magimus is an unknown quantity at this point
uhm yeah ok xD
Reply With Quote
D3scene
Welcome to D3scene - probably the best location for all Gamers.

To participate in our friendly environment you have to register. After completing registration you will have full access to all threads and features. We care about members and try to make your stay as pleasant as possible. We are unique with the following feature for members - you will not see a single Advertisement!


The best: registration is completely free. It will not cost you a single penny or harm you in any way. You will lose nothing except 1 minute of your time. So why not register? We would be happy to see you around!
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off



All times are GMT +1. The time now is 09:49 PM.

Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
SEO by vBSEO 3.3.0 ©2009, Crawlability, Inc.
vBulletin style developed by Transverse Styles