Be a Supporter!

ScreenShot of you programming :)

  • 5,734 Views
  • 203 Replies
New Topic Respond to this Topic
elbekko
elbekko
  • Member since: Jul. 23, 2004
  • Offline.
Forum Stats
Member
Level 16
Blank Slate
Response to ScreenShot of you programming :) 2006-11-16 15:14:23 Reply

Wouldn't textareabg be an image object (created from an image file)?
bgimage = new Image('bg.png');
chat.setBackground(bgimage);

Or something like that (would be something like that in C#).


"My software never has bugs. It just develops random features. " - Unknown

[ FluxBB developer | Quickmarks 0.5.1 | Strings & Ints - my blog ]

BBS Signature
Jordan
Jordan
  • Member since: Apr. 23, 2006
  • Offline.
Forum Stats
Member
Level 14
Blank Slate
Response to ScreenShot of you programming :) 2006-11-16 15:14:33 Reply

At 11/16/06 03:09 PM, seel wrote: I duno, you might have to put the file extension in there to (.png or whatever it is).

You don't understand my problem, the image is define properly, like so:
textareabgtr = new MediaTracker(this);
textareabg = getImage(getCodeBase(), "jachat_textbox_background.jpg");
textareabgtr.addImage(textareabg,0);

But the thing that i can't get working is applying that image as the background of the textarea.

Jordan
Jordan
  • Member since: Apr. 23, 2006
  • Offline.
Forum Stats
Member
Level 14
Blank Slate
Response to ScreenShot of you programming :) 2006-11-17 02:03:51 Reply

Okay, rate this:
http://img80.imageshack.us/img80/7316/rateno0 .jpg

Jcrypt
Jcrypt
  • Member since: Aug. 23, 2005
  • Offline.
Forum Stats
Member
Level 11
Blank Slate
Response to ScreenShot of you programming :) 2006-11-17 13:44:24 Reply

Not feeling that blue you have on the textarea it's contrast is to off from the rest of the application, and as for the background the gradient looks horrible pixilated i'm sorry.

Jordan
Jordan
  • Member since: Apr. 23, 2006
  • Offline.
Forum Stats
Member
Level 14
Blank Slate
Response to ScreenShot of you programming :) 2006-11-17 13:57:14 Reply

At 11/17/06 01:44 PM, Jcrypt wrote: gradient looks horrible pixilated i'm sorry.

The gradient isn't pixelated atall, atleast on the actual applet.

Sir-Davey
Sir-Davey
  • Member since: Jul. 9, 2001
  • Offline.
Forum Stats
Supporter
Level 19
Blank Slate
Response to ScreenShot of you programming :) 2006-11-18 08:45:50 Reply

Get rid of all the crap and just use system default colors. Why do you have so much empty space all around the window? What's the use?

I'm really sick of the whole application skinning trend that's going on right now. Windows XP supports themese, why do coders feel the need to skin their apps (horribly I might add) and completely break the streamlined feel that Windows can accomplish by default? If I want a really dark environment, I'm not going to set all the skins on all the applications I have to be dark. I'll just install a motherfucking theme on Windows and (i wish) everything will change accordingly.

I happen to prefer blue-ish themes, but I'm not going to make my chat application's source code twice as long just to make it blue and ugly on every user's computer. I mean, you don't know what color theme THEY may be using on their computer.


BBS Signature
Sir-Davey
Sir-Davey
  • Member since: Jul. 9, 2001
  • Offline.
Forum Stats
Supporter
Level 19
Blank Slate
Response to ScreenShot of you programming :) 2006-11-18 08:49:58 Reply

At 11/18/06 08:45 AM, Sir-Davey wrote: ...

All this to say that your chat application looks like shit, Jordan. Sorry to break it to ya.

Things you can do:
-Remove that horrible, horrible 4 point gradient and leave the default background. I don't know any Java, but if there is no default color, make it light grey like all other applications in the world. Jesus.
- Make the actual chat box and typing box larger to avoid having so much whitespace around which has no use aside from taking room on the screen
- Make the "send" button smaller. It also has a lot of useless blank space around the caption.


