GIDForums  

Go Back   GIDForums > Computer Programming Forums > Miscellaneous Programming Forum
User Name
Password
Register FAQ Members List Calendar Search Today's Posts Mark Forums Read

 
 
Thread Tools Search this Thread Rate Thread
  #11  
Old 03-Apr-2009, 03:33
admin's Avatar
admin admin is offline
Administrator
 
Join Date: Sep 2002
Posts: 841
admin will become famous soon enough

Re: Compare a line of text


OK, it was a stupid mistake... a single statement (ternary operator) was the cause of the error. Instead of
Code:
$k["x"] = ( $k["n"] ? 0 : 1 );
it was
Code:
$k["x"] = ( $k["n"] ? 1 : 0 );

Thank you Lucian, for helping me find this bug.
__________________
Custom BB codes you can use here:
[HTML] | [C++] | [CSS] | [JAVA] | [PY] | [VB]
  #12  
Old 04-Apr-2009, 16:42
MisterChucker's Avatar
MisterChucker MisterChucker is offline
Junior Member
 
Join Date: Mar 2009
Location: Cyberspace, Earth
Posts: 53
MisterChucker is a jewel in the roughMisterChucker is a jewel in the roughMisterChucker is a jewel in the rough

Re: Compare a line of text


This could be useful to me in the future. I bookmarked it.

Like LuciWiz mentioned, I would prefer if the frames were wider. I used Firefox's Firebug extension to change the style so that the tables and textareas had 100% widths. This change would allow a user to make the frames whatever width they want by adjusting the width of their browser window.

Edit: I missed the table.results div. It works well at width: 98%.
  #13  
Old 05-Apr-2009, 12:00
admin's Avatar
admin admin is offline
Administrator
 
Join Date: Sep 2002
Posts: 841
admin will become famous soon enough

Re: Compare a line of text


Thank you for your feedback, MisterChucker.

I have to admit that I have found a major flaw that renders this tool completely unreliable. I am working on it again though, and I am determined to get it right!
__________________
Custom BB codes you can use here:
[HTML] | [C++] | [CSS] | [JAVA] | [PY] | [VB]
  #14  
Old 17-Apr-2009, 11:25
admin's Avatar
admin admin is offline
Administrator
 
Join Date: Sep 2002
Posts: 841
admin will become famous soon enough

Re: Compare a line of text


Script updated today: compare text on-line.
__________________
Custom BB codes you can use here:
[HTML] | [C++] | [CSS] | [JAVA] | [PY] | [VB]
 
 

Recent GIDBlogAccepted for Ph.D. program by crystalattice

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Help! Problems encountered while burning CD's RayDarkness Computer Software Forum - Windows 1 18-Nov-2006 05:54
getting an error while compiling and running using different IDE. jaro C Programming Language 0 25-Aug-2006 10:14
CD burner wont burn!! robertli55 Computer Hardware Forum 1 18-Jun-2004 11:53
Yet another CD burner problem: Lite-On LSC-24082K Erwin Computer Hardware Forum 1 22-May-2004 12:28
CD Buring Failed skanth2000 Computer Hardware Forum 1 15-Nov-2003 04:52

Network Sites: GIDNetwork · GIDWebHosts · GIDSearch · Learning Journal by J de Silva, The

All times are GMT -6. The time now is 15:53.


vBulletin, Copyright © 2000 - 2009, Jelsoft Enterprises Ltd.