Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - Munchor

Pages: 1 ... 14 15 [16] 17 18 ... 424
226
Computer Programming / Re: Java Panel/Frame has different sizes
« on: September 20, 2011, 02:36:57 pm »
Bump?

227
Web Programming and Design / Horizontal Fade on both edges
« on: September 20, 2011, 01:51:51 pm »
My CSS knowledge is very poor, and so I need help with something.

I need a website to be white on the middle background and fade to gray on the edges. I got an image which is gray fading to white, and made it repeat itself on the left:

Code: [Select]
  background-repeat: repeat-y;

However, I need to achieve the same result (with an inversed image) on the other edge. How can I do it?

Thanks, here's how it should look like (Ascii Art :P)

GgggwwwwwwwgggG

G = Gray, W = white

228
Computer Programming / Re: Linux python
« on: September 19, 2011, 12:59:58 pm »
Hey, good luck. Most Linux distros come with Python pre-installed. I know Ubuntu does, and that's the only linux I've used, so yeah.

In fact, most of them *have to* because A LOT of programs use python and thus linux distros have python pre-installed for program compatibility, unlike *cough* Microsoft *cough*.

229
Miscellaneous / Re: Are you/have you home schooled?
« on: September 19, 2011, 12:22:47 pm »
BTW: What's the difference between a public and a private school? Aren't all schools the same?

Well you have to pay to go to a private school and public schools are free to attend to.

Also, I was never home schooled.

230
Computer Programming / Re: Linux python
« on: September 19, 2011, 09:38:09 am »
I have just decided to learn python with my father. So my question is:
what are the things that I have to do in order to get python to work on my linux computer?
Is there something that the computer allready comes with, or do you have to download something?
Note: the computer's OS is open suse 11.1... I am pretty sure.

OpenSUSE? You can install packages named "python" and "python-idle". "python2.6", "python2.7", etc should also be available.

The Python IDLE was not made for Linux, it was made with Windows in mind, because of its crappy console. On Linux, I recommend you just use the terminal, because it's very good.

To make a file use a text editor (vim, nano, emacs, gedit, geany, etc), and then to run the file use:

Code: [Select]
python name_of_file.py

Good luck!

231
TI Z80 / Re: Homer: on-the-fly screenshot maker
« on: September 18, 2011, 02:13:47 pm »
Deep, my resolution is 1366*768. What if you made HOMER UI Maker work like that webpage of yours that requires no scrolling?

I mean, I see a lot of space you can cut and make it work for computers with resolution minor than 724 (lower than that is hard and would break design).

I'm not sure if it's doable, but it would look better.

232
TI Z80 / Re: Level Up By Walking Around 2
« on: September 18, 2011, 12:50:07 pm »
That's what I call a HUGE NECROPOST O.O

233
Miscellaneous / Re: Political party?
« on: September 18, 2011, 06:09:04 am »
Well, here in my country, if I make the conversion to USA-Politics I would be a Conservative (I don't understand USA-Politics by the way).

I think it's up to everybody to choose whether they want to have a political party, defend it and work on it (thus trying to lead a better future) or to not have a political party and say that having one political party is usually a bad idea.

234
Other / Re: Pictures of your computer(s)?
« on: September 17, 2011, 08:51:29 am »
Ooh chocolate keyboard, like mine. Too bad you stopped using Linux UbuntuGuy :(

My main computer is an Asus P50IJ.

235
Computer Projects and Ideas / Re: Fun Little C++ Pointless Program
« on: September 17, 2011, 08:41:50 am »
With a few modifications your first version will compile under Linux but the second version will not because it relies on conio.h which was originally designed for MS DOS. btw try to avoid to avoid system() calls as they are very platform specific. For some of functionality you need though higher level libraries are needed which will require you to leave the console. Part of the problem is just that consoles don't work very well for graphical apps.

system(); calls the command line, in whichever system we are. Different systems have different terminal languages (bash, batch, etc).

I never use them unless if my program is supposed to be platform-specific. And what you said about conio.h is also true ;)

236
Art / Re: Sprite Request: Vehicles viewed from above
« on: September 17, 2011, 07:55:11 am »
Making a 6*8 car is quite hard, but here's a car, I think it's ok.

237
Miscellaneous / Re: Birthday Posts
« on: September 16, 2011, 05:32:44 pm »
Yeah, sorry about my absence. It'll continue for quite a while unfortunately. I'm currently in a situation where I only get internet about one weekend a month.

On that note, forgive my forgetfulness... but who exactly are you ephan? Name change, I assume?

I am ScoutDavid. I highly doubt you know me either way. Too bad you can't come right now, but I hope some day you will ;)

238
Miscellaneous / Re: Birthday Posts
« on: September 16, 2011, 05:18:25 pm »
Lies!

...

But thank you. =D

Funny enough. I never look at who's online. But today I noticed "{AP}" there and I thought. Oh, AP is here, he's never here. I checked your profile to see your stats and I saw it was your birthday :P

239
Web Programming and Design / Re: Vanthia Open Beta [javascript mmorpg]
« on: September 16, 2011, 04:59:12 pm »
I don't think you should complain about stuff that doesn't exist in games. You are saying they will someday have profile spam. You are not in charge of that decision. Therefore, you do not know if it will or not, you are guessing. So don't complain about it, until exists.

What you can do, though, is recommend that they don't do it. But that's not what you did.

240
Web Programming and Design / Re: Vanthia Open Beta [javascript mmorpg]
« on: September 16, 2011, 03:51:40 pm »
No offense, but one of the reasons I'm not going to try it is *because* it's on FB.  It means that I have to play it on a spammy, slow, flashy advertisement-ridden website, and I'll be constantly asked to invite other friends to play it and will recieve other people's invites as well.  A no-go for me.  :/  Perhaps move it to a specialized website?

I have tried it, it's pretty cool. I like it that you chose Facebook, but you don't have those Profile Spam messages :D

Pages: 1 ... 14 15 [16] 17 18 ... 424