BBS Signature
Jordan
Jordan
  • Member since: Apr. 23, 2006
  • Offline.
Forum Stats
Member
Level 14
Blank Slate
Response to ScreenShot of you programming :) 2006-11-18 09:20:23 Reply

At 11/18/06 08:49 AM, Sir-Davey wrote: Things you can do:
-Remove that horrible, horrible 4 point gradient and leave the default background. I don't know any Java, but if there is no default color, make it light grey like all other applications in the world.

Actually, it isn't an application. It is a webpage-embedded applet.

- Make the actual chat box and typing box larger to avoid having so much whitespace around which has no use aside from taking room on the screen

I'm going to make use of that.

- Make the "send" button smaller. It also has a lot of useless blank space around the caption.

Okay.

But, you seem to think this is an application, it isn't. It is an applet.

Mister-Mind
Mister-Mind
  • Member since: Jul. 1, 2006
  • Offline.
Forum Stats
Member
Level 07
Blank Slate
Response to ScreenShot of you programming :) 2006-11-18 09:25:29 Reply

Happy 100th posts on this topic :)

TheUnknownAggregate
TheUnknownAggregate
  • Member since: Mar. 29, 2003
  • Offline.
Forum Stats
Member
Level 18
Blank Slate
Response to ScreenShot of you programming :) 2006-11-18 17:59:27 Reply

Well as long as I'm browsing around here waiting for the Linux kernel to compile I might as well add a screenshot of Team Nerdground's latest software project:

http://www.nerdgrounds.com/pics/screenshot1.j pg

This is the "project" in action:

http://www.nerdgrounds.com/pics/screenshot2.j pg

It's the latest Flash standalone player, with special "hacks" that allow filters to process both audio and video (by intercepting API functions). JonCampbell is busy at his place working on a record audio to WAV and record video to AVI function. He sucks at programming that kind of stuff though so I might have to write it :O


Hackipedia.org. Low level advanced programming information, for serious hackers.
Because elsewhere the commercial internet has only worthless shit for he to yearns to hack.

Jordan
Jordan
  • Member since: Apr. 23, 2006
  • Offline.
Forum Stats
Member
Level 14
Blank Slate
Response to ScreenShot of you programming :) 2006-11-18 18:12:40 Reply

At 11/18/06 06:04 PM, SpamBurger wrote: Did this thread turn into a place to share what you are currently coding? If so, there is already the "what have you done today lounge" or w/e it's called.

Not really, people still post screenshots.

TheUnknownAggregate
TheUnknownAggregate
  • Member since: Mar. 29, 2003
  • Offline.
Forum Stats
Member
Level 18
Blank Slate
Response to ScreenShot of you programming :) 2006-11-18 18:54:36 Reply

At 11/18/06 06:04 PM, SpamBurger wrote: Did this thread turn into a place to share what you are currently coding? If so, there is already the "what have you done today lounge" or w/e it's called.

Well what I am coding in the screenshot would be a lot more interesting to people here than the other things I'm coding. Who here wants a screenshot of me writing an MPEG-1 encoder in Linux using VIM from the command line? (crickets...) Thought so.


Hackipedia.org. Low level advanced programming information, for serious hackers.
Because elsewhere the commercial internet has only worthless shit for he to yearns to hack.

Jordan
Jordan
  • Member since: Apr. 23, 2006
  • Offline.
Forum Stats
Member
Level 14
Blank Slate
Response to ScreenShot of you programming :) 2006-11-18 19:00:24 Reply

At 11/18/06 06:54 PM, TheUnknownAggregate wrote: Well what I am coding in the screenshot would be a lot more interesting to people here than the other things I'm coding. Who here wants a screenshot of me writing an MPEG-1 encoder in Linux using VIM from the command line? (crickets...) Thought so.

Wow.. You are so hardcore!

