Removing Last Login Of Profile Page

On Myspace, we can avoid people viewing my profile to know the last time I was on myspace. And here is how to remove your last login information from your profile page on Myspace.

Open Edit Profile, and enter the Basic Info tab. Click the big red Edit button and under the City section paste the following:


TownName<b style="display:none;">

(replace TownName with your actual town name)

Then click Submit Button and View Profile button to test.

Please let me know how it works for you

To Download Any Song On MySpace

MySpace have feature that allows you to listen to a lot of songs on their webpage but only a few of them can be downloaded. Got any idea how to download your most music files from Myspace?

Try these following step to download your music files from Myspace :
Goto the MySpace site that you want to download the music from that have at least one song available for download.
Right-click the download link, select Copy Link and paste the link to your Notepad.

You might see something like this :
http://mp3download.myspace.com/index.cfm?fuseaction= bandprofile.downloadSong&bsid=FirstSongNumberHere&song_name=
Title of the First Song Here &fid=bandid

Now, right click the add link and select copy link, then paste it to your notepad.
You will see something like this :
asfunction:addSong,NewSongNumber^Title of the New Song Here

You can replace the first song number and it's title in the original URL, with the new number and it's title. Paste this URL link to your browser and click OK.
Wait several seconds, you will be prompted to download the song.

Change Myspace Picture Profile To Other Image

From Myspace member forum, I found this trick on how to change the picture on your myspace profile to any other image on the internet without uploading it to your account.
All you need to do is plug in the URL of the picture, and that picture's height and width.

Note: You won't be able to use IE filters on the picture after you do this.

You can paste this CSS into your main myspace profile stylesheet :

/* change the width, height, and background-image url to suit your needs */

table table table table td.text a {

display:block;

width:XXpx;

height:XXpx;

margin:2px;

background-image:url(http://url of picture);

background-repeat:no-repeat;

}

/* this line hides the original picture */

table table table table td.text a img {

display:none;

}

/* fixes for the contact table */

.contactTable a {

background-image:none!important;

width:auto!important;

height:auto!important;

}

.contactTable a img {

display:inline!important;

}

Replacing My Name With A Picture On Myspace Profile

When you're editing your MySpace profile, on the Name section, there's a little box called "Display Name", like this:
Myspace Profile
Try to add any sort of HTML like <b>Dave</b> and it's stripped away and won't work at all. But... and here's the secret... if you realize that the MySpace system is going to convert what you type into what would be displayed to a user as part of saving your changes, you can indeed get just that effect by using &lt; instead of < and &gt; instead of > in your display name.

This means that if I wanted to have my name in bold, I'd need to type in exactly:

&lt;b&gt;Dave&lt;/b&gt;

It's ugly, yeah, but it works. This also means that you can change the color of your name by using the font tag, like this:

&lt;font color=red&gt;Dave&lt;/font&gt;

Instead of "red" you could use "blue", "yellow", "green", about twenty different color names. Cool, eh?

Unfortunately, the MySpace folk don't give you very much space in that box, only 50 characters. This is where it's tricky to use a graphic, because the basic code for the graphic inclusion is going to look like this:

&lt;img src=url&gt;

Do the counting and you'll see that there are only 34 characters left, and seven of them are going to have to be "http://", so there are really only 27 characters left for the full URL of your image. Subtract four more for the ".gif" or ".jpg" and, well, it's not much space for a URL. I couldn't use, for example, "www.askdavetaylor.com/imagearchive/my-myspace-name.jpg" as it's far, far too long.

Fortunately, there are free image hosting services like Tinypic.com which will let you create and host a small graphic on their site without charge.

So I'll test it out. Here's a rudimentary graphic I've created:

Reasonably fun and visually interesting, yet pretty darn tiny. I'll go ahead and upload it to TinyPic.com, where it's quickly included in their database and I find out that I have three different ways I can reference it:

It's the third one, the "Link" that I care about, not the other two. Now I can simply replace url in the above example with the TinyPic URL in my "Display Name" field:

&lt;img src=http://i1.tinypic.com/zu1hjd.gif&gt;

Now with any luck, I can paste that into the "Display Name" field, save it, and have a graphic replace my name on my MySpace profile...

Looks good. Notice how if I had entered the < and > directly it would have removed them, but by using the awkward &lt; and &gt; sequences instead, MySpace has converted it for me. Nice!

One important tip: Because MySpace converts the &lt; into <, this means
that each time you tweak your display name you'll have to manually convert
the < back to &lt; and > back to &gt
;. Tedious, but you probably won't modify that too often anyway...


Nice Myspace tips from Dave

To Hide Your MySpace Top 8

Let me let you know how to Hide Your MySpace Top 8

1. Login to MySpace.

2. Go "Home" to the MySpace options page.

3. Click on the "Safe Mode" link (next to the "Edit Profile" link).

4. Click the "Edit" link beneath the "I'd Like To Meet:" box.

5. On the next page that comes up, put the following code somewhere in the textbox (I put it at the very top of mine).

<style>

td.text td.text table table table, td.text td.text table br {display:none;}

td.text td.text table {background-color:transparent;}

.r{}

td.text td.text table table br {display:inline;}

</style>

6. Click "Preview" and you should see your "I'd Like To Meet:" stuff without the code you just entered.

7. Click "Submit" and your Top 8 should be hidden.

Please let me know how it works for you

Join Myspace Forum for more myspace related discussion...