Friday, October 24, 2008

GSM Network codes (call barring etc.)

I needed to turn off incoming calls while roaming and had to search around to find these. Thought Id post them here for future reference and to make your life easier. The code I used to turn of all incoming calls while roaming was:

*351*0000*11# (In country), or

351*0000*10# (out of country)

TO DIVERT CALLS






















ACTIONCODE
Deactivate call diverts##002#@
Deactivate all conditional diverts##004#@
Activate all conditional diverts **004*DestinationNumber#@


@ = Send/OK button on your mobile phone




DIVERT ALL CALLS






























ActionHash Codes
Deactivate automatically divert all calls to Destination Number##21#@
Deactivate automatically divert all calls to Destination Number#21#@
Set and Activate divert all calls to **21*DestinationNumber#@
Activate divert all calls*21#@
Status of automatically divert all calls to Destination Number*#21#@


@ = Send/OK button on your mobile phone




CALLNOT ANSWERED


























ACTIONCODE
Activate and Set call divertion when not answered**61*DestinationNumber#@
Deactivate and turn off call divert when not answered##61#
Deactivate call divert#61#@
Activate call divertion*61#@


@ = Send/OK button on your mobile phone






DIVERTS FOR ALL CALLS


























ACTIONCODE
Set and Activate divert all calls to **21*DestinationNumber#@
Activate divert all calls*21#@
Deactivate divert all calls#21#@
Status of automatically divert all calls to Destination Number*#21#@


@ = Send/OK button on your mobile phone





DIVERTS WHEN PHONE IS UNREACHABLE






























ACTIONCODE
Activate call divert when not reachable**62*DestinationNumber#@
Activate call divert*62#@
Deactivate and turn off call divert if unreachable##62#@
Deactivate call divert#62#@
Status of call divert if not reachable*#62#@


@ = Send/OK button on your mobile phone






DIVERT WHEN PHONE IS BUSY




























ACTIONCODE
Activate call divert when busy (engaged on another call)**67*DestinationNumber#@
Activate call divert when busy*67#@
Deactivate call divert when busy##67#@
Deactivate call divert when busy#67#@
Status of call divert when busy*#67#@






BARRING ALL OUTGOING CallS


























ACTIONCODE
Change password for call barring**03*330*oldPW*newPW*newPW#@
Activate barring for all outgoing calls**33*PW#@
Deactivate barring for all out going calls#33*PW#@
Statusbarring for all out going calls*#33#@


@ = Send/OK button on your mobile phone




BARRING ALL CALLS






















ACTIONCODE
Activate barring for all calls**330*PW#@
Deactivate barring for all calls#330*PW#@
Statusbaring for all calls*#330*PW#@


@ = Send/OK button on your mobile phone






BARRING ALL OUTGOING INTERNATIONAL CallS






















ACTIONCODE
Activate barring for all outgoing international calls**331*PW#@
Deactivate barring for all outgoing international calls#331*PW#@
Statusbarring all outgoing international calls*#331#@







BARRING ALL OUTGOING CALLS






















ACTIONCODE
Activate barring all outgoing calls**333*PW#@
Deactivate barring all outgoing calls#333*PW#@
Statusbarring all outgoing calls*#333#@




BARRING ALL INCOMING CALLS






















ACTIONCODE
Activate barring all incoming calls**35*PW#@ or **353*PW#@
Deactivate barring all incoming calls#35*PW#@ or **353*PW#@
Statusbarring all incoming calls*#35#@ or *#353#@







BARRING ALL INCOMING CALLS IF ROAMING






















ACTIONCODE
Activate barring all incoming calls if abroad**351*PW#@
Deactivate barring all incoming calls if abroad#351*PW#@
Statusbarring all incoming calls if abroad*#351#@






CALL WAITING






















ACTIONCODE
Activate call waiting*43#@
Deactivate call waiting#43##@
Statuscall waiting*#43#@






RINGS UNTIL ANSWERED BY YOUR VOICEMAIL


If your mobile's voicemail number is, for example:
+27-82-131-987-6543


....and you want your phone to divert to your voicemail after say 20 seconds, then type:

**61*+27821319876543**20#

The time can be up to 30secs (network default)


















ACTIONCODE
Set number of rings**61*YourVoiceMailNumber**N#@
Cancel previous Setting entered##61#@


N =Ring Time (up to 30sec)



@ = Send/OK button on your mobile phone



SEND/PREVENT YOUR PHONE NUMBER BEING SENT TO A PARTICULAR PHONE NUMBER



@ = Send/OK button on your mobile phone



















ACTIONCODE
Disable your phone number being sent#30#DestinationNumber@
Enable your phone number being sent*30#DestinationNumner@
Status of your phone number being sent*#30#






SEND/PREVENT INCOMING PHONE NUMBERS BEING SEEN ON YOUR PHONE



@ = Send/OK button on your mobile phone



















ACTIONCODE
Disable incoming number being shown on your phone*77#
Enable incoming number being shown on your phone#77#@
Status of whether calling parties number is shown on your phone*#77#@









CHANGING PIN CODES














ACTIONCODE
Change PIN 1**04*PINOLD*PINNEW*NEWPIN1#@




UNBLOCKING PHONE USING A PUK NUMBER














ACTIONCODE
Unblock PIN 1**05*PUK*newPIN1*newPIN1#@






DISPLAY IMEI NUMBER










Display IMEI Number*#06#

Source Code for masaajid map...

Though I'd share the code for those interested in how I did the masaajid maps:
<gm:page title="Masaajid in South Africa" authenticate="false" onload="kmlPE()" gadget="true">
<!--
The mashup application demonstrates taking a Google Earth KML file and mapping it on a Google Map.
@author: GME Team & Valery Hronusov
-->
<h2>Masaajid in South Africa</h2>
<!-- Map definition -->
<gm:map id="map" height="600px" width="800px"
lat="-28.7500" lng="24.7700" zoom="5" maptypes="true"/>
<script>
function kmlPE()
{
var myMap = google.mashups.getObjectById('map').getMap();
var geoXml = new GGeoXml("http://yusufk.googlepages.com/masjids.kml");
myMap.setMapType(myMap.getMapTypes()[0]);
myMap.addOverlay(geoXml);
myMap.enableDoubleClickZoom();
}
</script>
</gm:page>

