Jump to content
New account registrations are disabed. This website is now an archive. Read more here.

Marked

Content Manager
  • Content Count

    5,686
  • Joined

  • Last visited

  • Days Won

    108

Everything posted by Marked

  1. You're not doing it without my permission. You have my implied permission until I say otherwise, which of course, I wouldn't. I didn't think I needed to say that but apparently I do since for some reason I cannot comprehend you decided to include that in your post. Kiriashi is gone. He doesn't commit to things.
  2. Marked

    Tutorials

    Sounds good. But not the cafe, in the Ace somewhere. I'm thinking general discussion is the best fit. I was wondering if you could make a tut on the differences between parallel process, autorun, etc for Ace? Like a pretty basic one. According to my stats that's what people are searching over the last month.
  3. Marked

    Tutorials

    That's just about the best idea I've heard in a very long time :) I duno bout other people, but I still prefer the old text tutorial, although it really depends. If you're teaching photoshop, I'd say video. With eventing, I'd probably go video also so you can walk through each command rather than posting an image with all your commands. Sounds good. But don't be let down by participation. Are you thinking about publishing your tuts in the tut section then linking to their from your challenge topics?
  4. That's the version without the forums CSS being loaded. This is like your default forum output with all original html and css: That's how the theme integration works. I take the forum output and plug it into the GDU layout. Then I remove the html that we don't need and alter the CSS to style it back to the GDU style.
  5. The process to fix a few of these takes a while. It's like starting again with a fresh copy and modifying it to fit into GDU all over again. I have just started work on it. Here's what I'm working with
  6. Thanks for taking the time to make this post. The first 2 images that you posted are simply caused by your browsers window size. There is some responsive CSS code that I copied and have yet to collaborate for mobile devices. Mobile should be the only time the site will look like that, because it's only triggered at certain widths. The 3rd screenshot is a recent error and what's happening is that a CSS file got overwritten. I tried to fix this today, but something prevented me from being able to do in the ACP, as I can only do it by logging in to the forums backend. Being logged out is probably on your end. The main suspect for a site when this happens is the www either included or excluded, depending on how the cookies are handled. It could be your own cookies settings, or the forum killing your session. Did you click "remember me"? This is the worst when that happens. The thing is if it randomly doesn't work sometimes, then its not necessarily broken and there's some temporary error. This does happen to me too sometimes, not very often though. If you lose your internet connection, or the site goes down, this won't work. Because when you hit submit you're effectively connecting to the site over again, you just don't see that in your browser. It may be best to disable the ajax posting in your settings, or perhaps I ought to disable it for everyone.. The emo's are broken. If you jump to the top, that's a broken javascript action. I'm not going to be working on the chatroom for a while, its not really worth my time and I'm not skilled enough at the language. The preview post is gone, that's broken and I couldn't figure out why. Certainly got a few things to work on :P
  7. No, you cannot post as a guest. You post didn't go through coz you weren't logged in. The error is the fast reply box appears for guests, for some reason... But they still can't post.
  8. ... No. That makes no sense. "a long time too" makes it uncommon. This was more than 2 years ago, it happens. Please don't necropost.
  9. Ok, there's not gona be any downtime. That was unexpected :)
  10. ... Well, I duno if it's the american 11th or the real 11th. The payment is still pending at this stage... if its going down, shouldn't be too long.
  11. It's almost certain it's going to go down. But yeah, I'll keep you guys updated on facebook/twitter/google+ as always.
  12. You can get emailed about the replies on this forum is hit the "follow topic" button at the top. Or you could just link to your forum for support.
  13. I think it's a good effort just to get a voice actor, nevermind the quality. For the first go, I think you did a pretty great job tastsu. You should narrate my youtube videos :> I would, but my accent would probably turn you all.
  14. Shin, can I use some of those for the Ace screenies? Maybe you should relax the critique requirements, maybe you'll get more replies :P
  15. Hi guys, I'm sorry to have to tell you that more downtime is likely to be on its way. This time its unpaid which I only just remembered about today. The trouble is the time that payments take to clear. I'm not 100% sure that the site will go offline yet, it really depends on how fast the payment clears.
  16. Yes mods do have to approve the tutorials. Did you not get my PM Pol? http://www.gdunlimited.net/forums/index.php?app=members&module=messaging&section=view&do=showConversation&topicID=31609 You need to run through making a tutorial to see how the system works. You can mess around with it, no one is going to see it because each tutorial has to be submitted for approval. This tutorial isn't ready so I have unapproved it again.
  17. Update on this. The php code for the part of the arcade that handles submitting scores is ion cude encoded, which is something php developers use to protect their code, thus I cannot edit it. Which is a shame. I know what the error is, the scores are submitting using the wrong url. The only way I can think of right now is to write a Curl script, which I believe is currently disabled on this server until I request it be enabled. How troublesome :(
  18. The key to success is perseverance. And running the community project in terms of contributions so that each contributor can be taken away permanently so that only the project manager is required to keep the project alive. And replacing old contributors with new.
  19. No, the three I listed are either staff or past staff. Moonpeal and Rgangsta have never been on the staff.
  20. If anyone read what I said about Chrome before, I take it back. Although it is still less stable than firefox.

    1. Bigace360

      Bigace360

      never used firefox and dont plan on it. My opinion is chrome and IE9

    2. Marked

      Marked

      Isn't there an IE10? I'm switching to Chrome to make sure my javascript coding is better >.> Well I'll write up front-end code in Chrome, browsing in firefox is better minus the smaller viewport.

    3. Bigace360

      Bigace360

      ops ya I meant IE10 on my windows 8

    4. Show next comments  237 more
  21. O.o Dude tutorials are a secret right now. Quite a coincidence you mention this Albert, I've just spent most of today debugging these errors in Chrome. I know you use Chrome, and I use firefox for developing sites. Sadly, Chrome isn't as generous as firefox with deficiencies in client-side code (like javascript). I've uploaded some changes, try to create one now and see what happens. For me, it's reloading the create page first, then working once I click create again. How troublesome. For some reason my code isn't stop that default submit functionality. Anyway, give it another go and see what happens. If the create function doesnt work immediately, try it a few times. I'm still working on making it more stable for Chrome. After I do, and I create a screencast, I will announce it and add the link. Until then, don't share the link with anyone :) EDIT: Until I find a proper fix, I've got a bit of a fallback. If the form does reload the page, it will retain your values and show an error telling you to hit Create again. The error doesn't show up every time, but I'm looking into it >.> EDIT2: I figured it out :) This shouldn't be a problem any more. But I'm not done debugging it in Chrome, but report anything you find.
  22. Yeah Tom is right. It's very common in modern websites to have a "responsive" grid that changes for different device widths. It's not really configured to any device other than smart-phone portrait. Do you have any idea what the width of the Kindle Fire is? Or if you just took a screenie of what it looks like on the Kindle, I can fix that up for you. Your PM's, or the posts in topic view?
×
×
  • Create New...