netvibes problem
AJAX and the Back Button Problem
If you are starting out in your first Ajax based program, one of the biggest challenges that you have to face is to let your users remember not to hit the back button. Most of the time, Ajax based programs does not like the back button. Unfortunately, more>> If you are starting out in your first Ajax based program, one of the biggest challenges that you have to face is to let your users remember not to hit the back button. Most of the time, Ajax based programs does not like the back button. Unfortunately, Ajax does not have that functionality in bookmarking the previous page so that it could be reloaded anytime. With this development or some call it a disability; it is quite clear that today?s browsers were built without thinking<<less
Traveling Salesman Problem - Genetic Algorithm
Traveling Salesman Problem - Genetic Algorithm is designed to be a useful MATLAB tool that finds a near-optimal solution to a Traveling Salesman Problem using a Genetic Algorithm in a GUI environment. more>>
Traveling Salesman Problem - Genetic Algorithm is designed to be a useful MATLAB tool that finds a near-optimal solution to a Traveling Salesman Problem using a Genetic Algorithm in a GUI environment.
Open Traveling Salesman Problem - Genetic Algorithm
Open Traveling Salesman Problem - Genetic Algorithm is created to be a useful MATLAB function which finds a near-optimal solution to a open variation of the Traveling Salesman Problem using a Genetic Algorithm. more>>
Open Traveling Salesman Problem - Genetic Algorithm is created to be a useful MATLAB function which finds a near-optimal solution to a "open" variation of the Traveling Salesman Problem using a Genetic Algorithm.
Running ASP in Linux and Possible Problems
This writing will discuss several things to do to ensure the application migration carried on in a good way, particularly for ASP Database applications and to overcome possible problems might occurred more>> This writing will discuss several things to do to ensure the application migration carried on in a good way, particularly for ASP Database applications and to overcome possible problems might occurred. Basically, migrating ASP to Linux means you have to convert to database supported by Linux platforms. Currently, Chili!Soft ASP is already supporting MS Access but not all web hosting companies install this feature. They prefer to use more common database in Linux such as MySQL and PostgreSQL. Pay attention to some Chili!Soft specific ADO methods and properties, since there are slight differences with IIS ASP. You might need to convert some codes in your applications to make it run in Chili!Soft ASP.<<less
The PHP coders top 10 mistakes and problems
Seeing the number of problems and mistakes PHP coders encounter repeatedly I set out to make this list of the 10 most common problems and mistakes done by PHP coders. more>> Seeing the number of problems and mistakes PHP coders encounter repeatedly I set out to make this list of the 10 most common problems and mistakes done by PHP coders.<<less
The PHP coder's top 10 mistakes and problems
Seeing the number of problems and mistakes PHP coders encounter repeatedly I set out to make this list of the 10 most common problems and mistakes done by PHP coders. more>> Seeing the number of problems and mistakes PHP coders encounter repeatedly I set out to make this list of the 10 most common problems and mistakes done by PHP coders.<<less
VideoPlayer Xavi 1.0
Creating your own customized videoskin is sometimes a big problem. No worries, we create them for you. Not only the skin we made for you, but also the admin back-end where you simply add the place of your .flv file so that you can display it on your own more>> Creating your own customized videoskin is sometimes a big problem. No worries, we create them for you. Not only the skin we made for you, but also the admin back-end where you simply add the place of your .flv file so that you can display it on your own website in minutes. The design we used for this videoplayer is professional, modern and simplicity above all. Check out our realtime demo to see how it can look like on your website.<<less
Open Multiple Traveling Salesmen Problem - Genetic Algorithm
Open Multiple Traveling Salesmen Problem - Genetic Algorithm is considered as a useful MATLAB script that will help you find a near-optimal solution to a open variation of the Multiple Traveling Salesman Problem using a genetic algorithm. more>>
Open Multiple Traveling Salesmen Problem - Genetic Algorithm is considered as a useful MATLAB script that will help you find a near-optimal solution to a "open" variation of the Multiple Traveling Salesman Problem using a genetic algorithm .
Multiple Traveling Salesmen Problem - Genetic Algorithm
Multiple Traveling Salesmen Problem - Genetic Algorithm is known as a useful MATLAB script that finds a near-optimal solution to a Multiple Traveling Salesman Problem using a Genetic Algorithm. more>>
Multiple Traveling Salesmen Problem - Genetic Algorithm is known as a useful MATLAB script that finds a near-optimal solution to a Multiple Traveling Salesman Problem using a Genetic Algorithm.
Multiple Variable Traveling Salesmen Problem - Genetic Algorithm
Multiple Variable Traveling Salesmen Problem - Genetic Algorithm is known as a useful MATLAB script for you to find a near-optimal solution to a variation of the Multiple Traveling Salesman with variable number of salesmen using a genetic algorithm. more>> Multiple Variable Traveling Salesmen Problem - Genetic Algorithm is known as a useful MATLAB script for you to find a near-optimal solution to a variation of the Multiple Traveling Salesman with variable number of salesmen using a genetic algorithm.<<less
About GridView Hidden Column 1
This tutorial explains what to do when you need GridView hidden column in ASP.NET. The problem is, when a Gridview columns visibility is set to False, then the Grid does not bind data to the column, and thus when you try to retrieve data from the hidden more>> This tutorial explains what to do when you need GridView hidden column in ASP.NET. The problem is, when a Gridview columns visibility is set to False, then the Grid does not bind data to the column, and thus when you try to retrieve data from the hidden column in the code-behind, it either blows up or returns an empty string.<<less
Basic File Editor
Seems more and more people are wanting to edit files on-line. Also a common problem in on-line editors is the textarea because editors on-line use the same code, so it breaks the editor. This will add more>> Seems more and more people are wanting to edit files on-line. Also a common problem in on-line editors is the textarea because editors on-line use the same code, so it breaks the editor. This will address this problem be tricking the the online editor into thinking it did not in fact load a file.<<less
Solving "Image Not Found" Problem In GridView 1
This tutorial explains how to display some default image in GridView when original image not exists. If you try to display images in GridView you will get content of image alt tag or ugly red X if alt attribute is empty. Instead of this, in some more>> This tutorial explains how to display some default image in GridView when original image not exists. If you try to display images in GridView you will get content of image alt tag or ugly red X if alt attribute is empty. Instead of this, in some scenarios is better to show some other image when original image is not available.<<less
GridView Hidden Column Problem (And Two Common Solutions) 1
Explains how to simulate hidden column in GridView control. GridView is one of the new controls in ASP.Net 2.0 that replaced the DataGrid. In earlier versions of .Net when you didnt want the data to be visible to the client, you simply set the more>> Explains how to simulate hidden column in GridView control. GridView is one of the new controls in ASP.Net 2.0 that replaced the DataGrid. In earlier versions of .Net when you didnt want the data to be visible to the client, you simply set the Column visibility to False. But, if you try that with ASP.NET 2.0 GridView control, it will return only empty string.<<less
ASP.NET Code Debugging 1
This tutorial explains what types of mistakes you can make in ASP.NET applications and how to correct them. It can be very hard to track down the problem in your code. Fortunately the .NET Framework SDK includes a lightweight debugger that is perfectly more>> This tutorial explains what types of mistakes you can make in ASP.NET applications and how to correct them. It can be very hard to track down the problem in your code. Fortunately the .NET Framework SDK includes a lightweight debugger that is perfectly suited for this task. Together with Tracing and Exception Handling youre armed and ready.<<less