Dblack.................
Old August 17th, 2005, 12:46 AM   #1 (permalink)
G.o.d.f.a.t.h.a.
 
Posts: n/a
Dblack.................

I am a computer programmer brother so I will help you out if you need any from me. We all should share thoughts and ideas on this site. Don't let this turn into Cocoa Lounge or BlackPlanet. Uhuru brother.
 
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

 
Old September 16th, 2005, 06:12 PM   #2 (permalink)
DBlack
Founder

 
DBlack's Avatar
 
DBlack is offline
Join Date: Sep 2004
Location: Atlanta, GA
Posts: 7,562
Thanks: 330
Thanked 1,326 Times in 717 Posts
DBlack has a reputation beyond reputeDBlack has a reputation beyond reputeDBlack has a reputation beyond reputeDBlack has a reputation beyond reputeDBlack has a reputation beyond reputeDBlack has a reputation beyond reputeDBlack has a reputation beyond reputeDBlack has a reputation beyond reputeDBlack has a reputation beyond reputeDBlack has a reputation beyond reputeDBlack has a reputation beyond repute
Rep Power: 191
Credits: 377,370
Uh, I'm late az hizzell, but thanks. Perhaps you can conjure up some information on programming for the fam...?
__________________

To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
 
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

 
Old September 17th, 2005, 03:52 PM   #3 (permalink)
SistahSpeak
Afro Resident
 
SistahSpeak's Avatar
 
SistahSpeak is offline
Join Date: Jun 2005
Location: Chicago
Posts: 2,084
Thanks: 55
Thanked 101 Times in 69 Posts
SistahSpeak has much to be proud ofSistahSpeak has much to be proud ofSistahSpeak has much to be proud ofSistahSpeak has much to be proud ofSistahSpeak has much to be proud ofSistahSpeak has much to be proud ofSistahSpeak has much to be proud ofSistahSpeak has much to be proud ofSistahSpeak has much to be proud ofSistahSpeak has much to be proud of
Rep Power: 35
Credits: 11,896
Quote:
Originally Posted by DBlack
Uh, I'm late az hizzell, but thanks. Perhaps you can conjure up some information on programming for the fam...?
LOL! You are too funny!
__________________
"Truth is verifiable."
 
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

 
Old September 18th, 2005, 04:35 AM   #4 (permalink)
G.o.d.f.a.t.h.a.
 
Posts: n/a
Rep Power:
Yo DBlack make a chat room up for your site. You should use the java chat man.
Here is a brief definition of some of the Java language terms. If you are familiar with a 3rd or 4th generation programming language the term in parenthesis below will help you associate the object oriented term to a familiar concept.
Class consists of variables and methods. Every Java applet is a class. (program)

Method is a group of statements that perform activities in a class.(subroutine)

Member Variable contains a value for a class that is available to all methods in the class.(common)

Local Variable contains a value available only to the method in which it is defined. (local)

Package is a group of classes bundled together for reference convenience. (library)

Object is an instance or occurrence of a class.

Naming Conventions
Class names typically are comprised of words that each begin with a Capital Letter. Method names usually begin with a lowercase letter and each subsequent word is capitalized. Both member and local variable names are usually in one of two formats. They could start with a lower case letter and each subsequent word is capitalized. Or they could contain underscores in between words or trailing single word names.

Language Syntax
Java statements are terminated with ";". Classes, methods and blocks of statements (if, for, while) are enclosed in brackets like "{ }". Conditional clauses associated with an if statement are placed in parenthesis like "( )". All statements, parameters and variable names are case sensitive. For example "North" is not the same as "NORTH" when used as a parameter to the add() method. All variables must be declared and they must have one type like; int, boolean, float. Java provides the typical mathematical and character manipulation operators like +, -, *, /, ++, and many others
 
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

 
Old September 22nd, 2005, 12:14 AM   #5 (permalink)
DBlack
Founder

 
DBlack's Avatar
 
DBlack is offline
Join Date: Sep 2004
Location: Atlanta, GA
Posts: 7,562
Thanks: 330
Thanked 1,326 Times in 717 Posts
DBlack has a reputation beyond reputeDBlack has a reputation beyond reputeDBlack has a reputation beyond reputeDBlack has a reputation beyond reputeDBlack has a reputation beyond reputeDBlack has a reputation beyond reputeDBlack has a reputation beyond reputeDBlack has a reputation beyond reputeDBlack has a reputation beyond reputeDBlack has a reputation beyond reputeDBlack has a reputation beyond repute
Rep Power: 191
Credits: 377,370
Bruhman,

I appreciate that incredibly technical 'howto', but I have NO interest in programming. I don't write from scratch, but put together snippeds of web code that function independently.

At this particular time, I am still evaluating the benefit of a chat program on our site. perhaps more chattings means less discussing.
__________________

To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
 
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

 
Old September 22nd, 2005, 12:56 AM   #6 (permalink)
G.o.d.f.a.t.h.a.
 
Posts: n/a
Rep Power:
Thats true to about chat rooms. I feel ya on that. Peace.
 
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

 
Old September 22nd, 2005, 01:27 AM   #7 (permalink)
goodcookinmama
Afro Resident
 
goodcookinmama's Avatar
 
goodcookinmama is offline
Join Date: May 2005
Location: ca
Posts: 2,047
Thanks: 9
Thanked 12 Times in 12 Posts
goodcookinmama is a jewel in the roughgoodcookinmama is a jewel in the roughgoodcookinmama is a jewel in the roughgoodcookinmama is a jewel in the rough
Rep Power: 24
Credits: 9,693
Quote:
Originally Posted by DBlack
Bruhman,

I appreciate that incredibly technical 'howto', but I have NO interest in programming. I don't write from scratch, but put together snippeds of web code that function independently.

At this particular time, I am still evaluating the benefit of a chat program on our site. perhaps more chattings means less discussing.
:whistling
 
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On




All times are GMT -4. The time now is 08:24 PM.


vBulletin skin developed by: eXtremepixels
Powered by vBulletin® Version 3.6.8
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.0.0



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46