I use a lot of snippets when I program, those little shortcut that transform several lines of code. Zen coding goes further by proposing to use snippets the same way as the CSS selection.
For example the following line of code:
div#header
is tranformed into:
<div id=”header”></div>
And this:
div # header> p> lorem
is transform into :
<div id="header">
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor
incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud
exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure
dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.
Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit
This example shows how to create a JSP proxy for XML request Server-Side Scripting. When you write a Flex application, and when you are accessing remote hosts for services you have no control of (ex: RSS Feed), then you find out there is no cross domain file ( crossdomain.xml) and Flex app will complain. Using a proxy (JSP or PHP page for example ) can help you by pass this problem.
In project management, the purpose project charter is to develop the project scope statement. The process is a structure approach to define and authorize the project. It will ensure that the right project was chosen. The charter has to be sign by someone with proper authority and must mention the project manager.
The project charter is the document that formerly authorizes the project. It authorizes the project manager with the authority to apply organizational resources to project activities.
The project charter includes the following items:
Business Needs
High Level Requirements
Assign Project Manager
Summary Millstones
Summary Budget
The project charter is revisited in every phase of the project to make sure that the decisions taken are still valid.
The inputs may include the contract, Statement of Work (SOW), organizational assets , and enterprise environmental factors.
Motherboard.TV is an online video network and community focused on the exploration of the nature and culture of technology, as viewed through the lenses of curated editorial content, community, and dialogue.
They stream 100 percent original video content and complement it with sharply written stories by a revolving cast of editors from around the world.
But that’s not the least of it. In addition to sniffing out the smartest, most ground-breaking arbiters and advances of tech-related culture, Motherboard.TV also invites its viewers to join the discussion, serving as a much-needed forum for user-generated ideas and contributions.
After adding a SWC compiled with Flash CS3 Professional to the Flex Builder library build path of the project, design view no longer works.The Flex debugger does not work with Flash Player 9 (9.0.45.0) in the Mozilla browser.This patch allows the Flex SDK and Flex Builder to... […]
Flex 2.0.1 SDK hotfix 1 (build 159086) is a collection of bug fixes that have been completed since the Flex 2.0.1 release on January 5, 2007. This hotfix release is being made available to Flex customers who are experiencing any of the issues described in this document and require the prov... […]
Communication between JavaScript and ActionScript fails if a Flash or Flex movie uses ExternalInterface inside a form tag in Internet Explorer. The following error is displayed when you load, refresh, or close the page, or when you close the browser:Err... […]