Search Results

Surf the Web in Mini

Opera Mini 4
Opera has given us 10 reasons to love Opera Mini 4 which includes:

Surf the Web in style
“X marks the spot” — start at the right place
Stay at the right place
A virtual mouse
Power scrolling
Fast and cheap browsing
Good old Small Screen Rendering
Quick access to key functionality with the context menu
Web designers go wild

iPhone Browser Capabilities [...]

How to implement full text search

basics, content, database, full, full-text, howto, implementation, index, indexing, MySQL, search, sql, Sqlite, text
Basic approach

tokenize into words
case folding
stemming (convert each word into its root form; porter stemmer very popular stemmer for English
remove stop words
for each word left create posting list per word

Queries

OR queries do an intersection
AND queries do a union

Phrase Queries

Bad way: Do an [...]

WSDL Resources

Web Services Description Language (WSDL) 1.1
This document is a submission to the World Wide Web Consortium as a suggestion for describing services for the W3C XML Activity on XML Protocols. This draft represents the current thinking with regard to descriptions of services within Ariba, IBM and Microsoft
WSDL Essentials
This is Chapter 6: WSDL Essentials [...]

Flash got big H

New hot Adobe Flash Player 9 got support for H.264 video and High Efficiency AAC audio codecs in the latest update, available in beta on Adobe Labs.
Adobe Labs features prerelease versions of the Flash Player 9 Update software. The beta is an opportunity for developers and consumers to test and provide early feedback to Adobe on [...]

PHP opcode caches - require_once is slow

php opcode+cache apc xcache eaccelerator mmcache issues require_once
If you got a large OO PHP application, you usually come with many files included using “require_once()”. Different test from different sources shows that using require_once works up to 4 times slower than require. Basically, all known PHP opcode caches suffers from this issue (APC, XCache, ea/mmcache).

There’s patches [...]

Better than VMware - freeware virtualization solution for application development

virtualization opensource cooperative-linux windows application-development

Having hard time trying VMware and setting up testing server for application development, I came across unbelievable opensource not-a-toy solution - Cooperative Linux. CoLinux is working free and open source method for optimally (means fast) running Linux on Windows natively. It allows run Linux on Windows 2000/XP in a way which is much [...]

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

Solution for MS Word - This document could not be registered Error

microsoft office word error solution bugs office+2007 ms+office
I’ve upgraded PC recently and reinstalled OS and stuff. Since then every time I open MS Word (desperately tried both 2007 and old 2003), I get this message: “This document could not be registered. It will not be possible to create links from other documents to this [...]

Manage database from Firefox - SQLite Manager Extension

firefox sqlite manager database software xul xulrunner Firefox 2 got a Storage - database API baked by sqlite. It makes possible to operate any sqlite database from firefox programmatically. And finally someone created most exotic desktop SQLite Manager - XUL application, running in Firefox or XULRunner, needless to say it is crossplatform. Not that much [...]

Pages: 1 2 Next