A Japanese blogger who goes by the name Hamachiya2 has discovered a single line of HTML and CSS that crashes IE 6. The line is: <style>*{position:relative}</style><table><input></table> If you’re brave, you can click here to try it out. The code is rendered correctly in Firefox, Safari and Opera (didn’t get a chance to try any other […]
Author Archives: Hussain Fakhruddin
Deep Linking How to avoid
A deep link is a direct link to a web site’s resource without accessing the main page of the site. For example your site is http://www.abc.com and your contact page is at http://www.abc.com/contactus/contact.html. If a user types the 2nd link without going though the main page, he is called as The Deep Linker. It becomes […]
BarCampPune3 – My Slides
I gave a brief tutorial on How to make a Flash Widget I also talked about my research topic on Mobile Navigation – Point and Locate buildings
BarCamp the night before
And so finally it comes – BarCampPune3. My desktop is cleaned(less icons),My wallpaper is set to its logo!My Slides are almost done! and I feel good about it! There are some really cool sessions which I’m really looking forward to attend: Wishlist includes: MySQL using JRuby – Priyank KapadiaMicrosoft Silverlight, A new dimension to build […]
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.
Free Software Song by RMS
Recently I found the lyrics of The Free Software Song by Richard Stallman. Before the lyrics here a short history of the song: Richard Stallman was attending some get together where everyone had to either sing or perform something. He knew his turn was coming so he quickly scribbled this song. He also thought of […]
VB6 and IE7 problem
One may no longer be able to use the ieframe.dll when using IE7 with VB6’s Web Browser Control Here’s a quick tip:On your component selection dialog box, Point the Microsoft Internet Controls to SHDOCVW.dll instead of ieframe.dll and bingo!
Add external deployable files to Java EE projects on netbeans
Ever wondered how you’d deploy external CSS/JavaScript with servlets or JSPs?This article will guide you on how to add a CSS/JavaScript (.css, .js) or any file in your project so that it gets inside your .WAR file too! Here’s how to: 1) Start your netbeans: I am using 5.52) Goto Tools>Template Manager3) Select or Expand […]