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', [...]

Qcodo PHP development framework progress

qcodo code-less-do-more php framework CRUD ORM Qcodo is perfect code-less-do-more php framework. It is a powerful combination of Code generator and neat (ajax and buzzword stuff) stateful QForm/QControl/QPanel frontend (view) controls. Shortlist of features:

Code generation engine which offers support for non database-based data sources (like REST/SOAP/RSS servers/services, etc.), as well as a single, modularized Codegen [...]

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 [...]

Alternative PHP Cache (APC) and __autoload() interoperability

php cache apc autoload
The Alternative PHP Cache (APC) is a free and open opcode cache for PHP. It was conceived of to provide a free, open, and robust framework for caching and optimizing PHP intermediate code.

Many developers writing object-oriented applications create one PHP source file per-class definition. Using __autoload() helps to overcome one of [...]

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.

jQPie: jQuery PHP interface extension

ajax javascript jquery php jQPie interface XML HTML JSON
jQPie is a lightweight PHP interface to jQuery that supports XML, HTML and JSON handlers. Its lightweight, supports XML, HTML and JSON Handlers, API is simple, includes a powerful autocomplete plugin.

PHP security audit script

Recently I came across PHPSecInfo project, which offers easy deployable server-side php security audit solution.
PhpSecInfo provides an equivalent to the phpinfo() function that reports security information about the PHP environment, and offers suggestions for improvement. It is not a replacement for secure development techniques, and does not do any kind of code or app [...]

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. [...]

FireBug for Firefox - web 2.0 debugging with ease

javascript firefox ajax web2.0 tools development So what’s that cool about FireBug? Its Firefox extension with neat console, javascript debugger and inspector for all modern web developer’s needs. FireBug lets you explore the far corners of the DOM by keyboard or mouse. All of the tools you need to poke, prod, and monitor your JavaScript, [...]

Pages: Prev 1 2 3 Next