The above code can be easily pasted/ test using the Google mashup editor.

Wednesday, October 22, 2008

Run Mac OS X on a PC - I must try this!

This article has a step-by-step howto for setting up Mac OS X on a PC, will give it a tr when I have some time. Involves some BIOS fiddling so not for the feint hearted I guess.

Tuesday, October 21, 2008

How to add a News Bar onto your wordpress blog..

Thought I'd share how I managed to get the Google Ajax News Bar you hopefully see at the top of the page...

1stly, visit this site to obtain the necessary code..

Then, open you WP-ADMIN page and cick on Design -- Theme Editor

Click on the Header template.

Once loaded, insert the following lines from the Ajax code (cut from the generated code) right at the bottom of the header file (below the <hr /> tag):

        <div id="newsBar-bar">

               <span style="color:#676767;font-size:11px;margin:10px;padding:4px;">Loading...</span>

        </div>


And insert the other stuff just before the </head> tag:

 <script src="http://www.google.com/uds/api?file=uds.js&v=1.0&source=uds-nbw"
type="text/javascript"></script>
<style type="text/css">
@import url("http://www.google.com/uds/css/gsearch.css");
</style>

<!-- News Bar Code and Stylesheet -->
<script type="text/javascript">
window._uds_nbw_donotrepair = true;
</script>
<script src="http://www.google.com/uds/solutions/newsbar/gsnewsbar.js?mode=new"
type="text/javascript"></script>
<style type="text/css">
@import url("http://www.google.com/uds/solutions/newsbar/gsnewsbar.css");
</style>

<script type="text/javascript">
function LoadNewsBar() {
var newsBar;
var options = {
largeResultSet : false,
title : "In the news",
horizontal : true,
autoExecuteList : {
executeList : ["Islam", "mobile", "science", "universe", "recipes"]
}
}

newsBar = new GSnewsBar(document.getElementById("newsBar-bar"), options);
}
// arrange for this function to be called during body.onload
// event processing
GSearch.setOnLoadCallback(LoadNewsBar);
</script>

Click on Update and its done!

p.s. It takes a few seconds to load the bar, depending on your bandwidth, you should see the word "loading..." as a placeholder.

Thursday, October 16, 2008

Review of the new Android (google) phone

In depth review can be found here but the video sums it up nicely:

Wednesday, October 15, 2008

Solution to SA crime, buy a gun?

I've been having this debate with family, friends and colleagues; Should we just buy guns and fight back against criminals?

The majority of people respond by saying that some or other stats show that most gun owners end up hurting themselves or end up being shot with the same gun. Where can I find these statistics?

As a Muslim, the Quraan makes it clear that we are meant to "enjoin good and forbid evil":
The Noble Qur'an - Al-Tauba 9:71
The Believers, men and women, are protectors one of another: they enjoin what is just, and forbid what is evil: they observe regular prayers, practise regular charity, and obey Allah and His Messenger. On them will Allah pour His mercy: for Allah is Exalted in power, Wise.

Are we forbidding evil by standing back and allowing thieves to take what they want?

Friday, October 10, 2008

New Blog!

I've been paying for hosting I've never used, so thought I'd give Wordpress a try, turns out it's pretty cool and easy to use, so I think I might move this blog over there. Give it a shot: http://www.yusufk.za.net/blog/

Monday, September 29, 2008

Of course we live in a special place! Bye bye dark matter.

One of the theories that I was never to comfortable with is that of Dark Matter.

This article in Science daily has helped me make up my mind and now I am leaning towards being against the theory. Reason: We live in a special place.

Many things in nature demonstrate the words of the Quraan and Hadeeth wherein it is said that we are the best of creation. And everything we see around us is created for us as signs to the existance of Allah, if only we take the time to look.

Scientests have discovered that there are very few planets out there that can possibly support life. The ratio of water, oxygen, climate, etc. are all factors that are just perfect on earth.

There aren't many solar systems with planets circling in an almost circular orbit.

Then there are less obvious signs, like the relative size of and distance to the Sun and the Moon from the earth making both appear as if they're the same size.

Yes ofcourse we live in a very special place, and I therefore would not be surprised if the density of our area of space is just right to create this special environment. In fact, I would expect it to be unique. 

Of course we live in a special place! Bye bye dark matter.

One of the theories that I was never to comfortable with is that of Dark Matter.

This article in Science daily has helped me make up my mind and now I am leaning towards being against the theory. Reason: We live in a special place.

Many things in nature demonstrate the words of the Quraan and Hadeeth wherein it is said that we are the best of creation. And everything we see around us is created for us as signs to the existance of Allah, if only we take the time to look.

Scientests have discovered that there are very few planets out there that can possibly support life. The ratio of water, oxygen, climate, etc. are all factors that are just perfect on earth.

There aren't many solar systems with planets circling in an almost circular orbit.

Then there are less obvious signs, like the relative size of and distance to the Sun and the Moon from the earth making both appear as if they're the same size.

Yes ofcourse we live in a very special place, and I therefore would not be surprised if the density of our area of space is just right to create this special environment. In fact, I would expect it to be unique. 

Thursday, September 25, 2008

The beginning of the Universe

An interesting presentation on time and entropy, these two slides caught my attention:



The words "Our initial conditions were finely tuned, even un-natural, nobody knows why" specifically caught my attention. Many religious people do not like the word evolution because of the links to atheism and atheists. However, I've always had the view that if one defines a process or equation and then perhaps more importantly, sets the right preconditions to the process or equation, then one is responsible for whatever evolves to anything within the process. 

In english, if kneading and baking is my process and the measured ingredients flour, water and yeast are my preconditions, then I am the creator of the bread that the dough eventually evolves into.

So, to the presenter, at least someone does presume to have an idea why.

And it is not all the Big Bangs fault, its the One that sets determined the equations of life and the important preconditions, our Creator, Allah.


The beginning of the Universe

An interesting presentation on time and entropy, these two slides caught my attention:



