Home » Archive

Articles Archive for November 2013

Magento »

[25 Nov 2013 | Comments Off on Magento: Get Product by SKU]

Here is a quick code to get / load product by its SKU in Magento.
Generally we load product by its ID. Assuming product id to be ‘166’.

Magento »

[18 Nov 2013 | 4 Comments]

Here is a quick code to get add to cart url of any product.
Suppose that we are fetching add to cart url of a product with id ‘166’.

Linux, Ubuntu »

[11 Nov 2013 | Comments Off on Linux: Convert Video to Audio]

You can convert any video file to audio format (extract audio from video) with the help of FFmpeg tool.
FFmpeg is a complete, cross-platform solution to record, convert and stream audio and video. It includes libavcodec – the leading audio/video codec library.