<?xml version="1.0" encoding="ISO-8859-1"?>

<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/">
	<channel>
		<title>x10Hosting Community - Tutorials</title>
		<link>http://x10hosting.com/forums/</link>
		<description>Hosting or site related tutorials found here.</description>
		<language>en</language>
		<lastBuildDate>Sun, 19 May 2013 23:17:54 GMT</lastBuildDate>
		<generator>vBulletin</generator>
		<ttl>1</ttl>
		<image>
			<url>http://x10hosting.com/forums/images/misc/rss.png</url>
			<title>x10Hosting Community - Tutorials</title>
			<link>http://x10hosting.com/forums/</link>
		</image>
		<item>
			<title>Validate your site with</title>
			<link>http://x10hosting.com/forums/tutorials/184879-validate-your-site.html</link>
			<pubDate>Sun, 14 Apr 2013 21:19:25 GMT</pubDate>
			<description>First the  
 
Markup Validator 
 
http://validator.w3.org/ 
 
And then the 
 
CSS Validator</description>
			<content:encoded><![CDATA[<div><!-- google_ad_section_start -->First the <br />
<br />
Markup Validator<br />
<br />
<a href="http://validator.w3.org/" target="_blank">http://validator.w3.org/</a><br />
<br />
And then the<br />
<br />
CSS Validator<br />
<br />
<a href="http://jigsaw.w3.org/css-validator/" target="_blank">http://jigsaw.w3.org/css-validator/</a><!-- google_ad_section_end --></div>

]]></content:encoded>
			<category domain="http://x10hosting.com/forums/tutorials/">Tutorials</category>
			<dc:creator>TPCR</dc:creator>
			<guid isPermaLink="true">http://x10hosting.com/forums/tutorials/184879-validate-your-site.html</guid>
		</item>
		<item>
			<title>i need help as a begginer</title>
			<link>http://x10hosting.com/forums/tutorials/183411-i-need-help-begginer.html</link>
			<pubDate>Wed, 20 Feb 2013 16:32:46 GMT</pubDate>
			<description>hi guys i recently bought debit 6.0 vps in here 
 
 
but i really really dont know how to use it my purpose from it hostnig an rsps but idk how to control the computer and adding the sources and like  
 
