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: July 2009
cancel bubbling on element click with jQuery
When you click over an element This is easy, on the element can be attached event listener an such event listener is built in as the click event is. It’s simply like that: <div click=”func1()”></div> This with jQuery A bit … Continue reading
javascript: what is typeof typeof
typeof If you’ve ever heard about typeof operator in javascript than, how about those few questions: what is typeof typeof ‘string’ ? what is typeof typeof? Answers The first one is “string”. Yes if there you have the following code: … Continue reading
jQuery debug plugin
Console.log() Almost everybody using Firebug extension of Firefox is familiar with console object and in common with console.log method, who’s taking an object parameter and dumps it into the Firebug console. It’s perfect for debugging and it’s really useful.The problem … Continue reading
Posted in javascript, micro tutorial, portfolio, web development
1 Comment
starting cronjob on Mac
It’s as easy as starting a cronjob on Linux Yeah it shouldn’t be different. You simply execute in the terminal the well known command crontab -e to start editing your crontab file. The crontab (cron table) in breve is the … Continue reading
javascript: detect browser speed and load the “slow connection” site version
How to detect the browser speed? It’s easy, you just put a ajax or image load in the beginning of the page and than you know what the speed is. But the problem is that the ajax and the image … Continue reading
Posted in javascript, micro tutorial
Tagged connection, iframe, javascript, low fidelity, slow, speed
2 Comments







