Tareq Alam

i have promises to keep and miles to go before i sleep – Robert Frost

download xml of various settings of plone from zmi April 1, 2009

in zmi of plone click on portal_setup
click on export tab
click on export selected steps button and save in local
done
u can now use these xmls where u need them

 

Internet explorer loads same image more than once with ajax December 5, 2008

In Internet Explorer  when an html is loaded with image inside if the image is same in all img tag internet explorer loads the image each time it foinds in img tag.. this makes the ajax loading slower. AJAX is used to make a web page faster but IE seems having problem with that.

To solve this i have applied an idea .. searching google i came to know that IE loads single time of same image located in style background of an element. so I made img tag to div with style background property to the src of the image … now if i load 100 of that div via ajax it loads only one time. Thus my web page loads faster in IE.. Thanks to FireFox it behaves nice with this problem.

Hope this helps

 

install skype in ubuntu September 25, 2008

Filed under: Linux, Ubuntu, important links — tareqalam @ 10:21 am
Tags: , ,

Got this from ubuntu forum:

Skype Repository

  1. Add the Skype repository*: deb http://download.skype.com/linux/repos/debian/ stable non-free

  2. Reload or update the package information
  3. Install the skype package.