Zend PHP Cloud Solution INFO
Zend Technologies has recently announced about PHPCloud, its cloud solution for PHP development. It is currently still in its beta phase. The following video clip created by Kevin Schroeder shows the first steps.
Silverlight Pages Navigation Security Issue PRO
When the Silverlight application uses pages the URL address is appended with the name of the page resource the user see. This has a security implication as it might allow a malicious user to access pages he is not allows to. The following video clip shows that.
Pages & Frames in Silverlight PRO
The Frame is a content control. It contains a single child element and it inherits from ContentControl. The single child it displays can be of the type Page. We can easily use this capability for developing an application that includes pages displayed one at a time within a frame. The following code sample shows how simple […]
Silverlight Resources & XML PRO
The Silverlight application is actually a package of files archived using ZIP and stored as a single file with the .xap extension. This file can include resources we want to be available for our application. We can alternatively keep these resources on the server or have them as part of the DLL file, which is […]