RageOfOrder
RageOfOrder
  • Member since: Aug. 30, 2002
  • Offline.
Forum Stats
Member
Level 09
Blank Slate
Response to ScreenShot of you programming :) 2006-11-18 19:15:29 Reply

Still a hell of a lot more interesting than what I'm coding. At least mine looks cool (Beryl is the ulimate in eye candy)

Current project:
Working with trees in Java... simple re-structuring. Wow. Fun.
http://img183.imageshack.us/img183/3685/snaps hot40xn5.jpg

Attached pic is the output from my previous assignment... Sudoku solver in C.
http://img299.imageshack.us/img299/9383/snaps hot41mk4.jpg
Total is ~1100 lines of code..

ScreenShot of you programming :)

RageOfOrder
RageOfOrder
  • Member since: Aug. 30, 2002
  • Offline.
Forum Stats
Member
Level 09
Blank Slate
Response to ScreenShot of you programming :) 2006-11-20 22:16:41 Reply

I got something that some of you will like :)

ScreenShot of you programming :)

Darkagentx
Darkagentx
  • Member since: May. 5, 2005
  • Offline.
Forum Stats
Member
Level 20
Gamer
Response to ScreenShot of you programming :) 2006-11-21 07:16:51 Reply

GUI coding is serious business.
Ughh.

ScreenShot of you programming :)

CronoMan
CronoMan
  • Member since: Jul. 19, 2004
  • Offline.
Forum Stats
Member
Level 06
Blank Slate
Response to ScreenShot of you programming :) 2006-11-21 17:35:25 Reply

This is my beloved visual studio.
What you see here is C#, my new favorite language after I discovered it unique qualities. I've liked it for a while, but last week I nearly fell in love when I discovered its greatness :)

What you see here is a project I'm currently working on, or more correctly; the map editor for it. The code you see is a part for the sprite engine which loads the graphics from a .gfx file into a series of arrays of bitmaps (for sprite animation or tiling; in its current state, tiling)

oh, I spotted a stupidity in my code :/ brb

Visual Studio 8


"no sound in ass"

Jordan
Jordan
  • Member since: Apr. 23, 2006
  • Offline.
Forum Stats
Member
Level 14
Blank Slate
Response to ScreenShot of you programming :) 2006-11-26 13:51:55 Reply

Working on classes can be very repetitive...

RageOfOrder
RageOfOrder
  • Member since: Aug. 30, 2002
  • Offline.
Forum Stats
Member
Level 09
Blank Slate
Response to ScreenShot of you programming :) 2006-12-06 00:08:51 Reply

Garbage Collector in C

Surprisingly only took me an hour to write :S

Alphabit
Alphabit
  • Member since: Feb. 14, 2006
  • Offline.
Forum Stats
Member
Level 09
Blank Slate
Response to ScreenShot of you programming :) 2006-12-06 08:05:44 Reply

link

That's Delphi, PHP, Lingo and my fav; Actionscript!


Bla

PONGpaddle
PONGpaddle
  • Member since: Sep. 23, 2003
  • Offline.
Forum Stats
Member
Level 13
Blank Slate
Response to ScreenShot of you programming :) 2006-12-06 14:19:01 Reply

A bit of unimportant code from my project.

http://img509.imageshack.us/my.php?image=code qp0.png

whatthedeuce
whatthedeuce
  • Member since: Jun. 4, 2005
  • Offline.
Forum Stats
Member
Level 02
Blank Slate
Response to ScreenShot of you programming :) 2006-12-06 22:25:45 Reply

At 12/6/06 02:19 PM, PONGpaddle wrote: A bit of unimportant code from my project.

http://img509.imageshack.us/my.php?image=code qp0.png

I really hope "binary" isn't the password for your database. I don't mean to insult your intelligence, but I've seen stuff like this happen before.

Craige
Craige
  • Member since: Jul. 17, 2004
  • Offline.
