Search results

  1. Jake

    operating system: linux?

    Not always up to the user... datacenters have their own prefered versions of linux. A lot use RedHat's enterprise version, or freeBSD or centOS ... not very many ubuntu datacenters out there. It really has to do with who is hosting your server. Although sometimes you do get a choice, but its...
  2. Jake

    javascript help - window width

    It all depends, there are times when it is useful... the difference is that if you wanted to say make a popup using ajax that pops up in the middle of the screen this javascript is good for finding the center. However if its a normal website you can use css... margin: auto; would center the...
  3. Jake

    javascript help - window width

    I think you are looking for something like this? http://www.howtocreate.co.uk/tutorials/javascript/browserwindow if( typeof( window.innerWidth ) == 'number' ) { //Non-IE myWidth = window.innerWidth; } else if( document.documentElement && document.documentElement.clientWidth ) {...
  4. Jake

    Free Templates Set 1

    Did not point out that they were not copyrighted... I pointed out that they are probably copyrighted by someone other than you, or whoever posted these on rapidshare. Thus if the maker of these templates sees them around (and these were not meant to be free) then you might be in some trouble...
  5. Jake

    Nvidia v.s. ATI

    By far nVidia... never had a problem with one of their cards... Have had multiple problems with ATI cards before which is why I do not buy them and recommend nVidia to people who are making computers or people I build computers for.
  6. Jake

    php sessions not working?

    Good job!... thus why Dreamweaver is my friend.
  7. Jake

    Microsoft goes over the clouds with Azure

    Course you know.. It's all about the MONEY! That's all Microsoft has ever been in it for... Whatever though... Just pointing out I know the reason they release unfinished OS's :rolleyes:
  8. Jake

    php sessions not working?

    yeah thew php.ini file might be different than normal... try upgrading your php to advanced. Also yeah I couldn't see anything wrong with it either lol
  9. Jake

    Help with Javascript

    I'm not aware of any javascript issues with IE but I know there are plenty of CSS. The only thing I can think of is somewere in your CSS you are doing something that doesn't work in IE so I'd start by looking there.
  10. Jake

    php sessions not working?

    Im assuming he wants the session to be initialized but if you were to stop all errors then you would be letting it run without a session =/ same as if you just deleted session_start();
  11. Jake

    Help with Javascript

    OHHH oh, IC... never remembered if you could or couldn't. Don't do javascript. Anyway I think it looks like a problem with IE and it not running the javascript correctly because it works in opera in mac osx and google chrome... Anyway, sorry I can't help lol
  12. Jake

    Battle of the Browsers

    we're so biased..... spend more than like 1hr on the internet you will be bombarded with "GET FIREFOX" but yeah, go FF3 :)
  13. Jake

    Help with Javascript

    well first thing you forgot ; 's on 2 of the functions you called in the javascript....
  14. Jake

    Free Templates Set 1

    Watch out for copyrights... 1. They don't work. 2. They are hosted on rapidshare. 3. Normally things posted on rapidshare have copyrights because the user has no were else to upload it too. Make sure you watch out for that... they might not be legal templates.
  15. Jake

    How did you learn PHP

    That's extremely complicated for someone to do just for a test server... might as well just download and install XAMPP or Apache2Triad to test with. It requires no configuration and most people are never going to need to install apache/mysql/php on their own. Though idk if you are really...
  16. Jake

    php sessions not working?

    Are you by any chance using a header("Location: index.php"); to get to your script here? because if so... the location changes but all headers are still initialized thus making it give an error... unless you have the header(); also above all the HTML in your document.
  17. Jake

    Power - A ExchangeCore Graphic.

    So... you make custom graphics for members for free? and your members then make graphics... and you share? pretty cool idea
  18. Jake

    I'm an idiot an deleted my index.html file

    Guys, thread is done with - you are trolling
  19. Jake

    I'm an idiot an deleted my index.html file

    uhm change it to index.html instead of Index.html
  20. Jake

    I'm an idiot an deleted my index.html file

    Probably not for this section but whatever, 1. In cPanel's FileManager is the file still in there? or did you delete it some other way? because if you did it in the file manager you actually have to clikc the trashcan and answer yes... and if not you can just click on the file under the...
Top