Categories
- agile (3)
- algorithms (17)
- 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)
Category Archives: web development
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
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







