Below is the link where you would find a very comprehensive guide to install and configure FFMPEG on your linux based system. http://hubpages.com/hub/Install-ffmpeg-on-CentOS-64-bit-to-convert-3gp-video-files FFMPEG is the open source project for converting Audio, Video and other media files to different formats. And also it provides lots of other features as well. Complete guide to FFMPEG can [...]
Archive for June, 2009
FFMPEG – Complete Installation & Configuration on linux
Posted in Third party Applications on June 5, 2009 | Leave a Comment »
Free Web Based Applications
Posted in Third party Applications on June 5, 2009 | Leave a Comment »
I have found very cool link where you would find very interesting list of applications for your usage. http://www.justskins.com/design/free-web-based-applications/2084 Hope you would Enjoy this!!
Javascript Events
Posted in Javascript on June 5, 2009 | Leave a Comment »
Following are some of the events that are provided by JavaScript OnChange: Occurs when user changes values in an input control. In text controls this event fire after user changes focus to other controls OnClick: This event occurs when a user clicks on the button control.This event is also occurs when a form is submitted [...]
Object Oriented Terminology
Posted in OOPS on June 5, 2009 | Leave a Comment »
Definitions Of Object: An object is combination and collection of data and code designed to emulate a physical abstract enmity.You can create number object of class. The properties, Variable and Methods define in class are called Members of class.
New Book: Flash with Drupal
Posted in Drupal on June 5, 2009 | Leave a Comment »
It’s really Great to see my Favourite Drupal now supported with Flash. Packt Publishing is pleased to announce the release of a new Drupal book called Flash with Drupal, authored by Travis Tidwell. Catered for Drupal Developers, this book walks the reader through the evolution of many different Flash applications built around the power and [...]
Basic URL Rewriting
Posted in SEO Tips & Tricks on June 4, 2009 | Leave a Comment »
Below is very basic example of url rewriting uing ApacheĀ and htaccess. If you want to rewrite url below, http://www.example.com/category1.htm to http://www.example.com/category.php?currentSection=1 Please use follow in your .htaccess.. RewriteEngine on RewriteRule category([0-9]+).htm$ category.php?currentSection=$1 Hope it should work!!
White Paper on Joomla!
Posted in White Papers on June 4, 2009 | Leave a Comment »
Gives you a basic understanding of Joomla! CMS