Search Results

Firebug Extensions

cookies, css, debug, extension, firebug, firefox, firephp, PHP, plugin, speed, yslowYSlow measures your site’s speed against Yahoo’s rules for high-performance websites
Firecookie shows all the cookies being accessed by the current web page
FirePHP brings PHP debugging into Firebug using special “X-FirePHP-Data” headers that are invisible in the browser. FirePHP requires a PHP library to send the [...]

jQuery 1.3.1 distribution

compression, jquery, yuijQuery (jquery.com) no longer provide a “packed” version (run through Dean Edwards’ Packer with Base62 encoding turned on)/ The main reason is that packed scripts are slower for the user than what you would get from using just minification. This may seem counter-intuitive since a packed script’s file size is smaller than a [...]

Zend Studio Neon best PHP development tool

best, development, eclipse, ide, PHP, studio, zendZend Studio Neon comprises a ultimate comprehensive package of features. Includes everything you might ever need for full PHP development.
The following new features are available in Zend Studio Neon:

Basic Features

PHP4 and PHP5 Support

Syntax Coloring

Code Assist (elements, PHPDoc, parameter hints, include statements)

Templates (PHP, PHPDoc, New File)

Code Folding (Classes, functions and PHPDoc)

Real [...]

Zend Framework 1.0.2 Released

framework, mvc, PHP, release, webdevelopment, zendframeworkI am pleased to announce the release of Zend Framework 1.0.2, now available for download on the framework website.

New database adapter for PDO_IBM
Custom database profiler support
New Google Base support with Zend_Gdata_Gbase
Added CAPTCHA support to Zend Gdata
Improved PDF component documentation
Enhanced search performance
More flexible language translation facilities
Additional UTF-8 support for validation
Documentation [...]

PostgreSQL 8.3 Beta 1 is amazing

PostgreSQL database sql Just look at new features:

Greatly improved performance consistency, through HOT, Load Distributed Checkpoint, JIT bgwriter, Asynchronous Commit, and other features.
TSearch2 full text search integrated into the core code with improved syntax and ease of adding custom dictionaries.
SQL:XML syntax.
Logging to database-loadable CSV files.
Automated rebuilding of cached plans.
ENUMs, UUIDs [...]

jQuery major update

AJAX, browser, client-side, development, framework, Javascript, jquery, major release, web, web2.0jQuery 1.2
New Features

Selectors

:has(selector)
:header
:animated
XPath Selector Plugin

Attributes

.val() Overhaul

Traversing

.map()
.prevAll() / .nextAll()
.slice()
.hasClass()
.andSelf()
.contents()

Manipulation

.wrapInner() / .wrapAll()
.replaceWith() / .replaceAll()
.clone(true) Event Cloning

CSS

.offset()
.height() / .width() for document and window

Ajax

Partial .load()
Cross-Domain getScript
JSONP
.serialize() Overhaul
Disable Caching

Effects

.stop()
%/em Animations
Color Animations
Relative Animations
Queue Control
:animated
step: Function

Events

Namespaced Events
.triggerHandler()

Internals

Documentation Move
Expando Management [...]

Great updates in PHP developers camp

eclipse, ide, pdt, PHP, zendEclipse PHP Development Tools
The PDT project is working towards providing a PHP Development Tools framework for the Eclipse platform. This project will encompass all development components necessary to develop PHP and will facilitate extensibility. It leverages the existing Web Tools Project in providing developers with PHP capabilities.
Enjoy brand new 1.0 RC-1 release [...]

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

Pages: 1 2 3 4 5 Next