Forum Stats
Member
Level 08
Blank Slate
Response to ScreenShot of you programming :) 2006-12-06 22:32:04 Reply

I'll get a good screenshot of my programming a bit later, when I'm not so busy. I have so much school work that I'm doing right now, so I havn't been doing much programming.

PONGpaddle
PONGpaddle
  • Member since: Sep. 23, 2003
  • Offline.
Forum Stats
Member
Level 13
Blank Slate
Response to ScreenShot of you programming :) 2006-12-07 12:14:08 Reply

At 12/6/06 10:25 PM, whatthedeuce wrote: I really hope "binary" isn't the password for your database. I don't mean to insult your intelligence, but I've seen stuff like this happen before.

Where did that come from?

And no, that's not the password. It doesn't matter anyway, it's on localhost while it's development, so it's not like anyone can hack it.

elbekko
elbekko
  • Member since: Jul. 23, 2004
  • Offline.
Forum Stats
Member
Level 16
Blank Slate
Response to ScreenShot of you programming :) 2006-12-07 12:51:04 Reply

At 12/6/06 08:05 AM, LolOutLoud wrote: link

That's Delphi, PHP, Lingo and my fav; Actionscript!

Mind if I go sniffling around in your awardspace DB? :P


"My software never has bugs. It just develops random features. " - Unknown

[ FluxBB developer | Quickmarks 0.5.1 | Strings & Ints - my blog ]

BBS Signature
whatthedeuce
whatthedeuce
  • Member since: Jun. 4, 2005
  • Offline.
Forum Stats
Member
Level 02
Blank Slate
Response to ScreenShot of you programming :) 2006-12-07 20:24:11 Reply

At 12/7/06 12:14 PM, PONGpaddle wrote: Where did that come from?

And no, that's not the password. It doesn't matter anyway, it's on localhost while it's development, so it's not like anyone can hack it.

Sorry, I quoted the wrong message. I was talking to LolOutLoud.

CNRHKick
CNRHKick
  • Member since: May. 12, 2006
  • Offline.
Forum Stats
Member
Level 14
Blank Slate
Response to ScreenShot of you programming :) 2006-12-07 20:26:51 Reply

for me, You basicly can see a fat kid with the actionscript box on flash 8 empty. you don't really need a pic for that. lol


Fighting for peace is like screwing for virginity.
- George Carlin

BBS Signature
Alphabit
Alphabit
  • Member since: Feb. 14, 2006
  • Offline.
Forum Stats
Member
Level 09
Blank Slate
Response to ScreenShot of you programming :) 2006-12-07 21:33:33 Reply

At 12/7/06 12:51 PM, elbekko wrote:
At 12/6/06 08:05 AM, LolOutLoud wrote: link

That's Delphi, PHP, Lingo and my fav; Actionscript!
Mind if I go sniffling around in your awardspace DB? :P

nope


Bla

Alphabit
Alphabit
  • Member since: Feb. 14, 2006
  • Offline.
Forum Stats
Member
Level 09
Blank Slate
Response to ScreenShot of you programming :) 2006-12-07 21:40:22 Reply

At 12/7/06 09:33 PM, LolOutLoud wrote:
At 12/7/06 12:51 PM, elbekko wrote:
At 12/6/06 08:05 AM, LolOutLoud wrote: link

That's Delphi, PHP, Lingo and my fav; Actionscript!
Mind if I go sniffling around in your awardspace DB? :P
nope

lol, I completely forgot about that... It doesn't matter though, I'm using phpnet.us now. Awardspace had a stupid 500kb max file upload limit. I left it about 8 months ago.


Bla

RageOfOrder
RageOfOrder
  • Member since: Aug. 30, 2002
  • Offline.
Forum Stats
Member
Level 09
Blank Slate
Response to ScreenShot of you programming :) 2007-01-21 16:35:21 Reply

Latest Java assignment... A shallow tree. Oh boy! >:(

http://img261.imageshack.us/img261/5194/snaps hot1182bu.jpg

ScreenShot of you programming :)