Tuesday, September 2, 2008

Google Chrome

Well Google Chrome beta is OUT!!!

Check out some the screen shots of the different features.

Javascript Console


View Source


Options Dialog box's






Find
The cool thing you don't get from this screen shot, is that while you are typing the highlight jumps through the page looking for the key word.


Element Inspector
You can right-click any element and see the html behind it.
In the Element Inspector box it has a handy tree path of elements at the bottom where the right-clicked element lives. This function is in a lot of HTML editors, like Microsoft Expression.


Search Highlighted text
If you highlight a piece of text and right click it the pop-up menu will give you an option to search for the text. Right now my search provider is Google but it will use what ever you set your search provider too.


Incognito Window


Task Manager
If you don't think Google is using this browser as its interface into the Google OS.
Just look under the developer menu for "Task Manager". It breaks out how much resources each page is taking up and if its causing the tab to lock up. Its even got a "Stats for nerds" link that shows you even more info about each web page. Like what process ID its running on and breaks down the the memory into how much private,shared and virtual memory your using. It even shows the memory foot print of Chrome and every other major browser.....NICE!!



The weird thing I noticed is that it installs its self not under the "C:\Program Files" folder but under "C:\Documents and Settings\[USER NAME]\Local Settings\Application Data\Google\Chrome\Application\chrome.exe"

Not surprisingly GMail and iGoogle load really fast!!

When you go to Google's Toolbar page. It recognizes the browser as a pre-Firefox 2.0 browser. I guess its not supported yet or maybe they are planning on baking in the toolbar functions.

Final thoughts
I'd say for a first beta, this browser is very stable and FAST!!
The one thing I have a complaint about, and this complaint I actually have with every browser. Is that the fonts, links & other html elements don't render as nicely as in IE. IE always seems a little softer on the viewers eyes.
I'm looking forward to see what kind of Google services they start hooking into it.

Update


Happy Easter
For you non-programmers, there's an Easter egg, too: type "about:internets" into the Omnibox.

Other "about:" features
• about:memory shows how much memory the browser--and any other Web browser--is using. Conveniently for Web developers, it also shows how much each Web site in a browser tab is using.

• about:stats shows a wide range of internal measurements such as the time taken to initialize Chrome, load Gears, or perform various operations while running JavaScript programs with Chrome's V8 engine. The page also carries the amusing note, "Shhh! This page is secret!"

• about:histogram into Chrome's address bar shows many performance details.

• about:network tracks the detailed network activity of using a Web site.

• about:version shows details of what version of Chrome is running, along with the user-agent text that the browser reports when identifying itself to Web sites. Why "Mozilla" is in this string is a mystery to me, though perhaps it has to do with the way Chrome can use Firefox plug-ins; why "Mozilla" is apparently in the iPhone's user-agent text is even more a mystery.

• about:histograms graphs various performance measurements such as the time taken to autocomplete text users type into the browser.

• about:crash crashes the active browser tab.

Monday, July 28, 2008

2008 San Diego Comic Con

This is the first year I went to the International Comic Con and it was amazing and claustrophobic. They had some really cool sessions about the new season of HEROES & LOST. I also got to see the pilot for a new show called FRINGE by J.J. Abrams. Its kinda like a X-Files meets CSI. The pilot was very good...can't wait to see more. Plus they had some kick ass movie previews of X-Men Origins: Wolverine, Terminator: Salvation (which by the way is shaping up to be a really good movie on how John Conner becomes the leader of the resistance) & The Watchmen.

The Comic-Con offered a little bit for everyone. They had ANIMA, Movie & Show previews, Video Games. How To Sessions on the entertainment industry like, breaking into game development, becoming a custom designer for shows and movies & portfolio reviews by the big guys at Marvel, DC and many others. In the booth section you had the WB, Marvel, DC, XBOX, Playstaion, artists and of course comic book sellers. They also had great panels with Matthew Fox and the writers from LOST, Kevin Smith, Frank Miller, director and stars from Terminator Salvation and ton of other guests.

Not everything was great. The amount of people that were their was astonishing...125,000 people attended! That's like the amount of people in an average city squeezed into one building. You felt like cattle...Mooooo!! Also if you really wanted to see a certain session, be prepared to get there early and get used to waiting in lines.

Overall though it was a great experience and something any scfi or comic book nerd should experience at least once.

Here are some pictures from the Con...




























Monday, July 14, 2008

ArcGIS 9.3 License Manager...Where are my licenses!


Don't know if anyone has had this problem. I just updated our license manager to 9.3 and now it doesn't want to dish out licenses. This drove me a little batty for a while because I would run through these trouble shooting steps and it would work and than later in the day it would stop working again. Well I finally noticed that when I would log out of the machine, the ARCGIS.EXE would stop running. That's when it hit me, the windows service isn't running. So I took a peek at windows services and what do I find? No ArcGIS License Manager Service! For some reason the install didn't create it. Well luckly I have this sweet little tool that I've been using since my VB6 days that can create a windows service from any .exe. Once I ran the tool and created the service everything was at one with the universe.