The words "Our initial conditions were finely tuned, even un-natural, nobody knows why" specifically caught my attention. Many religious people do not like the word evolution because of the links to atheism and atheists. However, I've always had the view that if one defines a process or equation and then perhaps more importantly, sets the right preconditions to the process or equation, then one is responsible for whatever evolves to anything within the process. 

In english, if kneading and baking is my process and the measured ingredients flour, water and yeast are my preconditions, then I am the creator of the bread that the dough eventually evolves into.

So, to the presenter, at least someone does presume to have an idea why.

And it is not all the Big Bangs fault, its the One that sets determined the equations of life and the important preconditions, our Creator, Allah.


The Independent: Robert Fisk: Six years in Guantanamo

A friend (yusufk@mailbox.co.za) has sent you an article:

Robert Fisk: Six years in Guantanamo

Thursday, 25 September 2008

http://www.independent.co.uk/opinion/commentators/fisk/robert-fisk-six-years-in-guantanamo-941479.html

Sami al-Haj walks with pain on his steel crutch; almost six years in the nightmare of Guantanamo have taken their toll on the Al Jazeera journalist and, now in the safety of a hotel in the small Norwegian town of Lillehammer, he is a figure of both dignity and shame. The Americans told him they were sorry when they eventually freed him this year ? after the beatings he says he suffered, and the force-feeding, the humiliations and interrogations by British, American and Canadian intelligence officers ? and now he hopes one day he'll be able to walk without his stick.

The Independent: Robert Fisk: Six years in Guantanamo

A friend (yusufk@mailbox.co.za) has sent you an article:

Robert Fisk: Six years in Guantanamo

Thursday, 25 September 2008

http://www.independent.co.uk/opinion/commentators/fisk/robert-fisk-six-years-in-guantanamo-941479.html

Sami al-Haj walks with pain on his steel crutch; almost six years in the nightmare of Guantanamo have taken their toll on the Al Jazeera journalist and, now in the safety of a hotel in the small Norwegian town of Lillehammer, he is a figure of both dignity and shame. The Americans told him they were sorry when they eventually freed him this year ? after the beatings he says he suffered, and the force-feeding, the humiliations and interrogations by British, American and Canadian intelligence officers ? and now he hopes one day he'll be able to walk without his stick.

Monday, September 22, 2008

