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
JavaScript typeof operator
typeof vs == It sounds strange but most of the web developers still use == operator to check the ‘undefined’ value of a JavaScript variable. Don’t know why but however there’s typeof operator and I strongly recommend it for that … Continue reading
reload the page with javascript
Sometimes there’s a need to reload the page with JavaScript. There’s a built in method for that! Just use: window.location.reload()
Posted in javascript, micro tutorial, web development
Tagged javascript, reload, window.location.reload()
Leave a comment
Zend_Date with dates before 1901
Zend_Date Zend_Date is the Zend Framework module for manipulation of dates. It gives several advantages. Everybody how has dealed with dates knows that built in PHP date function cannot manage dates before 1901. With that kind of problems Zend_Date is … Continue reading
Posted in micro tutorial, PHP, zend framework
Tagged date, issue, PHP, zend framework, zend_date
Leave a comment







