<?xml version="1.0" encoding="UTF-8"?><!-- generator="WordPress/2.5" -->
<rss version="0.92">
<channel>
	<title>Codes &#38; Tweaks!</title>
	<link>http://codes.rendz.com</link>
	<description>Get tutorials, code snippets, and the how-to's for myspace tweaking.</description>
	<lastBuildDate>Wed, 30 Apr 2008 18:52:56 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	
	<item>
		<title>Flip Your Myspace Tables Around!</title>
		<description>Tired of the same old Myspace layout try something new by flipping your Myspace tables around! Copy and paste the following code in the "About Me" section of editing your profile.





table {
	direction: rtl;
}
table table table {
	direction: ltr;
}

 </description>
		<link>http://codes.rendz.com/2008/04/flip-your-myspace-tables-around/</link>
			</item>
	<item>
		<title>Hide Your Myspace Top Friends</title>
		<description>Looking to hide your friend space or top friends. Here's the code! Copy and paste the code into the "About Me" section of editing your profile.



.friendSpace {
	display: none;
	visibility: hidden;
}

 </description>
		<link>http://codes.rendz.com/2008/04/hide-your-myspace-top-friends/</link>
			</item>
	<item>
		<title>Myspace Artist Music Player Code For Bulletins &#038; Comments</title>
		<description>

Step 1: Go to the artist's music profile.

Step 2: Right click anywhere on the profile (don't right click on the music player) and click "View Source". (visual)

Step 3: Once Windows Notepad has popped up, go to "Edit » Find" in the menu bar (or press CTRL + F).

Step 4: Type ...</description>
		<link>http://codes.rendz.com/2008/04/myspace-artist-music-player-code-for-bulletins-comments/</link>
			</item>
	<item>
		<title>Block Non-Friends From Sending You Messages</title>
		<description>Step 1: Click "Settings" in your Control Panel. (visual)

Step 2: Click the "Spam" link. (visual)

Step 3: Make sure that the "Allow non-friends to send me messages" box is NOT CHECKED. (visual) </description>
		<link>http://codes.rendz.com/2008/04/block-non-friends-from-sending-you-messages/</link>
			</item>
	<item>
		<title>Hide Your Myspace Friend Comments</title>
		<description>Use the following code to hide your Myspace friend comments from your profile. Copy and paste the code in your "About Me" section of editing your profile.



.friendsComments {
	display: none;
	visibility: hidden;
}

 </description>
		<link>http://codes.rendz.com/2008/04/hide-your-myspace-friend-comments/</link>
			</item>
	<item>
		<title>Code For Adding Photos Or Pictures</title>
		<description>Many people have asked what is the code for adding a picture or photo to your Myspace profile. Here is the solution!

1. Host (or upload, for the noobs) in a picture hosting site like Photobucket, Imageshack, or TinyPic.
2. Copy the direct url. It should look something like http://somesite.com/somepicture.jpg
3. Paste the ...</description>
		<link>http://codes.rendz.com/2008/04/code-for-adding-photos-or-pictures/</link>
			</item>
	<item>
		<title>How to Center Your Text!</title>
		<description>Learn how to center your text!
This is a centered text!


REPLACE WITH WHATEVER YOU WANT TO CENTER
 </description>
		<link>http://codes.rendz.com/2008/04/how-to-center-your-text/</link>
			</item>
	<item>
		<title>Switch Back to &#8220;Classic View&#8221;</title>
		<description>

Once you login to Myspace you should automatically be redirected to your control panel. Your control panel is where you see your new updates, friend updates, and friend statuses.

There should be a "Page Themes" link on the upper right hand side, right below the Myspace links. It has an image ...</description>
		<link>http://codes.rendz.com/2008/04/switch-back-to-classic-view/</link>
			</item>
	<item>
		<title>Scrolling Box With Title</title>
		<description>Change the direction of the scroll:
Line 3. Change "left" to right, up, or down.

Change the speed of the scroll:
Line 3. Change the number "4" to your liking. The lower the number the slower. The higher the number the faster.

Change the size of the box:
Line 1. Change the "width: 100px; height: ...</description>
		<link>http://codes.rendz.com/2008/04/scrolling-box-with-title/</link>
			</item>
	<item>
		<title>The &#8220;script&#8221; Font</title>
		<description>Many people are asking how to get your font to look like this! Use the code below.

To change the size of the font:
Change "10" to whatever size you want. The lower the number the smaller the font. The higher the number the bigger the font.


REPLACE WITH YOUR TEXT
 </description>
		<link>http://codes.rendz.com/2008/04/hello-world/</link>
			</item>
</channel>
</rss>
