Technology, Art, Solution, Tips, Multimedia, How To, What Is, Programming, Software, Freelance
Mar 18, 2011
Feb 23, 2011
Deactivate Delete off Maxis 3G Internet connection on Nokia 5800 !!
My goodness!! My maxis internet usage blown up extra 100% without noticed by me!!!
I found out in my Middle White Hardware Key >> Settings >> Connectivity >> Connection Mgr. existed TWO connection one which is my WIFI and another is Maxis 3G internet connection,
I try to disconnect Maxis 3G connection and thought everything will be fine.
Yet, it will auto connect back and I don't know how to disable it at first.
Reading through some articles and forum to ask me deactivate Maxis 3G service by sending *136*4# call.
The status replied from Maxis successful and need to wait for 2 Hours for the process.
After 2 hours, still the same, connection is always activated and bytes keep uploading and downloading!!!
You can check how much data sent or received which all is your $$$ by clicking the activated Maxis 3G connection at Middle White Hardware Key >> Settings >> Connectivity >> Connection Mgr.
Finally, I discovered there are priority can be set for your connections under
Middle White Hardware Key >> Settings >> Connectivity >> Destinations >> Internet !!
Well, you can change your WIFI connection to be more priority ( smaller index ) than Maxis 3G connection
and to be safe, You can delete of Maxis 3G connection, Maxis WAP connection and Maxis 3G MMS connection then key in *136*4# then press call button to deactivate 3G services!
You have to disconnect all connection then click back to the Destination >> Internet menu and delete it off, then you are safe and still able to receive mms because Destination >> Multimedia msg still got your Maxis 3G MMS connection.
I wonder, how come Maxis can't process the command within min, yet after 2 hours, still not working...Disappointed me and not even notice us a limit of our internet usage!
Jan 6, 2011
How to share big file via torrent or create a bit torrent seed
1. download the latest uTorrent http://www.utorrent.com/downloads
2. open up uTorrent and follow steps above
3. share your .torrent to your friend
Note: read term and condition from BitTorrent.com
3. share your .torrent to your friend
Note: read term and condition from BitTorrent.com
Dec 16, 2010
Filezilla Server 425 Can't open data connection
2. Default FTP port is 21. Now we set it on port 22 as example. ( you can choose any port )

3. If default setting not going to work with you and you got error at filezilla client
425 Can't open data connection or can't listing folder files
4. You may follow setting as below
5. Remember allow Filezilla.exe pass through your firewall
6. If you still facing listing files issue. You may try for Vista or 7
goto Control Panel\All Control Panel Items\Network and Sharing Center\Advanced sharing settings
goto Control Panel\All Control Panel Items\Network and Sharing Center\Advanced sharing settings
Turn On Public Folder Sharing
Turn Off Password Protected Sharing
Hope this help.
Mar 19, 2010
Simple Method Invoker Thread Safe Code
string ip = string.Empty;
MethodInvoker method = delegate
{
ip = txtOutgoingIP.Text;
};
if (InvokeRequired)
BeginInvoke(method);
else
method.Invoke();
MethodInvoker method = delegate
{
ip = txtOutgoingIP.Text;
};
if (InvokeRequired)
BeginInvoke(method);
else
method.Invoke();
Feb 3, 2010
Search Own Twitter History Item
Hmmm... been long time using Twitter, yet not found any convenient method to find history of my own Twitter item.
Finally found a way:
Just key in this URL:
http://search.twitter.com/search?q=ethanliew+flash
( where ethanliew is my own Twitter ID + flash my search keyword )
Now I am using Plurk.com + Twitter.com + facebook.com + Blog with Plurk Widget.
Once I start Plurk-ing, my items will be added to Twitter, Facebook and Blogroll.
Make my life easier =)
And now I would please to Plurk and Tweet all favorite links instead of bookmarking it =)
since it is easier for me to search the url back and at the same time can share the goods to public
Finally found a way:
Just key in this URL:
http://search.twitter.com/search?q=ethanliew+flash
( where ethanliew is my own Twitter ID + flash my search keyword )
Now I am using Plurk.com + Twitter.com + facebook.com + Blog with Plurk Widget.
Once I start Plurk-ing, my items will be added to Twitter, Facebook and Blogroll.
Make my life easier =)
And now I would please to Plurk and Tweet all favorite links instead of bookmarking it =)
since it is easier for me to search the url back and at the same time can share the goods to public
Subscribe to:
Posts (Atom)


