komedi filmi izle


Archive for the ‘WWW dev’ Category

Enable Save Tabs on Exit for Firefox

Tuesday, August 16th, 2011

I liked the Firefox option to save tabs on exit. Every time I exited Firefox 3.x, I simply click on the Save and Quit button when I am prompted “Do you want Firefox to save your tabs for the next time it starts?”. The next time I launch Firefox, all tabs are automatically opened. When Firefox updated to version 4 (and newer versions as well) this feature seems to have gone. Fortunately this feature has not disappeared anywhere, it is just by default turned off.

Enable Save Tabs on Exit for Firefox:

1. Type about:config at the address bar and hit enter.

2. Click the “I’ll be careful, I promise!” button

3. At the filter bar, type browser.showQuitWarning and hit enter.

4. You can either double click on it to change the value from false to true, or right click on it and select Toggle.

The Power of Open

Saturday, July 16th, 2011

The world has experienced an explosion of openness. Creative Commons began providing licenses for the open sharing of content only a decade ago. Now more than 400 million CC-licensed works are available on the Internet. The Power of Open collects the stories of those creators who have created CC-licensed works. Sharing becoming a default standard for the many works that were previously made available only under the all-rights-reserved framework. The writers hope that The Power of Open inspires you to examine and embrace the practice of open licensing.

cover

Interactive Billboard Campaign

Friday, June 17th, 2011

McDonald’s Brilliant Interactive Billboard Campaign article tells about interactive billboard campaign ran in Sweden recently. The concept is a simple one in that users get to control the billboard and turn it in to a personal game.

What is especially interesting about this technology is that you don’t actually have to download an app, which normally causes quite a big barrier to entry. Instead the phone picks up your location and you can join the game via a website address. It’s interesting to see more and more campaigns combining mobile and billboards.

The Flame Party Helsinki

Sunday, June 5th, 2011

The Flame Party Helsinki promises to be a day of HOT Open Web (aka HTML5) demo hacking, outdoor BBQ etc… 18th of June 2011. This event if for HTML5 and Open Web geeks, DemoSceners and Internet artists. The Flame Party is organized by the Alternative Party Crew, Mozilla Labs and DOT (the Digital Media Club of Aalto University). Being one of the founders of DOT and knowing many people from Alternative Party Crew I can expect quite much on this event.

demoparty_the_flame_party_logo1

As en example what to expect Firefox 4 3D WebGL Demo – No-Comply from Mozilla Labs DemoParty 2011. Web browser can nowadays do quite amazing tricks!

Angry Birds in web browser

Friday, May 20th, 2011

You can now play Angry Birds on the web! If you did not know earlier, let’s tell you now that Angry Birds is a puzzle video game developed by Finland-based Rovio Mobile. In the game, players use a slingshot to launch birds at pigs stationed on or within various structures, with the intent of destroying all the pigs on the playfield. Angry Birds has been praised for its successful combination of addictive gameplay, comical style, and low price. With 140 million downloads across all platforms, the game has been called “one of the most mainstream games out right now”. It is quite funny and addictive to play.

Angry Birds comes to Chrome. Google and Rovio have announced the deal to bring Angry Birds game to Chrome. Angry Birds is available in Chrome Web Store for free.

Angrybirds

Boot Linux In Your Browser

Wednesday, May 18th, 2011

Boot Linux In Your Browser: Fabrice Bellard, the initiator of the QEMU emulator, wrote a PC emulator in JavaScript. You can now boot Linux in your browser, provided it is recent enough (Firefox 4 and Google Chrome 11 are reported to work). This Linux image includes his own realtime C compiler as the C compiler.

French hacker Fabrice Bellard says his JavaScript PC Emulator can run the 2.6.20 Linux kernel inside Mozilla’s Firefox 4 and Google’s Chrome 11. I tested and it runs well on both browsers.

Fabrice Bellard wrote his PC Emulator with pure JavaScript using the typed array specification, which provides an API for using native binary data, and he has tested his creation on browsers running atop Linux, Windows, and Mac OS.

