User chris - Stack Overflow most recent 30 from stackoverflow.com 2009-12-03T01:45:03Z http://stackoverflow.com/feeds/user/111691 http://www.creativecommons.org/licenses/by-nc/2.5/rdf http://stackoverflow.com/questions/1611873/what-is-strophe-and-how-to-use-it-with-jquery 0 What is strophe and how to use it with JQuery? chris 2009-10-23T07:31:43Z 2009-11-30T22:26:06Z <p>Can somebody explain what strophe is?</p> <p>I believe it has something to do with XMPP?</p> <p>How can I incorporate it into a site using Jquery?</p> http://stackoverflow.com/questions/919106/what-does-it-mean-when-i-see-some-ips-look-at-hundreds-of-pages-on-my-website -1 What does it mean when I see some IPs look at hundreds of pages on my website? chris 2009-05-28T03:53:00Z 2009-11-27T20:13:49Z <p>What should I do when I see some IP in my logs scrolling through 100s of pages on my site? I have a wordpress blog, and it seems like this isn't a real person. This happens almost daily with different IPs.</p> <p>UPDATE: Oh, i forgot to mention, I'm pretty sure it's not a search engine spider. The hostname is not a searchengine, but some random person from india (ends in '.in'). What I am concerned with, is if it is a scraper, is there anything I can do? Or could it possibly be something worse than a scraper e.g. hacker? </p> http://stackoverflow.com/questions/1210633/live-html-php-editor-ide-for-pc 0 Live HTML & PHP editor/IDE for PC? chris 2009-07-31T04:05:35Z 2009-11-27T13:59:02Z <p>Are there any IDEs on PC which will allow you to view your changes live as you are typing? / Can any IDEs you know of be set up to do that?</p> <p>For both HTML and PHP ideally?</p> http://stackoverflow.com/questions/1795435/using-googles-contacts-apis-how-can-i-get-the-users-name-and-gmail-address 0 Using Google's Contacts API's, how can I get the user's name and gmail address? chris 2009-11-25T08:25:14Z 2009-11-25T08:25:14Z <p>I know how to get the entire contacts list using Google Contacts API (I get a session token and use Google's Zend package for PHP).</p> <p>But how can I get the person's name and email address? Currently, the Contacts API just seems to give <strong><em>all</em></strong> of the contacts. I'm not sure how to distinguish which email and name out of that list corresponds to the user's account.</p> <p><strong>Is there an easy way to get the user's full name and email address?</strong></p> <p>Any help would be useful. Thanks!</p> http://stackoverflow.com/questions/1794674/basic-javascript-question-how-to-open-a-new-window 0 Basic Javascript question: How to open a new window? chris 2009-11-25T04:40:20Z 2009-11-25T05:14:28Z <p>How do I open a new window in javascript properly?</p> <p>I've tried:</p> <pre><code>&lt;a href='javascript:window.open("testing.html","mywindow","menubar=0,resizable=1,width=200,height=500,left=0,top=0");' &gt;New Window&lt;/a&gt; </code></pre> <p>This causes a new window to pop up but in Firefox it leaves the original page with a blank window saying "[object Window]". I've also had issues with IE as well.</p> <p><strong>How can I open a window that works in Firefox, IE, Safari and Chrome?</strong></p> <p>Bonus: If you can help in creating a link that is javascript degradable (I think that's the term).</p> http://stackoverflow.com/questions/1793414/simple-regex-question-how-to-find-the-first-parentheses-and-get-the-content-insi 0 Simple regex question: How to find the first parentheses and get the content inside it? chris 2009-11-24T22:36:28Z 2009-11-24T23:59:08Z <p>I'm new to regex with PHP. How can I find the contents of the first parentheses with a string that is a couple of paragraphs long.</p> <p>I'm assuming I have to use the preg_match function</p> http://stackoverflow.com/questions/1785799/basic-mysql-question-how-to-get-rows-from-one-table-that-are-not-in-another-tabl 1 Basic MySQL question: how to get rows from one table that are not in another table? chris 2009-11-23T20:40:58Z 2009-11-23T21:02:45Z <p>I have a list of usernames (with a column called "username") + other info in my "users" table.</p> <p>I also have another list of usernames (with a column called "username") in my smaller "recentusers" table.</p> <p><strong>How can I create a mysql query to get all the usernames that are in the "users" table but not in the "recentusers" table?</strong></p> <p>I know it is probably very simple, but any help would be appreciated!</p> http://stackoverflow.com/questions/1706407/how-to-get-google-contacts-information-using-google-oauth 1 How to get Google Contacts information using Google OAuth? chris 2009-11-10T08:34:39Z 2009-11-10T09:35:25Z <p>I am new to OAuth, and want to create a page that gets the user's contact list from Google using the OAuth system so they don't have to login.</p> <p>How do I do this? I am using php, so I would really appreciate if there is example code that does this. I can't seem to find it on Google.</p> <p>Please help!</p> <p>Thanks</p> http://stackoverflow.com/questions/1685680/how-to-avoid-scientific-notation-for-large-numbers-in-javascript 1 How to avoid scientific notation for large numbers in javascript? chris 2009-11-06T05:54:01Z 2009-11-06T07:09:02Z <p>Javascript converts a large INT to scientific notation when the number becomes large. How can I prevent this from happening?</p> <p>Thanks!</p> http://stackoverflow.com/questions/1682989/what-is-the-maximum-number-of-folders-allowed-in-a-folder-in-linux 0 What is the maximum number of folders allowed in a folder in Linux? [closed] chris 2009-11-05T19:35:05Z 2009-11-05T19:43:13Z <p>Using Redhat, if that makes a difference.</p> <p>Is there a default limit? Can it be changed? If not, are there any workarounds to increase the number of folders allowed in a directory?</p> http://stackoverflow.com/questions/1659949/how-to-change-htaccess-to-redirect-all-non-www-links-to-www-pages 0 How to change htaccess to redirect all non-www links to www pages? chris 2009-11-02T08:00:19Z 2009-11-02T12:17:49Z <p>How can I redirect all non-www links to www links? I have found solutions on the internet, but they only redirect the domain name. How do I make this general: <a href="http://example.com/testing" rel="nofollow">http://example.com/testing</a> should redirect to <a href="http://www.example.com/testing" rel="nofollow">http://www.example.com/testing</a></p> http://stackoverflow.com/questions/1658292/is-it-to-possible-create-a-simple-chat-facility-using-xmpp-with-google-app-engine 1 Is it to possible create a simple chat facility using XMPP with Google App Engine? chris 2009-11-01T20:56:28Z 2009-11-02T10:09:57Z <p>I would like to create a web IM chat system using Google App Engine using XMPP possibly.</p> <p>It would allow users of a social network to talk with each other. Is this possible using GAE?</p> <p>I haven't used GAE before. Does anybody know of any good examples/code which I could look into to get started?</p> http://stackoverflow.com/questions/1648849/does-ec2-have-good-latency 0 Does ec2 have good latency? chris 2009-10-30T09:40:00Z 2009-10-30T10:09:36Z <p>For keeping a website with significant traffic, how good is the latency on Amazon EC2?</p> <p>I have heard that it is slow for websites and web apps. Is this true? </p> http://stackoverflow.com/questions/1645785/what-is-the-best-way-to-create-a-number-used-once-security-token-in-php 0 What is the best way to create a number-used-once security token in PHP? chris 2009-10-29T18:48:03Z 2009-10-30T04:30:12Z <p>For security purposes, I would like to create a security token for every CRUD operation on a site running a LAMP stack. The security token would be attached to the a href URL and would be verified after the user clicks on the link before displaying or doing anything.</p> <p>First of all, are using security tokens a good first step in securing the application, or are there better alternatives?</p> <p>Second, what is the best way to do this with PHP? Any recommendations and especially code would be helpful. I am new to using security tokens, so any explanations would be great.</p> <p>(By best, I mean most secure and usable at the same time)</p> http://stackoverflow.com/questions/1641672/how-to-detect-if-visitor-is-still-on-website-besides-polling 1 How to detect if visitor is still on website (besides polling)? chris 2009-10-29T04:53:31Z 2009-10-29T07:35:12Z <p>Is there a simple way to detect if the visitor is still viewing a page on a web page that does not require polling the server every X seconds?</p> <p>If there was something less taxing on the server, that would be ideal.</p> http://stackoverflow.com/questions/1634510/is-it-possible-to-create-an-im-chatting-service-on-the-cloud 1 Is it possible to create an IM chatting service on the cloud? chris 2009-10-28T00:27:54Z 2009-10-28T00:46:32Z <p>Is it possible to Google App Engine or Amazon EC2 to create a chatting tool that is (obviously) real-time? The motivation is avoiding setting up servers, and dealing with spikes in demand. </p> <p>Are there any open-source tools for this? </p> <p>With Amazon EC2 or others, is it possible to set up something that has push-notifications enabled (COMET, etc..)? Will costs be too high?</p> http://stackoverflow.com/questions/1629240/how-to-create-a-page-which-gets-real-time-updates-from-pubsubhubub 0 How to create a page which gets real time updates from PubSubHubub chris 2009-10-27T07:33:00Z 2009-10-27T10:51:41Z <p>I want to know if it is possible to use javascript/html or php, etc... to create a page that receives continuous updates from a feed that uses PubSubHubub?</p> <p>How can I do this? I am new to this, and any tips would be helpful.</p> http://stackoverflow.com/questions/1628822/how-to-convert-variables-from-mysql-result-into-php-variables-with-same-name 0 How to convert variables from MYSQL result into PHP variables with same name? chris 2009-10-27T04:44:42Z 2009-10-27T04:48:46Z <p>I am running this mysql query:</p> <pre><code>$result = mysql_query("SELECT * FROM userdetails WHERE userid= '$userid'"); $row = mysql_fetch_array($result); </code></pre> <p>The result is a row of 100 variables with different names such as $row['name'], and $row['email'], etc...</p> <p>How can I convert all of these to just $name and $email, etc... in php?</p> <p>It would save so much time to write this program....</p> http://stackoverflow.com/questions/1627974/is-it-possible-to-check-for-new-gmail-emails-using-javascript 0 Is it possible to check for new Gmail emails using Javascript? chris 2009-10-26T23:53:30Z 2009-10-27T01:16:59Z <p>I want to know whether or not I have a new email from Gmail, but I don't want to go to Gmail all the time.</p> <p>Is it possible to use javascript to check if a new message has arrived? I know it is possible using php classes, but I would like to do it javascript also.</p> http://stackoverflow.com/questions/1619864/what-are-the-recommended-server-requirements-for-an-web-im-application 0 What are the recommended server requirements for an web IM application? [closed] chris 2009-10-25T02:59:00Z 2009-10-25T02:59:00Z <p>For a medium scale enterprise chat software (1000 users total, 400 users concurrently average), how powerful of a server do you think you need to power this?</p> <p>I am also trying to understand what are some of the things I have to consider to deploy a chat application.</p> <p>I understand that COMET is generally used for these applications and would need to set that up on the server. Are there any other things I should consider/need to know?</p> http://stackoverflow.com/questions/1617016/importing-facebook-friends-to-different-social-network-how-to-know-which-friends 1 Importing Facebook friends to different social network: How to know which friends are which? chris 2009-10-24T05:03:29Z 2009-10-24T10:48:21Z <p>It is straightforward to retrieve a list of friends from Facebook using their api.</p> <p>But how would a site figure out which of its members corresponds to the Facebook friend it has imported?</p> <p>Is there a unique id that could be used? For example, does Facebook give the email address of the friend, so that could be compared to see if a person with the same email address is a member of the social network?</p> <p>If not, how would you address this problem?</p> http://stackoverflow.com/questions/1591254/how-to-create-gmail-chat-how-to-connect-to-aim-and-allow-for-aim-chatting 1 How to create Gmail Chat? How to connect to AIM and allow for AIM chatting? chris 2009-10-19T21:25:12Z 2009-10-21T20:44:31Z <p>I want to know how gmail chat allows the user to connect to AIM and then chat as if he were logged on to AIM.</p> <p>Is this easy to make? How can it be done?</p> <p>Does anybody know of any similar open source tools?</p> <p>Thanks!</p> http://stackoverflow.com/questions/1599170/how-to-get-myspace-profile-info-using-opensocial-client-library 0 How to get MySpace profile info using OpenSocial client library? chris 2009-10-21T07:03:20Z 2009-10-21T07:58:37Z <p>Any advice on how to get MySpace or Orkut info such as birthdate from a person's profile using OAuth using the OpenSocial PHP Client library?</p> <p>I am lost on the process, and the tutorials are complicated. Any simple code would be helpful!</p> <p>Thanks.</p> http://stackoverflow.com/questions/1591910/how-to-focus-on-a-form-input-text-field-on-page-load-using-jquery 3 How to focus on a form input text field on page load using Jquery? chris 2009-10-20T00:46:29Z 2009-10-20T08:51:18Z <p>This is probably very simple, but could somebody tell me how to get the cursor blinking on a text box on page load?</p> http://stackoverflow.com/questions/1563023/php-pagination-and-sorting/1563420#1563420 0 Answer by chris for PHP pagination and sorting chris 2009-10-13T22:57:38Z 2009-10-13T22:57:38Z <p>On your comment about session variables:</p> <blockquote> <p>I then thought about using sessions, but again this does not solve the problem above, and possibly makes it worse as some users may not have cookies enabled.</p> </blockquote> <p>Session variables are stored on the server and not the client, so disabling cookies does not affect session variables.</p> <p>Session variables are probably the easiest and most reliable way to solve this problem if you want to avoid google duplication issues. </p> http://stackoverflow.com/questions/1553440/how-to-know-what-percentage-of-visitors-to-a-website-dont-use-javascript 3 How to know what percentage of visitors to a website don't use javascript? chris 2009-10-12T08:51:31Z 2009-10-12T09:04:58Z <p>Is there an easy way to find out what percentage of visitors to a webpage are not using javascript?</p> http://stackoverflow.com/questions/1549338/is-jquery-broken-why-does-jquery-load-fn-not-work-in-ie 0 Is Jquery broken? Why does Jquery Load fn not work in IE? chris 2009-10-10T23:09:21Z 2009-10-11T00:16:19Z <p>Jquery seems to have difficulty in IE (6,7,8) loading using the load() function when there are url's with parameters (example: getdata.php?id=2444)</p> <p>I am having this problem, but it seems this question is common and has never been resolved:</p> <p>see</p> <p><a href="http://stackoverflow.com/questions/1174945/jquery-load-in-ie8-postget-not-working">http://stackoverflow.com/questions/1174945/jquery-load-in-ie8-postget-not-working</a> <a href="http://stackoverflow.com/questions/1061525/jquerys-load-not-working-in-ie-but-fine-in-firefox-chrome-and-safari">http://stackoverflow.com/questions/1061525/jquerys-load-not-working-in-ie-but-fine-in-firefox-chrome-and-safari</a></p> <p>Why hasn't this issue been fixed? Is there a solution using Jquery?</p> http://stackoverflow.com/questions/1529907/how-to-create-google-wave-like-scrollbars 2 How to create Google Wave-like scrollbars? chris 2009-10-07T06:45:31Z 2009-10-09T05:27:58Z <p>How can I make the scrollbars like in Google Wave? They save a lot of space and look nice.I would like to put the scrollbars on a div like how google wave does it.</p> <p><img src="http://cdn.mikeabundo.com/wp-content/uploads/2009/05/google-wave.gif" alt="alt text" /></p> http://stackoverflow.com/questions/1514925/basic-mysql-question-how-to-search-by-time 0 Basic mysql question - how to search by time? chris 2009-10-03T21:42:50Z 2009-10-03T21:49:27Z <p>I have a mysql table where I have a column called 'timecreated' with a value of NOW() when it is inserted.</p> <p>How can I write a MYSQL statement to get rows that were inserted from the past minute?</p> <p>This is not working:</p> <p>SELECT * FROM <code>mytable</code> WHERE <code>timecreated </code> > '(NOW() - 60)' ORDER BY id DESC LIMIT 0 , 30</p> http://stackoverflow.com/questions/1513176/how-does-push-email-chat-work-can-it-be-implemented-easily-for-small-websites 0 How does push email/chat work? Can it be implemented easily for small websites? chris 2009-10-03T08:21:00Z 2009-10-03T09:19:26Z <p>I am trying to understand how push services work. I believe push notifications are where the server 'pushes' a new item to the client, but I don't know how that works in practice.</p> <p>For example, how does a phone "know" that it has a new email to pick up if it doesn't manually check the server for a new message?</p> <p>Also, how can this be implemented for a chat program or notification system for a small website? Are there php classes out there, etc..?</p> http://stackoverflow.com/questions/1794674/basic-javascript-question-how-to-open-a-new-window/1794699#1794699 Comment by chris on Basic Javascript question: How to open a new window? chris 2009-11-25T06:35:00Z 2009-11-25T06:35:00Z @Guffa: great, thanks! http://stackoverflow.com/questions/1794674/basic-javascript-question-how-to-open-a-new-window/1794699#1794699 Comment by chris on Basic Javascript question: How to open a new window? chris 2009-11-25T05:07:14Z 2009-11-25T05:07:14Z thanks for the excellent explanation! Do you know if this works in IE6? http://stackoverflow.com/questions/1793414/simple-regex-question-how-to-find-the-first-parentheses-and-get-the-content-insi/1793436#1793436 Comment by chris on Simple regex question: How to find the first parentheses and get the content inside it? chris 2009-11-24T22:43:39Z 2009-11-24T22:43:39Z thanks, What does PREG_OFFSET_CAPTURE do? http://stackoverflow.com/questions/1785799/basic-mysql-question-how-to-get-rows-from-one-table-that-are-not-in-another-tabl/1785805#1785805 Comment by chris on Basic MySQL question: how to get rows from one table that are not in another table? chris 2009-11-23T20:53:14Z 2009-11-23T20:53:14Z @OMG Ponies: thanks for the link. what a great nickname! http://stackoverflow.com/questions/1706407/how-to-get-google-contacts-information-using-google-oauth Comment by chris on How to get Google Contacts information using Google OAuth? chris 2009-11-10T08:42:21Z 2009-11-10T08:42:21Z Also, are there ways to do this for Yahoo address books, etc...? http://stackoverflow.com/questions/105648/wordpress-is-it-a-cms/105742#105742 Comment by chris on Wordpress.. Is it a CMS? chris 2009-11-08T05:25:06Z 2009-11-08T05:25:06Z isn't CNN.com run on a modified version of Wordpress? http://stackoverflow.com/questions/1685680/how-to-avoid-scientific-notation-for-large-numbers-in-javascript/1685917#1685917 Comment by chris on How to avoid scientific notation for large numbers in javascript? chris 2009-11-06T21:44:33Z 2009-11-06T21:44:33Z thanks, probably the best solution! http://stackoverflow.com/questions/1685680/how-to-avoid-scientific-notation-for-large-numbers-in-javascript Comment by chris on How to avoid scientific notation for large numbers in javascript? chris 2009-11-06T21:43:33Z 2009-11-06T21:43:33Z i need the number as part of a URL http://stackoverflow.com/questions/1685680/how-to-avoid-scientific-notation-for-large-numbers-in-javascript Comment by chris on How to avoid scientific notation for large numbers in javascript? chris 2009-11-06T06:20:16Z 2009-11-06T06:20:16Z i am concerned about how it is displayed: I have a document.write(myvariable) command http://stackoverflow.com/questions/1685680/how-to-avoid-scientific-notation-for-large-numbers-in-javascript/1685686#1685686 Comment by chris on How to avoid scientific notation for large numbers in javascript? chris 2009-11-06T06:06:18Z 2009-11-06T06:06:18Z actually it pops up sometimes showing scientific notation, and other times it doesn't pop up at all. what am i doing wrong? http://stackoverflow.com/questions/1685680/how-to-avoid-scientific-notation-for-large-numbers-in-javascript/1685686#1685686 Comment by chris on How to avoid scientific notation for large numbers in javascript? chris 2009-11-06T06:05:12Z 2009-11-06T06:05:12Z 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 http://stackoverflow.com/questions/1685680/how-to-avoid-scientific-notation-for-large-numbers-in-javascript/1685686#1685686 Comment by chris on How to avoid scientific notation for large numbers in javascript? chris 2009-11-06T05:57:43Z 2009-11-06T05:57:43Z what if I don't know how many digits my integer is? http://stackoverflow.com/questions/1658292/is-it-to-possible-create-a-simple-chat-facility-using-xmpp-with-google-app-engine/1660397#1660397 Comment by chris on Is it to possible create a simple chat facility using XMPP with Google App Engine? chris 2009-11-02T19:17:41Z 2009-11-02T19:17:41Z ok, the reason I asked about XMPP was because I needed real-time chatting software. So does GAE support COMET or something similar? http://stackoverflow.com/questions/1659949/how-to-change-htaccess-to-redirect-all-non-www-links-to-www-pages/1659960#1659960 Comment by chris on How to change htaccess to redirect all non-www links to www pages? chris 2009-11-02T09:19:29Z 2009-11-02T09:19:29Z thanks for the excellent descriptions, guys! http://stackoverflow.com/questions/1659949/how-to-change-htaccess-to-redirect-all-non-www-links-to-www-pages/1659960#1659960 Comment by chris on How to change htaccess to redirect all non-www links to www pages? chris 2009-11-02T08:20:14Z 2009-11-02T08:20:14Z thanks! could you explain the code a little. i'm new to htaccess and trying to figure this out.