Search Results

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

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

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

A for August

shopping-cart-design holy-wars browser-wars iphone java erlang digest Welcome to my post-vacation digest:

Extremely useful reading for any internet enterpreneur – Top Ten Mistakes of Shopping Cart Design Revisited, A Survey of 500 Top E-Commerce Websites here.

Ralph Johnson talks about Erlang, the next Java :

Erlang is going to be a very important language. It could be [...]

Apple released Safari browser for Windows

apple safari browser windows controversial buggy free+software Apple claims it to be/have:
1. 2x Faster2. Elegant User Interface3. Easy Bookmarks4. Pop-up Blocking5. Inline Find6. Tabbed 7. SnapBack8. Forms AutoFill9. Built-in RSS10. Resizable Text Fields11. Private Browsing12. Security
Having rather controversial list of features, this browser does nothing but crashing on my PC
Maybe you will be more lucky to run it http://www.apple.com/safari/download/

Qcodo PHP framework – version 0.3.22 released

qcodo php framework rich internet application ajax tools Qcodo PHP framework is solid solution which can help you with application development. You can create rich internet application faster. You can implement mysql editor easily, utilize efficient ajax tools, integrate online wysiwyg editor for making rich internet application even better.
It took 3 month to release new [...]

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

Pages: 1 2 Next