So you're javascripting it up? I'm so sorry.
Do you at least get mojo or jQuery?
Beseech thy lord
- 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
—Brigham Young
"Don't take refuge in the false security of consensus."
—Christopher Hitchens
- Deepfreeze32
- 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?
- ArchAngel
- CCGR addict
- Posts: 3539
- Joined: Tue May 31, 2005 12:00 am
- Location: San Jose, CA
- Contact:
- 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
—Brigham Young
"Don't take refuge in the false security of consensus."
—Christopher Hitchens
- Deepfreeze32
- 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?
- Chozon1
- 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?

- ArchAngel
- CCGR addict
- Posts: 3539
- Joined: Tue May 31, 2005 12:00 am
- Location: San Jose, CA
- Contact:
- Deepfreeze32
- 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?
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?
- 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.
Haven't used SunRay before, might have to check it out.
- Deepfreeze32
- 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?
OpenSPARC?
- Chozon1
- 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?