Prophet Yunus (Jonah's) prayer, from inside the whale!

One of the prayers that have helped me along my way:

Three layers of darkness enveloped him, one above the other; the darkness of the whale's stomach, the darkness of the bottom of the sea, the darkness of the night. Yunus imaged himself to be dead, but his senses became alert when he found he could move. He knew that he was alive and imprisoned in the midst of three layers of darkness. His heart was moved by remembering Allah. His tongue released soon after saying: 
La ilaha illa Anta (none has the right to be worshipped but You (O Allah), Glorified (and Exalted) be You (above all that evil they associate with You), Truly, I have been of the wrong doers." (21:87 Quran)

Prophet Yunus (Jonah's) prayer, from inside the whale!

One of the prayers that have helped me along my way:

Three layers of darkness enveloped him, one above the other; the darkness of the whale's stomach, the darkness of the bottom of the sea, the darkness of the night. Yunus imaged himself to be dead, but his senses became alert when he found he could move. He knew that he was alive and imprisoned in the midst of three layers of darkness. His heart was moved by remembering Allah. His tongue released soon after saying: 
La ilaha illa Anta (none has the right to be worshipped but You (O Allah), Glorified (and Exalted) be You (above all that evil they associate with You), Truly, I have been of the wrong doers." (21:87 Quran)

Monday, September 08, 2008

Zapiro does it again...



Interview with Zapiro:
http://multimedia.thetimes.co.za/audio/2008/09/zapiro-wont-apologise

Zapiro does it again...



Interview with Zapiro:
http://multimedia.thetimes.co.za/audio/2008/09/zapiro-wont-apologise

Friday, September 05, 2008

Recipe: Julie (mums) Chicken Pie

METHOD:
Cook meat in lemon , salt ,pepper and mustard. Break into small shreds. Make mash of 1 big potato.

Mix meat & mash , add about 1 tblspn chow chow or picallilly.

Layer both bottom of squared tin with half of dough. Spread with tomatoe sauce &mustard sauce. Than add meat filling and sliced boiled egg (egg optional). Lastly add grated cheese. Put second half of rolled out dough over. Make holes with fork, smear beaten egg and sprinkle with poppy seeds. Bake for 30- 45 min @ 180……….( dough from Indian delights- Mince in scones)"

Recipe: Julie (mums) Macaroni Salad

MACARONI SALAD:

1 pkt noodles (elbow, straight, or screws) , boil & cool ( salt)
¾ pkt mixed frozen veggies
¼ kg white meat cooked in salt, lemon pepper and mustard powder. shred into small pieces .

When cool mix all together in large dish.

Sauce:
1 bottle mayonnaise
1 heaped spoon crushed garlic
½ green pepper cubed
Salt to taste +/- 1 tspn
Dash of pepper
Dash fresh ground pepper
1 tblspn sugar
spring onions
parsely
mustard
½ cup oil

mix sauce thoroughly than add to other ingredients. Refrigerate.

Recipe: Julie (mums) custard slice

Ingredients:

2 cups flour
2cups b/p
Pinch of salt
½ cup milk
¼ cup sugar
2 oz butter (60g)
1 egg
1 tsp vanilla essence


Method:
Cream butter-sugar method.
Than roll 5-6 flat round cakes.
Bake in oven.

Custard:
1L milk 4 tblspn (level) custard sugar + condensed milk.

Recipe: Julie (mums) Chicken Pie

METHOD:
Cook meat in lemon , salt ,pepper and mustard. Break into small shreds. Make mash of 1 big potato.

Mix meat & mash , add about 1 tblspn chow chow or picallilly.

Layer both bottom of squared tin with half of dough. Spread with tomatoe sauce &mustard sauce. Than add meat filling and sliced boiled egg (egg optional). Lastly add grated cheese. Put second half of rolled out dough over. Make holes with fork, smear beaten egg and sprinkle with poppy seeds. Bake for 30- 45 min @ 180……….( dough from Indian delights- Mince in scones)"

Recipe: Julie (mums) Macaroni Salad

MACARONI SALAD:

1 pkt noodles (elbow, straight, or screws) , boil & cool ( salt)
¾ pkt mixed frozen veggies
¼ kg white meat cooked in salt, lemon pepper and mustard powder. shred into small pieces .

When cool mix all together in large dish.

Sauce:
1 bottle mayonnaise
1 heaped spoon crushed garlic
½ green pepper cubed
Salt to taste +/- 1 tspn
Dash of pepper
Dash fresh ground pepper
1 tblspn sugar
spring onions
parsely
mustard
½ cup oil

mix sauce thoroughly than add to other ingredients. Refrigerate.

Recipe: Julie (mums) custard slice

Ingredients:

2 cups flour
2cups b/p
Pinch of salt
½ cup milk
¼ cup sugar
2 oz butter (60g)
1 egg
1 tsp vanilla essence


Method:
Cream butter-sugar method.
Than roll 5-6 flat round cakes.
Bake in oven.

Custard:
1L milk 4 tblspn (level) custard sugar + condensed milk.

Tuesday, August 19, 2008

Why are there no 3G modems with video call support???

It seems like an obvious feature of a 3G modem, yet I can't find any support for video calls on 3G modems. It should be as easy as AT DV to initiate a video call but it isn't. No wonder 3G is not being utilized, some of the obvious use cases seem to have been ignored.

Or maybe I'm just not Googling properly....

Why are there no 3G modems with video call support???

It seems like an obvious feature of a 3G modem, yet I can't find any support for video calls on 3G modems. It should be as easy as AT DV to initiate a video call but it isn't. No wonder 3G is not being utilized, some of the obvious use cases seem to have been ignored.

Or maybe I'm just not Googling properly....

Wednesday, July 30, 2008

How to send a voicemail / voice mms with one simple call on MTN..

Prerequisite: In order to send the voice MMS, the person you're sending the message to must be registered for the not so well known or advertised imail.

Next, dial the following number appending the last 9 digits of your friends number: 08314
For example, if your friends number is 0831234567 then dial 08314831234567

Leave a message and he/she should get either a voice MMS (if registered on imail) or a voicemail notification.

How to send a voicemail / voice mms with one simple call on MTN..

Prerequisite: In order to send the voice MMS, the person you're sending the message to must be registered for the not so well known or advertised imail.

Next, dial the following number appending the last 9 digits of your friends number: 08314
For example, if your friends number is 0831234567 then dial 08314831234567

Leave a message and he/she should get either a voice MMS (if registered on imail) or a voicemail notification.

Tuesday, July 08, 2008

launching browser - Developer Discussion Boards

launching browser - Developer Discussion Boards: "public class Launcher extends MIDlet {
Alert alert;
public void startApp() {
boolean b;
try {
b=platformRequest('http://www.mytoday.com/');
destroyApp(true);
notifyDestroyed();
}
catch (ConnectionNotFoundException ex)
{
ex.printStackTrace();
}

destroyApp(true);
notifyDestroyed();

}

public void pauseApp() {
}

public void destroyApp(boolean unconditional) {
}
}"

launching browser - Developer Discussion Boards

launching browser - Developer Discussion Boards: "public class Launcher extends MIDlet {
Alert alert;
public void startApp() {
boolean b;
try {
b=platformRequest('http://www.mytoday.com/');
destroyApp(true);
notifyDestroyed();
}
catch (ConnectionNotFoundException ex)
{
ex.printStackTrace();
}

destroyApp(true);
notifyDestroyed();

}

public void pauseApp() {
}

public void destroyApp(boolean unconditional) {
}
}"

Tuesday, July 01, 2008

What was Vernon doing at Vodaworld? Answer..Breaking the Internet!

Vodacom has broken the Internet, some they they did it using a proxy, I have another theory:



p.s. Lookout for Vernon Koekemoer in the background, only Vernon can break the Internet (and Chuck, coz he knows Vernon).

What was Vernon doing at Vodaworld? Answer..Breaking the Internet!

Vodacom has broken the Internet, some they they did it using a proxy, I have another theory:



p.s. Lookout for Vernon Koekemoer in the background, only Vernon can break the Internet (and Chuck, coz he knows Vernon).

Monday, June 30, 2008

noknok PC Client

The noknok service, still in it's infancy is by no means the best out there, especially in South Africa. However, the PC client is one of the best pc based messengers I've used, if you get it to install that is ;)

Tip: Do not use the link provided by the install application if you don't have .Net framework installed. The link provides you .Net version 1.1 while the application requires version 2.0, daft oversight. Use this link instead or install version 3.

The reason I think it's cool is that it allows you to send SMS and MMS messages straight from your desktop.

The SMS's are free, but MMS's are charged.

Best feature though in my opinion, is the fart nudge, which I never get tired off, much to the dismay of many of my ref-faced colleagues.

noknok PC Client

The noknok service, still in it's infancy is by no means the best out there, especially in South Africa. However, the PC client is one of the best pc based messengers I've used, if you get it to install that is ;)

Tip: Do not use the link provided by the install application if you don't have .Net framework installed. The link provides you .Net version 1.1 while the application requires version 2.0, daft oversight. Use this link instead or install version 3.

The reason I think it's cool is that it allows you to send SMS and MMS messages straight from your desktop.

The SMS's are free, but MMS's are charged.

Best feature though in my opinion, is the fart nudge, which I never get tired off, much to the dismay of many of my ref-faced colleagues.

Tuesday, June 24, 2008

Quote

"Everything that is really great and inspiring is created by the individual who can labor in freedom."

Quote

"Everything that is really great and inspiring is created by the individual who can labor in freedom."

Tuesday, June 17, 2008

FW: SIGNS..................

 

 

 

Sign over a Gyneacologist's Office:
"Dr. Jones, at your cervix."
**************************

On a Septic Tank Truck in Oregon:
Yesterday's Meals on Wheels
**************************

On another Septic Tank Truck:
"We're #1 in the #2 business"
**************************

