-
Introducing SquirrelFish Extreme (11)
on
Surfin' Safari (89) permalink
Just three months ago, the WebKit team announced SquirrelFish, a major revamp of our JavaScript engine featuring a high-performance bytecode interpreter. Today we’d like to announce the next generation of our JavaScript engine - SquirrelFish Extreme (or SFX for short). SquirrelFish Extreme uses more advanced techniques, including fast native code generation, to deliver even more JavaScript performance. For those of you who follow WebKit development and are interested in contributing, we’d like to report our ...Shared by Cale (10) Caleb Elston (0) chezsmithy (7) Dimitri Glazkov (0) James Mead (21) Jonathan Johnson (0) met (5) Mikhail (11) Mukund Mohan (10) nawoto (2) Zef (10)Contribute comment -
The Significance of Google Chrome (15)
on
Dare Obasanjo aka Carnage4Life (134) permalink
A few weeks ago Google released the beta of Google Chrome, a new Web browser based on WebKit. Since then there has been a lot of interesting hype and backlash against the hype about Chrome. Two great examples of the hype and the corresponding backlash are Mike Arrington's Meet Chrome, Google’s Windows Killer and Ted Dziuba's article Chrome-fed Googasm bares tech pundit futility in response. The best way to think about Google Chrome is to ...Shared by Arne Janning (15) bigstrings (17) DarrenN (18) Dimitri Glazkov (0) g b (43) g9yuayon (6) Javed (100) Jean-François Lavigne (0) jeffmincey (21) Lorin (1) Mike F (425) paul (18) TIGGR (0) Tim Disney (13) wcaw (49)Contribute comment -
Microsoft IE8 and Google Chrome - Processes are the New Threads (14)
on
Scott Hanselman's Computer Zen (180) permalink
I happened to install Google Chrome (Alpha) the same day I installed Internet Explorer 8 (Beta). I noticed immediately, as I'm sure many of you have, that both browsers isolate tabs in different processes. Unix folks have known about the flexibility of forking a process forever. In Unix, fork() is just about the easiest thing you can do. Also, fork()ing in Unix will copy the whole process and all variables into a new space. Everything ...Shared by conmulligan (7) Denis Gobo (11) Dharmesh (13) Dimitri Glazkov (0) Eric (18) JohnMu (1) MERc (0) nlinus (17) Olivier (14) PhatBoyG (13) Ralph (1) Steve (0) Uri (13) ziqbalbh (0)Contribute comment -
IEBlog : Microsoft CSS Vendor Extensions (28)
on
IEBlog (43) permalink
As you may know, all browsers have a set of CSS features that are either considered a vendor extension (e.g. -ms-interpolation-mode), are partial implementations of properties that are fully defined in the CSS specifications, or are implementation of properties that exist in the CSS specifications, but aren’t completely defined. According to the CSS 2.1 Specification, any of the properties that fall under the categories listed previously must have a vendor specific prefix, such as '-ms-' ...Shared by afahy (1) codefin (10) Compuwizard123 (27) Dimitri Glazkov (0) Fraser Pearce (1) Goatlady (22) Guillermo Esteves (28) halans (20) hober (23) Inferis (3) Kai Pahl (3) Keith (0) Klaus Hartl (7) mako (0) marchbox (3) Michal Stankoviansky (18) Milan Zoufal (1) Nicolas Lehuen (1) old9 (15) Patrick Haney (2) Peter N (15) Robert Accettura (24) Sebastian Werner (21) Shane (13) Sparanoid (14) ultraviolet (31) web (2) 菡萏 (23)- Sebastian Werner said: Basically a good idea but with a few negative aspects which really gives me the idea that nobody at Microsoft really work on its own with CSS. Please keep "background-position-x", "background-position-y", "overflow-x", "overflow-y" and "text-overflow"!
- codefin said: Am I the only person that finds this sort of development disturbing? In a world where we're trying to build pages that are browser agnostic, this really feels like a step in the wrong direction.
Contribute comment -
Google patches 'critical' Chrome code execution flaws (1)
on
ZDNet Blogs (54) permalink
The first security patch for Google's new Chrome browser is out, fixing at least two "critical" vulnerabilities that put Windows users at risk of code execution attacks. [ SEE: Google Chrome vulnerable to carpet-bombing flaw ] The patch, which is rolled out automatically via Chrome's auto-update feature, also addresses two additional security vulnerabilities -- the carpet-bombing issue and a denial-of-service flaw that could lead to browser crashes and data loss. From the release notes: Fixes ...Shared by Dimitri Glazkov (0)Contribute comment -
Platform Improvements for IE8 Beta 2 (5)
on
IEBlog (43) permalink
We’ve been sharing plenty about the work we’ve done in Internet Explorer 8 Beta 2 for browser users; we also want to share some of the notable advances we’ve made in the web developer platform in Beta 2. This post serves as an overview of the web platform changes since beta 1 that will be covered in more detail in the coming days and weeks. The Layout Engine First and foremost, we’ve been hard at ...Contribute comment -
RWW Live: Chrome & Its Impact on The Browser Market (5)
on
ReadWriteWeb (3577) permalink
The latest episode of RWW Live, our live podcast show, is set to begin shortly at 3.30pm PST (6.30pm EST). This week's topic is, you guessed it, Chrome. We will be discussing Google's new open source browser and its potential impact in the browser market. We have 3 very special guests on the show to discuss this: Aaron Boodman from Google, a Software Engineer on the Chrome team; Chris Messina from Vidoop (formally of Firefox ...- Dimitri Glazkov said: Cool!
Contribute comment -
Google Chrome: beyond the hype (2)
on
scottberkun.com (34) permalink
In writing my own review of Chrome, I stumbled across tons of articles about Google’s new browser. Many of them set off my hype and BS detector: over on Harvard Business I wrote this recap of the hype and my take on the reality. Google Chrome: beyond the hype (Harvard Business)Shared by Dan McCall (1) Dimitri Glazkov (0)Contribute comment -
Gears 0.4 + Mashup of Gears and Google App Engine (12)
on
Ajaxian » Front Page (738) permalink
Hi folks, this is my first guest blog post here on Ajaxian. It’s great to join the team. Gears, the open source browser plugin that teaches web browsers new tricks, has pushed out a new 0.4 release. Andrei Popescu from the Gears team lets us in on some of the nifty new features: We have added a new Geolocation API, which allows you to build applications that can do new and exciting things based on ...Shared by AJ (167) Akhmad Fathonih (17) Bijou (18) Dimitri Glazkov (0) Duo (19) halans (20) Jonny M (5) pablo (20) Phil Leggetter (8) Scott (6) simonpure (0) xp (0)- Jonny M said: nice!
Contribute comment -
Google Code Blog: Two new ways to location-enable your web apps (36)
on
Google Code Blog (73) permalink
By Steve Block, Gears EngineerWe just launched two new ways to give your web apps free and secure access to a user's location, without requiring that user to enter it manually.First, there's the AJAX API property that provides a simple way to get an approximate, region-level estimate of a user's location based on their IP address. It's as simple as referencing google.loader.ClientLocation, which is made available using the Google AJAX API Loader. This API does ...Shared by Angus Logan (0) Brandon (29) Bruce Boughton (4) cleiva (8) Dan Karran (2) Daniel R. C. Filho (1) Dimitri Glazkov (0) Dom Derrien (20) Dominik (44) Flexdaddy (17) giro (18) hac0demon (4) Hyunhak (0) Ido (12) Jason Delport (0) Jesse (16) JohnMu (1) lpalli (12) Mike (0) Min Liu (13) Nice Fish Films (39) Nick (2) Pete Mulder (1) plasmaegg (15) rick (4) Ross (30) Sinan Yüce (21) Siva (2) stephen o'grady (0) Thejo (15) Thomas (16) tom (8) Vincent (21) WebLeOn (10) zSAPping (0) 無名 (3)Explore read five notes- Angus Logan said: this is quite neat.
- Hyunhak said: 웹어플이 위치를 알수 있는 두가지 방법1. google ajax api (IP로, 정밀하지 않음)2. Gears이용 , new!!블랙잭2에도 된다고 함lastPosition 이라는 프로퍼티가 있는것에 주목. 모바일은 베터리나 네트워크 사정이 안좋을수 있다는 제약이 있으므로.
- Sinan Yüce said: Bu da GPS olmadan lokasyon bilgisinin nasıl alınabileceğini anlatıyor
- Min Liu said: g's gonna eat my lunch
- giro said: geolocation with Google!
Contribute comment -
Gears 0.4 is here! (18)
on
Gears API Blog (3) permalink
Posted by Andrei Popescu, Gears EngineerBut where exactly is 'here'? Well, that's a question that takes on a whole new meaning with this new release of Gears: we have added a new Geolocation API, which allows you to build applications that can do new and exciting things based on your users' location. You can query Gears for the user's current location using the getCurrentPosition() method or you can ask Gears to notify you every time ...Shared by Alex (19) Alfonso Martinez (2) Andrew Terry (10) Benjamin Golub (22) Diana (0) Diego Guidi (0) Dimitri Glazkov (0) Håkan (29) Javed (100) Jean (3) jon bradford (2) Mathieu Ravaux (3) Mr. Matt (22) nicolas.boullosa (44) Sebastian Werner (21) tig (17) tosch (21) wyclif (2)- jon bradford said: Can the inclusion of "geolocation" be a coincident with Android just round the corner?Gears for Android coming soon?
Contribute comment -
Moving (352)
on
xkcd.com (1580) permalink
Shared by (jeff)isageek (7) [Curtis W] (43) Aaron H. (4) ab_aditya (27) Abhinav (17) Adam (23) Adam Singer (21) adamconner7 (48) Aga (20) AgentMunroe (5) AJ (0) Alan (6) Alegrya (8) Alex (95) Alexandar (2) Alix (16) Allen (4) alyska (4) amy (20) Andrea (4) Andreas (20) Andrés David (28) Andrew (16) Andrew (1) Andrew (0) Andrew (3) Andrew Mitry (9) Andy Yates (16) Aneel (28) Anthony (29) Aracnus (1) Arley McBlain (21) Army of Gnomes (26) Arul N S (9) ash (20) Ashe (21) Audrey (12) Aurélien Bompard (1) Azeem (0) badpazzword (0) Ben (3) Ben (38) Benjamin Shyong (17) Bill (1) Bill (19) Billy Fairchild (18) Blaise (15) bmcfee (0) Bramha (20) Brandon (3) C.M (20) CannonGod (155) Carl (0) Carlos Villela (2) cassio (6) cbsmith (5) cedric (11) cephyn (20) César C (5) cfohlin (14) Chandoo (37) chills (1) choffee (16) Chris (13) Chris (36) Chris (21) Chris Fried (19) Chris K (50) Chris Schrier (26) Chrono (18) Chung (110) Cigar Jack (26) cisellis (0) Cocoy (8) Colby (1) Colin (10) Creeva (43) cwliner (16) Dale (9) Dan (20) Daniel (8) Daniel McCullum (0) Daniel Monzelowsky (13) Danielle (18) darkeye11547 (167) dave (25) Dave S (4) David (1) David Bebawy (7) David Poblador (3) deadlyicon (7) Dean (20) Dennis Laumen (14) Derek (18) Derick Valadao (36) Diana (0) Dimitri Glazkov (0) dopegroove (0) Doug (22) Dustin DeKoekkoek (18) Dustin Diaz (3) DVD (1) Ed (0) eD! Thomas (4) Edo (9) Ellie (19) Elvis (17) Ember Case (0) ephes (15) Eric Atkins (5) eric stimmel (0) Eugene Alvin Villar (1) evo (2) FelipeC (1) Fernando (21) FernandoP (12) Flint (18) Florian (14) focoma (17) Francisco Solis (1) Frank (0) Gandhi (44) Garrett (17) Gautam (23) George Brickner (130) Goyal (2) Graham (3) graywolf (5) Greg (19) Guttorm (6) handir (15) Heather (18) HelenaN (0) houseinrlyeh (56) Ian (20) imabug (21) J128 (34) Jaemi kehoe (30) Jakob (47) James (20) James Andreasen (1) JASon (0) Jason (20) jason (20) Jay Bandoy (35) JBu92 (30) Jc2k (12) Jeff (38) Jemm (17) Jess (19) Jessica (13) jhota (19) Jim (17) Jim (4) Jim (1) jmeallen (0) jmw (19) Joe Smith (5) Joey Doyle (11) John (33) John (19) JohnTheJohnMan (20) Jon (2) Jon (23) Jon G. (10) Jonathan (41) Jordan (17) Jordan Bouvier (6) Joshua (22) Josi (4) jrodgers (4) jschultz (22) jtintle (17) judson (4) JulioHM (22) justin (15) Justin (20) Justin (6) Justin Yost (85) karabatov (7) Kaye (21) kebernet (30) Keef (31) Kevin (36) Kevin Coppock (0) KeVroN (14) Kirsten (18) kirsty (0) Kiwi Nerd (0) Kyle (5) Kyle Ingrelli (48) L (2) Lars / Ebi (21) Lauren (0) LeapsandBounds (13) Levi Breederland (6) Lilian (1) liliec (79) linuxchic (20) LM (6) lnxcwby (22) lucky13cxc (0) LuisManson (12) mac (23) maccman (2) Maggie (3) Mariaserena Piccioni (26) mario r (1) Mark (49) Martin (1) Martin Gordon (24) Mat (23) Matt (30) Matt (17) Matt (1) Matthew (2) Matthew (21) Matthew (53) Maya (2) McFrugal (1) mcphee (8) mernisse (19) mezza pazza (16) Mic (0) mickrants (0) Mikey (47) Milan Zoufal (1) Miss P (36) Mister (17) Mitch (23) mubix (29) munir (1) Murz (0) mymotech (15) mz (7) Nathan (17) Nathaniel Dean (1) natts (4) Neetu (1) nem (5) nicerobot (16) Nick (6) Nick Campbell (21) Nicola (1) Nihar (20) Nikki (32) Nirav (12) Nitin (0) nkronberg (61) norti (10) npike (20) OcellNuri (23) Offline (1) Olivia Maia (21) OnkelSchark (17) onurka (0) OwlBoy (1) Patrick (17) Patrick (21) Patty (56) Paul (54) Paul Campbell (1) Pavan (11) pberry (19) Pellizzari (19) phrakture (20) Pickles (16) Pittaya (17) Podcast Mike (20) prattmic (4) pt9386 (40) purplesque (13) R2 (1) Rachit Chandra (17) Raleigh (16) Randy (0) Randy (31) Ranjit (17) rchk (34) Reto (20) Ricardo (0) Rob (18) Rob (102) Robert Fischer, Smokejumper Consulting (1) rOckY (65) Ronald van der Putte (10) Ruben Llibre (30) Ryan (18) Satej Sirur (19) Sean T.-S. (0) Serabe (19) Sermed (0) Setu (13) Shailendra Paliwal (31) SharonG (35) Sheryl (20) shishir (11) SiliconViper (18) Simon (6) sinisterff (20) slmnhq (20) Solon (20) spiller (27) starbane (0) Stefan Hayden (22) Steinkirch (20) Steve (21) Steve (17) Steve M. (32) Steven (165) Steven Nichols (4) StickyKeys (33) stratus (20) Tanath (58) Tanka (18) tarmo888 (8) Ted (3) TelegramSam (1) Terrence (18) Thiago (20) tim (36) Timothy (2) Toco (32) tom (9) Tony (22) tonyleachsf (9) trib (0) trinkers (15) Trojan Warrior (19) Tsudohnimh (21) tuli0 (14) Tung (2) TxVoodoo (14) Ubqtous (5) unicyn (19) vanerj (0) vevck (16) Walter DeFoor (27) Wayne (52) William Spaetzel (19) WindPower (59) witherj (0) xeophin (7) Yann (29) Youlay (1) Zach (55) Zaki (45) Zinoc (0) Zoram (30) Zyline (9) тaмás (30)Explore read 59 notes- bmcfee said: I've done this too...
- npike said: I think we've all been through this one at some point..
- kebernet said: The alt tag is great today.
- Ian said: so, so true.
- Aneel said: so precisely true
- LM said: Particularly apropos given my current apartment situation.
- Dimitri Glazkov said: This one is about me.
- Brandon said: This makes me want a Cantenna even more!
- Jessica said: Yeah, this is totally me in a couple weeks.
- Goyal said: Agreed :)
- deadlyicon said: heh yes! Fee Linksys day!
- Ashe said: So. True. Right, @mathiasx?
- Chris Schrier said: This is why I had internet at my apartment and house for a couple of weeks.
- тaмás said: There are few forces more powerful than geeks desperately trying to get internet in a new apartment.
- WindPower said: My thoughts exactly pendant les vacances
- Derick Valadao said: This brings back memories :)
- jschultz said: So true.
- Guttorm said: Cute
- Rob said: as someone currently using wireless named "linksys" from a neighbor, i applaud this comic
- Dustin Diaz said: "geeks desperately trying to get internet in a new apartment." Ha!
- Simon said: shared for the alt text
- James said: More times than I can count.
- Eric Atkins said: Pringles can = LOL
- tonyleachsf said: Ha, this is pretty close to my experience !
- Joshua said: bwahahaha ... when we moved last week, I had the DSL order, the backup cable order (they could give a more reliable-sounding install commit), and the netshare-on-3g-iphone plan 'c'. [DSL made the date, fortunately.]
- Steve said: soooooooooo true ;)
- Daniel said: I can relate to this :/
- Zaki said: I need to date the girl stick figure in xkcd cartoons
- Nick Campbell said: I agree with the comment on unsecured! Great!
- Alexandar said: gotta love the linksys people :D
- choffee said: Must have internet.
- Matt said: This seems familiar...
- Walter DeFoor said: agreed and a half.
- Zach said: OOh man, have I done this before >:D
- Ben said: Damn straight.
- Terrence said: I was just thinking about this when I move ...
- Bill said: Yeah, why weren't there any of those kind souls near my new place! (See mouse-over text)
- eric stimmel said: this could be us in a week and a half...
- FelipeC said: Hahaha, so true.
- mernisse said: How true... How True..
- Chris said: just like moving in to our apartments. number 1 priority = internet
- Josi said: i was using an open network i found in my building when i first moved in
- Randy said: Pretty relevant if you ask me
- Joe Smith said: Oh man. This was me all last week..
- Blaise said: This will be me on Monday. Heather, I really hope you've got the internet (and bears) sorted out in Nipissing.
- Matthew said: this is how its been for me for the last 4 days
- Sermed said: In memory of Adam's wifi attempts
- mac said: this is exactly my situation right now. Wish I bought that "Netshare" app for my iPhone that lets me share my EDGE connection with my laptop
- Jaemi kehoe said: Priceless
- Jakob said: I have actually done this with a cantenna before. Fortunately Brady lived in the dorm facing my apartment building, so I was able to get college internet access/network.
- cassio said: I have already tried that too :D still looking for internet...
- justin said: happy 'linksys' day!
- Murz said: Ooooh... how true.
- purplesque said: Afraid this is going to be me..
- Jon G. said: How ironically appropriate for my situation
- tom said: essid "linksys" - yeah!
- KeVroN said: fine I'll do share it too because I do it every day at bucketworks anyhoo
- Andrés David said: In a few weeks I'll remember what this feels like
- Steve M. said: the sad truth
Contribute comment -
See Tiger Woods actually make the Jesus Shot (34)
on
Joystiq (439) permalink
Filed under: Sports, VideoThere are really only two ways of handling a glitch. Fix it in a patch or convince everyone who experienced it that it never happened in the first place. EA, as you can see in the above video, has provided the most impressive example of that second method we've ever seen.After seeing one user's "Jesus Shot" video from Tiger Woods 08, (you'll find it just after the break), wherein a glitched Tiger ...Shared by Andrew Terry (10) Audrey (1) Badger Gravling (127) Beebs (22) BIGODE (6) Chris Stubbs (0) Convoluted (4) Darran (0) DarthMolen (24) Dave (12) David (18) David (16) David C (16) Dimitri Glazkov (0) Erik Arvidsson (7) gergi (21) Glen Murphy (21) Gregory (1) INCyr (11) Jeff Crump (3) jer_c (19) Jilted (18) kyle (3) lewis (18) Matt (23) Michael (1) Mike (3) rboyce (13)