Kasun's Horizontal tec-zone

this site the web

Recent Photos

image
image
image

Google Dart..searing for targets...!!

Hey ..guys you know Google is not lunching some thing with out any statistical plan.They are trying expand there authority very field these days.Not just touching tech Google created the Go programming language in 2009 for its own internal use. That language was developed as an alternative to existing system implementation languages (C++, Java, Python), which Google found either overly complex, slow to compile, or slow in production. Google hasn't evangelized Go, but is likely to pull out all the stops for Dart.
This little part taking from dart official website.These design goals address the following problems currently facing web developers:

Small scripts often evolve into large web applications with no apparent structure—they’re hard to debug and difficult to maintain. In addition, these monolithic apps can’t be split up so that different teams can work on them independently. It’s difficult to be productive when a web application gets large.
Scripting languages are popular because their lightweight nature makes it easy to write code quickly. Generally, the contracts with other parts of an application are conveyed in comments rather than in the language structure itself. As a result, it’s difficult for someone other than the author to read and maintain a particular piece of code.
With existing languages, the developer is forced to make a choice between static and dynamic languages. Traditional static languages require heavyweight toolchains and a coding style that can feel inflexible and overly constrained.
Developers have not been able to create homogeneous systems that encompass both client and server, except for a few cases such as Node.js and Google Web Toolkit (GWT).
Different languages and formats entail context switches that are cumbersome and add complexity to the coding process.




above code exposing how dart same as java script.

"Sandbox" Security mechanism


Hi..!! there today I'm going talk a little bit about Sandbox.Sandbox is a highly sophisticated security mechanism.Sandbox mechanism implement some kind of security on untested code.Sandbox mainly divide in to two parts

1.security sandboxes

2.search engine sandboxes

In security sandboxes separate executing programs(running programs) some kind of virtualization approach.I'm going to focus this post on search engine sandboxes these are the widely using technological approach in these days.Search engine like Google widely privilege form this search engine sandboxes.

In simple wards think like this if register our url in Google.Then make a search relevant to that topic but you can not appear your site on that Google search.You may defiantly express me that is search engine optimization task.But not only that.If optimize the site it may take some time(if we added optimization task).Web development specialist and optimization specialist doing some thing increase rank of the site but that remaining time is going to get out from Google sandbox.I think know you got what kind of thing that is.Sand box is came in to that action when the Google change there Algorithms approximately 2004 I think..hmmmm not sure about time any way you know what is sand box now.Most of the optimization guys try to avoid this sand box to optimize there site.

beware phishing fakes.....!!

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....

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...

Firebug


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....

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.

A conflict between oracle vs Google

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.