On a Plumber's truck:
"We repair what your husband fixed."
** ************************

On a Plastic Surgeon's Office door:
"Hello. Can we pick your nose?"
**************************

At a Towing company:
"We don't charge an arm and a leg. We want tows."
**************************

On an Electrician's truck:
"Let us remove your shorts."
**************************

In a Nonsmoking Area:
"If we see smoke, we will assume you are on fire and take appropriate action."
**************************

On a Maternity Room door:
"Push. Push. Push."
**************************

At an Optometrist's Office :
"If you don't see what you're looking for, you've come to the right place."
**************************

On a Taxidermist's window:
"We really know our stuff."
**************************

On a Fence:
"Salesmen welcome! Dog food is expensive!"
**************************

At a Car Dealership:
"The best way to get back on your feet - miss a car payment."
**************************

Outside a Muffler Shop:
"No appointment necessary We hear you coming."
**************************

In a Veterinarian's waiting room:
"Be back in 5 minutes. Sit! Stay!"
**************************

At the Electric Company:
"We would be delighted if you send in your payment.
However, if you don't, you will be."
**************************

In a Restaurant window:
"Don't stand there and be hungry, Come on in and get fed up."
**************************

In the front yard of a Funeral Home:
"Drive carefully. We'll wait."

**************************
At a Propane Filling Station ,
"Thank heaven for little grills."
**************************

And don't forget the sign at a Chicago Radiator Shop:
"Best place in town to take a leak "

 

 

 

 

 

 

 

NOTE: This e-mail message is subject to the MTN Group disclaimer see http://www.mtn.co.za/default.aspx?pid=34411

FW: SIGNS..................

 

 

 

Sign over a Gyneacologist's Office:
"Dr. Jones, at your cervix."
**************************

On a Septic Tank Truck in Oregon:
Yesterday's Meals on Wheels
**************************

On another Septic Tank Truck:
"We're #1 in the #2 business"
**************************

On a Plumber's truck:
"We repair what your husband fixed."
** ************************

On a Plastic Surgeon's Office door:
"Hello. Can we pick your nose?"
**************************

At a Towing company:
"We don't charge an arm and a leg. We want tows."
**************************

On an Electrician's truck:
"Let us remove your shorts."
**************************

In a Nonsmoking Area:
"If we see smoke, we will assume you are on fire and take appropriate action."
**************************

On a Maternity Room door:
"Push. Push. Push."
**************************

At an Optometrist's Office :
"If you don't see what you're looking for, you've come to the right place."
**************************

On a Taxidermist's window:
"We really know our stuff."
**************************

On a Fence:
"Salesmen welcome! Dog food is expensive!"
**************************

At a Car Dealership:
"The best way to get back on your feet - miss a car payment."
**************************

Outside a Muffler Shop:
"No appointment necessary We hear you coming."
**************************

In a Veterinarian's waiting room:
"Be back in 5 minutes. Sit! Stay!"
**************************

At the Electric Company:
"We would be delighted if you send in your payment.
However, if you don't, you will be."
**************************

In a Restaurant window:
"Don't stand there and be hungry, Come on in and get fed up."
**************************

In the front yard of a Funeral Home:
"Drive carefully. We'll wait."

**************************
At a Propane Filling Station ,
"Thank heaven for little grills."
**************************

And don't forget the sign at a Chicago Radiator Shop:
"Best place in town to take a leak "

 

 

 

 

 

 

 

NOTE: This e-mail message is subject to the MTN Group disclaimer see http://www.mtn.co.za/default.aspx?pid=34411

Friday, June 13, 2008

Thursday, June 12, 2008

[all variants] The Great Desktop Effects FAQ of 2008

Enable 3d effects on Ubuntu

CNET's Quick guide: Cell phone radiation levels

Check it out at http://reviews.cnet.com/4520-6602_7-5020355-1.html

