I will be conducting an online training for jQuery enthusiasts in association with ITVidya.com More details can be found here: http://twrl.in/nvdm Learn how to create dynamic, visually-appealing web applications from two experienced JQuery developers in this 8 weeks online training with practical project √ Learn how to use the jquery and how they all fit […]
Category Archives: javascript
Practical DWR Guidelines
I have written a Paper on Practical DWR (Direct Web Remoting) Guidelines. You’ll enjoy it if you’re a J2EE guy who wants to do some Ajax. Click here to view it (will open on GoogleDocs)
BarCamp3 Preview
Finally BarCamp3 is here and I’m already excited. The event will take place at Persistent System Pvt. Ltd, Pune on 7th July(Sat) 2007. I will be speaking on two topics: 1. Mobile Visualization.2. How to make a Flash Widget.
Flash and JavaScript Integration
Flash and JavaScript Integration Follow these easy steps to make flash communicate with JavaScript code and vice versa. a) Flash to JavaScript: Making Flash call a JavaScript function JavaScript Function Code. To be put in the HTML <script language=”JavaScript”>function alertMe(){ alert(“Hello, world”);}</script> Flash Code. To be put in any event of button, frame, where ever […]