Memcached in PHP Made Easy With Zend Framework

Before continuing down the Memcached path in ZF, it’s important to get a picture of how caching is implemented with Zend_Cache. With Zend_Cache, you must configure a frontend “strategy” (Zend_Cache_Frontend) and a backend “engine” (Zend_Cache_Backend). Each caching object must have a backend and a frontend.

Read on for an overview on how to use Zend_Cache with Memcached or any other supported backend cache.

Link: Memcached in PHP Made Easy With Zend Framework



Zend Amf now with php session support

A great example of how to incorporate Zend_Session into Zend_Amf_Server.

Link: Zend Amf now with php session support | Wade Arnold



Introducing S3STAT – Web Log Analysis for Amazon S3

S3STAT is a service that takes the detailed server access logs provided by Amazon's Simple Storage Service (S3), and translates them into human readable statistics, reports and graphs.

Link: Web Log Analysis for Amazon S3 – S3STAT



Browser Security Handbook by Google

This document is meant to provide web application developers, browser engineers, and information security researchers with a one-stop reference to key security properties of contemporary web browsers. Insufficient understanding of these often poorly-documented characteristics is a major contributing factor to the prevalence of several classes of security vulnerabilities.

Link: Browser Security Handbook



Firefox Share Tops 20% for November ’08

For the first time since we began tracking, the Firefox browser has exceeded 20% share for a full month. Mozilla's CEO, John Lilly, gives credit to the Mozilla community.

Link: website statistics, hit counter, search engine submission



Eclipse PDT 2.0 is now available

Fully compliant with Eclipse standards, the new 2.0 release enables PHP developers to leverage a wide variety of Eclipse projects, such as Web Tools Project (WTP) and Dynamic Language Toolkit (DLTK), for faster and easier development. PDT 2.0 also offers strong support for Object-Oriented Programming (OOP) in PHP.

Link: Eclipse PDT 2.0 is now available



How to Organize a Database Table’s Keys for Scalability

Let's say I have shards that store proverbial invoices. Since each shard is a stand-alone db instance, it will have "invoices" table with auto_incremental PK. Each shard auto increments the PK value on its own and so values are not unique among shards. In such a case I cannot expose an invoice by its id. www.example.com/invoices/123 could return multiple invoices from multiple shards. Am I missing anything here?

The following post contains some helpful strategies for implementing a distributed primary keys.

Link: blog.maxindelicato.com: How to Organize a Database Table’s Keys for Scalability



Introducing “Google Product Ideas”

You can tell us what you think is a great idea for our products, what you think we could improve on, or what you really love about Google mobile products. The Product Ideas team will be here to check in from time to time and see what's cooking. We'll make sure to keep you updated on what we see being voted to the top, or when a new feature or fix launches based on the feedback you provided.

Link: Google Product Ideas: Welcome to the Official Product Ideas Blog!



Appcelerator Launches Titanium: AIR for the Open Web

Titanium allows developers to create platform independent, web enabled desktop and mobile applications… Titanium is built on top of a number of open source projects, including WebKit, Gears, and Chromium. Some of the most important features of the platform include direct file system access, built-in database support, native windowing, desktop notifications, geo-location, and a plugin architecture for easily extending the platform.

Link: Appcelerator Launches Titanium: AIR for the Open Web – ReadWriteWeb



Prev