Become a fan of Slashdot on Facebook

 



Forgot your password?
typodupeerror
×

Comment Re:good coders will follow the money (Score 2, Funny) 667

Actually, it's a cached page from google, because this stupid end user (aka, comment author) didn't have the sense that the JVM takes 5 hours to start and set is browser timeout settings appropriately. the last time this article was actually worked it stopped at 5k results when the dinosaur that "engineered" it thought that 10 minutes of up-time with results he liked meant that the http request to MSSQL Reporting worked.

Comment OpenID (Score 1) 286

Select an OpenID provider and delegate your domain to this provider, which allows you to use your domain as your claimedID (profile.mydomain.com).

This is done by simply by including link-rel tags in the head:

<link rel="openid2.local_id" href="http://name.myopenid.com" />
<link rel="openid2.provider" href="http://www.myopenid.com/server" />
<link rel="openid.delegate" href="http://name.myopenid.com/" />
<link rel="openid.server" href="http://www.myopenid.com/server" />

Slashdot Top Deals

The rule on staying alive as a program manager is to give 'em a number or give 'em a date, but never give 'em both at once.

Working...