jslinux

The emulated hardware includes a 32-bit x86 compatible CPU, a 8259 programmable interrupt controller, a 8254 programmable interrupt timer, and a 16450 UART. The emulated CPU is comparable to an Intel 486 chip without FPU. The processor information in emulated Linux tells the speed to be around 20 bogomips.

Why isn’t the Web using it HTTPS always?

Monday, May 2nd, 2011

You wouldn’t write your username and passwords on a postcard and mail it for the world to see, so why are you doing it online? Every time you log in to any service that uses a plain HTTP connection that’s essentially what you’re doing.

There is a better way, the secure version of HTTPHTTPS. HTTPS has been around nearly as long as the Web, but it’s primarily used by sites that handle money. HTTPS is the combination of HTTP and TLS. Transport Layer Security (TLS) and its predecessor, Secure Sockets Layer (SSL), are cryptographic protocols that provide communications security over the Internet.

1in9ui5t_HTTPS_Application_Layer

Web security got a shot in the arm last year when the FireSheep network sniffing tool made it easy for anyone to capture your current session’s log-in cookie insecure networks. That prompted a number of large sites to begin offering encrypted versions of their services via HTTPS connections. So the Web is clearly moving toward more HTTPS connections; why not just make everything HTTPS?

HTTPS is more secure, so why isn’t the Web using it? gives some interesting background on HTTPS. There are some practical issues most Web developers are probably aware of.

The real problem is that with HTTPS you lose the ability to cache. For sites that don’t have any reason to encrypt anything (you never log in and just see public information) the overhead and loss of caching that comes with HTTPS just doesn’t make sense. The most content on this site for example don’t have any reason to encrypt anything.

HTTPS SSL initial key exchange also adds to the latency, so HTTPS-only Web would, with today’s technology, be slower. The fact that more and more websites are adding support of HTTPS shows that users do value security over speed, so long as the speed difference is minimal.

The cost of operations for HTTPS site is higher than normal HTTP: you need certificated that cost money and more server resource. There is cost of secure certificates, but obviously that’s not as much of an issue with large Web services that have millions of dollars. The certificate cost can be a showstopper for some smaller low budget sites.

Perhaps the main reason most of us are not using HTTPS to serve our websites is simply that it doesn’t work well with virtual hosts. There is a way to make virtual hosting and HTTPS work together (the TLS Extensions protocol Server Name Indication (SNI)) but so far, it’s only partially implemented.

In the end there is no real technical reason the whole Web couldn’t use HTTPS. There are practical reasons why it isn’t just yet happening today.

Tool for faster web pages

Saturday, April 2nd, 2011

Google Labs Page Speed Online analyzes the content of a web page, then generates suggestions to make that page faster. Page Speed Online is available from any browser, at any time. This allows website owners to get immediate access to Page Speed performance suggestions. You can also get Page Speed suggestions customized for the mobile version of a page as well. Use the suggestions to make your pages faster. This is an useful addition to your webmaster toolbox.

page_speed_logo2

Selenium web test tool

Thursday, March 31st, 2011

Selenium IDE is a Firefox add-on that records clicks, typing, and other actions to make a test, which you can play back in the browser. It allows you to easily and quickly record and play back tests in the actual environment that they will run. Selenium IDE is not only recording tool: it is a complete IDE. You can choose to use its recording capability, or you may edit your scripts by hand. I can recommend this tool. It was easy to use and seemed to work well as promised.

seleniumide

Selenium IDE is part of Selenium, a suite of tools specifically for testing web applications.

URL Hunter

Monday, March 14th, 2011

URL Hunter is an experimental keyboard-character based game played entirely in your browser’s URL bar. Go to URL hunter web page at http://probablyinteractive.com/url-hunter to see yourself.

Is it a good game? Not really. The gameplay is pretty awful, and the concept is naturally pretty limited. But it’s clever and unusual. Great misuse of technology.

Another example of misuse of browser technologies is DEFENDER played in the favicon.


film izle - komedi filmi izle - film izle - film izle - film izle