Archive for the ‘Programming’ Category

Aptana (eclipse) YUI compressor

Tagged: JavaScript Date: 24th, February 2009

This post is mostly note to self… but some may find it useful.
For javascript compression, merging etc on Aptana (…eclipse…) use:
http://www.rockstarapps.com/joomla-1.5.8/products/downloads.html

  • Leave Comment
  • Read Comments (0)

Bash job queuing: Task Spooler

Tagged: Programming, Ubuntu Date: 9th, February 2009

Today I found nifty little tool for queuing bash jobs, Task Spooler.
Imagine you hava list of jobs that are dependant on each other.
First job converts video from one format to another, second job should trigger if first job was successful and do some status updating. This is exactly a thing Task Spooler will help you [...]

  • Leave Comment
  • Read Comments (2)

toGDImage() broken: Patching ffmpeg-php 0.6.0

Tagged: PHP, Programming, Ubuntu Date: 8th, February 2009

As fallow-up to previous post (link).

After toying with fresh ffmpeg-php 0.6.0 I kept getting error:
Fatal error: failed to convert frame to gd image

Problem lies in broken function _php_avframe_to_gd_image in ffmpeg_frame.c, in the base ffmpeg-php package.
To fix this problem download this patch file and apply it to ffmpeg_frame.c like so:

cd /path/to/ffmpeg-php-0.6.0/
wget http://hazaah.com/download/ffmpeg_frame.c.patch
patch -p0 ffmpeg_frame.c < ffmpeg_frame.c.patch

Reinstall [...]

  • Leave Comment
  • Read Comments (5)

Ferdinand.PhotoTag – Facebook like photo tagging

Tagged: Ajax, JavaScript, PHP Date: 22nd, December 2008

I have just released very simple photo tagging solution. It works much like Facebook tagging and requires Prototype and optionally PHP5/MySQL (you can always make backend from scratch in any lang/db you wish… it requires novice skills).
Tested in Firefox, IE6+, Safari and Chrome.
Here is the link: http://ferdinand.rs/javascript/ferdinandphototag

  • Leave Comment
  • Read Comments (0)

Ferdinand.Slider – Javascript news slider

Tagged: Ajax, Database, JavaScript, Programming, Wordpress Plugins Date: 9th, December 2008

Moved
Go to new addres >>

location.href=”http://ferdinand.rs/javascript/ferdinandslider”;

  • Leave Comment
  • Read Comments (0)