Search Results

PHP function for html to plain text conversion (html2text)

php html2text html2txt convert html plaintext text Ready-made custom PHP function for performing boring task - converting fancy spicy html to bare hardcore plain text. Use with care. Can cause brain damage. function html2text($html) { $tags = array ( 0 => '~<h[123][^>]+>~si', 1 => '~<h[456][^>]+>~si', [...]

Do you need more than one second to choose PHP search engine?

php search+engine crawler indexer There’s a new article @ O’Reilly OnLamp.com — “search engine showdown” — that compares search engines for site. Here’s short excerpt to get the general idea of what they are all about:
iSearch has an excellent range of options for the needs of nearly any site, yet the core functions are encrypted [...]

Commercial and freeware Sqlite tools list

database sqlite desktop GUI explorer admin browser manager frontend navigator webadmin dbmanager Long list of sqlite database management applications. Listed software types: sqlite desktop, sqlite GUI, sqlite explorer, sqlite admin, sqlite browser, sqlite manager, sqlite frontend, sqlite navigator, sqlite web admin.

Web-based spreadsheet tool - Google Spreadsheets

web20 online-tools spreadsheet Google began accepting sign-ups to participate in a limited public beta test earlier this month (check Google labs for link). Basically it’s not Excel killer, there are no PivotTables, there’s no charting, and apart from sorting, you can’t do much with text. But there’s a lot more functionality than you might expect. [...]

Serious problems with $_POST array handling in recently released PHP 5.1.3

A critical bug with $_POST array handling as well as the FastCGI sapi have been discovered in PHP 5.1.3. The problem is actually messing data in $_POST:

<form method="post" action="" enctype="multipart/form-data">
<input type="text" name="java[server_1]" value="jboss">
<input type="text" name="java[server_2]" value="tomcat">
<input type="submit"></form>
Returning array:
(
[java] => Array
(
[...]

SQLite Database Browser - nice open source tool running on different platforms

SQLite Database Browser is a freeware, public domain, open source visual tool used to create, design and edit database files compatible with SQLite. It is meant to be used for users and developers that want to create databases, edit and search data using a familiar spreadsheet-like interface, without the need to learn complicated SQL [...]

JSEclipse 1.5

javascript ide eclipse plugin web20 web-20 ajax JSEclipse — (still) free and neat javascript editor, distributed as a plugin for Eclipse IDE.
Pros: Code outline is the best I’ve ever seen, syntax checking, support of popular javascript “Web 2.0″ libraries / frameworks like Dojo and Prototype.
Cons: Lacks source formatting and debugging (but its possible to debug [...]

PHP [MVC] Frameworks

php frameworks mvc Qcodo
A code generation-based framework for PHP5. Generates your object relational model (CRUD objects) as WELL as simple CRUD-based pages which can be extended/customized. Code can be regenerated without destroying customizations. Presented at MySQL User’s Conference as well as the Zend/PHP conference in 2005.
Symfony
Perfect documentation and tutorials. Based on Mojavi and inspired by [...]

Include JavaScript files from JavaScript

includes javascript js external js+includes javascript+includes You can easily include external JavaScript files directly from JavaScript, just like include() in php etc. No more script src=…, but best of all its fully dynamic. Here’s that nice piece of code:

Pages: Prev 1 2