|
It seems as if we're going to have some good and bad news. Myspace will now become Myspace TV, but with a social twist. Not sure if this will cause problems for IMers still utilizing myspace, but who knows, it may be of help.
Read more about it here: ...
Started by Leonne on
, 11 posts
by 9 people.
Answer Snippets (Read the full thread at blackhatworld):
Bye -bye to the Myspace.
Better get the most out of myspace before its gone I believe your profiles will stay? There is always a way to monetize social media, and this is no different.
|
|
Myspace is dead, but I want to get it up and running again. But I don't know how to hack myspace's page. :/?
Started by Kira on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at yahoo):
You Cant Because Myspace has high Security and Plus its Not legal you will get caught if you hack myspace and you could get arrested i highly recommend not doing this Plus the Old Myspace is Done There is a another site that has the....
|
|
Which gem or plugin should I use for building Myspace applications using Ruby on Rails?
Started by FlipFlop on
, 6 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
A large part of developing on myspace must be done through the REST api that myspace provides, as well as ajax....
MySpace provides a REST API Ruby Library:
http://developer.myspace.com/community/libs/ruby.aspx unable to get it working.
|
Ask your Facebook Friends
|
Is it possible for MySpace to send "bulk" emails without having a MySpace account?
Started by Sett Fob on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at yahoo):
No its not Possible you have to have a Myspace account and Plus its Against the Terms of Service.
|
|
How to post a html comment on myspace or a youtube video on myspace?
Started by rufus_king05 on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at yahoo):
If it does not work than the code you are plugging in is not supported on myspace.
|
|
Q: Cant Access Myspace Through The Myspace Address how do i get on myspace if the address wont go through
Started by Anonymous-27577 on
, 1 posts
by 1 people.
Answer Snippets (Read the full thread at helpowl):
|
|
How do I push my content to the top of the page to not cover up the ad, but to cover the menu and myspace links. I want to do something similar to: http://www.myspace.com/sensesfail and http://www.myspace.com/attackx2 . Thanks.
Started by EE on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
Without dissecting the html source of the links you provided (because i am much too lazy to do all your work for you), my best guess is that they used absolute positioning (or negative relative positioning) and a high z-index to float their picture over... .
|
|
I have a client looking to deploy advertising to the websites of their subsidiaries.
Some research and a demo install later showed OpenX http://www.openx.org/ to be the clear leader for open source solutions using javascript.
Then they threw in the wrench...
Started by kremdela on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
Seems like that will show the image and link to the url of the ad tag if you need to hide it from myspace for some reason..
I've embedded JS there before.
IIRC you don't need to be flash to work on Myspace...
|
|
Hi, I've been given the task of doing some work customizing an artist's space in MySpace. It seems that you sort of hack the HTML you want into your edit profile page (which has several empty boxes). The MySpace page, it seems, is already HTML so you ...
Started by yar on
, 5 posts
by 5 people.
Answer Snippets (Read the full thread at stackoverflow):
Try approaching....
The MySpace DOM is a disgusting set of nearly-infinitely nested in the profile editor.
You hit the nail on the head with your final question .
Good luck.
MySpace "customization" is a bunch of hacks.
Your fears are correct.
|
|
Hello world,
does anybody know how to remove the small grey lines from the HTML Box Module from myspace profile 2.0 via css?
I just can't figure out how to select it div.htmlboxMODULE does not seam to work.
thx
Started by robotgunslinger on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
Upper case "B" & "M".
Try:
tr {background-color: transparent;}
div.htmlBoxModule {}....
|