www.webdeveloper.com

Search:

Type: Posts; User: xvszero

Page 1 of 5 1 2 3 4

Search: Search took 0.03 seconds.

  1. What is the best way to build a sitemap for a dynamic (forum) site?

    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...
  2. Replies
    2
    Views
    116

    Ok I got it set up pretty nicely "on the fly"...

    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 have a question more related to...
  3. Replies
    2
    Views
    116

    Using RSS for the articles on my site

    Hey!

    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:

    A. How many...
  4. So it was just a cached URL and apparently when...

    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...
  5. Ok did some testing, switched this user id with a...

    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...
  6. [RESOLVED] Facebook "like" is working inconsistently

    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. ...
  7. Thread: text based rpg

    by xvszero
    Replies
    19
    Views
    1,736

    I'd certainly agree with George that an MMO isn't...

    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...
  8. Comparing three tables, selecting lowest value + company?

    Ok, so I basically have three tables.

    Company1
    opendt date
    time char(5)
    socsec char(11)

    Company2
    Same as above
  9. Unfortunately I don't totally understand much...

    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...
  10. PHP and MySQL work very nicely with each other. ...

    PHP and MySQL work very nicely with each other. There are tons of tutorials out there for learning how to connect them, it's pretty easy.

    Trying to develop a whole social networking site on your...
  11. Using PHP to get computer name / login (active directory) name?

    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 was...
  12. I'm insanely confused why you would want to do...

    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,...
  13. Replies
    6
    Views
    1,022

    I think that's how a UNION works (as far as I...

    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...
  14. Replies
    6
    Views
    1,022

    Does this work? SELECT * FROM `table1` WHERE...

    Does this work?


    SELECT * FROM `table1` WHERE metal = '1' GROUP BY width UNION SELECT * FROM `table2` WHERE metal = '1' GROUP BY width
  15. Replies
    1
    Views
    659

    Need help optimizing a query

    I am trying to run a "simple" report and it is taking about 2 1/2 minutes to run. Here is the query:


    SELECT idx.* FROM (SELECT idxrecentacct.socsec FROM idxrecentacct INNER JOIN blfcustunq...
  16. Worked perfectly! Thanks!

    Worked perfectly! Thanks!
  17. Creating a temporary table with a UNION statement?

    I have this UNION statement, which executes fine on its own:


    (select name from table1) UNION (select name from table2) LIMIT 0,1

    When I try to create a temporary table with it, however:

    ...
  18. Alright, think I got it modifying your code with...

    Alright, think I got it modifying your code with SUBSTRING to match specific characters.

    Sweet!
  19. Oh... getting close. I don't know if I was...

    Oh... getting close.

    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...

    If I...
  20. I'm a bit confused about what the above does. It...

    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...
  21. Woah, you're right! I guess it was a huge...

    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...
  22. Trying to figure out how Google spiders get access to content they shouldn't

    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...
  23. I'm still having trouble with this one. I can...

    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.
    ...
  24. Nevermind, got it. You just use CONCAT() duh.

    Nevermind, got it. You just use CONCAT() duh.
  25. It comes to mind that something similar to the...

    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? ...
Results 1 to 25 of 120
Page 1 of 5 1 2 3 4
HTML5 Development Center



Recent Articles