Plugin Name: a2zVideoAPI widget
Plugin URI: http://svnlabs.com/a2zvideoapi/
Description: a2zVideoAPI allows you to adds a sidebar widget to show video from various sites including youtube, dailymotion, google, vimeo, metacafe, blip.tv, hulu, 5min, myspace, ehow, break, flickr etc.
Author: Sandeep Verma
Version: 0.7
Author URI: http://blog.svnlabs.com
Other: Curl must be on your server to use this plugin. This widget tested to latest version of wordpress.
Some API supported URL:
http://www.youtube.com/watch?v=mXMf9GOzzOA
http://www.dailymotion.com/video/x5z91e_lets-play-holi_music
http://video.google.com/videoplay?docid=-7577046582869136330&hl=en
http://www.vimeo.com/9573920
http://www.metacafe.com/watch/4230785/ghetto_star_weekly_randy_radermacher/
http://blip.tv/file/3272712?utm_source=featured_ep&utm_medium=featured_ep
http://www.hulu.com/watch/131066/saturday-night-live-we-are-the-world-cold-open
http://www.viddler.com/explore/coop/videos/54/
http://www.5min.com/Video/How-to-Organize-Your-Life-219728873
http://vids.myspace.com/index.cfm?fuseaction=vids.individual&videoid=51722257
http://vodpod.com/watch/2492783-reactos-install-screencast-tutorial
http://www.ehow.com/video_4983481_change-ip-address-windows-vista.html
http://www.break.com/usercontent/2009/4/How-to-Run-Linux-on-Windows-Ubuntu-699185.html
http://www.atom.com/funny_videos/sw_gangsta_rap_chronicles/
http://www.funnyordie.com/videos/4d47a07835/danny-mendlow-the-solution-to-racism-and-the-biggest-issue-in-the-world
http://www.flickr.com/photos/traceytilson/3033319841/
Installation:
1. Download a2zVideoAPI.zip
2. Extract and upload a2zVideoAPI.php to the plugins/ directory
3. Enable a2zVideoAPI Widget in the Plugin admin panel
4. Place a2zVideoAPI in the sidebar, and edit it to enter the Video URL
Other Links:
http://code.google.com/p/a2zvideoapi/
http://github.com/svnlabs
Framework: A web application framework is a software framework that is designed to support the development of dynamic websites, Web applications and Web services.
1. CodeIgniter
2. CakePHP
3. Zend
4. Symfony
CMS: A content management system (CMS) is the collection of procedures used to manage work flow in a collaborative environment. These procedures can be manual or computer-based.
I read some where “Quality is not a product.. it is a process ”
I think process is hard-work we do and product is final result we get.
But how we make our process to get a good product, as a LAMP developer I think track processes “Debug Log” is good sort of tool for monitoring programs.
Trouble shooting is quite simple with Log Files. Log file can be used with analysis tools, it’s possible to get a good idea of where errors are coming from, how often errors return.
Here you can see a simple PHP script to trace PHP programs…
debugLog.php
………………….
function debugLog($log, $text)
{
$log_dir = dirname($log);
if( !file_exists($log_dir) or !is_dir($log_dir) or !is_writable($log_dir) )
return false;