Categories
- agile (3)
- algorithms (16)
- 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)
Monthly Archives: May 2009
Zend Framework and multiple db connections
The use case Recently we (Petar Atanasov and me) were working on a Zend Framework project, which requires more than one database connections. The framework as a typical MVC architecture does not allow that functionality forcing the user to use … Continue reading
Posted in micro tutorial
Tagged adapters, connections, db, db adapter, multiple, zend framework
Leave a comment
JavaScript encode cyrillic symbols with encodeURIComponent
JavaScript and Cyrillic Let’s assume we’ve a JavaScript file which rewrites the location.href, resulting in changes in the URI of the browser. Everything is OK till you work with Latin alphabet. The problem arises when you decide to put some … Continue reading
Posted in javascript, micro tutorial, web development
Tagged cyrillic, encode(), encodeURIComponent(), javascript
Leave a comment
JavaScript random numbers
The task is … to generate a random number between any two interger unsigned numbers. Let’s assume we’ve two numbers ‘a’ and ‘b’, where b > a. (I don’t count the case with b==a, cause it seems to be pretty … Continue reading
Remove DOM Element with JQuery
JQuery and DOM JQuery is one of the most famous JavaScript library online. There are so much articles in the web about it, that I feel useless to describe it again. The good parts of that library is the amazing … Continue reading







