Jump to content

Xepha

Fantastic Members
  • Posts

    10450
  • Joined

  • Last visited

Posts posted by Xepha

  1. Pretty sure you won't be able to open .psd or whatever the extension name is in elements without using the right software.

     

    Personal recommendation is:

    On your dock, locate the icon that looks like a 'A' on a blue background. That's the apps store.

    Click on the star icon at the top, the in the second box you will see the top *FREE* applications. Click on the link to see them all.

    Browse that page and look for stuff identified as 'graphics and design'.

    That should find you the top applications used for drawing in general, that are free.

     

    Once I come back from University, I'll go and dig for you the name of a cool and powerful drawing software that my friend recommended to me. However it's in my chat logs on my other computer and I can't seem to remember it now.

  2. How about a shoutbox? Something where we can rant, and just post stuff, but not have conversations.

    Or will that be hard to moderate?

     

     

    As Anime just explained, we had one shout box at some point. It was too much of a pain to maintain a shout box around our forums and it was also killing the actual conversation around our various threads. For these reasons, we don't wish to implement it back at all.

  3. As of now, we don't have such a guide available.

    It's something we need to discuss among the content team staffer to know if enough of us are interested by the game to maintain a guide.

    As you might know, we just hired new content staff members. Most of my personal efforts are focussed on training them so they can become full fledged content staff members to help killing our to do list. XD

  4. Mine is the previous product version of this one. It's the smallest model they do, but it's quite suffisent for my uses. I'm not such an active drawer, so getting something bigger would have been a waste of time.

     

    Remember to do your shopping online and offline. Many stores will want to beat the lowest price you find by 10%, even if it's from an online shop.

  5. They don't really have an average delay on their tickets system. It depends what you are writing about and how many similar requests were already pending in the system before your added your own. Accounts issues might be the longest to address because they get a lot of that, especially when malicious scripts (cookie grabber) are on the loose.

     

    About frozen accounts, when you try to log in it should gives you a reason why it happened. Depending what the message says, you might be able to get back your accounts or not.

  6. It comes very handy to have a big team. Not just because the task is huge... but we also pretty much need to have a staff member online at ANY given time of the day. That way, we can easily bring you the best events and plots coverage.

     

    As Stream mentionned, we have quite a lot of things to keep us busy. Fear nothing, everyone who is being hired has to show up and do some work. We have visitor tickets to answer, content to update, content to write, code to improve and we keep brainstorming about new projects and ways to improve TDN as a whole. We also like to party amoung ourselves, so the more staffers, the merrier. Sanity not included. ;P

  7. For flash games trophies, you can look at this petpage to know what was the cut off score on reset day. ;)

     

    And I have premade userlookups here. :D

     

    For habitarium... I'm not too sure what could be the problem, but you could always try to clear you browser cache and take a new picture. It might work then. Otherwise, you may try in a different browser.

  8. Sorry if I missed it, but how do you get to try the game? I kind of want to see how badly I'll fail due to the slowness of my computer.

     

    To try the game, you need to be a premium member of Neopets, and then visit your portal. If you are not a premium member, you need to wait until the game is released... it will probably be the next New Game Challenge.

  9. I know where your problem starts...

     

    On your very first line of code, you used a bunch of breaklines to push down your table. That's a big problem :P.

     

    <style>
    body {
    background: url("http://i852.photobucket.com/albums/ab85/mouse_angel18/Creativity/FaerielandBackgroundBorder.jpg");
    background-color: indigo;
    }
    #main {
    background: url("http://img153.imageshack.us/img153/5345/eightyfour.jpg") no-repeat;
    background-color: indigo;
    margin-left: 125px;
    }
    #footer, .user, #nst, .sidebar, .brand-mamabar, hr, #ban, #habitarium, #ncmall {
    display: none;
    }
    #header {
    background: url("http://i852.photobucket.com/albums/ab85/mouse_angel18/Creativity/HeaderImagecopy.jpg") 0px 90px no-repeat;
    width: 990px;
    height: 300px;
    border: 0px;
    }
    #template_nav {
    visibility: visible;
    }
    .content div a img, .content div b {
    visibility: hidden;
    }
    .contentModule div a img, .contentModule div b {
    visibility: visible;
    }
    #navigation {
    width: 950px;
    }
    #template_nav {
    margin-left: -60px;
    margin-top: 205px;
    }
    #navigation img {
    margin-left: 5px;
    }
    #main {
    width: 1005px;
    background-color: darkviolet;
    border-left: 1px solid darkviolet;
    border-right: 1px solid darkviolet;
    }
    #content {
    width: 965px;
    margin-left: 3px;
    margin-top: -5px;
    border: 0px;
    }
    ul.dropdown {
    border: 1px solid #000000;
    background: darkviolet;
    }
    .dropdown li a {
    color: violet !important;
    }
    .dropdown li a:hover {
    color: pink !important;
    }
    .contentModuleContent {
    background: url("-blocked-");
    }
    #main a {
    font-family: arial;
    font-size: 12pt;
    color: purple;
    }
    #main a:hover {
    color: pink;
    }
    a:link, a:active, a:visited, b, a {
    color: -blocked-;
    font-weight: bold;
    }
    a:hover b, a:hover {
    color: -blocked-;
    }
    .contentModuleTable {
    border: 2px solid darkviolet;
    }
    .contentModule {
    border: 2px solid darkviolet;
    }
    .contentModuleHeaderAlt, .contentModuleHeader {
    font: 40px fiolex girls;
    color: magenta;
    background: darkviolet;
    }
    p, td, body, table, tr, font, a, .medText {
    font-family: mistral;
    color: -blocked-;
    font-size: 20pt;
    }
    .contentModuleHeaderAlt, .contentModuleHeader {
    display: none;
    }
    #userinfo {
    width: 400px;
    margin-top: 140px;
    margin-left: 43px;
    }
    #usercollections {
    width: 270px;
    margin-top: 80px;
    margin-left: 165px;
    }
    #userneopets {
    width: 650px;
    margin-top: -898px;
    margin-left: 170px;
    }
    #userneohome {
    position: absolute;
    width: 250px;
    height: 250px;
    margin-left: -380px;
    margin-top: -325px;
    }
    #usershop {
    width: 200px;
    margin-left: -780px;
    margin-top: 1380px;
    }
    #usertrophies {
    width: 900px;
    margin-top: 60px;
    margin-left: 35px;
    }
    #infobox {
    margin-top: 600px;
    margin-left: 35px;
    }
    </style>
    
    
    <table width="90%" cellpadding="20" cellspacing="0" border="0" class="contentModule" id="infobox">
    <tr valign="top"><td class="contentModuleHeader">Me</td></tr>
    <tr><td class="contentModuleContent" height="100%"><div align="left" style="padding: 4px;"><b><font size="3" color="3e0172" face="Lucida Handwriting">Merry Meet! This is only a bit about me, there's much more but unfortunately it will not all fit here. I'm a huge bookworm and enjoy reading a good book in my spare time. My favourite author is Tamora Pierce who writes about empowering heroines. Currently I have sunk my teeth into "The House of Night" series, which I found to be amazing. Popular artists on my playlist are: Three Days Grace, Evanescence, In This Moment, Stone Sour, and Skillet. My favourite shows on TV are CSI: Crime Scene Investigation, NCIS, NCIS:LA, Criminal Minds, Grey's Anatomy, Private Practice, and The Glades. I own all 8 seasons of Charmed and find myself watching them from beginning to end every once in a while. I also enjoy watching the Star Treks as well as Scooby-Doo. My favourite movie series is Underworld and I can't wait for the next movie.<br><br>
    I would like to thank Izzy for her wonderful tutorial page! <a href="http://www.neopets.com/~Sariyra"><img src="//images.weserv.nl/?url=http://izzy.bumpwire.com/htmlguides/link1.jpg" border="0"></a><br>I would also like to thank sammy110807 and _l_b_2001 for helping <br>me with my coding! <br>I love to chat, so feel free to neomail me anytime! Blessed Be!<br>Note: Lookup under construction!<br><br><br></font></b></div></td></tr>

     

    Suggestions:

     

    For optimal coding practice, always put the style part of your code at the top when using inline stylesheet.

    I added a new selector #infobox to position your about me text.

     

    You will need to adjust/fix all your margins manually so all your box are falling in the right place.

     

    In the future, it would be a good idea to apply a background image to each module so they follow your text properly. ;)

     

    You should also edit everything that reads as -blocked- (since it means it was blocked by Neopets filters).

×
×
  • Create New...