Archive for the ‘javascript’ Category
Monday, July 7th, 2008
Wow. What a nice idea.
http://code.google.com/p/quipt/
Note: if you want to make the test.html to work checkout and test on http://... it is some beta but it works great only in Firefox
Posted in javascript | No Comments »
Monday, June 30th, 2008
I was nice surprised when I tried Opera browser for PC after aprx. one year Firefox usage.
Zooming is faster and smarter than in every browser that I have used.
Firefox boot like MS Windows, and is almost stable like it.
Opera is faaaaast. Gmail is fast. And my work is going fast ...
Posted in Development, Uncategorized, javascript | No Comments »
Monday, June 23rd, 2008
I have a case where the user must select items from a basket and use them with different forms.
Example:
Some items in this form
Item:
Item:
Item:
Item:
Another form here
(I will create here hidden fields from the the checkboxes in the first box)
I will show you how to use the ...
Posted in Uncategorized, javascript | No Comments »
Tuesday, May 13th, 2008
Good prototype controls
http://livepipe.net/#hoverbox
Directly print pdf files from a browser
function Printobject(){
document.all.PDF.print();
setTimeout("self.close();",4000); }
Posted in javascript | No Comments »