Differential Directory, indexing method Programming Software Development by xrjf … we then insert "John Miles", we read 1J, confirm it matches at position 1, and read record 1. The… Re: Differential Directory, indexing method Programming Software Development by rproffitt DiDi appears to be some China based UBER service but then again I can't find a question or much else to discuss here. Re: Differential Directory, indexing method Programming Software Development by xrjf About DiDi DiDi (Differential Directory) was originally developed as part of my thesis project in the early 1990s. The name bears no relation to the more recent Chinese ride-sharing company. At the time, DiDi was a novel approach within its academic context, but a change in legislation unfortunately led to the closure of the school and the … Re: Differential Directory, indexing method Programming Software Development by xrjf For example, as Donald Knuth points out in The Art of Computer Programming, the theoretical lower bound for comparison-based sorting algorithms is K × log₂(N). I developed a very simple method that matches this performance. However, DiDi goes far beyond: its performance is proportional to K × (maximum key length), regardless of the number of … Re: Differential Directory, indexing method Programming Software Development by xrjf As an illustration, consider the theoretical lower bound for comparison-based sorting, as stated by Donald Knuth in The Art of Computer Programming: K × log₂(N). I developed a simple method that matches this limit. For example, to sort the list {2, 5, 7, 1, 4, 3, 8, 6}: Sort pairs: (2, 5) → [1] (1, 7) → [2] (3, 4) → [3] (6, 8) → [4] Merge… Re: Differential Directory, indexing method Programming Software Development by xrjf "Just to clarify a previous mistake: the efficiency should be K × N × log₂(N), not K × log₂(N) as I initially wrote." Re: Differential Directory, indexing method Programming Software Development by xrjf I've just made an update because some records weren't being added properly. The issue was that the form didn't take into account that the register field (in the call to DiDi) is passed by reference. Re: Differential Directory, indexing method Programming Software Development by xrjf Just a quick update for anyone interested: I have revisited and significantly improved the code, aiming for a more professional structure and better performance. The updated version avoids freezing the UI during long operations and follows more robust programming practices. If you’d like to see DiDi in action, there is also a video … Re: How to Implement Lazy Loading for Faster Web Portals Programming Web Development by Dani I would like to confirm that the JS version is giving me an LCP of … Confirm delete with popup window Programming Web Development by developer707 …: "This is a confirmation dialog manually triggered! Please confirm:", confirm: function() { alert("You just confirmed."); }, cancel: function() { alert… Re: Confirm delete with popup window Programming Web Development by Sammys.Man …;index.php?action=delete?id=1" onclick="return confirm('Do you really want to DELETE your RECORD?');" class…" function in the table i added onclick="return confirm('Do you really want to DELETE your RECORD?');" to… Re: Confirm delete with popup window Programming Web Development by developer707 Sammys, thank you for the reply, but this is not a solution. This is a ugly way to do that, becase modern browsers are blocking alert and confirm dialogs if you use often in one page :( confirm before delete Programming Web Development by A_S! … is about delete rows in table with confirm. everything is correct and work but in confirm when I click cancel not working… type="text/javascript"> function show_confirm() { var r=confirm("Are you sure you want to drop this appointment… Re: confirm before delete Programming Web Development by veedeoo …type="text/javascript"> function check(){ var r = confirm("Are you sure you want to drop this appointment…quot;.. Unless, you make a switch or if statement to confirm that the delete value has been passed. However, the …url of the page is at default, but when you confirm the delete, the url goes to **delete.php?delete=… "Confirm" window pop up for Firefox, IE but not Chrome Programming Web Development by albertkao A "Confirm" window pop up for Firefox, IE but not Chrome for my web page with auto refresh every 10 seconds by javascript. Attached is the screen shot. How to stop this "Confirm" window from popping up? Re: confirm mpassword Programming Software Development by arezz09 i create 2 texbox.. first password,second confirm password.. so i after i type password on password textbox1, i need to confirm that password in textbox2..if confirm password not same with password..i get mesej "password not same" Confirm box not deleting row even after pressing "OK" Programming Web Development by anita_86 Hi all.I found this code on a forum to confirm that the user wants to delete the record from database … function?Here is my code: [CODE]function confirmation() { var answer = confirm("Delete Record?") if (!answer){ window.location = "by_hand… Confirm dialog box C# Programming Web Development by lianpiau I want pop out a confirm message box like Response.Write("<Script>confirm('Are you sure???');</Script>"); But I want control if Ok then do wat else do wat. Re: Confirm dialog box C# Programming Web Development by hericles … method: btnSubmit.Attributes.Add("onclick","javascript:if(confirm('Are you sure?')== false) return false;"); And then code… your normal button_Click function. On clicking the button the script confirm option appears and if No is selected processing stops, else… Re: confirm window? button labels to change Programming Web Development by ~s.o.s~ No, since the confirm window is browser specific and not open to customizations. Your best bet would be to use some rich Javascript library like [URL="http://developer.yahoo.com/yui/examples/container/simpledialog-quickstart.html"]YUI (Yahoo! User Interface)[/URL] to pop up custom alert and confirm boxes. Re: Confirm box not deleting row even after pressing "OK" Programming Web Development by pritaeas … use this javascript: [CODE=javascript] function confirmation(id) { var answer = confirm("Delete Record?") if (!answer) { window.location = "by_hand… Re: Confirm box not deleting row even after pressing "OK" Programming Web Development by anita_86 …;text/javascript"> function deleteRecord(recID){ var ans = window.confirm('Delete Record?'); if(ans == true){ window.location.href='delete.php… confirm window? button labels to change Programming Web Development by hbmarar Hi, Is it possible to change the language of the button labels? I need to put custom labels to the buttons shown in the confirm window instead of 'yes' or cancel. Please give me some pointers or tips or sample code to refer.thanks in advance... i had been trying hard on this. Harish confirm mpassword Programming Software Development by arezz09 how to create confirm password.. Confirm Box in PHP Programming Web Development by chudapati09 … echo '<script type="text/javascript"> if(confirm("Your time has expired. Do you want to logout… confirm message appear when record r deleted Programming Web Development by jabeen111 how can i appear confirm message box when row are delete (are you sure to delete this record) in php?? [CODE]echo '<td><a href="teachers_delete.php?Course_Id=' . $row['Course_Id'] .'" ><img src="images/delete.gif" /></a></td>';[/CODE] Re: confirm message appear when record r deleted Programming Web Development by vibhaJ [CODE]echo '<td><a onclick="return confirm(\'Are you sure want to delete?\');" href="teachers_delete.php?Course_Id=' . $row['Course_Id'] .'" ><img src="images/delete.gif" /></a></td>';[/CODE] Re: confirm message appear when record r deleted Programming Web Development by diafol Are you using sessions or a way of protecting your images from malicious deleters? The js confirm popup is an ugly horrible thing, without a nice way to set the popup title. If you're looking for something a little prettier, search the jqueryui.com site, or there are loads of other ui widgets out there. Confirm box Programming Web Development by Waldema …> </html>[/CODE] I would want use javascript confirm box when submit on line 76 is clicked. [B]How… Re: Confirm box Programming Web Development by lps …" >'."\n"; //javascript function confirmation() { var answer = confirm("submit?") if (answer){ return true; } else{ return false…