What it all means
According to the Cellular Telecommunications Industry Association (CTIA), specific absorption rate, or SAR, is "a way of measuring the quantity of radiofrequency (RF) energy that is absorbed by the body." For a phone to pass FCC certification, that phone's maximum SAR level must be less than 1.6W/kg (watts per kilogram). In Europe, the level is capped at 2W/kg while Canada allows a maximum of 1.6W/kg. The SAR level listed in our charts represents the highest SAR level with the phone next to the ear as tested by the FCC. Keep in mind that it is possible for the SAR level to vary between different transmission bands and that different testing bodies can obtain different results. Also, it's possible for results to vary between different editions of the same phone (such as a handset that's offered by multiple carriers).

It's important to note that in publishing this list are we in no way implying that cell phone use is or isn't harmful to your health. While research abounds and some tests have shown that cell phone radiofrequency (RF) could accelerate cancer in laboratory animals, the studies have not been replicated. Cell phones can affect internal pacemakers, but there is not conclusive or demonstrated evidence that they cause adverse health affects in humans. Conversely, there is not conclusive or demonstrated evidence that they don't cause adverse health affects in humans. So, in short, the jury is still out, research is ongoing, and we will continue to monitor its results.

If your phone isn't listed here (U.S. customers) and you've purchased it within the last few years (the FCC Web site currently does not provide information on models certified before 1998), you can request the SAR information from the manufacturer or your carrier. You'll need the model number and FCC ID number, which is usually but not always listed in your owner's manual or under your phone's battery (you must pop the battery out). For links to the FCC's Web site, please see the More Resources section below. We'll continue to update the list as new phones are announced.

NOTE: This e-mail message is subject to the MTN Group disclaimer see http://www.mtn.co.za/default.aspx?pid=34411

CNET's Quick guide: Cell phone radiation levels

Check it out at http://reviews.cnet.com/4520-6602_7-5020355-1.html

What it all means
According to the Cellular Telecommunications Industry Association (CTIA), specific absorption rate, or SAR, is "a way of measuring the quantity of radiofrequency (RF) energy that is absorbed by the body." For a phone to pass FCC certification, that phone's maximum SAR level must be less than 1.6W/kg (watts per kilogram). In Europe, the level is capped at 2W/kg while Canada allows a maximum of 1.6W/kg. The SAR level listed in our charts represents the highest SAR level with the phone next to the ear as tested by the FCC. Keep in mind that it is possible for the SAR level to vary between different transmission bands and that different testing bodies can obtain different results. Also, it's possible for results to vary between different editions of the same phone (such as a handset that's offered by multiple carriers).

It's important to note that in publishing this list are we in no way implying that cell phone use is or isn't harmful to your health. While research abounds and some tests have shown that cell phone radiofrequency (RF) could accelerate cancer in laboratory animals, the studies have not been replicated. Cell phones can affect internal pacemakers, but there is not conclusive or demonstrated evidence that they cause adverse health affects in humans. Conversely, there is not conclusive or demonstrated evidence that they don't cause adverse health affects in humans. So, in short, the jury is still out, research is ongoing, and we will continue to monitor its results.

If your phone isn't listed here (U.S. customers) and you've purchased it within the last few years (the FCC Web site currently does not provide information on models certified before 1998), you can request the SAR information from the manufacturer or your carrier. You'll need the model number and FCC ID number, which is usually but not always listed in your owner's manual or under your phone's battery (you must pop the battery out). For links to the FCC's Web site, please see the More Resources section below. We'll continue to update the list as new phones are announced.

NOTE: This e-mail message is subject to the MTN Group disclaimer see http://www.mtn.co.za/default.aspx?pid=34411

Marc Lottering - "Why coloureds can't be terrorists"

Why Brain-Ows can't be terrorists

- Ons is altyd laat. We would have missed all 4 flights.

- We talk loud and would bring attention to ourselves.

- Met free kos en cooldrink oppie plane, we'll sommer forget why we're there.

- We praat with our hands, so we'll continually be putting the weapons down.

- We would ALL want to fly the freaking plane, ending in a mo**se
fight with each other.

- We'll sommer argue and start a fight in the terminal before we even
get on the plane & one of us is bound to say out loud: "Gaan k*k man!
Dan hijack jy die f**kken plane alleen!!"

- Ons kannie 'n secret hou nie. We would have told everyone a week
before doing it, telling them: "Moet vir niemand sè nie, ho!"

- We would have insisted that the plane fly past Strandfontein Pavillion.
- We would have all lined up to get our photograph taken by one of the hostages.

- When we enter the cockpit, we would have used the intercom system
for a karaoke session, with one d**s trying to sing 'I did it my way'.

- We would first rob everyone of their Ray-Bans, cellphones and gold
teeth, just before we crash the plane.

- Our whole freaking family plus neighbors would have been at the
airport to see us off, crying their bleddie eyes out, and your mother
saying to the white ou next to her: "I'm so proud of him. It's the
first time he's hijacking a plane!"

- We would have dressed like terrorists for our airport go-way
clothes: balaclavas, jumpsuits, karate skoentjies, dark glasses, en 'n
mo*rse attitude.

- Two of us would have forgotten our passports at home.

- Three of us would have overweight luggage.

- All of us would have luggage.

- We would have all wanted to watch the in-flight movie first.

- Before we went into action, we would have all queued up at the
toilet to first gel our hair.

- We would have taken the plane for a joyride first, played the music
at full blast and try to park the plane somewhere where the chicks
could see us.

Marc Lottering - "Why coloureds can't be terrorists"

Why Brain-Ows can't be terrorists

- Ons is altyd laat. We would have missed all 4 flights.

- We talk loud and would bring attention to ourselves.

- Met free kos en cooldrink oppie plane, we'll sommer forget why we're there.

- We praat with our hands, so we'll continually be putting the weapons down.

- We would ALL want to fly the freaking plane, ending in a mo**se
fight with each other.

- We'll sommer argue and start a fight in the terminal before we even
get on the plane & one of us is bound to say out loud: "Gaan k*k man!
Dan hijack jy die f**kken plane alleen!!"

- Ons kannie 'n secret hou nie. We would have told everyone a week
before doing it, telling them: "Moet vir niemand sè nie, ho!"

- We would have insisted that the plane fly past Strandfontein Pavillion.
- We would have all lined up to get our photograph taken by one of the hostages.

- When we enter the cockpit, we would have used the intercom system
for a karaoke session, with one d**s trying to sing 'I did it my way'.

- We would first rob everyone of their Ray-Bans, cellphones and gold
teeth, just before we crash the plane.

- Our whole freaking family plus neighbors would have been at the
airport to see us off, crying their bleddie eyes out, and your mother
saying to the white ou next to her: "I'm so proud of him. It's the
first time he's hijacking a plane!"

- We would have dressed like terrorists for our airport go-way
clothes: balaclavas, jumpsuits, karate skoentjies, dark glasses, en 'n
mo*rse attitude.

- Two of us would have forgotten our passports at home.

- Three of us would have overweight luggage.

- All of us would have luggage.

- We would have all wanted to watch the in-flight movie first.

- Before we went into action, we would have all queued up at the
toilet to first gel our hair.

- We would have taken the plane for a joyride first, played the music
at full blast and try to park the plane somewhere where the chicks
could see us.

Monday, June 09, 2008

Fwd: VK

Vernon Koekemoer makes onions cry

Vernon Koekemoer can delete the Recycle Bin.

Ghosts are actually caused by Vernon Koekemoer killing people faster
than Death can process them.

Vernon Koekemoer can build a snowman..... out of rain.

Vernon Koekemoer can strangle you with a cordless phone.

Vernon Koekemoer can drown a fish.

When Vernon Koekemoer enters a room, he doesn't turn the lights on, he
turns the dark off.

When Vernon Koekemoer looks in a mirror the mirror shatters, because
not even glass is stupid enough to get in between Vernon Koekemoer and
Vernon Koekemoer

Brett Favre can throw a football over 50 yards, Vernon Koekemoer can
throw Brett Favre even further.

The last digit of p is Vernon Koekemoer. He is the end of all things.

Vernon Koekemoer does not know where you live, but he knows where you will die.

Bullets dodge Vernon Koekemoer

A Handicap parking sign does not signify that this spot is for
handicapped people. It is actually in fact a warning, that the spot
belongs to Vernon Koekemoer and that you will be handicapped if you
park there.

The Vernon Koekemoer calendar goes straight from March 31st to April
2nd, no one fools Vernon Koekemoer.

If you spell Vernon Koekemoer wrong on Google it doesn't say, "Did you
mean Vernon Koekemoer?" It simply replies, "Run while you still have
the chance."

Vernon Koekemoer can do a wheelie on a unicycle.

Once a cobra bit Vernon Koekemoer' leg. After five days of
excruciating pain, the cobra died.

When Vernon Koekemoer gives you the finger, he's telling you how many
seconds you have left to live.

Vernon Koekemoer can kill two stones with one bird.

Vernon Koekemoer was once on Celebrity Wheel of Fortune and was the
first to spin. The next 29 minutes of the show consisted of everyone
standing around awkwardly, waiting for the wheel to stop.

Leading hand sanitisers claim they can kill 99.9 percent of germs.
Vernon Koekemoer kills 100 percent of whatever he wants.

There is no such thing as global warming. Vernon Koekemoer was cold,
so he turned the sun up.

Vernon Koekemoer can set ants on fire with a magnifying glass. At night.

Vernon Koekemoer has a deep and abiding respect for human life unless
it gets in his way.

It takes Vernon Koekemoer 10 minutes to watch 60 Minutes.

Vernon Koekemoer once shot down a German fighter plane with his
finger, by yelling, "Bang!"

In an average living room there are 1,242 objects Vernon Koekemoer
could use to kill you, including the room itself.

Behind every successful man, there is a woman. Behind every dead man,
there is Vernon Koekemoer.

Vernon Koekemoer destroyed the periodic table, because Vernon
Koekemoer only recognises the element of surprise.

Vernon Koekemoer got his drivers licence at the age of 16 Seconds.

With the rising cost of gasoline, Vernon Koekemoer is beginning to
worry about his drinking habit.

The square root of Vernon Koekemoer is pain. Do not try to square
Vernon Koekemoer, the result is death.

When you say "no one's perfect", Vernon Koekemoer takes this as a
personal insult.

Fwd: VK

Vernon Koekemoer makes onions cry

Vernon Koekemoer can delete the Recycle Bin.

Ghosts are actually caused by Vernon Koekemoer killing people faster
than Death can process them.

Vernon Koekemoer can build a snowman..... out of rain.

Vernon Koekemoer can strangle you with a cordless phone.

Vernon Koekemoer can drown a fish.

When Vernon Koekemoer enters a room, he doesn't turn the lights on, he
turns the dark off.

When Vernon Koekemoer looks in a mirror the mirror shatters, because
not even glass is stupid enough to get in between Vernon Koekemoer and
Vernon Koekemoer

Brett Favre can throw a football over 50 yards, Vernon Koekemoer can
throw Brett Favre even further.

The last digit of p is Vernon Koekemoer. He is the end of all things.

Vernon Koekemoer does not know where you live, but he knows where you will die.

Bullets dodge Vernon Koekemoer

A Handicap parking sign does not signify that this spot is for
handicapped people. It is actually in fact a warning, that the spot
belongs to Vernon Koekemoer and that you will be handicapped if you
park there.

The Vernon Koekemoer calendar goes straight from March 31st to April
2nd, no one fools Vernon Koekemoer.

If you spell Vernon Koekemoer wrong on Google it doesn't say, "Did you
mean Vernon Koekemoer?" It simply replies, "Run while you still have
the chance."

Vernon Koekemoer can do a wheelie on a unicycle.

Once a cobra bit Vernon Koekemoer' leg. After five days of
excruciating pain, the cobra died.

When Vernon Koekemoer gives you the finger, he's telling you how many
seconds you have left to live.

Vernon Koekemoer can kill two stones with one bird.

Vernon Koekemoer was once on Celebrity Wheel of Fortune and was the
first to spin. The next 29 minutes of the show consisted of everyone
standing around awkwardly, waiting for the wheel to stop.

Leading hand sanitisers claim they can kill 99.9 percent of germs.
Vernon Koekemoer kills 100 percent of whatever he wants.

There is no such thing as global warming. Vernon Koekemoer was cold,
so he turned the sun up.

Vernon Koekemoer can set ants on fire with a magnifying glass. At night.

Vernon Koekemoer has a deep and abiding respect for human life unless
it gets in his way.

It takes Vernon Koekemoer 10 minutes to watch 60 Minutes.

Vernon Koekemoer once shot down a German fighter plane with his
finger, by yelling, "Bang!"

In an average living room there are 1,242 objects Vernon Koekemoer
could use to kill you, including the room itself.

Behind every successful man, there is a woman. Behind every dead man,
there is Vernon Koekemoer.

Vernon Koekemoer destroyed the periodic table, because Vernon
Koekemoer only recognises the element of surprise.

Vernon Koekemoer got his drivers licence at the age of 16 Seconds.

With the rising cost of gasoline, Vernon Koekemoer is beginning to
worry about his drinking habit.

The square root of Vernon Koekemoer is pain. Do not try to square
Vernon Koekemoer, the result is death.

When you say "no one's perfect", Vernon Koekemoer takes this as a
personal insult.

Sunday, June 08, 2008

Geeks "I love you"

(x2+9/4y2+z2-1)3 - x2z3-9/80y2z3=0

Geeks "I love you"

(x2+9/4y2+z2-1)3 - x2z3-9/80y2z3=0

Saturday, June 07, 2008

16 Things it took over 50 years to learn:

1.Never, under any circumstances, take a sleeping pill and a laxative on the same night.

2.If you had to identify, in one word, the reason why the human race has not achieved, and never will achieve, its full potential, that word would be "meetings."

3.There is a very fine line between "hobby" and "mental illness."

4.People who want to share their religious views with you almost never want you to share yours with them.

5.You should not confuse your career with your life.

6.Nobody cares if you can't dance well. Just get up and dance.
(This one is very important)

7.Never lick a steak knife.

8. The most destructive force in the universe is gossip.

9.You will never find anybody who can give you a clear and compelling reason why we observe daylight savings time.

10.You should never say anything to a woman that even remotely suggests that you think she's pregnant unless you can see an actual baby emerging from her at that moment.

11.There comes a time when you should stop expecting other people to make a big deal about your birthday. That time is age 11.

12.The one thing that unites all human beings, regardless of age, gender, religion, economic status or ethnic background, is that, deep down inside, we ALL believe that we are above average drivers.

13. A person, who is nice to you, but rude to a waiter, is not a nice person. (This is very important. Pay attention. It NEVER fails.)

14.Your friends love you anyway.

15.Never be afraid to try something new. Remember that a lone amateur built the Ark. A large group of professionals built the Titanic.

16.Thought for the day: Men are like fine wine. They start out as grapes; and it's up to the women to stomp the crap out of them until they turn into something acceptable to have dinner with.

Friday, June 06, 2008

16 Things it took over 50 years to learn:

1.Never, under any circumstances, take a sleeping pill and a laxative on the same night.

2.If you had to identify, in one word, the reason why the human race has not achieved, and never will achieve, its full potential, that word would be "meetings."

3.There is a very fine line between "hobby" and "mental illness."

4.People who want to share their religious views with you almost never want you to share yours with them.

5.You should not confuse your career with your life.

6.Nobody cares if you can't dance well. Just get up and dance.
(This one is very important)

7.Never lick a steak knife.

8. The most destructive force in the universe is gossip.

9.You will never find anybody who can give you a clear and compelling reason why we observe daylight savings time.

10.You should never say anything to a woman that even remotely suggests that you think she's pregnant unless you can see an actual baby emerging from her at that moment.

11.There comes a time when you should stop expecting other people to make a big deal about your birthday. That time is age 11.

12.The one thing that unites all human beings, regardless of age, gender, religion, economic status or ethnic background, is that, deep down inside, we ALL believe that we are above average drivers.

13. A person, who is nice to you, but rude to a waiter, is not a nice person. (This is very important. Pay attention. It NEVER fails.)

14.Your friends love you anyway.

15.Never be afraid to try something new. Remember that a lone amateur built the Ark. A large group of professionals built the Titanic.

16.Thought for the day: Men are like fine wine. They start out as grapes; and it's up to the women to stomp the crap out of them until they turn into something acceptable to have dinner with.

Thursday, May 29, 2008

Xenophobia Spreading

JOHANNESBURG, 23 May 2008 - Community leaders have announced that Durbanites will not be forcefully expatriated from Gauteng soil, as is the case with the recent violent attacks on foreign nationals. The announcement follows days of negotiations between the Lenz Observer Group (LOG) and the Chatsworth-based Check My New Car Foundation.

Tensions between Gauteng locals and Durbanites unexpectedly rose last week in the wake of the province's violent Xenophobic attacks. Independent analyst Sarah Friedman says while the root causes were similar, there are some fundamental differences. Friedman says it's unlikely that locals are distressed about their women being drawn

to the Durbanites, as is the case with the national Xenophobic tension. She refused to elaborate further.

Check My New Car Foundation's Kevin Naidoo insists it's a matter of professional envy. " Hey, check here… they jus jealous because why ? because we more sharp upstairs.. just look at who got all the top jobs " said Naidoo. Naidoo stopped short of dismissing claims

that Durbanites have an inability to subtly show-off.

Spokesperson for the Lenz Observer Group Yugan Veeran told a press briefing on Thursday that reports suggesting that locals were hacking into computers to confirm the birth place of Durbanites were "ludicrous". Veeran said such espionage activities were hardly necessary. He listed easier forms of establishing identity, which include, a dramatic change in accent upon arrival in Gauteng; conspicuous overdressing in back-firing attempts to seek attention; and an overly emphasised nightlife to demonstrate social progress.

Both sides however maintain that they have reached common ground following the weekend negotiations.

By JUSTIN TIME

Xenophobia Spreading

JOHANNESBURG, 23 May 2008 - Community leaders have announced that Durbanites will not be forcefully expatriated from Gauteng soil, as is the case with the recent violent attacks on foreign nationals. The announcement follows days of negotiations between the Lenz Observer Group (LOG) and the Chatsworth-based Check My New Car Foundation.

Tensions between Gauteng locals and Durbanites unexpectedly rose last week in the wake of the province's violent Xenophobic attacks. Independent analyst Sarah Friedman says while the root causes were similar, there are some fundamental differences. Friedman says it's unlikely that locals are distressed about their women being drawn

to the Durbanites, as is the case with the national Xenophobic tension. She refused to elaborate further.

Check My New Car Foundation's Kevin Naidoo insists it's a matter of professional envy. " Hey, check here… they jus jealous because why ? because we more sharp upstairs.. just look at who got all the top jobs " said Naidoo. Naidoo stopped short of dismissing claims

that Durbanites have an inability to subtly show-off.

Spokesperson for the Lenz Observer Group Yugan Veeran told a press briefing on Thursday that reports suggesting that locals were hacking into computers to confirm the birth place of Durbanites were "ludicrous". Veeran said such espionage activities were hardly necessary. He listed easier forms of establishing identity, which include, a dramatic change in accent upon arrival in Gauteng; conspicuous overdressing in back-firing attempts to seek attention; and an overly emphasised nightlife to demonstrate social progress.

Both sides however maintain that they have reached common ground following the weekend negotiations.

By JUSTIN TIME

Friday, May 16, 2008

When it's okay to say $%#@!

 

NOTE: This e-mail message is subject to the MTN Group disclaimer see http://www.mtn.co.za/default.aspx?pid=34411

When it's okay to say $%#@!

 

NOTE: This e-mail message is subject to the MTN Group disclaimer see http://www.mtn.co.za/default.aspx?pid=34411

Tuesday, May 06, 2008

Sony Ericsson's new Project Capuchin bridges Java ME and Flash Lite

Sony Ericsson's new Project Capuchin bridges Java ME and Flash Lite


This has lots of potential, watch this space!

As well as the Flite project integrating Flash Lite and Python on S60.

Sony Ericsson's new Project Capuchin bridges Java ME and Flash Lite

Sony Ericsson's new Project Capuchin bridges Java ME and Flash Lite


This has lots of potential, watch this space!

As well as the Flite project integrating Flash Lite and Python on S60.