Usb modems performarnce in Pune.

I used so many GPRS services in pune.

I am really comfortable with that speed but When I used the Reliance broadband service I really got supprize about service of reliance netconnect.

What Reliance is providing is really good in service.
Many service providers are really saying they are going to provide us 120kbps browsing speed or downloading speed (like idea or tata and airtel, I really checked with speedometer).
they are speaking about speed about 230 kbps but they are providing to all people only 40 kbps browsering speed and they are offerering about 230 kbps in there broshers and that is absolutely wrong.

I really recommend reliance usb modem is providing is really good service in Pune.

How to install webmin on Fedora9

You can able to download webmin package through RPM only.
You can find the webmin RPM http://sourceforge.net/projects/webadmin/files/webmin/1.490/webmin-1.490-1.noarch.rpm/download
from this url.

Use following command for installing webmin
#rpm -Uvh webmin-1.490-1.noarch.rpm

This will install the webmin package on your fedora box.
Afer installation you will get following message.
Webmin install complete. You can now login to http://localhost.localdomain:10000/
as root with your root password.

Open this URL in browser http://localhost.localdomain:10000/

That sit.

New GPRS service in Pune

For Aircel- You will get the 15k to 20k speed for browsing. and for downloading you will get the 3k or 4k speed.
If you want to use internet for basic needs like Email checking and working on live projects (SVN) than AIRCEL is worth it..
But you want some more speed or download speed than go with Airtel or Idea. In GPRS Reliance is the Best for Speed but did not having any unlimited plan.

New GPRS service in Pune

Idea’s Tariff -30 Rs Per day(Unlimited Use)
Airtel Tariff – 25 Rs Per day (Unlimited Use)
Aircel Tariff – 3 Rs Per day(unlimited Use) (98 Rs for Month pack)

If you take any sim from any service providers who are offering unlimited GPRS service. They may not charge you for downloading for any thing.
Some GPRS providers offers surfing is totally free. This is absolutely true but you need to know about surfing. only surfing means only HTML content displaying. If you check on HTML site then you will be fitting in to that scheme.(Google-only HTML base except image logo) As per my knowledge most of 99% sites are media files and media content.(For exmaple- yahoo.com, youtube.com or any site which having images or flash or video.)
So in Unlimited service nothing is chargeable. but in download case all sites are down loadable.

Cheapest mobile internet in India

Now I am using the Aircel GPRS in Pune. Let me tell you the easiest and cheapest way to access and get the internet through mobile.
First i taken Aircel Sim card in just Rs. 99 only. Then with in 10 min i get activated my mobile no. then i recharged my mobile to Rs. 98 for mobile Internet (GPRS). This is for Unlimited uses scheme for GPRS. This is the cheapest rate plan in India. I spedn only Rs. 197 only for one month use of Internet.
Net Speed is slow but worth it to Rs. 197.
you can increase your GPRS internet speed. Please follow the steps:
I am telling these steps for XP professional Os.
1. Go to Control Panel->Network Connections-> Than
2. Select your mobile connection Icon and go to properties.
3. Click on General tab and click on configure button
4. select the box of Maximum speed(bps) -Bits Per second
5. change that to 921600 and stop the mobile internet
6. restart the mobile internet or restart the GPRS

You will able to get good speed not boost but nice.

All the Best

How to create drag & drop event in flash action script

In this tutorial I am going to show you how to easily create or achieve the drag & drop event using flash action script

Step 1

Open flash then select file >> new >> flash document


Now in left side menu bar you can select rectangle, or circle

Here I chosen circle.

Create a circle on your blank workspace

Now make this circle a movie clip

Select modify >> convert to symbol

You will see convert to symbol dialog box

In that dialog box you have to select behavior “button” option

Place a name “circle_1” in name box & click ok

You can use any name as per your choice

Go to in action scrip panel

Please select first your object &

Select + sign

Global functions >> movie clip control >> on

Now select

Global function >> movie clip control >> start drag

You need to select the circle and right click on that and select action option.

In action panel copy paste the following code.

on (press) {startDrag(this)}

onClipEvent (mouseUp) {stopDrag()}

pressing following key you can see the drag and drop event.

Press short cut key “ctrl + enter”

You program will be run & you can drag your object by action script

You can download the original file from here : drag-drop-event