Categories
- agile (3)
- algorithms (34)
- cheatsheets (2)
- css (29)
- download (3)
- featured (46)
- flex 3 (25)
- javascript (139)
- micro tutorial (203)
- PHP (111)
- portfolio (5)
- quiz (7)
- snippets (7)
- video (1)
- web development (168)
- zend framework (81)
Tag Archives: firebug
CSS effective selector
CSS optimization Recently I posted an article about CSS optimization describing five simple steps you can do to speed up the page load time and the bowser execution time. One of the key features is to use effective selectors, but … Continue reading
Posted in css, micro tutorial
Tagged Cascading Style Sheets, firebug, Google Inc., html, Web design, web development, World Wide Web
Leave a comment
Firebug’s console.time() accuracy
Firebug’s console.time() As I wrote in my previous post Firebug is giving the ability to test performance of any chunk of JavaScript code with its console.time() method. One of the most discussed topics about performance and one of the most … Continue reading
Posted in javascript, micro tutorial
Tagged Computing, console.time, console.timeEnd, firebug, javascript
2 Comments
Writing a jQuery plugin – (part 2). Sample plugin.
To be breve I’ll write some sample code and quickly describe it afterwards. So what’s a plugin. Lets make a simple logging plugin that overrides the console.log function and prevents MSIE browser to throw an error when this function misses. … Continue reading
Posted in javascript, micro tutorial
Tagged $.log, Computer science, firebug, javascript, jquery, logging
Leave a comment





