Jump to content

Azu

Members
  • Posts

    1,047
  • Joined

  • Last visited

    Never

Posts posted by Azu

  1. I think there is usually only one submit button when there is no <textarea> involved. I think it is basically a standard to only have one submit button in such cases except in very rare exceptions. Or if the form itself is comprised of nothing but submit buttons (in which case it's kind of moot since hitting enter will only submit the one you click on, and clicking on it will submit it lol)

  2. Have you found a fix that doesn't hinge on not using IE, or otherwise forcing the user to make the change?
    Speaking of which.. I wander how long it will be until somebody someone uses the security problems in IE to make it uninstall itself and install Firefox when you visit their site, automatically.

    That would be so awesome!

  3. I've been using EditPlus for a long time.  I'll probably upgrade to ZDE, although I'll still use EditPlus for my Javascript, SQL, and CSS for the syntax highlighting.

     

    I thought I was the only one. Unless a miracle happens ( :P ) I think I will always use EditPlus, so far I've used it probably 3 years now. Great and very underrated program.

    =o thanks for telling about. I think I'll keep using notepad for my PHP but I definitely have use for EditPlus. I can open up a 300 megabyte .SQL file in it in like 5 seconds, and do a mass Find&Replace like, INSTANTLY instead of it taking an hour.

    Woot!

  4. There's really no reason for you to make your own MP3 player.

    Most browsers nowadays either have functionality for playing MP3s built in, or have plugins that can play them (such as Quicktime, Java, or Flash).

    No need to reinvent the wheel.

  5. I've used Maxthon for quite a while. I've tried IE and FF and I like Maxthon the best. Plus I can use it on my U3 compatible flash drive at school. Firefox took a long time to load whereas Maxthon didn't so I stuck with it.
    You do know that Maxthon isn't much more then a modified version of IE right? Which doesn't load faster, it's just that Microsoft has embedded IE into the Windows core, so most of it is forced to load up when you turn your computer on (so when you click the icon most of it has already started up).

     

    There is a program for Firefox that lets Firefox act like this also, so if that's the only reason you want to use the IE engine, just use this with Firefox.

    http://sourceforge.net/projects/ffpreloader/

     

    IE can never beat firefox
    Amen to that. M$ is trying to steal/copy some of the awesomeness of Firefox (such as Firefox's awesome tabbed browsing capability), but they will never be more then bad posers. :)
  6. Hmm.. if I send my XHTML site with a plain html header instead of XHTML, it works it Firefox..

     

    Opera has an XHTML parser, and it loads it fine with I give it an XHTML header. So why won't Firefox display it when I give it an XHTML header?

     

    And how can I get around this problem? Telling IE that it's plain html is fine, since IE is going to suck no matter what I do.

    But I want Firefox to be able to parse it as XHTML.

     

    So how do I get it work in Firefox as XHTML? Please help..

     

    I'll set it to html in the mean time, but I want to get fixed ASAP. Sending XHTML as html = bad!

  7. Hello

    I've been using 64bit Firefox so I haven't been testing anything flash related on my site in Firefox (since there is no 64bit flash) but someone told me they are using Firefox and it isn't working for them.. so I downloaded 32bit Firefox and sure enough it isn't working.. and I can't get it to work no matter what I try x_x

     

    It works in Opera and Internet Explorer, but doesn't show up at all in Firefox?

     

    Here's an example page; http://freethepenguins.com/pid=982

     

    If anybody could tell me why it isn't working in Firefox or how I can make it work in Firefox I would very greatly appreciate it! I'm completely stumped right now.

     

    I even tried reverting back to flash satay but that doesn't fix it either.. (made the player show up but wouldn't play no matter what)

     

    x_x please help.. I really really really can't stand part of my site not working in Firefox.. it's flat out morally wrong :(

     

    I've tried it with FLVs from veoh, from youtube, and even direct links to .MP3s.. all working in Opera and IE but it won't show up in Firefox at all ;-;

  8. Okay I think there's a misunderstanding.

     

    I was trying to explain how the quantifiers work to the person that did not understand how they work. So saying {1,} probably would have made no sense to him. It's usually safe to assume that a long line of 99999s means infinity in such a case.

  9. Basically the main arrays are 2 letter strings and the sub arrays are a mix of 2 letter strings and 1 to 2 number integers that are set to strings of usually between 1 and 3 words

     

     

    $array=array(

     

    'aa'=>array('ab'=>'Blah blah',3=>'Some words','xy'=>'A little sentence',27=>'BLAH'),

    'wx'=>array(99=>'Foo',12=>'Bar','lm'=>'Doo dee doo','hi'=>'La de la','5=>'Another string'),

    etc (about 200 of these)

     

    );

  10. On some pages on my site, I need to make a big array.

     

    The problem is this;

    the total time of running all the PHP on the page is about 12ms, and without the variable it is about 5ms. So it's making it take over twice as long.

    Is there a way to create the array faster?

     

    I'm basically doing it like this right now

    $array=array(

    'ab'=>array('ab'=>'blah',5=>'foo','xx'=>'bar',9=>'moooo','cd'=>'blah blah blah',7=>'test(abc)'),

    (about 200 or so of these)

    )

  11. When you goto a site on it and click on a link it says

      Flash Portal: IP Cloak - /forum - HTTP/1.1 | Coded by: Jarose

     

     

     

     

     

    Notice: Sorry, the url you entered was not valid /forum in /mounted-storage/home45c/sub002/sc33159-IXOG/flash-portal.org/fpslay/codedfp/po/completeRequest.php on line 118

    and fails to display the page. Not to mention that this is a security problem.

     

    you need to put http://www.thesite.com << full path

    Ya I did, and when I click on a link on the site, this is what happens.
×
×
  • 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.