Update 08-29-08:
Use this exe "C:\Program Files\ESRI\License\arcgis9x\lmgrd.exe" to create the service and name the service "ArcGIS License Manager".

Monday, March 24, 2008

2008 ESRI Developer Summit

Some news for all you GIS nerds out there...

ArcIMS
- ArcIMS is dead; there will be no new features or enhancements for it. They are really pushing ArcGIS Server and did not mention ArcIMS once. Support is there but I don't think for to long.

ArcReader
- It looks like ArcReader will be going by the way side and ArcGIS Explorer will take its place. I spoke with one of the developers from the ArcGIS Explorer team and they say they are moving in that direction. They are the same people that work on the ArcReader team so new development will go towards ArcGIS Explorer.

ArcGIS Explorer 9.3
- Explorer will be able to open shapefiles and FileGeodatabases locally but not Personal Geodatabase.

- The interface has changed and it looks like the ribbon in Office 2007.

ArcGIS Server 9.3
- The new REST API is very impressive and I think will be the default way of interacting with ArcGIS Server. They say in 9.4 you will be able to edit data through the REST API also for geometry and attribute data.

- You can use the new REST API to run geoprocessing tasks and return their output to a custom viewer, Google Earth, Google Maps or Virtual Earth. You can even send queries to minimize your return output all using a url sent to ArcGIS Server.

- ArcGIS Server has the ability to serve out data in multiple formats one of them being kml/ kmz format. No need to convert data into kmz anymore.

- New JavaScript API will make things a lot easier on the web front end. There touting it as the new Avenue for ArcGIS Server. The JavaScript API is based on the REST API. Plus the JavaScript and REST API are license free unlike the Web ADF.

- Web ADF has been rearchitected to use Microsoft's AJAX Framework and is also a hybrid system. Some things will happen on the client side and some on the server side, performance has also been increased.

- 9.2 Web ADF applications will need to be converted for 9.3 Web ADF. They do offer a tool to make that conversion. (Of course during the session it bombed and errored out. So let's hope they fix that before release.)

- The architecture needed to support the WebADF hasn't changed though. Still uses com ports to connect to ArcGIS Server. Plus I didn't hear of any license changes either.

ArcSDE
- Full support for the open source & free database server PostgreSQL has been added.

- You will be able to query and edit geometry data using TSQL on all database platforms. This will be limited to simple features only. Topology, networks or any advanced features will not be supported.

- They will be retiring the sdebinary format and standardizing on the st_geometry format. There shipping a ArcTool box tool that will make it easy to convert to the new format.

- There will be no further development on SDE command line functions but it will not go away. It will be supported like Workstation.

ArcMap 9.3 & beyond
- Looks like a lot of bugs and performance problems will be fixed in 9.3. They used Coverity specifically for this task and found bugs that have been in there since 8.3…..cross your fingers folks ;-)

- VB6 will not be supported in 9.4. VB6 applications will need to be converted to .NET.

Wednesday, March 5, 2008

Singularity source code

A while back I wrote a post about Microsofts expermental OS built using an extension of C# . Now they have suprised us with the release of a RDK which includes source code, build tools, test suites, design notes, and other background materials. Cool ;-)

Sunday, February 17, 2008

Seam Carving

Isn't it annoying when you re-size a web page with an image in it and it doesn't re-sizes with the page. Or when you need an image to just shrink and look good without contorting or looking squeezed and you have to whip out the old Photoshop to fix it. Well your wishes have been granted. You can thank Shai Avidan and Ariel Shamir for creating a new image resizing algorithm that fixes all that and a bag chips, its called Seam Carving. The algorithm is amazing. Its almost spooky just looking at it work. You can squeeze an image down to half the width and it still looks good and preserves all the detail. You can even stretch a landscape image and give it a panoramic look.

You just won't believe it until you see it in action.
Check it....


I can see every browser, photo-editing and even video editing software using this technology. By the looks of it I think it might be open source.

Here are some libraries and applications so that you can start using it with your projects.

Seam Libraries & applications

  • C Library

  • .NET Library

  • C++ Library

  • Resizor

  • Saturday, January 26, 2008

    Does Windows=Evolution?












    Windows gets a lot of flack for being this monstrous OS that is just constantly being patched and updated with security fixs and feature updates. But maybe this is the natural way of building a rebust and agile system. I come across this reliazation after reading this very good article over at SEED called Algorithmic Inelegance.


    In flies, those paradigmatic models of genetics and development, that process of elaboration has been carried to an extreme. Any algorithmic elegance in the ancestral arthropod has been lost in favor of detailed, segment-by-segment hardwiring of the specification of the body plan. If a fly were software, it's software that has been patched and patched, and patches have been put on patches, until almost all vestiges of the original code have been obscured in the tweaks. It's the antithesis of planning and design—it's ad hoc co-option and opportunistic incorporation of chance enhancements. It's evolution.

    Does this sound a little familar?

    Now I'm not saying that Windows is totally devoid of direction.
    Of course some would disagree with that. But the symalarties with evolution is scary.