'Blog' Category
-
Aug122009
Update: Floating Div Version 1.2 is Available
First of all, i was amazed when i got such a nice feedback from the jQuery community, telling me how they use my plug-in. Most of the people contacted me about it use the floating object for a floating menu in a web site – which i think adds a nice touch to it.
Some of [...] -
Aug052009
Implementing Floating Div
Problog
This blog cover the following topics:How to write a jQuery Plug-in
What is a floating object and where it can be used
How to move a DOM object using jQuery
Implementing a class in javascriptOne of the things that I really like about jQuery is its huge community that develops plug-ins for the framework. Being a big fan [...]
-
Jul282009
Implementing iFrame Toolbar
Problog
this post covers the following topics:definition and usage of iFrame toolbars
The 100% height bug for iframe tag
Using an auto-resize for an iframewriting an iframe toolbar demo
Lately i see more and more web sites using the iframe toolbar technique. This technique allows a web site to present content from a different site using an iframe element [...]
-
Jul202009
More uses for hijacking methods in Javascript
Problog
This post cover the following topics:How to hijack a system function in javascript
How to block external scripts from running on your applicationIn an earlier post i’ve showed how you can hijack a callback function in order to know when an ajax request has been executed. A friend who read the post (now i know someone [...]
-
Jul192009
Manipulating Google Results – Ajax Version
Problog
This post cover the following topics:
1) How to hijack a method in Javascript
2) How to tell when an ajax callback has being called
3) How to perform manipulation on Google ajax search results
A good friend of mine has requested my help recently regarding Javascript. Don’t get me wrong, I’m no expert on the subject, [...]