Vasiliy Selivanov

  • RSS

Google Maps API for Flash/Flex

Posted on Tuesday, June 3rd, 2008

Google annaunce Google Maps API for Flash/Flex. What we could find on official site This API lets Flex developers embed Google Maps in Flash applications. Similar to the JavaScript version, this ActionScript API provides a number of utilities for manipulating and adding content to maps through a variety of services, enabling you to embed robust, [...]

continue reading

Adobe’s Flash Player 10 API Documentation

Posted on Tuesday, June 3rd, 2008

So you know Adobe® Flash® Player 10, with code-named "Astro". You could download player from abode http://labs.adobe.com/ If you interesting in api documentation you could download it in one archive (6.46 Mb)     Features and Enhancements Flash Player 10 includes new features, enhancements and bug fixes, including: Creative Expression Custom Filters and Effects 3D [...]

continue reading

Clearfix

Posted on Monday, September 8th, 2008

I want to share with you great css feature called clearfix. So use it instead of clear:both, and you will be happy. Many times this feature help me in my projects Using is pretty simple 1  <div class="clearfix">     <div style="float:left;"></div>     <div style="float:right;"></div> </div> Clearfix class is: 1<br /><span style="font-family: Courier New;">.clearfix:after {<br />&nbsp;&nbsp;&nbsp;&nbsp;content: [...]

continue reading

Zend Framework 1.6 Release Candidate 1 now available!

Posted on Wednesday, July 23rd, 2008

An overview of new features:

  • Dojo Integration
    • JSON-RPC
    • Dojo Data packing
    • Dojo View Helper
    • Dijit integration with Zend_Form & Zend_View
    • Dojo Library Distribution
  • SOAP
    • SOAP Server
    • SOAP Client
    • Autodiscovery
    • WSDL access
    • WSDL Generation
  • Preview of Tooling Project in Laboratory (see /laboratory folder)
    • Command Line Interface
    • Project Asset Management
  • Unit Testing Harness for Controllers
  • Lucene 2.3 Index File Format Support
  • Zend_Session save handler for Database Tables
  • Paginator Component
  • Text/Figlet Support
  • ReCaptcha Service
  • Zend_Config_Xml Attribute Support
  • Character Set Option for DB Adapters
  • Zend File Transfer Component
  • New Media View Helpers (Flash, Quicktime, Object, and Page)
  • Support in Zend_Translate for INI File Format

 

This obviously marks a very important step towards a high-quality, highly tested 1.6 GA release. Thanks to everyone who has contributed to this release in any way: with patches/check ins, documentation/translations, and bug reports.

But our work is not yet over! Let’s do our best to bring this release to the breaking point to find areas we can improve the release for General Availability. Based on your feedback we will determine in the next few weeks whether we require additional release candidates, so please provide feedback on our issue tracker (http://framework.zend.com/issues) as soon as you can and ask any questions/post your experiences on the appropriate mailing list.

read more :

devzone.zend.com/

Posted in: php, Zend.