Performance Tuning Tips for Apache
Apache is one of the most successful open source projects of our times. A big advantage of this popularity is that over the years people have spent a great deal of time fine tuning the software for better performance. Read on to learn more.
The rest is here: Performance Tuning Tips for Apache
[...]
Globalize your Web Applications: Working with Dates in PHP
Using language-specific locale features allows your applications to support many different locales, regardless of the settings on the computer, which runs the application. Today’s article takes a look at date formatting considerations in PHP.
Excerpted from:Globalize your Web Applications: Working with Dates in PHP
a2a_linkname=”Globalize your Web Applications: Working [...]
Lightweight Markup Languages
Lightweight markup languages are markup languages designed with an honest attempt to make them simple enough for non-programmers to read and write in them. There are several lightweight markup languages available on the internet. Arpan Dhandhania shows you how to use the two most popular languages: Textile and Markdown.
More: Lightweight Markup Languages
[...]
How to Create an Ajax Autocomplete Text Field: Part 8
This week we look at how to add a vertical scrollbar to the list. We’re also going to use a parameter to set the list size, so a vertical scrollbar will appear when the number of items exceeds it. By Rob Gravelle. 0605
Source:How to Create an Ajax Autocomplete Text Field: Part 8
[...]
How to Create an Ajax Autocomplete Text Field: Part 7
In this series we’ve built a fully functional Autocomplete control within Eclipse. For the remaining installments, we’ll be updating the Autocomplete control’s layout to CSS, decoupling it from the Autocomplete.jsp page, tweaking the appearance of the list, and implementing additional functionality. By Rob Gravelle. 0522
See the original post here: How to Create an Ajax Autocomplete [...]
How to Create an Ajax Autocomplete Text Field: Part 6
In part 5 of the series, the AutocompleteList JavaScript file, we wrote the client-side script to manage the behavior of the Autocomplete control in the browser. This week we’re going to finish the remaining Web files, including the AutocompleteSearch.jsp page. 0515
Go here to see the original: How to Create an Ajax Autocomplete Text Field: Part [...]


