A Flash Developer Resource Site

Page 2 of 2 FirstFirst 12
Results 21 to 39 of 39

Thread: myspace.com programming

  1. #21
    Retired SCORM Guru PAlexC's Avatar
    Join Date
    Nov 2000
    Location
    NJ
    Posts
    1,387
    I can tell you that their music player is fun to play around with, and that it was published without "protect from import" enabled.
    "What really bugs me is that my mom had the audacity to call Flash Kit a bunch of 'inept jack-asses'." - sk8Krog
    ...and now I have tape all over my face.

  2. #22
    Total Universe Mod jAQUAN's Avatar
    Join Date
    Jul 2000
    Location
    Honolulu
    Posts
    2,429
    Quote Originally Posted by admedia
    Hey j, check some of this out
    http://www.davesite.com/webstation/html/myspace.shtml

    hope it helps.
    Yeah I found that too, kinda why I started this thread, I'd like to find something more descriptive.

  3. #23
    Gizmo Quester Ghostgirl705's Avatar
    Join Date
    Sep 2004
    Location
    Watching you right now
    Posts
    209
    ROFL you guys crack me up.

    With that being said, Use straight css, easier and clearer. You have to use all the right classes with the myspace css codes.

    text, .spacetext, .redtext, .redtext8, .redbtext, .redtext12b,
    .bluebtext, .redbtext, .utext, .orangetext, .orangetext2, .orangetext15,
    .lightbluetext8, .bluetext8, .whitetext7, .whitetext12, .whitetext15,
    .blacktext15, .blacktext13, .blacktext12, .blacktext12nb, .blacktext10,
    .blacktext10nb, .blacktext7, .footer, .skip, .blacktext14bu


    I think that is most of the text ones of them
    Last edited by Ghostgirl705; 03-28-2006 at 11:17 PM.

    The enemy's gate is down
    ---------------------------------------------------------
    Now entirely made up of magic internet dust bits!

  4. #24
    Total Universe Mod jAQUAN's Avatar
    Join Date
    Jul 2000
    Location
    Honolulu
    Posts
    2,429
    Right, but like, wtf part of the page does .orangetext15 effect.
    Plus there's styles like .contentTable that I had to stumble on. Where the heck is the myspace manual?

  5. #25
    Senior Member Genesis F5's Avatar
    Join Date
    Jan 2002
    Location
    Unallocated memory
    Posts
    1,845
    I think this officially proves that Jupitermedia needs to purchase MySpace immediately and let us fix it.

    Either that, or the folks over at MySpace need to hire some of us. I've sent numerous messages reporting bugs / problems with the site.

    Their markup makes me cry. It's no wonder why their server is slow.

  6. #26
    Senior Member WannaBe_80z's Avatar
    Join Date
    May 2001
    Location
    over my shoes and under my hat
    Posts
    3,887
    or the fact that 40 million refresh whoring little kids are on it daily....multiple times daily?

    and they have myspace for bands that stream music, and now a film subsection.

    I am impressed at how much thier servers handle. I don't even wanna know how much bandwdith they go through !!!! eek!

    ps: and jupiter media can go right ahead and buy it right back from fox for the 300+ whatever million they paid for it. That tom guy was a genius.
    "Let us declare nature to be legitimate. All plants should be declared legal, and all animals for that matter. The notion of illegal plants and animals is obnoxious and ridiculous."- T. McKenna

  7. #27
    associate admedia's Avatar
    Join Date
    Oct 2001
    Location
    is
    Posts
    1,347
    I noticed it seems really slow... must be hosted at the same facility as flashkit.


    I saw some lady on the news today say

    "Myspace.com is just a filthy whore hole"

  8. #28
    poet and narcisist argonauta's Avatar
    Join Date
    Nov 2001
    Location
    Under the bed
    Posts
    2,080
    if you think myspace is sick, http://www.mydeathspace.com/deaths.aspx is sicker :P
    I don't see the point....documenting the deaths of people that have a myspace account?
    my blog: blog.innocuo
    Sponsored by your mom.

  9. #29
    Banned indivision's Avatar
    Join Date
    Jul 2001
    Location
    Portland, OR
    Posts
    474
    its probably slow now but their speed was what originally won out over friendster and other similar sites. they did this partially with database optimization (limitation really) like not polling for the complete relation-paths between users and by having something like 400 servers.

  10. #30
    Senior Member catbert303's Avatar
    Join Date
    Aug 2001
    Location
    uk
    Posts
    11,222
    Quote Originally Posted by Ghostgirl705
    ROFL you guys crack me up.

    With that being said, Use straight css, easier and clearer. You have to use all the right classes with the myspace css codes.

    text, .spacetext, .redtext, .redtext8, .redbtext, .redtext12b,
    .bluebtext, .redbtext, .utext, .orangetext, .orangetext2, .orangetext15,
    .lightbluetext8, .bluetext8, .whitetext7, .whitetext12, .whitetext15,
    .blacktext15, .blacktext13, .blacktext12, .blacktext12nb, .blacktext10,
    .blacktext10nb, .blacktext7, .footer, .skip, .blacktext14bu


    I think that is most of the text ones of them
    Hooray for semantic class names!

    I'd recommend using

    Code:
    html {
      display: none;
    }

  11. #31
    Senior Member Genesis F5's Avatar
    Join Date
    Jan 2002
    Location
    Unallocated memory
    Posts
    1,845
    But then you won't be able to hit the submit button.

  12. #32
    Gizmo Quester Ghostgirl705's Avatar
    Join Date
    Sep 2004
    Location
    Watching you right now
    Posts
    209
    Quote Originally Posted by Genesis F5
    But then you won't be able to hit the submit button.
    That is the bane of profile editing.
    .contentTable = the contact buttons

    And there is no "manual" that I know of. Just trial and error.

    The whole idea is you have to cover everything up then rebuild it.
    Code:
    <style type="text/css">	
    
    		.Table1, .Table2, .contactTable {visibility: hidden; display: none;}
    		div div table table td {visibility: hidden; display: none;}
    		table tr td.text span.nametext {visibility: hidden; display: none;}
    </style>
    That will get rid of all the tables...and um... the ads too (which is against rules) *mental note to fix that*
    Last edited by Ghostgirl705; 03-29-2006 at 03:49 PM.

    The enemy's gate is down
    ---------------------------------------------------------
    Now entirely made up of magic internet dust bits!

  13. #33
    Senior Member Genesis F5's Avatar
    Join Date
    Jan 2002
    Location
    Unallocated memory
    Posts
    1,845
    I'll have to try that. I came up with something similar a while ago but when I tried to submit it, the parser appends a "do not block our ads" to the end of the string so it won't recognize it as being an applied style. The only difference was mine kept the ad at the top:

    Code:
    body{background-color:FFFFFF;}
    td.text table img {visibility:hidden; height:0px; width:0px;}
    td.text table a {font-size:0pt;}
    body table tbody tr td{background-color:333333;}
    body table tr {visibility:hidden;}
    body table tr td div{visibility:visible;}
    body div table tbody tr td{visibility:visible;}
    Also, I don't know how many times I've contacted Tom and the others there about an annoying bar that runs across the screen towards the bottom. Again, someone who doesn't know what they're doing didn't anchor the copyright table to the main div so it stretches 100% across the screen.

    I've also asked them to skip the "preview section" in safe mode so if you do have intrusive CSS it won't stop you from submitting your design.

    Designing / updating / previewing in MySpace has become such a nightmare I've saved a blank profile to my HD so all I have to do it edit it there. It's so much faster, but you have to remember to check the design with MySpace first to make sure they'll allow certain things.
    Last edited by Genesis F5; 03-29-2006 at 03:59 PM.

  14. #34
    Total Universe Mod jAQUAN's Avatar
    Join Date
    Jul 2000
    Location
    Honolulu
    Posts
    2,429
    I'm starting to get it, I added a ton of clickable thumbnails to his space last night.
    Right now I'd be happy if I could just change the x, y, width, and height of.... everything.

  15. #35
    Senior Member
    Join Date
    Apr 2001
    Posts
    269
    Hey jAQUAN, try this Firefox extension: X-Ray. It lets you see the tags on a page without looking at the source code. It doesn't show table tags, but it might be useful for seeing everything else.

  16. #36
    Total Universe Mod jAQUAN's Avatar
    Join Date
    Jul 2000
    Location
    Honolulu
    Posts
    2,429
    Wow, that is veeery helpful. It's gonna take alot of the guess work out.

  17. #37
    Senior Member Genesis F5's Avatar
    Join Date
    Jan 2002
    Location
    Unallocated memory
    Posts
    1,845
    Check out Catbert's CSS Inspector: here. I use that and it works wonders.

  18. #38
    Total Universe Mod jAQUAN's Avatar
    Join Date
    Jul 2000
    Location
    Honolulu
    Posts
    2,429
    Man I need to start a del.icio.us page to keep track of all these cool plugins. Thats going to help a great deal as well.

  19. #39
    for the win Asclepeos's Avatar
    Join Date
    Dec 2000
    Posts
    388
    myspace: bought for 580 million dollars
    facebook: offered 750 million, declined saying that it's worth 2 billion

    stem cell research, after eight years of dealing with bull**** politics: 200 million dollars grant from government.

    people disgust me.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  




Click Here to Expand Forum to Full Width

HTML5 Development Center