all i want is how to access my vps and control directly like im controlling my computer right...</description>
			<content:encoded><![CDATA[<div><!-- google_ad_section_start -->hi guys i recently bought debit 6.0 vps in here<br />
<br />
<br />
but i really really dont know how to use it my purpose from it hostnig an rsps but idk how to control the computer and adding the sources and like <br />
<br />
all i want is how to access my vps and control directly like im controlling my computer right now<br />
<br />
thanks<!-- google_ad_section_end --></div>

]]></content:encoded>
			<category domain="http://x10hosting.com/forums/tutorials/">Tutorials</category>
			<dc:creator>majhol23</dc:creator>
			<guid isPermaLink="true">http://x10hosting.com/forums/tutorials/183411-i-need-help-begginer.html</guid>
		</item>
		<item>
			<title><![CDATA[[Tut] Hosting a Minecraft Server!]]></title>
			<link>http://x10hosting.com/forums/tutorials/182458-tut-hosting-minecraft-server.html</link>
			<pubDate>Sat, 05 Jan 2013 05:32:50 GMT</pubDate>
			<description><![CDATA["I've been reading many post on how to install Minecraft server (most of them are locked) and none explain connection issues or opening ports. Anyways, all those guide explained only how to get the files on your vps and how to run the minecraft_server jar. I had issue with connection to the server...]]></description>
			<content:encoded><![CDATA[<div><!-- google_ad_section_start --><font color="#FF8C00">&quot;I've been reading many post on how to install Minecraft server (most of them are locked) and none explain connection issues or opening ports. Anyways, all those guide explained only how to get the files on your vps and how to run the minecraft_server jar. I had issue with connection to the server after creating it and turns out it was the ports, so I'm making a full guide on installing minecraft server on your vps and fixing issue you may have with Minecraft.&quot;</font><br />
<br />
This guide will allows you to fully connect and create a Minecraft on your VPS for CentOS or linux.<br />
<br />
<font size="4">Requirements </font><br />
<font color="#008000">   - Owning a Vps or Linux/CentOS operational system.<br />
   - Having YUM<br />
   - Internet connection ;P<br />
   - SSH Client</font><br />
<br />
<font size="4">Linux/CentOS</font><br />
<br />
<br />
<ol class="decimal"><li style=""><font size="3">Installing Java 7 SDK.</font> <div class="bbcode_container">
	<div class="bbcode_description">Code:</div>
	<hr /><code class="bbcode_code"><font color="#ff0000">yum install java-1.7.0-openjdk</font></code><hr />
</div></li><li style=""><font size="3">Checking if Java was installed correctly.</font> <div class="bbcode_container">
	<div class="bbcode_description">Code:</div>
	<hr /><code class="bbcode_code"><font color="#ff0000">which java</font></code><hr />
</div></li><li style=""><font size="3">Installing Screen to keep your server running while SSH is closed.</font> <div class="bbcode_container">
	<div class="bbcode_description">Code:</div>
	<hr /><code class="bbcode_code"><font color="#ff0000"><i>yum install screen</i></font></code><hr />
</div></li><li style=""><font size="3">Opening port 25565. </font><div class="bbcode_container">
	<div class="bbcode_description">Code:</div>
	<hr /><code class="bbcode_code"><font color="#ff0000"><span style="font-family: Helvetica">iptables -A INPUT -p tcp --dport 25565 -j ACCEPT</span></font></code><hr />
</div></li><li style=""><font size="3">Creating a user </font><div class="bbcode_container">
	<div class="bbcode_description">Code:</div>
	<hr /><code class="bbcode_code"><font color="#ff0000"><i>useradd <font color="#00FF00"><font color="#008000">(username)</font></font></i></font></code><hr />
</div></li><li style=""><font size="3">Setting up password for user </font><div class="bbcode_container">
	<div class="bbcode_description">Code:</div>
	<hr /><code class="bbcode_code"><font color="#ff0000"><i>passwd <font color="#008000">(username)</font></i></font></code><hr />
</div></li><li style=""><font size="3">At this point please login to your user account!</font></li><li style=""><font size="3">Creating a folder for your Minecraft server.</font> <div class="bbcode_container">
	<div class="bbcode_description">Code:</div>
	<hr /><code class="bbcode_code"><font color="#ff0000">mkdir <font color="#008000">(Name of minecraft folder)</font></font></code><hr />
</div></li><li style=""><font size="3">Entering your Minecraft server folder.</font>  <div class="bbcode_container">
	<div class="bbcode_description">Code:</div>
	<hr /><code class="bbcode_code"><font color="#ff0000">cd <font color="#008000">(Name of folder)</font></font></code><hr />
</div></li><li style=""><font size="3">Downloading minecraft_server.jar </font><div class="bbcode_container">
	<div class="bbcode_description">Code:</div>
	<hr /><code class="bbcode_code"><font color="#ff0000">wget https://s3.amazonaws.com/MinecraftDownload/launcher/minecraft_server.jar</font></code><hr />
</div></li><li style=""><font size="3">Giving premissions to minecraft_server.jar</font> <div class="bbcode_container">
	<div class="bbcode_description">Code:</div>
	<hr /><code class="bbcode_code"><font color="#ff0000"><i>chmod +x minecraft_server.jar</i></font></code><hr />
</div></li><li style=""><font size="3">Running Screen.</font> <div class="bbcode_container">
	<div class="bbcode_description">Code:</div>
	<hr /><code class="bbcode_code"><font color="#ff0000">screen</font></code><hr />
</div></li><li style=""><font size="3">Starting minecraft server. <font color="#008080">(1024 is replaced by the amount of ram you want/limited to)</font></font><div class="bbcode_container">
	<div class="bbcode_description">Code:</div>
	<hr /><code class="bbcode_code"><font color="#ff0000"><i>java -Xmx1024M -Xms1024M -jar minecraft_server.jar nogui</i></font></code><hr />
</div></li><li style=""><font size="3">Stopping your server <font color="#008080">(while running server)</font></font>  <div class="bbcode_container">
	<div class="bbcode_description">Code:</div>
	<hr /><code class="bbcode_code"><font color="#ff0000">stop</font></code><hr />
</div></li><li style=""><font size="3">Exiting screen by <font color="#008080">(holding ctrl + a + b)</font></font></li><li style=""><font size="3">Editing your server properties </font><div class="bbcode_container">
	<div class="bbcode_description">Code:</div>
	<hr /><code class="bbcode_code"><font color="#ff0000">vi server.properties</font></code><hr />
</div></li><li style=""><font size="3">Press i to enter Insert Mode.</font></li><li style=""><font size="3">Press Esc to exit Insert Mode.</font></li><li style=""><font size="3">Press or paste <font color="#000000"><span style="font-family: Courier New"><i>:x</i></span></font> to save and exit.</font></li><li style=""><font size="3">Re-entering Screen Mode </font><div class="bbcode_container">
	<div class="bbcode_description">Code:</div>
	<hr /><code class="bbcode_code"><font color="#ff0000"><i>screen -r</i></font></code><hr />
</div></li><li style=""><font size="3">Restarting server </font><div class="bbcode_container">
	<div class="bbcode_description">Code:</div>
	<hr /><code class="bbcode_code"><font color="#ff0000"><i>java -Xmx1024M -Xms1024M -jar minecraft_server.jar nogui</i></font></code><hr />
</div></li></ol><br />
<br />
Now when ever you need to edit,start, or stop the server just login to your new account for minecraft!<br />
<br />
<br />
FAQ<br />
<br />
<br />
<ul><li style=""><font size="3">Can't connect to server. </font><div class="bbcode_container">
	<div class="bbcode_description">Code:</div>
	<hr /><code class="bbcode_code"><font color="#FF8C00">Redo step 8 and 9</font></code><hr />
</div></li><li style=""><font size="3">How do I add more ram? </font><div class="bbcode_container">
	<div class="bbcode_description">Code:</div>
	<hr /><code class="bbcode_code"><font color="#FF8C00">Either upgrade your vps or read over step 11</font></code><hr />
</div></li><li style=""><font size="3">How do I use tekkit or craftbukkit?</font><div class="bbcode_container">
	<div class="bbcode_description">Code:</div>
	<hr /><code class="bbcode_code"><font color="#FF8C00">Use WinSCP and navigate to your minecraft folder and replace the minecraft_server.jar with tekkit/craftbukkit jar and renaming it to minecraft_server.jar</font></code><hr />
</div></li><li style=""><font size="3">must have mode 777 error</font> <div class="bbcode_container">
	<div class="bbcode_description">Code:</div>
	<hr /><code class="bbcode_code"><font color="#FF8C00">Enter </font><font color="#ff0000">chmod g+s /usr/bin/screen</font><font color="#FF8C00"> in SSH client</font></code><hr />
</div></li></ul><br />
<br />
If you have any issue with this guide please leave a message below and I'll fix it once I see it.<!-- google_ad_section_end --></div>

]]></content:encoded>
			<category domain="http://x10hosting.com/forums/tutorials/">Tutorials</category>
			<dc:creator>Tenchio</dc:creator>
			<guid isPermaLink="true">http://x10hosting.com/forums/tutorials/182458-tut-hosting-minecraft-server.html</guid>
		</item>
		<item>
			<title>Replace a Key on an HP Pavilion Keyboard</title>
			<link>http://x10hosting.com/forums/tutorials/181463-replace-key-hp-pavilion-keyboard.html</link>
			<pubDate>Mon, 12 Nov 2012 07:42:37 GMT</pubDate>
			<description><![CDATA[Laptop keys can stop working if they have sticky liquids spilled on them or if they are repeatedly pressed too hard. If a keyboard key on your HP Pavilion laptop has become stuck or is no longer functioning, you don't need to replace the HP Pavilion Keyboard or buy an entirely new laptop. Instead...]]></description>
			<content:encoded><![CDATA[<div><!-- google_ad_section_start -->Laptop keys can stop working if they have sticky liquids spilled on them or if they are repeatedly pressed too hard. If a keyboard key on your HP Pavilion laptop has become stuck or is no longer functioning, you don't need to replace the HP Pavilion Keyboard or buy an entirely new laptop. Instead you can pop off the old key and easily replace it with a new one that is working properly after cleaning out whatever substance was causing the key to stick.<br />
<br />
Shut off your HP Pavilion laptop's operating system. Push closed the top LCD screen lid, and then flip the laptop upside down.<br />
<br />
Push the battery release bar to the right, and then pull the battery out of the HP Pavilion laptop. Flip the laptop back over and open up the LCD screen lid.<br />
<br />
Locate the key you want to replace. Slide a thin and flat object, such as a butter knife or the edge of a flat-head screwdriver, underneath the side of the key. Pop the key upward and off the HP Pavilion Laptop Keyboard.<br />
<br />
Use a pair of tweezers to remove the small plastic hinge piece if it didn't come off with the key. Dip a cotton swab into a bottle of cleaning alcohol. Wipe off the area where the key was located.<br />
<br />
Set the new plastic hinge that came with the replacement key onto the open hole on the HP Pavilion Keyboard. Set the replacement key onto the keyboard and push down until it snaps into place.<br />
<br />
Place the battery back into the HP Pavilion laptop and power the computer on.<br />
<br />
<font size="1"><b>[Edited by Sharky: Removed links, so now it's informative and not spammy marketing]</b></font><!-- google_ad_section_end --></div>

]]></content:encoded>
			<category domain="http://x10hosting.com/forums/tutorials/">Tutorials</category>
			<dc:creator>smithJames</dc:creator>
			<guid isPermaLink="true">http://x10hosting.com/forums/tutorials/181463-replace-key-hp-pavilion-keyboard.html</guid>
		</item>
		<item>
			<title>How to control sounds on your site</title>
			<link>http://x10hosting.com/forums/tutorials/181353-how-control-sounds-your-site.html</link>
			<pubDate>Sun, 04 Nov 2012 00:39:49 GMT</pubDate>
			<description>NOTE: Before I start with anything I am going to give you a good warning. I am going to give an example of how to create autostarting sounds but highly recommend AGAINST doing so. That is, sounds that play when the page loads. Users listen to music while browsing sites and autostarting sounds or...</description>
			<content:encoded><![CDATA[<div><!-- google_ad_section_start -->NOTE: Before I start with anything I am going to give you a good warning. I am going to give an example of how to create autostarting sounds but highly recommend AGAINST doing so. That is, sounds that play when the page loads. Users listen to music while browsing sites and autostarting sounds or music is really annoying because they clash. Don't, please. And do not use copyrighted sounds, you probably have a good idea why.<br />
Ok, now that that's out of the way, let's look at some practical uses for sounds on a website. You could be a music studio looking to put 30 second previews on your site, or have a small click noise when you press a link, or maybe you are creating a videogame like a replica of Mario Bros. and want to have a classic chiptune playing the the background. Whatever the case, you have a few choices.<br />
1. Embed plugins<br />
2. Flash<br />
3. Bgsounds<br />
Let's look at the first one, embed plugins. If you know HTML, you probably know of the &lt;embed&gt; tag. This can be used to play sounds. First, though, the browser needs to know what player to use to play these sounds. This can be done with mimetypes. That is done with the type attribute. Let's add that to the &lt;embed&gt; tag:<br />
&lt;embed type=&quot;&quot;&gt;&lt;/embed&gt;<br />
                   ^<br />
What are we going to put in that blank space?<br />
Mimetypes tell the browser what type of file you are playing. For example, with mp3s, you could use audio/mpeg . You need to look up the proper mimetype for your format.<br />
&lt;embed type=&quot;audio/mpeg&quot;&gt;&lt;/embed&gt;<br />
If you use a mimetype for a certain format, such as audio/mpeg , it is up to the user to decide what we can open the file with. VLC Player, Quicktime, Windows Media Player, and Realplayer are all examples. If we want to force a specific player, sometimes they even have a mimetype specific to themselves.<br />
VLC Player: application/x-vlc-player<br />
Windows Media Player: application/x-mplayer2<br />
Quicktime: video/quicktime<br />
Realplayer: audio/x-pn-realaudio-plugin<br />
The next step is telling the browser what file to play. Let's use song.mp3 . We can use the src attribute for this (src stands for source).<br />
&lt;embed src=&quot;song.mp3&quot; type=&quot;audio/mpeg&quot;&gt;&lt;/embed&gt;<br />
Great! Now, the width and height. Specified in either percent or pixels like with an &lt;img&gt; tag.<br />
&lt;embed src=&quot;song.mp3&quot; width=&quot;32&quot; height=&quot;32&quot; type=&quot;audio/mpeg&quot;&gt;&lt;/embed&gt;<br />
If the width or height is set to 0, some browsers, like Firefox, do not play the sound. Set it to 1 instead.<br />
Now the autostart attribute. Once again I bring up you should not use this unless it is an absolute emergency, I cannot think of a good example.<br />
autostart=&quot;false&quot; &lt;- set it to true or false<br />
And the loop attribute says whether or not the sound should play twice.<br />
loop=&quot;true&quot; &lt;- again, true or false<br />
And, similar to the autostart and loop attributes, the hidden attribute makes your sound invisible. I recommend leaving it visible so users can choose to turn it off. This attribute once again does not work in some browsers (Firefox is one).<br />
The volume attribute, from 0 to 100 - pretty self explanatory<br />
volume=&quot;50&quot; sets it to half volume<br />
&lt;embed src=&quot;song.mp3&quot; width=&quot;32&quot; height=&quot;32&quot; volume=&quot;50&quot; autostart=&quot;false&quot; loop=&quot;true&quot; hidden=&quot;false&quot; type=&quot;audio/mpeg&quot;&gt;&lt;/embed&gt;<br />
Hiding the controls is tough because it varies from player to player. For Quicktime, it is:<br />
controller=&quot;false&quot;<br />
Windows Media Player:<br />
showcontrols=&quot;0&quot;<br />
Realplayer does it a bit differently. It comes without controls by default. To add them, you must add another embed tag linked to the first one. So in the actual video tag, add:<br />
controls=&quot;imagewindow&quot; console=&quot;c[add thirteen random numbers]&quot;<br />
And later, add<br />
&lt;br&gt;&lt;embed type=&quot;audio/x-pn-realaudio-plugin&quot; src=&quot;[same as the first one]&quot; width=&quot;[same as the first one]&quot; height=&quot;26&quot; autostart=&quot;true&quot; controls=&quot;ControlPanel&quot; console=&quot;c[same thirteen random numbers as before]&quot;&gt;&lt;/embed&gt;<br />
This will link them together and add controls.<br />
If you want to go even further and really make users angry because they can't click the video to pause it without controls, add this:<br />
href=&quot;javascript<b></b>:&quot;<br />
Another note: I know javascript<b></b>: should be avoided but for this purpose that is the only way to pull this off.<br />
So a player with absolutely no way of controlling looks something like<br />
&lt;embed src=&quot;song.mp3&quot; width=&quot;32&quot; height=&quot;32&quot; volume=&quot;50&quot; controller=&quot;false&quot; href=&quot;javascript<b></b>:&quot; autostart=&quot;false&quot; loop=&quot;true&quot; hidden=&quot;false&quot; type=&quot;audio/mpeg&quot;&gt;&lt;/embed&gt;<br />
Note that in Quicktime the controls take up 16 pixels of space.<br />
This post has already taken up some space so the next one will be about Flash and Bgsounds.<!-- google_ad_section_end --></div>

]]></content:encoded>
			<category domain="http://x10hosting.com/forums/tutorials/">Tutorials</category>
			<dc:creator>ellescuba27</dc:creator>
			<guid isPermaLink="true">http://x10hosting.com/forums/tutorials/181353-how-control-sounds-your-site.html</guid>
		</item>
	</channel>
</rss>
