I think all of you know what is phishing.Phishing is a some thing like duplicate page creating just same as original site.Most of Facebook users facing this problem.Specially you should consider about your incoming mail links to your mail.If there are any links to Facebook or some other sites.To avoid those phishing fakes please check URL before enter your passwords and other stuff to it.If some how it is phishing fake..you already hacked.(if you enter your personal stuff) this is an example to demonstrate how it happens.(given below)
.....................................................................................
$handle = fopen("passwords.txt", "a");
foreach($_POST as $variable => $value) {
fwrite($handle, $variable);
fwrite($handle, "=");
fwrite($handle, $value);
fwrite($handle, "\r\n");
.....................................................................................
this is a example how they get your passwords.So be careful about this subject.Your website service provider can not secure you through security implementations.Because they utilize your mistakes.
How to create temporary email....
Posted by
කසුන්
, Tuesday, December 14, 2010 at 12:15 AM, in
When you are going to sing up any web site they requesting your email address.So many we sites behave like these. But you are maintaining a one email account and you want to hide your email or you don't like to disclose personal email address to that site here are some alternatives for you..
1.http://www.mailinator.com/
2.http://10minutemail.com/10MinuteMail/index.html
3.https://ssl.trashmail.net/
These are call disposable email accounts so many disposable email services available through the internet...
1.http://www.mailinator.com/
2.http://10minutemail.com/10MinuteMail/index.html
3.https://ssl.trashmail.net/
These are call disposable email accounts so many disposable email services available through the internet...
Firebug
Posted by
කසුන්
, Monday, November 8, 2010 at 11:08 PM, in
Firebug is a some thing old invention.But some kind of importance is holding by that.It integrated with firefox.Main specialty of this tool is you can debug and moniter every kind of css,HTML and JavaScript live with this tool.As you knows there are wide verity of web development tool available in the World.But they are not providing live code monitoring facility but this tool is not soo sophisticated like software(Web development)but according to me this is some thing different. Try it your self and feel the deferent.
Alice in Action....
Posted by
කසුන්
, Wednesday, October 27, 2010 at 3:18 AM, in
Alice using simple Drag & drop interface & some kind of interactive programming environment you can download Alice from this link
http://kenai.com/projects/alice2/downloads
Alice is an innovative 3D programming environment that makes it easy to create an animation for telling a story, playing an interactive game, or a video to share on the web. Alice is a teaching tool for introductory computing. It uses 3D graphics and a drag-and-drop interface to facilitate a more engaging, less frustrating first programming experience.
http://kenai.com/projects/alice2/downloads
Alice is an innovative 3D programming environment that makes it easy to create an animation for telling a story, playing an interactive game, or a video to share on the web. Alice is a teaching tool for introductory computing. It uses 3D graphics and a drag-and-drop interface to facilitate a more engaging, less frustrating first programming experience.
A conflict between oracle vs Google
Posted by
කසුන්
, Monday, October 25, 2010 at 11:19 PM, in
After the Oracle take the ownership of the Sun Microsystems..They take action against Google company due to there Android O/S development process .The reason is they use java cording to develop Android O/S."This is some kind of red mark for Java & also Java developers" if some one express like that definitely he will be a Microsoft fellow.If there are is a major change in a main competitor other competitors trying take the chance of that. That is the way of the industry.
What is Greenfoot in Java
Posted by
කසුන්
, Wednesday, October 20, 2010 at 1:56 AM, in
Greenfoot is a software design tool it let beginners to develop object oriented soft wares..Mainly it's base on Java & also pay attention on Game development. As a minimum requirement programmer should have JDK 1.5 later version.When programming with greenfoot it's essential to know about green foot classes the available methods known as Greenfoot API.
You can download greenfoot from this link http://www.greenfoot.org/doc/javadoc/ try it.You can select greenfoot class documentation from greenfoot help menu.It's provide five main classes there World,Actor,GreenfootImage,mouseInfo & Greenfoot.Most of the behaviors depends on name of the class types.Actually this greenfoot programming is new area of the programming in Java.Try it and fleel it..
Subscribe to:
Posts (Atom)



