Category Archives: web development

Friday Algorithms: Sorting a Set of Integers – Far Quicker than Quicksort!

Yes! It’s really really fast, and it’s far quicker than the quicksort algorithm, which is considered as the fastest sorting algorithm in practice. However how it’s possible to be faster than the quicksort, which is the fastest algorithm?! Is that … Continue reading

Posted in algorithms, javascript, web development | Tagged , , , , , , , , | 14 Comments

Joomla! – Old Code or Bad Code?

Recently I started managing a small system based on Joomla 1.0.15. I know there is a most recent version of the popular CMS, but this one wasn’t based on it. Actually once upon a time I was working with Joomla … Continue reading

Posted in web development | Tagged , , , , , , , | 5 Comments

Friday Algorithms: Quicksort – Difference Between PHP and JavaScript

Here’s some Friday fun. Let me show you one sorting algorithm, perhaps the most known of all them – the quick sort, implemented both on PHP and JavaScript. Although the code look similar between both languages, there are few differences, … Continue reading

Posted in algorithms, javascript, micro tutorial, PHP, web development | Tagged , , , , , , , , , , , , | Leave a comment

Flowplayer and Captions (Subtitles)

Actually I couldn’t mange to make it work with a non-javascript approach, but however with the .js help it works. I’ll paste here this code, hopefully this will help. Note that you’ve to change plugins/javascripts/videos/captions path! <html> <body> <div id="player" … Continue reading

Posted in javascript, web development | Tagged , , , , , | 4 Comments