Does Google Chrome Have Got A Potentiel Security Weakness?

Published on January 30, 2011 by Amir Sedighi

I personally love Google’s products. Every developer has a respect for Google creativities even the ones who work for Bill Gates or Steve Jobs. This is just a warning about the weakness of a new facility of Google Chrome. Users almost trust the famous products such as Google Chrome and Mozilla Firefox. I mean we [...]

Posted in JavaScript

Multi-Threading in JavaScript (HTML 5)

Published on July 7, 2010 by Amir Sedighi

Introduction Multi-threading is a basic technique in programming languages. Many applications and software services work using threads. Actually in OS level whatever runs are threads. Every programming language has its syntax and commands to use threading. An interactive reach user interface should use multithreading. However JavaScript didn’t support multi-threading before HTML5. Now developers are able [...]

Posted in JavaScript

Looking at HTML5 LocalStorage

Published on July 5, 2010 by Amir Sedighi

Introduction Ajax brings some kind of flexibility for web developers. Using Ajax developers are able to develop lazy routines much easier. Ajax libraries and API let the front-end events to fire their own server-side handlers on demand. This is a great facility because whatever you make a page lighter then you have a faster loading. [...]

Posted in JavaScript

Creating Object In Javascript

Published on June 10, 2010 by Amir Sedighi

Javascript makes object instantiation much easier than other languages in somehow. If you need to have just an object then you can define it directly without defining a class. Here is a sample of declaring an object without any class definition: var myBook = { title : “Little Prince”, price: 10, getAQoute: function() { alert(“‘What [...]

Posted in JavaScript

Categories

Archives