Archive for May, 2009|Monthly archive page

Zend Framework with xampp

The leading open-source PHP framework has a flexible architecture that lets you easily build modern web applications and web services.

This is the practical information about zend framework with xampp, I want to use zend library with xampp but

Error: ” Warning: require_once(Zend/Loader.php) [function.require-once]: failed to open stream: No such file or directory in D:\xampp\htdocs\zendframework\htdocs\index.php on line 2

Fatal error: require_once() [function.require]: Failed opening required ‘Zend/Loader.php’ (include_path=’.;\xampp\php\pear\’) in D:\xampp\htdocs\zendframework\htdocs\index.php on line 2 “

Solution: Zend Framework requires no special installation steps. Simply download the framework,
extract it to the folder you would like to keep it in, and add the /library directory to your PHP include_path.

Just set include path in main php file where you want to access zend framework classes like….


<?php

//set include path to /library
set_include_path("D:\xampp\php\ZendFramework-1.8.0\library");

/*  remaining php code here */

//..........
//..........
?>

Happy zend + xampp :)

WordPress Plugins

http://www.bestwpthemes.com/

http://blog.lunarpages.com/2008/12/09/10-best-photo-and-image-wordpress-plugins/

http://cool-javascripts.com/galleries/10-jquery-plugins-for-showing-image-gallery.html

http://www.dhtmlgoodies.com/scripts/image-slideshow-vertical/image-slideshow-vertical.html

http://particletree.com/examples/lightbox/

http://www.1stwebdesigner.com/resources/57-free-image-gallery-slideshow-and-lightbox-solutions/

http://www.ajaxline.com/

http://devkick.com/lab/galleria/demo_01.htm#img/flowing-rock.jpg

http://spaceforaname.com/galleryview

http://www.spaceforaname.com/jquery/galleryview/gallery-customized.html

http://www.mytestbox.com/tips-tricks/8-wordpress-blog-photo-image-gallery-plugins-widgets/

http://blueprintds.com/2009/01/20/top-14-jquery-photo-slideshow-gallery-plugins/

http://wordpress.org/extend/plugins/made-by-simple-slideshow/screenshots/

http://slideshow.hohli.com/

http://www.featuredcontentgallery.com/

http://wordpress.org/extend/plugins/tags/slideshow/page/3

http://skyje.com/2009/05/120-wordpress-plugins-for-images/

doc2pdf – unoconv

Convert between any document format supported by OpenOffice :)

unoconv is a utility which can be used for can be used to convert any OpenOffice supported file to and from to other format…..


<code>/usr/bin/unoconv --server localhost --port 2002 --stdout -f pdf input.doc</code>

Reference:

http://dag.wieers.com/home-made/unoconv/

http://www.lampdeveloper.co.uk/tag/unoconv/

http://www.livedocx.com/