Brendan Berg

234
reputation
28 views

Registered User

name Brendan Berg
member for 1 year
seen Dec 18 at 22:20
website
location
age
Nov
30
comment Login problems for an iPhone Application for a Facebook Connect Site
I don't see why (A) isn't an option. Like @jsd said, you can pass the user's Facebook session key over an SSL connection and the server can request the friend list directly from Facebook.
Nov
30
answered How safe are PHP session variables?
Nov
20
awarded  Yearling
Oct
27
comment Computer Science Degrees?
Yeah, I see your point. Another reason to consider the extra year if you can afford it is if graduating with honors equates to a higher starting salary. However, I'm not sure that it's necessarily any better than the extra year of experience you'd get from getting a job sooner.
Oct
27
answered Computer Science Degrees?
Oct
26
comment JavaScript: string.match regular expression help
For the regex you posted to match the element names you listed, you'd need to change the \d{3} to \d{1,3}. See @Macarse's answer for a good explanation of what's going on.
Oct
26
answered ajax postback in jquery
Oct
26
comment iPhone Proximity Sensor
I'd guess it's more likely that perspiration on the screen is screwing with touch detection.
Oct
26
comment iPhone Proximity Sensor
This is technically untrue. There is a light sensor to automatically adjust screen brightness and a second infrared LED / sensor pair to detect the proximity of your face. (Holding a white sheet of paper an inch or two above the speaker end of the phone will trigger the proximity sensor, yet the display still works in a dark room.)
Oct
26
accepted Ajax authentication without letting browser pop up login dialog
Oct
26
revised CPU bound applications vs. IO bound
minor edit for clarity
Oct
26
answered CPU bound applications vs. IO bound
Oct
26
comment CPU bound applications vs. IO bound
Yeah, totally read that wrong. I thought it said "instead of loading them from RAM." My bad.
Oct
26
comment Ajax authentication without letting browser pop up login dialog
Hmm... I was assuming you had control over authentication at the script level on the server, and the header would be set after the authentication was handled but before you returned a response. I'm not too familiar with JBoss, but if you can filter and rewrite requests before the auth happens it sounds like it would be your best bet. And by setting the Authorization header in the web app, normal clients won't be affected. Nice.
Oct
24
awarded  Critic
Oct
24
comment how to find colour depth and locale for iphone through code?
Can you be more specific? Is this for a native application, or an iPhone-optimized web site? It would be helpful if you explained the situation a bit more.
Oct
24
answered Ajax authentication without letting browser pop up login dialog
Aug
24
answered iPhone Unit Tests Hang; Fail to Call -applicationDidFinishLaunching:
Jul
22
awarded  Nice Answer