Search results

  1. garrensilverwing

    Regular Expressions Lowercase

    preg_match_all('/\[(\w+) "([^"]+)"\]/', $game, $matches, PREG_SET_ORDER);hey guys, I have this regular expression that is supposed to grab information from a large string. unfortunately it only works if i strtolwr the entire string first. i want it to grab information as is, without having to...
  2. garrensilverwing

    Getting Non-Syndicated Info from Another Site

    I want to grab information from another site that is not in an RSS feed. An example of what info I would like to grab can be seen at http://www.uschess.org/msa/MbrDtlMain.php?13923823. The information will change based on the USCF profile i need to pull up which can be done easily with the USCF...
  3. garrensilverwing

    Custom Fonts in Internet Explorer

    Hey guys I'm working on a site for a friend of mine and he has a brand set up for his company. This brand has its own font and I'm trying to get it to work on the website. I got it to work with every browser except for internet explorer. I searched with google and couldn't get anything that...
  4. garrensilverwing

    Ajax Form Validation

    Hey guys, Been a while for me. I have a new problem that I've run into recently while constructing a registration form for a website. The form is at http://www.denverchess.com/register. I got 99% of it working but there are two things. #1 -- if you submit the page with incomplete/invalid...
  5. garrensilverwing

    Unclickable Links

    http://www.denverchess.com/announcements/?id=13, the likes in the announcements listed on the right are unclickable for some reason in my version of firefox (i assume its the latest version) and they also don't work in Safari. They work fine in IE 7 and IE 8 so I don't know what the problem is...
  6. garrensilverwing

    Denver Chess Club

    I spent the last couple weeks working on this website for a local chess club that I attend, let me know what you think: http://www.denverchess.com I know there is very little content at the moment only because the site was just launched and I haven't received the information to put in yet...
  7. garrensilverwing

    Three Options

    I am working on a website for a chess club and one of the features I am going to add is a database of all the games played at the club or sponsored tournaments. I have three ways of going about this: Store the games in their raw PGN state. Extract all the data to store in separate columns in...
  8. garrensilverwing

    wayward div

    http://war2ladder.x10hosting.com/record.php/php?player1=$paCe&player2=S9isDragon when you look at this page in firefox or safari it looks perfectly fine, but if you look at it in IE7 or 8 (i havent checked 6 cause mine is broken for some reason) the Games div floats way off to the right. I...
  9. garrensilverwing

    Ladder System Logical Errors

    A friend of mine has been working on this code for a ladder/ranking system for this old school game we play. It works almost perfectly but there are some logical errors. I have been going through the code, tweaking what I can to try and get rid of the logical errors temporarily but it is not...
  10. garrensilverwing

    Ghost Players

    This guy and I are creating a ranking system for this game we play. The game automatically generates game reports and posts them on a webserver: server.war2.ru/reports. The guy wrote a short php function that parses the game reports and then separates important information out, including...
  11. garrensilverwing

    separating parts of a long, complicated string

    Here is my string: {test} 1. d4 d5 2. Bf4 {This is only my third game and I do not have the greatest opening knowledge in the world. So I want to stick with what I know, at least for the time being.} c6 3. Nf3 h6 4. e3 g5 5. Bg3 f6 {I am not sure what exactly the rule is on pawns in the...
  12. garrensilverwing

    Picture Uploading

    I am trying to create a section where users will be able to make profiles on the website. This is so people can leave comments and stuff on emails and news articles and people will be able to learn a little about them. Also it will come in handy later when I start adding more and more features...
  13. garrensilverwing

    

    "" i get this weird symbol at the top of a few of my pages. http://www.brianwallchess.net/games is one of the pages this happens on. I use html/css/php/mysql/javascript and i cant find the symbol anywhere in the code. is there an explanation of this? (i am viewing it in the latest version of...
  14. garrensilverwing

    JavaScript Show/Hide

    Hi guys. I am working on creating an online store type program for practice and I want to create a page where people can go in and edit the store by adding/removing items and changing the color schemes. I know this part of the program will be javascript heavy considering what i want it to do...
  15. garrensilverwing

    php if argument

    hey again guys, i am having a new problem. i am still working on creating a member profile feature for my website but i am having a problem with an if argument. when the person goes to the edit profile page i want all the information that is already in the profile to show up and be edited. i...
  16. garrensilverwing

    html/css background issue

    Hi again guys! It has been awhile since I have had an issue with html/css because it is pretty straight forward but I am having trouble figuring this problem out: I am designing a profile page for members who join my website and I got it to look just how I want it with one major problem. I want...
  17. garrensilverwing

    Copying a Specific Line from a File

    Hi again guys! I have something I am failing at figuring out. I want to write some code to copy the entire line of a particular file so that I can move it to another file. However, I do not know how to copy the line of the file. I know exactly which line it will be 100% of the time I just can't...
  18. garrensilverwing

    I Need Opinions Please!

    I have two ways of uploading emails and news articles to the website, one is breaking the email up into several pages and then having a navigation available the other is to put the entire email on one page. first way: pros: user friendly, aesthetic, more advertising cons: a lot of work to...
  19. garrensilverwing

    Large Amounts of Text

    Hey everyone, I have more of a theoretical question this time. On my website I want to post large amounts of text and have the server create all the code necessary for it to display the way I have it already designed. For an example go to http://www.brianwallchess.net/emails/fox . Basically fit...
  20. garrensilverwing

    AWStats

    i think i am hosted on stoli and im just wondering what happened to AWStats, i liked using that to see how many people have been to my site, etc.
Top