class="PHP CSS HTML SQL jQuery Zend Doctrine"

MySQL stored programs: functions

Since the fifth release of MySQL (5.1 to be exact) programmers have capability to use stored programs (functions, procedures and triggers), a feature well known from other popular databases. According to the result of my small research it's a nameless subset of the ANSI SQL: 2003 SQL/PSM specification, very similar to the SQL PL (based on the same specification) used by DB2 and less similar to the PL/SQL (Oracle, DB2), PL/pgSQL (PostgreSQL) and T-SQL(SQL Server and Sybase).
Read more!


Basic chart with Raphael and a few learning resources

Raphael is a much less popular then jQuery or even Mootools. It's harder to find tutorials, help and as far as I know there isn't any book about it. Taking that into account I'm putting chart that I've created during learning basics of Raphael. One day it may become an alternative for g.Raphael (I can hardly imagine that), but at this stage it could be only a starting point or a testing ground. It may help you start your own project based on Raphael.js.
Read more!









<?php echo Hello World

A short introduction to subjects I'm going to write about and some organizational things. Non original title and non original blog post, but I've to start somehow.
Read more!

 

Back to Top