-
Are you a great developer?
Categories
- agile (3)
- algorithms (19)
- css (29)
- download (3)
- featured (46)
- flex 3 (25)
- javascript (139)
- micro tutorial (203)
- PHP (110)
- portfolio (5)
- snippets (7)
- video (1)
- web development (167)
- zend framework (81)
Author Archives: Stoimen
Computer Algorithms: Bubble Sort
Overview It’s weird that bubble sort is the most famous sorting algorithm in practice since it is one of the worst approaches for data sorting. Why is bubble sort so famous? Perhaps because of its exotic name or because it … Continue reading
Posted in algorithms
Tagged Bubble sort, Discrete mathematics, DOM, famous sorting algorithm, Heapsort, ineffective algorithm, javascript, Mathematics, Merge sort, Order theory, PHP, Quicksort, Selection sort, slow ineffective algorithm, Sort, Sorting, Sorting algorithms, well known sorting algorithm
2 Comments
How to Dump the Generated Zend_Db SQL Query
The Typical PHP Approach Typically a PHP programmer will write his SQL query as a string and will execute it via mysql_query. $sql = "SELECT * FROM my_table"; $resource = mysql_query($sql); So eventually when you want to dump this “complex” … Continue reading
Posted in PHP, zend framework
Tagged controller, Cross-platform software, debug, From, Insert, PHP, PHP programmer, PHP programming language, select, SQL, SQL keywords
Leave a comment







