July4
The opacity feature of css does not work on internet explorer IE, to overcome that use filter option.
Eg
.change_opacity {
...
June23
I finally decided to use apache webs server on my local PC instead of IIS (the usual Microsoft gala bala) ...
June20
Most online payment gateways have issues running in the middle east like paypal etc. So I found the best solution ...
February23
Use jquery to disable right click
Add the following code in the <head> of your webpage
<script type="text/javascript">
$(document).ready(function(){
$("img").bind("contextmenu",function(e){
return false;
});
});
</script>
I had ...
October27
Use torrent to download keygen which return generates serial number for your photoshop
I have just discovered the power of torrents, ...
October27
Demo
One my client wanted to have an e-catalog on his website now my flash is real basic so I ...
August17
Held online meetings, secure screen sharing, remote team working, possible through yuuguu.
It is a dream come true for any freelancer, ...
June6
IE 8 backward compatibility with IE 7 and browser detection issues.
Our browser detection problems appears to be solved for now ...
March22
The power of javascript, css and ajax put together to produce the magic of web development.
Check out scriptaculous and mootools. ...