Skip to content
View in the app

A better way to browse. Learn more.

Tip.It Forum

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Korla

Members
  • Joined

  • Last visited

Everything posted by Korla

  1. Korla replied to Bnaped's topic in Off-Topic
    well, Wyrm said it wouldn't be like comparing apples andoranges, he kinda used that metaphor to show something different :) anyway, I'd go with magic, but as non-existing as the chance they'd ever fight is, as non-existing will my reasons on these boards be...you'll just have to live with; "magic is magic" :P
  2. grats :) was this ḫ̦̉̉gstadiet? not that it matters, but if it was, I do hope you've chosen to do Naturvetenskap on Gymnasiet ;)
  3. it has a border right now, if you use subBlack anyway. also, the spinners spin both ways, freaky :) but do get rid of them ;) and I also agree with Nadril, inverting it might look better.
  4. Korla replied to sworddude6's topic in Art and Media
    spam :evil:
  5. Korla replied to KnightLite's topic in Off-Topic
    grats, I remember my 18th birthday...umm...wait, no, I don't ;) get drunk man :P
  6. locked it, please make another post in the Media Market if Nadril's post didn't deter you froo your chosen path ;)
  7. I live for...well, not much, but just to see what, if anything, I can be the best in the world at :P so ARENAScape is done :) now maybe soccer...or Mathematics, certain things are better thatn others... ooh, also, ofcourse, to have as much fun as possible while waiting to get nr 1 again :) I try not to get power-hungry and forget to have fun, which is a problem I've noticed in many others.
  8. Korla replied to SAGE's topic in Art and Media
    hmm, I think the index finger and pinky :) should be more brighter, I don't get the light as it is now. also, try to maybe make the shades more separated, the darkest ones maybe a little darker. also, I don't think you more more than 4 colours, maybe 3 with AA. but I like it :)
  9. requests go on the media market
  10. I think the linework looks top-notch. now try an color it so we can give more CC :)
  11. I'll lock this for you, then :)
  12. yup, graduation is close :)
  13. I do! :P yea, well, the face looks only slightly different, I know you can do it better, that's all, it looks ok.
  14. looks great, 2pac, maybe abit too perfect, I mean, nothing on those houses make it look like they've been used, but it's a style, ust looks abit too...shiny :) looks great, though.
  15. awesomeness. absolutely brilliant. now, some crits: the dolphin statue is abit too dull and grey IMO to take up so much place in this picture, it stands out as the eyecatcher when you instead could have that beautiful sunset as the eyecatcher. the faces look really out of place, it looks, to me, like you could have done a better job on them, their faces are a completely different style from the rest. also, I think you should lose the black outline on the tire, other than that, it's bloody amazing. great job, now, do another one :D
  16. Because big explosions and hand to hand combat and guns are cool. Watching some girl kill herself isnt. I don't want a death scene to be "beautiful," (which none are) I want it to be "FRIGGN SWEET!" gah, where is this world a-heading...
  17. Korla replied to Sk84life's topic in Art and Media
    hey, the thing with this new media board is that you don't have to post only sigs you can use on these boards, just show us your best stuff instead :) nice sig, btw, only thing is the colours don't really work for me. They don't really suit the rest of the image IMO. They make me think of wood, but the render does not.
  18. come on people, what level is this? damn action deaths...how are they good in ANY way? noone's even mentioned the beautiful death scene in The Rules of Attraction. This girl lights candles next to a bathtub, steps in naked with a razor in her hand. She slits her vrist and the tub water changes color to red. Amazing scene.
  19. what a silly thing to do...bumping this topic... *locked*
  20. Love it, I can so totally see Sean in that :)
  21. no, there isn't, really. You have to pixel it over again, you should save one version without the text if you're using paint. the way most programs do it, however, is by having layers, so the text is on its own layer, unfortunately, paint doesn't have that :)
  22. because there are zillions of them :) you see, there are 15 digits at the end, many of which have 5 possible values, it makes for a heck of alot of images, I tell you :D anyway, I fixed that by changing it from an applet to a javax.swing program instead, odesn't matter to me, it's just for school anyway, and this way it looks so much better :P
  23. well, fixed that error: import java.awt.*; import java.applet.*; import java.net.MalformedURLException; import java.net.URL; public class Face extends Applet { Image image; public void init() { try{ image = getImage(new URL("http://www1.cs-manager.com/data/face.php?id=141315101550003")); }catch(MalformedURLException e){System.out.println("Bad link...");} } public void paint(Graphics g) { g.drawImage(image, 0, 0, this); } } but now I get another error: if anyone's interested, I fixed it, using: try{ image = Toolkit.getDefaultToolkit().getImage(new URL("http://www1.cs-manager.com/data/face.php?id=" + gender + skinc + eyet + eyec + eyebt + eyebc + hairt + hairc + glasst + glassc + beardt + beardc + mouth)); }catch(MalformedURLException e){System.out.println("Ful lÃÆÃâÃâänk...");}
  24. import java.awt.*; import java.applet.*; import java.net.*; public class Face extends Applet { Image image; public void init() { image = getImage(new URL("http://www1.cs-manager.com/data/face.php?id=132236301510113")); } public void paint(Graphics g) { g.drawImage(image, 0, 0, this); } } gets me this error: I use BlueJ btw. What am I doing wrong? :oops:
  25. hey rick, knew I could trust you :) I am not making the applet for the same webpage the images come from or anything like that, I need them to be taken from an anohter place on the web, so the second one. what packages do I need? java.net, anything else?

Important Information

By using this site, you agree to our Terms of Use.

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.