mozammel’s blog

March 25, 2007

Running DOS in Applet!

Filed under: Java — mozammel @ 10:47 am

Here is something new! Researchers from Oxford has developed full x86 virtualization at the level of pure java, resulting running DOS (and other OSs) event with applets. See yourself!

March 17, 2007

Launched Chhobi.net

Filed under: Photography — mozammel @ 3:54 pm

Missed my blog yesterday, because I was very busy setting up the initial configurations of www.chhobi.net. Currently there is only one album over there (http://www.chhobi.net/sanith), but it will be growing up soon. I plan to have Joomla CMS on the front, but it is still in planning stage. As my photography team is growing, I plan to attach the team with chhobi.net, instead of mozammelhaque.com.

March 15, 2007

Google releases guice: lightweight dependency injection framework

Filed under: Java — mozammel @ 10:29 am

Google has reported that it released guice, a lightweight dependency injection framework which they say that they use for their mission critical projects (adwords). Few of the Spring developers are also involved into the guice project. It will be interesting to see how Spring framework, and guice complement/compete/merge with each other.

http://code.google.com/p/google-guice/

March 14, 2007

General SSL session persistence behavior among browsers

Filed under: Load Balancing, Scalability — mozammel @ 10:51 am

For load balancing issue, I need to find out the typical SSL persistence behavior among browsers (and servers). What I’ve found out so far that SSL 3.0 (onwards) have moved out the session ID from encryption. So now load balancers can take advantage of that session ID and implement sticky sessions. But one problem remains that, after IE5+, Internet Explorer renews the SSL session in every two minutes. I’m yet to figure out the Firefox/Mozilla implementation for this, but seems like I cannot rely on the SSL session ID for being the same for a long period of time, thus invalidating the Sticky Session implementation which will depend on session ID for SSL connections.

Related Links:

March 13, 2007

Wedding photography design sites

Filed under: Photography — mozammel @ 12:48 pm

I have been researching about wedding photography design sites for few weeks on the net. I’ve found out that one of the best, and widely used company is: http://www.bludomain.com/. Though their price structure is quite high, they are facing tremendous challenge to meet the market demand. It has been predicted that they have 1000% increase in their demand. Good for them! Interestingly they have put this comment in their starting page:

We apologize to our valued clients and prospective clients for any delays. Due to a sudden increase in demand we are running a bit behind schedule. We are doing all we can to rectify this issue in the next few weeks. Please bear with us as we make these adjustments, your patience is greatly appreciated. For any support or sales related questions please click on the link below to ensure that you inquiries are received. You can track your ticket at any time by returning to the help desk and submitting your ticket number.” – BLU Desk

March 12, 2007

Atom vs RSS

Filed under: Internet Engineering — mozammel @ 9:49 am

Just out of curiosity, I wanted to poke around the history behind these two technologies. It seems that though RSS is widely deployed, Atom is more mature and feature rich.

Here is a link of good comparison between the two:

http://www.intertwingly.net/wiki/pie/Rss20AndAtom10Compared

This wikipedia article is also very informative:

http://en.wikipedia.org/wiki/Syndication_format_family_tree

Blog at WordPress.com.