Jump to content

oni-kun

Members
  • Posts

    1,984
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by oni-kun

  1. In the end: It doesn't matter. Firefox has Quirks mode, along with many other browsers, including IE. Upon testing your site on latest Chrome, Firefox 2.3 and 3.5 it looks fine to me, what version of firefox are you using exactly? You are using absolute positions in CSS, I'd recommend changing them to float:left/right respectively, I'm just not sure what you mean by it being messed up.
  2. Yes, if you wish to retain or format it as you wish, use url_decode and what you want with it. But IMO underlines are preferred.
  3. Mmmmmm. Yes, SCP. But only use it on local files, never back up the database and directly export it to the other server, or you'll surely hang your site for quite some time.
  4. There is a little function called recursion that could be checked, if you wish that so.
  5. I believe this site is a graphics cludge, resulted of the unfortunate Y2K bug which gave Yahoo Site Builder its own hive logic to appeal sexually to its peers composed of CRT monitors.
  6. Damn, an open source version of Ebay. No wonder they've gone out of buisness, oh wait. There are Ebay clones out there, but aren't licensed, nor legal.
  7. In a few years Sandy Bridge will come out. Hold your horses.
  8. Albeit the tradeoff of 3% performance for DX10.1/11 is worth it.
  9. <?php /* @param int size @param string object */ function do($a, $b) { chmod($a, $b); touch($a); } do($penis, 755); //Maybe 433 in your case. ?>
  10. Yeh, trust a facebook developer to create something great and kill it by trying to be cool when he hasn't got the first clue of what cool is. I think it's ironic that these people develop a 'social network' that connects millions of people all over the world, yet lack completely in any form of social skills... Who said programming wasn't cool? I'd rather crunch regular expressions than go out in an 'invited party' any day!
  11. A 256MB card is bare minimum, well, your architecture is old so I wouldn't be surprised if it doesn't lag on this newer operating system. Aero is pointless and can be turned of, so can the new 'taskbar shell', as can themes all together. Your ram, what speed is it? If it's old (533/477 etc) then it may contribute to the bandwidth of your motherboard all together.
  12. Wordpad is Microsoft's advanced version of notepad, so yeah, it may add unwanted metadata. But read my above post about error reporting, it's useful as it would tell you that in the first place..
  13. Yes, Note scripting languages are meant to be written only on simple text editors, or PHP/code IDE's. I recommend NetBeans, Or if you want something simple with good syntax highlighting notepad++: http://notepad-plus.sourceforge.net/uk/site.htm If you use Microsoft Word, or save in any other format than plain text, then PHP will not be able to parse the metadata that is saved with it, and cannot display the page properly if at all, It seems you are saving in RTF (Rich Text Format) And not plaintext Also, you should place the following code at the top of your script (under the <?php tag) to display errors that normally would be suppressed: ini_set('display_errors',1); error_reporting(E_ALL);
  14. The simple answer is No. PHP is a server side language, JS (On some browsers, not all to warn you) There is a JS event on abort, but this cannot be done in PHP. As mentioned by previous poster, I would not recommend setting up an automated session check, the logic is flawed. You can use AJAX event along with the onAbort (or whatever it is), but this isn't the place to ask.
  15. Heh, I remember their WYSIWYG editors in my day.. -------------- I installed gFTP, a staple FTP client for Linux. Newest version, Look [...] Simple mistake.. But why linux, Why! Do I have permisssion to call it an annoying mistake?
  16. "Domain Name.......... yvettesbridalformal.com Creation Date........ 2003-12-17" "<meta name="generator" content="Yahoo! SiteBuilder/2.6/1.5.0_02">" Put two and two together.
  17. M$ Hotmail requires a recognized browser, I go as a custom UA and it says to upgrade. But even if I am on an ancient browser {Lynx (1992, but 2003b revison), Links (1999)} with spoofed UA it works fine with JS and all. I see no performance differ, except the gain from no images being and (unsupportedbymanybrowsersCSS3) being removed. Their warnings are idealistic, at best. Why believe them?
  18. Yup, thats what I meant by. Thanks for the link, as it cleared up why they are so bloated. I wouldn't consider it to be bloated, although a lot of browser strings contain useless information.. (IE, Chrome and FF all say Mozilla, for example) If you think that's bloated, look at the browsecap.ini PHP requires to use the get_browser function: http://oni-kun.com/browsecap.ini
  19. I wasn't aware it took 9 years to come up with a browser that complied to these RFC 'standards' that can't load nearly half of the aformentioned test websites without quirks mode on.
  20. It's not far off the tree. I'd be glad to dig out one hundred different machines and run tests on them, but the 'internet's aren't tests, the internet with 'perfect' configurations in those results are not tests! Commit browser suicide on something that is simpler, and may be faster. Now we move on to the more bloated and complex stage of 'who can build the largest browser library that runs faster than good ol' IE.'
  21. http://arstechnica.com/microsoft/news/2009/03/microsofts-own-speed-tests-show-ie-beating-chrome-firefox.ars An comparing IE8 to IE6, Can you believe a fucking 9 yearold (Yes, that was IE6's release date)'s 'crappy icky hole filled' browser still beats performance aspects on modern day browsers? Yes! The magic anti-trojan filled boat.. bloat of modern browsers need to be upgraded to, or else we'll die! The media tells us! The media's numbers tell us!
  22. Read the article from the link on the original post. I dont know where you have been if you haven't heard of this topic. Makes a lot of sense there. Do you know nothing but what the media tells you?
  23. What security holes? I don't seem to see any when I browse my sites. Neither do any of the Windows (upd-bloat-ates) apply to any of the sites I go to. Now why add all this code if it's just going to never run? I'll assume you go to a lot of badporn.com sites and need a browser that will cradle you.
  24. It's the only version i'll use. Comes with XP, stays with XP. I'm not going to download a 300MB clone attempt of firefox and opera's tabs. No way. That's all good and well. Just don't get annoyed when you see that websites show like shit in it. On the sites I go to, IE6 works better than chrome. Much faster. The only thing it faulters in is some odd bug that crashes it here and there, IE7 doesn't even work on half the sites I go to, out of the box, It's disgusting. IE7 is when IE became pointless to even consider. I'd and have used Links opposed to any new IE.
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.