Categories
- agile (3)
- algorithms (17)
- css (29)
- download (3)
- featured (46)
- flex 3 (25)
- javascript (138)
- micro tutorial (202)
- PHP (108)
- portfolio (5)
- snippets (7)
- video (1)
- web development (167)
- zend framework (80)
Category Archives: PHP
An FFMPEG Question – Why PHP’s exec() Doesn’t Return the Command Output
string exec (…) Here’s the tricky part. As we know from the exec() man page this function executes the given command. As described there, the exact declaration of this method is: string exec ( string $command [, array &$output [, … Continue reading
Posted in micro tutorial, PHP
Tagged Android, Application software, Computing, Dc, Exec, FFmpeg, PHP, Process, Standard streams, unix
5 Comments
From SVG to Geo Coordinates – A Complete Guide
Why This Task Is Not Trivial? First of all what do we have? There is a vector shape, which may represent a map, which we’d like to convert into a GEO map. In other words there is a SVG file … Continue reading







