19 January, 2012
Matthew Setter writes a very interesting article; Ok, so you’re pretty comfortable with using the Zend Framework, specifically the use of Forms. Along with that, you have a good working knowledge of how to combine a host of standard validators such as CreditCard, EmailAddress, Db_RecordExists, and Hex, and standard filterssuch as Compress/Decompress, BaseName, Encrypt, and RealPath. But what do you do when a situation arises that’s outside the […]
Tags: ClamAV, Zend Framework, Zend_Form, Zend_Validate
Posted in Development, PHP, Zend Framework
18 January, 2012
HackIX joins #sopastrike#SOPAblackout #sopa and blacks out site on the 18th.
For more info http://sopastrike.com/
Posted in Uncategorized
6 January, 2012
Kevin Schroeder writes; Zend Server 5.6 is out. I’m actually pretty stoked about this release. Here’s a few reasons why.
Zend Server CE now contains the full Zend Server stack. Why do I find this exciting? Because the upgrade path from CE to the full version is stupid easy. That means you can try out all of […]
Tags: Job Queue, MySQL, Zend, Zend Server, Zend Studio
Posted in Development, PHP, Zend Server, Zend Studio
15 December, 2011
If you are seeing something interesting on the iPad screen that you would want to capture. Screenshot is quite useful, especially if you have an error on your device and you want to capture an image so that later you could show it to a support tech and they could assist you in fixing the issue.
Heres […]
Tags: Apple IOS, IPAD, IPAD2, Screenshoot
Posted in Development, iOS
21 November, 2011
PHPCloud.com is the landing page for our new cloud offering. Using the Zend Application Fabric you can build your applications in the same environment as you will be deploying your apps to. The application is built on my.phpcloud.com and you can then deploy it onto any platform where the Fabric is supported.
But how do you get started? […]
Tags: Cloud, PHP, Zend Studio
Posted in Cloud, Development, PHP, Zend Studio
18 November, 2011
Matt W answers;
Take advantage of the dynamic function construction in AS3.
private function myCallbackFunction(e:Event, parameter:String):void
{
//voila, here’s your parameter
}
private function addArguments(method:Function, additionalArguments:Array):Function
{
return function(event:Event):void {method.apply(null, [event].concat(additionalArguments));}
}
var parameter:String = “A sentence I want to pass along”;
movieClip.addEventListener(Event.COMPLETE, addArguments(myCallbackFunction, [parameter] ) );
Tags: AIR, Flash, Flex
Posted in AIR, Development, Flash, Flex
31 October, 2011
Nick Kwiatkowski created a few very interesting posts with video tutorials, he writes; The second I heard about Adobe giving us the ability to create our own extensions to the Flash Platform in AIR 3.0, I was smitten. It was finally a way that we could add our own features and do the things that were […]
Tags: ANE, Flex, Tutorial, Video
Posted in AIR, Development, Flash, Flex, Videos
6 October, 2011
UPDATE: I have another Drag-and-Drop Revisited post that covers even more drag-and-drop functionality available in Flex 4.
The Flex 4 gods were kind to us developers when they made the great decision to leave the custom drag-and-drop support unchanged. We just do what we’ve always done: detect the user is trying to drag something via mouseDown or […]
Tags: AIR, Drag and Drop, Flash, Flex
Posted in AIR, Development, Flash, Flex
28 September, 2011
ahillman3 on Stack Overflow wrote this (and won my hero of the day award); OK, the primary focus for your solution is the preloader attribute on a mobile application. See the preloader=“CustomSplashScreen” below:
< ?xml version=“1.0″ encoding=“utf-8″?>
The CustomSplashScreen extends and overrides the spark.preloaders.SplashScreen class, and the getImageClass function.
package
{
import mx.core.DPIClassification;
[…]
Tags: Flash, Flash Builder, Flex, FXG, SplashScreen
Posted in AIR, Android, Development, Flash, Flex, iOS, PlayBook
19 September, 2011
Daniel Freeman writes; I’ve had feedback from a few developers wanting a way to combine MadComponents with Flash Builder 4.5 for mobile. I intended MadComponents as a lighweight alternative to using the Flex framework. So while I don’t really like the idea of mixing them – it’s certainly possible to incorporate MadComponents within an MXML […]
Tags: AIR, Flash, Flex, MadComponents
Posted in AIR, Android, Development, Flash, iOS, PlayBook
16 September, 2011
Daniel Freeman writes; In this final MadComponents tutorial we’re going to look at the third and final Flash Builder 4.5 tutorial (from here), and do it the MadComponents way. Adobe’s Flex Test Drive for Mobile: Build a mobile application in an hour, takes you through building an AMF web service, and then building a mobile client application […]
Tags: Android, Apple IOS, Flash, Flex, MadComponents, PlayBook
Posted in AIR, Development, Flash
7 September, 2011
dkozar evolved a working method to Authenticate and Authorize a Flex based app datas service call using Zend AMF, he writes;
I’ve been struggling with it, and figured it all out — so, perhaps it could help others.
The authentication is called on the server only if credentials supplied from the client (via the remote procedure call […]
Tags: AIR, Flash, Flex, Zend, Zend Framework, ZendAMF, Zend_Acl, Zend_Amf_Server, Zend_Auth, Zend_Db
Posted in AIR, Development, Flash, Flex, PHP, Zend Framework
4 September, 2011
Kevin Schroeder writes; I forget why, but a few days ago I started doing some digging around with authentication in Zend_Amf_Server. I had figured that I would add an adapter to the Zend_Amf_Server::setAuth() method and that would be it.
But I was wrong.
AMF allows for multiple request bodies to be sent at the same time. Of those there […]
Tags: AIR, Flash, Flex, Zend Framework, Zend_Amf, Zend_Amf_Server, Zend_Auth
Posted in AIR, Development, Flash, Flex, PHP, Security, Zend Framework
1 September, 2011
roustalski writes somthing that will save you quite a bit of time if you get caught with this runtime error; When you show a popup in Flex in a mobile environment, defined as the style “interactionMode” being set to InteractionMode.TOUCH in this context, that is based on a component that does not implement the mx.managers.IFocusManagerContainer […]
Tags: AIR, Flash, Flex, Skinnable
Posted in AIR, Development, Flash, Flex
31 August, 2011
Since Flex 4.5, you have had the ability to develop and export your projects as Android, iOS and PlayBook mobile applications that behave as native ones.
You can also export your Flex mobile project as AIR desktop apps. Just open Flash builder, open your project and choose Project > Export release build. You can then export a […]
Tags: AIR, Android, Flash, Flex, iOS, PlayBook, Tutorial
Posted in AIR, Android, Development, Flash, Flex, iOS, PlayBook