Search Results

bootstrap php code

Let’s discuss how to bootstrap php code – funnel the HTTP requests into single php script, which handles the web application. First thing you need to do is to add this rewrite code to your .htaccess file [...] It looks relatively easy to bootstrap php code, but remember you should check very carefully all incoming data to secure your application.

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

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

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

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

Zend Framework 1.0.0 production release

zend zend+framework php php5 framework mvc php+framework Zend announced availability of the first production release of Zend Framework.
The Zend Framework project has developed solutions to solve frequent needs of web application developers, including the following areas:

Powerful MVC framework
Database access solution that balances ORM with efficiency and simplicity
Lucene-compatible search engine
Advanced I18N support
Robust authentication/authorization classes and input [...]

EuroPHP – Pan-European PHP version to make my day

php pan-european-php europhp Following trend to fight against modern American imperialism and advancing European interests in the global community, we strive to naturalise the PHP language. To achieve this goal we offer this first feature of many, which brings it closer to European standards by replacing the weak dollar symbol, with the mighty euro symbol. [...]

PHP opcode caches – require_once is slow

cache, opcode, PHP, require_once, slowIf 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 committed in APC that [...]

Pages: 1 2 3 4 Next