chris

1,036
reputation
163 views

Registered User

name chris
member for 7 months
seen 9 hours ago
website
location
age
Dec
6
asked Simple Help with htaccess
Dec
6
asked Need help with windows live api contacts importer example in php
Dec
4
asked what is the simplest way to recover profile information from orkut for a user (ideally oauth-like login)?
Dec
4
awarded  Teacher
Dec
4
answered Do smart seach like orkut friend search or orkut user search?
Dec
3
comment Is it possible to replace a function in php (such as mail) and make it do something else?
thanks. you know the php language very well.
Dec
3
comment Is it possible to replace a function in php (such as mail) and make it do something else?
lesson learned. Do you know if there is a reason php does not overload? It seems like a useful tool.
Dec
3
asked Is it possible to replace a function in php (such as mail) and make it do something else?
Nov
25
asked Using Google’s Contacts API’s, how can I get the user’s name and gmail address?
Nov
25
comment Basic Javascript question: How to open a new window?
@Guffa: great, thanks!
Nov
25
comment Basic Javascript question: How to open a new window?
thanks for the excellent explanation! Do you know if this works in IE6?
Nov
25
asked Basic Javascript question: How to open a new window?
Nov
24
comment Simple regex question: How to find the first parentheses and get the content inside it?
thanks, What does PREG_OFFSET_CAPTURE do?
Nov
24
asked Simple regex question: How to find the first parentheses and get the content inside it?
Nov
23
comment Basic MySQL question: how to get rows from one table that are not in another table?
@OMG Ponies: thanks for the link. what a great nickname!
Nov
23
asked Basic MySQL question: how to get rows from one table that are not in another table?
Nov
17
awarded  
Nov
10
comment How to get Google Contacts information using Google OAuth?
Also, are there ways to do this for Yahoo address books, etc...?
Nov
10
asked How to get Google Contacts information using Google OAuth?
Nov
8
comment Wordpress.. Is it a CMS?
isn't CNN.com run on a modified version of Wordpress?
Nov
6
comment How to avoid scientific notation for large numbers in javascript?
thanks, probably the best solution!
Nov
6
comment How to avoid scientific notation for large numbers in javascript?
i need the number as part of a URL
Nov
6
comment How to avoid scientific notation for large numbers in javascript?
i am concerned about how it is displayed: I have a document.write(myvariable) command
Nov
6
comment How to avoid scientific notation for large numbers in javascript?
actually it pops up sometimes showing scientific notation, and other times it doesn't pop up at all. what am i doing wrong?
Nov
6
comment How to avoid scientific notation for large numbers in javascript?
for some reason, toPrecision doesn't work. if you try: window.examplenum = 1352356324623461346, and then say alert(window.examplenum.toPrecision(20)), it doesn't pop up an alert
Nov
6
comment How to avoid scientific notation for large numbers in javascript?
what if I don't know how many digits my integer is?
Nov
6
asked How to avoid scientific notation for large numbers in javascript?
Nov
5
asked What is the maximum number of folders allowed in a folder in Linux?
Nov
2
comment Is it to possible create a simple chat facility using XMPP with Google App Engine?
ok, the reason I asked about XMPP was because I needed real-time chatting software. So does GAE support COMET or something similar?
Nov
2
comment How to change htaccess to redirect all non-www links to www pages?
thanks for the excellent descriptions, guys!
Nov
2
comment How to change htaccess to redirect all non-www links to www pages?
thanks! could you explain the code a little. i'm new to htaccess and trying to figure this out.
Nov
2
asked How to change htaccess to redirect all non-www links to www pages?
Nov
1
comment Is it to possible create a simple chat facility using XMPP with Google App Engine?
thanks for the response. I was looking at that document, but couldn't figure out if it was possible for two people using GAE to communicate with each other (without using an external XMPP server). Do you know if that is possible?
Nov
1
asked Is it to possible create a simple chat facility using XMPP with Google App Engine?
Oct
30
asked Does ec2 have good latency?
Oct
30
comment What is the best way to create a number-used-once security token in PHP?
if it is a security number that can only be used once, then the hacker can only use it once. I've heard that wordpress uses something like this. Do you know if there is there a better way?
Oct
29
comment What is the best way to create a number-used-once security token in PHP?
How would I verify this token on the next page?
Oct
29
revised What is the best way to create a number-used-once security token in PHP?
added 61 characters in body
Oct
29
asked What is the best way to create a number-used-once security token in PHP?
Oct
29
comment How to detect if visitor is still on website (besides polling)?
this is for a social network - so it's important to know if the person is currently "available"
Oct
29
comment How to detect if visitor is still on website (besides polling)?
Also, is Reverse Ajax the same thing as COMET?
Oct
29
comment How to detect if visitor is still on website (besides polling)?
Great! How can I set up a page to do Reverse AJAX or COMET? I was previously avoiding it because I thought Apache would be strained after a couple hundred visitors.
Oct
29
comment How to detect if visitor is still on website (besides polling)?
I have a LAMP stack. Is Reverse AJAX possible with LAMP? (assuming a large number of visitors)
Oct
29
asked How to detect if visitor is still on website (besides polling)?
Oct
28
asked Is it possible to create an IM chatting service on the cloud?
Oct
27
asked How to create a page which gets real time updates from PubSubHubub
Oct
27
comment How to convert variables from MYSQL result into PHP variables with same name?
because the rest of my code is written in those variables
Oct
27
asked How to convert variables from MYSQL result into PHP variables with same name?
Oct
27
comment Is it possible to check for new Gmail emails using Javascript?
sounds interesting. is it possible to explore the DOM of a page that is inside an iframe with javascript? is there no browser cross-domain issues? i haven't done something like this before.
Oct
26
asked Is it possible to check for new Gmail emails using Javascript?