HTML5 localStorage

Local Storage

Local Storage

Local Storage is just a part of the Web Storage api. HTML 5 has a feature that is supported even in IE 8 that allows web developers to store data locally without using cookies. The operating system on the computer provides tools directly to the applications for storing and retrieving data for the application. This information can be stored in .INI files, preference files, XML files, and many other places depending upon your operating system and the application you’re using. But web applications don’t have this type of storage. The closest thing we have to a local storage tool is a cookie. Using a cookie, web developers can store a small amount of information (typically no more than 4 KB). But the current HTML 5 Storage specification says that browsers should set a limit of 5MB per origin (host or domain).
Read more »

“Tilt”: Web Page DOM Tree in 3D

Tilt Addon

Tilt Addon

Tilt is a Firefox extension that lets you visualize any web page DOM tree in 3D. It is being developed by Victor Porof (3D developer responsible with the Firefox extension itself), along with Cedric Vivier (creating a WebGL optimized equivalent to the privileged canvas.drawWindow, see #653656) and Rob Campbell (who first thought about creating a 3D visualization of a webpage). Everything started initially as a Google Summer of Code project, but now, with an enthusiastic team behind it and so many new features and ideas, it has become an active Developer Tools project. Read more »

How To Install FlashDevelop

flash-developer

Flash-Develop

FlashDevelop is a free and open source (MIT license) source code editor.

FlashDevelop offers first class support for Flash ActionScript (2 and 3) and haXe development: great and fast code completion & code generation, projects compilation & debugging, plenty of project templates, SWF/SWC exploration, etc.

FlashDevelop is more generally a great web developer IDE with integrated source-control support (svn, git, mercurial), tasks/todo, snippets, XML/HTML completion and built-in zen-coding for HTML. Read more »

Adobe Edge:- Motion and Interaction Design for HTML5

Adobe Edge

Adobe Edge

Adobe Edge is a new web motion and interaction design tool that allows designers to bring animated content to websites, using web standards like HTML5, JavaScript, and CSS3. Read more »

Operation Facebook: Destroy Facebook on Nov 5 2011

Operation Facebook

Operation Facebook

Anonymous has vowed to “destroy” Facebook on Nov. 5 because the popular social networking site purportedly abuses the privacy of users. In a video uploaded to YouTube, a digitized voice announces that “Operation Facebook” will take place Nov. 5 and issues an appeal to “join the cause and kill Facebook for your own privacy.”
Read more »

Google Plus One Button Integration

Google Plus

Google Plus

The idea behind the Google Plus one is that you can quickly spot search engine results which have been promoted to people you trust. Each set of search results is then catered to individuals according to who they interact with in the real and virtual world. The +1 service will allow anyone with a Google Profile to “plus 1″ a page and add it to their profile page’s +1′s tab.

Read more »

Why use SSL ?

The Secure Sockets Layer (SSL) is a commonly-used protocol for managing the security of a message transmission on the Internet. TLS(Transport Layer Security ) and SSL encrypt the segments of network connections above the Transport Layer, using asymmetric cryptography for privacy and a keyed message authentication code for message reliability.

Each SSL Certificate consists of a public key and a private key to encrypt data ? a public key known to everyone and a private or secret key known only to the recipient of the message. The public key is used to encrypt information and the private key is used to decipher it.  Many Web sites use the protocol to obtain confidential user information, such as credit card numbers. By convention, URLs that require an SSL connection start with https: instead of http

https
SSL Certificates are credentials for the online world, uniquely issued to a specific domain and Web server and authenticated by the SSL Certificate provider.

Read more »

Yahoo closing its news service Buzz & Traffic APIs: Goodbye To Yahoo Buzz

Yahoo closing its free news sharing service called Buzz on April 21st 2011. Yahoo buzz started in 2008. It allowed users to share stories.

yahoo-Buzz

yahoo-Buzz

Read more »

Amazing Movie Website Inspirations

Yourhighnessmovie

www.yourhighnessmovie.net

www.yourhighnessmovie.net


Read more »

Javascript Alert:Tips, Customized Alert Box

The JavaScript language itself provides very few debugging tools. One of the few that it does provide and perhaps the most useful is alert(). The alert command allows you to pop up a message in your browser.

Customized Alert Box

Custom Alert-box

Custom Alert-box

You can implement an Custom Alert Boxes. Source files are attached.

Read more »