Archive for June, 2010

Develop PHP Script to EXE

Develop PHP Script to EXE

1. Bambalam
Bambalam PHP EXE Compiler / Embedder is a free command line tool to convert PHP applications to standalone Windows .exe applications. The exe files produced are totally standalone with no need for php dlls etc. The php code is encoded using the Turck MMCache Encode library. It’s a perfect solution if you want to distribute your application to Windows users while protecting your source code at the same time. The converter is also suitable for producing .exe files for windowed PHP applications (created using, for example, the WinBinder library). It’s also good for making stand-alone PHP Socket servers/clients (using the php_sockets.dll extension).

Website: http://www.bambalam.se/bamcompile/
Download: http://www.bambalam.se/bamcompile/download/bamcompile1.21.zip (win 32)
Src : http://blog.taragana.com/index.php/archive/how-to-php-script-to-windows-exe-file-generation/

2. PHP Apollo
PHP Apollo is a free command-line tool that converts a PHP script into an executable, as a compiler can do (but this is not a PHP compiler). The executable may works on any computer without the need to install PHP. A part of the interpreter is already included into the executable to run your PHP code.

Read the rest of this entry »

KCKFinder Open Source Web File Manager

Open Source Web File Manager

Open Source Web File Manager

KCFinder is an alternative to the CKFinder web file manager. It can be integrated into FCKeditor, CKEditor, and TinyMCE WYSIWYG web editors (or your custom web applications) to upload and manage images, flash movies, and other files that can be embedded in an editor’s generated HTML content.

Features
Fully integrated Ajax engine.
Clipboard for copying and moving multiple files.
Easy to integrate and configure in web applications.
Resize bigger uploaded images. Configurable maximum image resolution.
Configurable thumbnail resolution.
Visual themes.
Multilanguage system.

8 HTML5 Video Player

8 HTML5 Video Player

This is the list of HTML5 Video Player that can use in your site:

1. jMediaelement is a jQuery HTML audio-video development kit with can fallback to Flash and VLC for incompatible browsers.

jmediaelement

http://protofunc.com/jme/

2. Video JS is a JavaScript-based HTML5 video player that falls back to Flowplayer for unsupported browsers .

Video JS

Video JS

http://videojs.com/

3. JW Player For HTML5 is a totally skinnable and configurable player based on the tag of HTML5.

JW Player For HTML5

JW Player For HTML5

http://www.longtailvideo.com/support/jw-player/jw-player-for-html5

4. CwVideo is a toolkit for using and controlling HTML5 video with MooTools.

CwVideo

CwVideo

http://www.chipwreck.de/blog/software/cwvideo/

5. Kaltura, an advanced video publishing platform, is sharing a free and open source HTML5 Video & Media JavaScript Library.

Kaltura

Kaltura

http://corp.kaltura.com/

6. OSM Player is a highly customizable and open source HTML5 media player that is built with jQuery.

OSM Player

OSM Player

http://www.mediafront.org/project/osmplayer

7. Projekktor is an open source HTML5 video player that is built with pure JavaScript but uses Flash when there is no native H.264 support.

Projekktor

Projekktor

http://www.filenew.org/projekktor/

8. Video For Everybody is a smartly created HTML code for embedding videos into websites using the HTML5 element.

Video For Everybody

Video For Everybody

http://camendesign.com/code/video_for_everybody

Five New Features in Safari 5

New Features in Safari 5

Apple has launched its latest their web browser, Safari 5. It includes of new features for web developers, including a faster JavaScript engine, better HTML5 support, extension support, and a great Web Inspector update.

New Features in Safari 5

New Features in Safari 5

To explore what these new features mean for web developers, you can read this article :
5 Excellent New Features in Safari 5 by net.tutsplus
And
Safari 5: What’s New in Apple’s Latest Browser?

AeroWindow – Plugin for jQuery – Windows Aero Style

AeroWindow is a pop-up window jQuery plugin

AeroWindow is a pop-up window jQuery plugin

AeroWindow is a pop-up window jQuery plugin, inspired by the style of Window7.

The pop-ups not only look like a native Windows element but also behave similarly as well with the minimize, zoom, maximize and close functions.

There can be multiple pop-ups in one page where the active one is highlighted visually.
All can be resized, drag’n dropped or maximized with double-clicks, all like Windows.

Compatibility tested in the following browsers :
- Internet Explorer 6
- Internet Explorer 7
- Internet Explorer 8
- Mozilla Firefox 3
- Google Chrome 4
- Apple Safari 4
- Opera 10

SiteFusion: Open-source PHP/XUL application client-server framework

Open-source PHP/XUL application client-server framework - SiteFusion

Open-source PHP/XUL application client-server framework – SiteFusion

SiteFusion is a server-based development environment. Applications are written in pure object-oriented PHP and work through a thin XUL client. SiteFusion applications look and behave like native system applications but run on a server generating JavaScript commands.

There are no extra configurations required than running a website as the XUL client connects to a regular web server.
In a running application, the server generates JavaScript commands that result in a GUI built from rich, operating-system native UI elements and fine-grained control over application behavior and reaction to user actions. The communication from the client to the server consists of events packed in JSON format.