Beseech thy lord

If you want to publicly ask a specific member a question, do so here.
User avatar
ArchAngel
CCGR addict
Posts: 3539
Joined: Tue May 31, 2005 12:00 am
Location: San Jose, CA
Contact:
So you're javascripting it up? I'm so sorry.
Do you at least get mojo or jQuery?
Pew Pew Pew. Science.

RoA: Kratimos/Lycan
UnHuman: Tim
User avatar
ArcticFox
CCGR addict
Posts: 3508
Joined: Mon Aug 13, 2007 12:00 am
Are you human?: Yes!
Contact:
I could but I don't need to. I'm using a Java library that lets me work with JSON objects, which is good, because I'm writing a Java library for handling REST requests using JSON.
"He who takes offense when no offense is intended is a fool, and he who takes offense when offense is intended is a greater fool."
—Brigham Young

"Don't take refuge in the false security of consensus."
—Christopher Hitchens
User avatar
ArchAngel
CCGR addict
Posts: 3539
Joined: Tue May 31, 2005 12:00 am
Location: San Jose, CA
Contact:
Oh, gotcha. Very cool.
Pew Pew Pew. Science.

RoA: Kratimos/Lycan
UnHuman: Tim
User avatar
Deepfreeze32
Site Admin
Site Admin
Posts: 7041
Joined: Sun Oct 01, 2006 12:00 am
Are you human?: Yes!
Location: On the run from Johnny Law; ain't no trip to Cleveland
Contact:
Ever used Firebug (On Firefox) or Page Speed?
User avatar
ArchAngel
CCGR addict
Posts: 3539
Joined: Tue May 31, 2005 12:00 am
Location: San Jose, CA
Contact:
I use firebug a lot, along with google developer tools.
IE developer tools... when I have to.
Haven't used Page Speed, but Fiddler is a good tool to check out, if you haven't tried it before.
Pew Pew Pew. Science.

RoA: Kratimos/Lycan
UnHuman: Tim
User avatar
ArcticFox
CCGR addict
Posts: 3508
Joined: Mon Aug 13, 2007 12:00 am
Are you human?: Yes!
Contact:
Firefox 3D page viewer?
"He who takes offense when no offense is intended is a fool, and he who takes offense when offense is intended is a greater fool."
—Brigham Young

"Don't take refuge in the false security of consensus."
—Christopher Hitchens
User avatar
ArchAngel
CCGR addict
Posts: 3539
Joined: Tue May 31, 2005 12:00 am
Location: San Jose, CA
Contact:
Haha, I remember that! Not for a while.
Pew Pew Pew. Science.

RoA: Kratimos/Lycan
UnHuman: Tim
User avatar
Deepfreeze32
Site Admin
Site Admin
Posts: 7041
Joined: Sun Oct 01, 2006 12:00 am
Are you human?: Yes!
Location: On the run from Johnny Law; ain't no trip to Cleveland
Contact:
So if you're doing web dev, favored browser/toolset?
User avatar
Chozon1
Site Admin
Site Admin
Posts: 22806
Joined: Sun Dec 10, 2006 12:00 am
Location: In the shadows. Waiting for an oppurtune moment to create a dramatic entrance.
Contact:
What do you say when somebody asks you to look at their rash?
Image
User avatar
ArchAngel
CCGR addict
Posts: 3539
Joined: Tue May 31, 2005 12:00 am
Location: San Jose, CA
Contact:
@Deep: Chrome and Google Dev Tools. Don't mind using firefox and firebug, though.

@Chozon: Let's see, hmmm. Yes. Ahhh. It's HerpAidsCancer. Don't touch me.
Pew Pew Pew. Science.

RoA: Kratimos/Lycan
UnHuman: Tim
User avatar
Deepfreeze32
Site Admin
Site Admin
Posts: 7041
Joined: Sun Oct 01, 2006 12:00 am
Are you human?: Yes!
Location: On the run from Johnny Law; ain't no trip to Cleveland
Contact:
Since you asked Arctic, do you code braces like this:

int main() {
// Cool main function here
}

or like this:

int main()
{
// Cool main function here
}

?

And more randomly, do you have any experience with thin clients like Sun's SunRay?
User avatar
ArchAngel
CCGR addict
Posts: 3539
Joined: Tue May 31, 2005 12:00 am
Location: San Jose, CA
Contact:
I used to like the bottom style, and I usually use that for classes and sometimes methods (I should really pick a standard), but for general use, I prefer the top style to keep the line count down.

Haven't used SunRay before, might have to check it out.
Pew Pew Pew. Science.

RoA: Kratimos/Lycan
UnHuman: Tim
User avatar
Deepfreeze32
Site Admin
Site Admin
Posts: 7041
Joined: Sun Oct 01, 2006 12:00 am
Are you human?: Yes!
Location: On the run from Johnny Law; ain't no trip to Cleveland
Contact:
I too prefer the top one for that reason.

OpenSPARC?
User avatar
Chozon1
Site Admin
Site Admin
Posts: 22806
Joined: Sun Dec 10, 2006 12:00 am
Location: In the shadows. Waiting for an oppurtune moment to create a dramatic entrance.
Contact:
Guilty spark?
Image
User avatar
ArchAngel
CCGR addict
Posts: 3539
Joined: Tue May 31, 2005 12:00 am
Location: San Jose, CA
Contact:
Nope and nope.
Pew Pew Pew. Science.

RoA: Kratimos/Lycan
UnHuman: Tim
Post Reply