I'm getting more into CEO for my site lately, and my main concern is Google, of course. I'm a little confused about exactly how their crawlers work. For instance, I'm using Google webmaster and...
Ok I got it set up pretty nicely "on the fly" with PHP, users can either click a button to get everything or select what they want in their feed piece by piece.
I'm setting up some RSS so people can subscribe to articles on my site. I understand the syntax (easy enough) and I got a test RSS file up that works. What I don't get is:
So it was just a cached URL and apparently when you run them through the Facebook debugger, Facebook will go ahead and grab the new information. I guess it was just being a bit slow about it, but it...
Ok did some testing, switched this user id with a different (test) user and everything worked fine for that other user id. Unless there is something wrong with using the id "1" in the URL, I'm going...
This is a kind of weird issue. I run a site where (among other things) users can make their own webcomics and submit comics and people can "like" those comics using the tools underneath the comic. ...
I'd certainly agree with George that an MMO isn't the best place to start if you want to get into developing games. The simple fact is that developing a game is about 10x more difficult than most...
Unfortunately I don't totally understand much about networking / our network. I do know that all of the workstations that would be accessing the php scripts are Windows machines, and the server...
Hey, my manager suggested that he would like to be able to track certain key transactions by saving the computer name and active directory login name of whomever made said transactions.
I'm insanely confused why you would want to do this without a database. You would use the database for more than just the login information, it would be storing all of the "interactions" as well,...
I think that's how a UNION works (as far as I know) it just executes multiple statements and then pieces them together. Generally UNION by default is supposed to return distinct results, but maybe...
I don't know if I was clear about this though, but by "match" I mean not just that the number is in the socsec, but that it is in the correct place. For instance...
I'm a bit confused about what the above does. It appears to check that the length of the data is 6 or greater (it's a social so it will always be 11 unless someone typed something in wrong) and then...
Woah, you're right! I guess it was a huge oversight that happened because people CAN link directly to a forum page without having a current session, as we have public forum pages. But it really...
Hey guys, I run a site http://www.negativeworld.org and it has come to my attention that Google is somehow caching pages from the site that you should have to be logged in with a certain level...
I'm still having trouble with this one. I can figure out how to match all kinds of patterns using regular expressions, but not how to call it a match if a certain amount of characters matches.
...
It comes to mind that something similar to the addition above could also be done to get a list of the column names as another calculated column. But how do you concat in a situation like that? ...