January 21, 2008

Disable right-click on Mozilla Firefox & Internet Explorer browser

Here is a javascript code for you to disable right-click on both Internet Explorer & Mozilla Firefox. Hope this code can help you all with your coding problems.
Best Regards to All.

Code:

<script type="text/javascript">
<!-- Original: Mike McGrath (mike_mcgrath@lineone.net) -->
<!-- Website: http://website.lineone.net/~mike_mcgrath -->
<!--
var msg = "Right-Click Disabled";
var iex=(document.all);
var nav=(document.layers);
var n_6=(window.sidebar);
if(nav)window.captureEvents(Event.MOUSEDOWN);
if(n_6) document.addEventListener("MOUSEDOWN",no_click,true);
function no_click(e)
{
if((nav||n_6) && (e.which==2 || e.which==3))
{
alert(msg);return false;
}
if (navigator.appName == 'Microsoft Internet Explorer'
&& (event.button == 2 || event.button == 3))
{
alert(msg);return false;
}
}
(nav)?window.onmousedown=no_click:document.onmousedown=no_click;
//-->
</script>
Read More..
Share

Free SMS From celuller phones via GPRS

We may ever to try to send free SMS via internet by sites provide services free SMS. But may often our SMS no delivered and or many long time. Now there is way cheap,easy and fast to send free SMS . Our Pulsa is charged to GPRS access cost only.

We need to install a java application called Cellity free SMS v1.3.2 on ourphones who support Java technologi (MIDP ver 1.0 or 2.0). Then we will connect to its server via GPRS for registrating. This free SMS can send amount characters more 300, more than conventional SMS 160 characters only. this program Cellity can send SMS to many numbers at one time. Don't forget to input international numbers from phone numbers destination, such as +62 for Indonesia. There are 4 languages option is English, Spanish, French, and Germany.





don't forget to try it
Read More..
Share

January 20, 2008

How to chat cheap and easy via cellular phone

A java application to chat in handphone is Nimbuzz. Nimbuzz was developed by Buzzaa Media Group. Nimbuzz latest version is ver0.93. You can download it here www.getjar.com

Features of Nimbuzz :

  • we will have a new email in nimbuzz.com
    nimbuzz software

  • we can backup our phone books in its server

  • we can send messages to our friends whom not yet install Nimbuzz in his phone so he downloads this program then we can chat with him.

  • we can create new chat room for public or private with maximum 25 users.

  • we can lookup profile of ourfriends if it is published for public

  • we can join to chat room anywhere in the world only with a Nimbuzz freely.

  • we can add our friends in other chatting communities such as Yahoo, Google Talk, Jabber, MSN etc

  • Especially to your friends in your contacts list, you can send him your files, photos, SMS, voice messages and calling if your number have been registered.
    Nimbuzz Software



Ok, try it so on, don't forget to add me with contact user fitra68
Read More..
Share

Blogger template 'PlainFish' by Ourblogtemplates.com 2008