How to delete a Friendster Account?
How Do I Delete a Friendster Account?
If you want to delete a Friendster account you will simply need to log into the account you wish to delete. After logging in you will need to click on the text link that reads My Settings in the top right hand corner of the page. This will bring you to a page where there will be a text link that says Cancel Account, you will want to go ahead and click this. After clicking you will be brought to another page called the Confirmation Screen to give your final permission to delete the account. Once you give this final confirmation there is no way to reverse it and get your account your account back, so before proceeding make sure you are positive that you no longer want the account.
How to find out your SQL Server version?
Here’s a quick trick the will allow you to easily retrieve information about the Microsoft SQL Server version that you are currently running. This quick how-to was written using SQL Server 2005, but it’s applicable to SQL Server 2000 as well.
- Login to the Microsoft SQL Server Management Studio (Query Analyzer in SQL Server 2000)
- Click New Query
- Type and Execute the following SQL command:
SELECT SERVERPROPERTY (’productlevel’) as ‘Product Level’, SERVERPROPERTY(’productversion’) as ‘Product Version’, SERVERPROPERTY (’edition’) as ‘SQL Server Edition’
A complete map of SQL Server product Level and Product Versions can be found at the bottom of this page.
How to remove the MySpace music player?
Code for hiding the MySpace music player.
Question:
Here’s one from Mitch: I want to remove the MySpace music player from my profile, however would definitely like to keep playing music to my profile visitors. Is there an easy way to do it?
Answer:
Absoluty. There isn’t a straightforward way to accomplish that, however by using the MySpace CSS code i appended below, you’ll definitely be able to hide your MySpace music player.
You can quick post the code automatically to your About Me section by clicking on the MySpace button in the widget below:
Alternatively, you can post the code manually by following these steps:
1. Login to myspace.com.
2. Click Edit Profile.
3. Insert the code below at the BOTTOM of the About Me section.
<style>td td embed, object, pram, embed
{height:0; width:0; visibility:hidden;}</style >
4. Preview your profile. If you are satisfied hit Save all changes.
5. Now login to your profile. You should be able to hear your favorite music, while having your MySpace Player hidden :).
How to autostart a MySpace video?
Question:
How do I get a MySpace video to autostart on a MySpace profile?
Answer:
Autostarting MySpace videos is quite easy. All you’ll need to do is just to tweak the MySpace video URL a bit. The following procedure i put together will help you to autostart the MySpace videos in your profile. If you are looking to autostart a YouTube video, follow this procedure.
- Go to MySpace Videos and grab the code placed in the video Code field.
- Now you’ll need to tweak the flashvars parameter in your video Code. All you’ll need to do is just add the suffix &a=1 to the flashvars parameter. For example: If the flashavars parameter was flashvars=”m=19825253&v=2&type=video” it should now read flashvars=”m=19825253&v=2&type=video&a=1“. The rest of the video code should stay intact.
- Paste the YouTube code you grabbed to your MySpace profile.
- Click Preview Profile and check how your profile looks.
- If satisfied, hit Save all changes.
How to keep your scrap privacy on Orkut?
Question:
How to restrict who’s allowed to write in My Orkut scrap?
Answer:
Orkut is an open social networking community which, in practice, lacks the ability to restrict or hide viewing any one�s scrap, except putting the targeted individual into ignored area.
Read more
How to make your MySpace blog Private?
Question:
How can i make my MySpace blog private? I mean that it will be accessible only to friends.
Answer:
Keeping your online privacy is no doubt an issue over at MySpace. Blogs are no exception. Sometimes you would like to share your thoughts with your friends and not with the entire world. Here’s a quick procedure that will help to set a Myspace private blog:
- Login to MySpace.
- Click Manage Blogs.
- From the My Controls section, click Post new Blog
- At the bottom of the new blog entry, you’ll find the Privacy section.
- Check the Friends radio button - this will make your blog entry accessible only by your Friends.
- If satisfied, Click Save all changes.
How to hide MySpace comments section?
Hiding your MySpace friends comments table
Question:
I am currently customizing my MySpace profile. Is it possible to remove or just hide the comments section on MySpace?
Answer:
Yes, hiding the comments section is quite simple. Please go ahead and use the following custom MySpace code (written using CSS) in order to make it work:
- Copy the following custom MySpace code:
————————————————————————–
<style>.a {Hides your Comments section}
.friendsComments {display:none}
</style>
————————————————————————–
- Login to MySpace.
- Click the Edit Profile link.
- Paste the code you just grabbed and paste it either in the About Me section.
- Click Preview Profile to check your profile.
- If satisfied, Click Save all changes.
Where to find Led Zeppelin songs for MySpace?
Question:
Where i can find a Led Zeppelin song that i can play on my brand new MySpace profile?
Answer:
Interest in Led Zeppelin’s repertoire is on the rise since the announcement of their re-forming planned for November 26th in London. (I envy the fellows at the UK that can arrange themselves a ticket
)
MySpace.com offers a few Led Zeppelin resources. Most of those profiles feature songs that you can easily play using your MySpace Music Player in your MySpace profile. After reviewing them all i can recommend on those two profiles:
- Led Zeppelin - London - Features the one and only Stairways to Heaven, one of the most perfect songs i ever heard.
- Led Zeppelin - Classic Rock - Features Kashmir, another masterpiece.
Enjoy! ![]()
How to rename MySpace blurbs section headers?
Tweak for renaming MySpace Blurbs headings and headers
Question:
Here’s one from Al: Is it possible to rename my About Me and I’d Like to Meet sections on MySpace?
Answer:
Yes, that’s definitly possible. Use the following procedure and custom MySpace CSS code in order to make it happen:
-
Copy the following CSS code:
——————————————————————————–<style>
.blurbs td td .orangetext15 {display:none;}</style><div class=”orangetext15″ style=”display:block;”>
Your About Me label</div>——————————————————————————-
- Now Login to your MySpace profile and click the Edit Profile link.
- Take the code you just grabbed and paste it in the About Me section.
- Now copy the following code into your I’d Like to meet section:
——————————————————————————–
<div class=”orangetext15″ style=”display:block;”>
Your I’d like to meet label</div>——————————————————————————-
- Click Preview Profile and check how your profile looks.
- Hit Save all changes.
Here are a few other interesting MySpace posts:
- How to hide MySpace comments section?
- Where to find Led Zeppelin songs for MySpace?
- How to hide your display name on MySpace?
- How to hide Blurbs titles on MySpace?
- How to hide Titles on MySpace?
- How to resize your MySpace Music Player?
How to hide your display name on MySpace?
Hiding the name text on MySpace.
Question:
Is it possible to hide my display Name in a MySpace profile?
Answer:
Yes, that’s definitely possible. All you need to do is to use the custom MySpace CSS code i posted below to make it happen.
You can quick post the code automatically to your About Me section by clicking on the MySpace button in the widget below:
Alternatively, you can post the code manually by following these steps:
-
Copy the following CSS code:
——————————————————————————–<style>.nametext {display:none;}</style>
——————————————————————————-
- Now Login to your MySpace profile and click the Edit Profile link.
- Take the code you just grabbed and paste it in the About Me section.
- Click Preview Profile and check how your profile looks.
- Click Save all changes.
