common problems
Common PHP Codes
learn some of the very common php codes that almost every php enabled site uses, and now you can be one too! more>> learn some of the very common php codes that almost every php enabled site uses, and now you can be one too!<<less
Common PHP Codes n/a
learn some of the very common php codes that almost every php enabled site uses, and now you can be one too! more>> learn some of the very common php codes that almost every php enabled site uses, and now you can be one too!<<less
Common RSS Reader 1.0
Single PHP 5 function for loading a distant feed file, in any format: RSS 2.0, Atom, RDF 1.0 and display the content with option on a web page. An interface is provided to test the options. Demos included. more>> Single PHP 5 function for loading a distant feed file, in any format: RSS 2.0, Atom, RDF 1.0 and display the content with option on a web page. An interface is provided to test the options. Demos included.<<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
GNU Common C 2.3.2
PLEASE REVIEW AND EDIT CAREFULLY GNU Common C is a portable and highly optimized class framework for writing C applications that need to use threads and support concurrent sychronization. more>>
GNU Common C 2.3.2 brings you a powerful class framework which is used for writing C applications needed to use threads and support concurrent synchronization and that use sockets, XML parsing, serialization, config files, thread-optimized String and data structure classes, etc.
This framework offers a class foundation that hides platform differences from your C application so that you need not write platform specific code.
GNU Common C has been ported to compile nativily on most platforms which support either posix threads, or on Microsoft Windows.
Remove Common Words from Search String
Before sending the user given search string to MySql, its a good idea to remove common words used in it so that it may not disturb any relevant results you have in your DB. Their are far more professional approaches out there for this task but this more>> Before sending the user given search string to MySql, its a good idea to remove common words used in it so that it may not disturb any relevant results you have in your DB. Their are far more professional approaches out there for this task but this simple one helps often.<<less
What is Common Language Runtime(CLR) 1.0.0
The CLR is the layer of the .NET Framework that makes language independence work. Written mostly in Microsofts new language, C#, the CLR provides services that any .NET program can use. Because of .NETs component architecture, software written in any more>> The CLR is the layer of the .NET Framework that makes language independence work. Written mostly in Microsofts new language, C#, the CLR provides services that any .NET program can use. Because of .NETs component architecture, software written in any language can call upon these services. Microsoft has also submitted a subset of the CLR to ECMA, the European information and communications standards organization. This subset is referred to as the Common Language Infrastructure (CLI). CLR provides following services:<<less
C and C++ Programming Forums
Share tips, tutorials and your experience on C and C++ programming forums. Discuss your programming problems including C/C++, Visual C++, web development and other programming languages. more>> Share tips, tutorials and your experience on C and C++ programming forums. Discuss your programming problems including C/C++, Visual C++, web development and other programming languages.<<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
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
Pieforms
Pieforms provides a simple, unified way to create, validate and process forms all with a common look and feel, with support for pluggable elements, renderers and validation rules. In simple terms, Pie more>> Pieforms provides a simple, unified way to create, validate and process forms all with a common look and feel, with support for pluggable elements, renderers and validation rules. In simple terms, Pieforms makes HTML form creation easy, fast, and less error prone than whatever way youre doing it currently. And the best part is, Pieforms is very powerful and customisable, and suitable for anything between simple login forms and advanced multipage surveys, and beyond!<<less
Hotlink Protection with PHP
Hotlinking is when another website links directly to one or more of your images or multimedia files and includes it on their web page. Not only is this theft of your intellectual property, but further more>> Hotlinking is when another website links directly to one or more of your images or multimedia files and includes it on their web page. Not only is this theft of your intellectual property, but further more, you are paying for the bandwidth used by that site. Which can result in a problem with your budget.
The most common way to prevent others from hotlinking your content is Apaches mod_rewrite. While this a solution that free available to use, there are a couple drawbacks. One being, that Apache has to be configured to use mod_rewrite (--enable-rewrite). Another one being, that for a lot of people writing regular expressions is not the most easiest thing to do.
Of course there are commercial solutions to the problem. Probably the most common one is cPanel. An administration interface for webserver, which lets you create all the necessary items for your hotlink protection with a matter of clicks, in a matter of seconds.<<less
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.
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.