Wed Development

TwitterFacebook
Get flash to fully experience Pearltrees
Drupal Site Recipes

Basic Setup 6.x

This suite is primarily a set of APIs and tools to improve the developer experience. It also contains a module called the Page Manager whose job is to manage pages. In particular it manages panel pages, but as it grows it will be able to manage far more than just Panels. http://drupal.org/project/ctools

Chaos tool suite (ctools) | drupal.org

Dev w/ IDE & other Tools

viewer = new TableViewer(parent, SWT.MULTI | SWT.H_SCROLL | SWT.V_SCROLL | SWT.FULL_SELECTION | SWT.BORDER); createColumns(parent); final Table table = viewer.getTable(); table.setHeaderVisible(true); table.setLinesVisible(true); Eclipse provides already an implementation of this interface via the ArrayContentProvider class. ArrayContentProvider supports Arrays or Lists as basis for the underlying data. As ArrayContentProvider does not store any data, you can share instances. http://www.vogella.com/articles/EclipseJFaceTable/article.html

Eclipse JFace Table - Tutorial

http://docs.amazonwebservices.com/AmazonCloudFront/latest/DeveloperGuide/RTMPStreaming.html#Streaming_URLs?r=2622

Amazon CloudFront

The basic CloudFront distribution is a download distribution that serves HTTP content. You might want to also serve streamed media using a streaming protocol. This section describes how to use CloudFront to stream on-demand media files. With CloudFront, streaming means that the end user receives and uses (for example, views) media simultaneously. A streaming server streams the data over a special protocol to a media player that plays the media as it receives it. When the end user is done viewing the video (for example), the video isn't stored locally on the end user's system.

CloudFront Steaming | CloudBerry S3 Explorer

Note: this post applies to CloudBerry Explorer 1.9.1 and later. CloudFront team recently introduced a set of features that would to allow you to secure content streamed through Amazon CloudFront. Private content features for streaming distributions give customers more control over who can and who cannot view content streamed with the service. New release of CloudBerry Explorer fully supports configuring private content for streaming distributions and this article will demonstrate how. To enable Private Content select a bucket and click Streaming button on the toolbar on in the context menu. Make sure a streaming distribution is created already and go to Private Content tab. http://blog.cloudberrylab.com/2010/03/how-to-configure-private-content-for.html

Amazon S3 | Bucket Explorer

Your data is stored at multiple data centers No minimum fee and no over usage fee. It costs just 15 cents per gig per month to store the data and only 10 to 18 cents per gig for data transfer. If you use only half a gig of the average space in a month, you only pay 7.5 cents. http://www.bucketexplorer.com/
The latest version of CloudBuddy Personal supports private content feature offered by Amazon S3 (link) which facilitates the user to enable private share of a bucket and create a private URL. Enabling Private Content The Private content can be enabled by clicking on 'Private Content' tab and selecting 'Enable Private Content' check box. On clicking origin access identity will be added which results in generation of Canonical user id and identify comment. http://m1.mycloudbuddy.com/plugin/cloudfront.html

CloudBuddy - Amazon S3

Red5 Media Server

Red5 Media Server 1.0 delivers a powerful video streaming and multi-user solution to the ©Adobe ©Flash Player and other exciting client technologies. Based on Java and some of the most powerful open source frameworks, Red5 stands as a solid solution for business of all sizes including the enterprise. Red5 includes support for the latest multi-user API’s including NetConnection, NetStream and SharedObject’s while providing a powerful RTMP / Servlet implementation. http://www.red5.org/
http://trac.red5.org/wiki/Red5Plugin/CreatingRed5Projects If this is your first time setting up a project with Red5 Plugin you will have to create a "Target Runtime". It currently shows . Click on the "new" button next to Target Runtime. You can go ahead and start the sever in debug mode by right clicking on "Red5 Server Runtime at localhost" and selecting "Debug". Eclipse should publish your application to red5 then startup red5. The console should display as Red5 boots.

CreatingRed5Projects – Red5

TracInstall – Red5

http://trac.red5.org/wiki/TracInstall Trac is written in the Python programming language and needs a database, SQLite , PostgreSQL , MySQL . For HTML rendering, Trac uses the Genshi templating system. What follows are generic instructions for installing and setting up Trac and its requirements. While you can find instructions for installing Trac on specific systems at TracInstallPlatforms on the main Trac site, please be sure to first read through these general instructions to get a good understanding of the tasks involved. The hardware requirements for running Trac obviously depend on the expected data volume (number of wiki pages, tickets, revisions) and traffic. Very small projects will run fine with a 500MHz processor and 128MB RAM using SQLite.

IDE Plugin » Red5 Media Server

Here you will find a screenshot tour of the Red5Plugin installation process in Eclipse 3.x. These particular screens were captured in Eclipse 3.4 running on Mac OSX. Install Red5Plugin in Eclipse 3.x. If you are using Eclipse 3.3 or Flex Builder 3 the instructions may differ. Eclipse 3.3/Flex Builder We recommend also selecting “Ganymede Discovery site” and “The Eclipse Project Updates” from the list before clicking ‘next’. When you select Red5Plugin you should be able to click “select required” and all the dependencies should be selected automatically. http://www.red5.org/red5-ide-plugin/