Wednesday, August 17, 2011
Firefox 6 came out during the last week. I then see a few tools that highlight using JavaScript to process what you would expect from something in native code via a plugin.
An MP3 decoder written within JavaScript
http://jsmad.org/

A PDF viewer written in Javascript - with footnotes, color, diagrams.

http://andreasgal.github.com/pdf.js/web/viewer.html#7

This ties back to the Hanselman interview with Erik Meijer -where he refers to JavaScript as the Assembly language of the web. The low level code that other tools are beginning to compile to -example Script# and other tools - that Hanselman followed up with in additional episodes.

All this makes me wonder what is coming in Windows 8. (maybe this is why the Build Conference sold out months ahead of the event?)

However - the MP3 player link above works in Firefox and not in IE9. So there is more work to be done in the browser area, but the efforts in this area of late are really noticeable. (IE8, IE9, beta of IE10 - Firefox 4, 5 and 6 were not that far apart .. maybe too close together for some). The rapid changes to the Google Chrome browser. This increasing pace and direction of standards in the browsers is interesting, and when tied to mobile phones, and tablets as the new devices, becomes more interesting and intriguing as to where computing in general is moving. Virtualization of computing resources, cloud integration, with those hardware changes,makes for a very dynamic landscape for the 2nd decade of the 21st century.

That dynamic element, for the computing world - in this decade, assumes the world economies can stay afloat...the force that will determine acceleration, or collapse at this point.


Wednesday, August 17, 2011 9:48:55 PM (Eastern Standard Time, UTC-05:00)
 Sunday, June 19, 2011
I was thinking that I needed to download this blogs data files onto my new laptop and play with the site locally, and to get that I have usually found an FTP program to manage the communication. So I googled for "FTP Windows 7" and encountered a tip on getting an FTP site to behave as a native disk on the machine. Nice trick for saving to the website.
You do have to click on the link to connect to Web - and then I was able to put in the website address userid and password and now I have the ability to browse the website files and folders from my machine. Making a backup of the files this way is not as good as the use of FTP which shows you a progress  of the processing status better. This shows you a file at a time and a  time estimate for copying across.

This may be a very convenient way of using the website though - and I will just have to experiment with it more.

Sunday, June 19, 2011 10:14:57 AM (Eastern Standard Time, UTC-05:00)
 Tuesday, December 23, 2008

I saw an article about Qooxdoo (pronounced like "cooks-doo") on the Ajaxian website this evening. A JavaScript Framework that has apparently been in develoment since 2005.

The Qooxdoo framework is open source, and has some RPC hooks for Java,Perl, and PHP from what I saw. I am posting this as a note to go look into that a bit more later on.  They make a point that this is not a Javascript Library - like jQuery or prototype it is a Framework.

There is a PlayGround that the article mentioned - so you can play around with the Javascript API.

More interesting software to look at.

Tuesday, December 23, 2008 6:11:17 PM (Eastern Standard Time, UTC-05:00)
 Sunday, September 07, 2008

Tonight, I checked my blog site with Internet Explorer 6, from an older computer that I had to keep on that version due to some software that was not compatible with IE7. I was shocked, that the style for my blog was not rendering correctly there. My usual blogging is done via IE7 from a laptop. I did check that the fire Firefox rendering was good (but it autoupdates to the most recent version). I then check the web stats on Web browser usage and found that about 1/2 of the people use IE - and IE6 is half of those. If you find the CSS Selector at the bottom, the page may render better with another style.

It was intersting to note that Firefox was approaching 50% of the market for browsing - I saw a post from Tim O'Reilley  (of O'Reilly books) that over 1/2 of the users were on Firefox at his site.

If you can switch your browser to something higher than IE6 - your experience will be better - and right now Firefox is better on CSS rendering than IE6 or 7.  I will be changing one of my computers to see the impacts of IE8 in the very near future.

I will have to take a look with the computer with Safari's browser and then try Googles new Chrome Browser too.  Certainly there is competition here for Microsoft in the browser market.

One other note - in editing this post, I did it in Firefox, and the positioning is different from what I am used to in IE7, which required some scrolling out to the right to see the post entry text in its entireity.

The differences in browsers give an impression of instability, and the idea of doing business apps entirely in a browser setting is going to need something to bring them into a more cohesive user experience. 


Sunday, September 07, 2008 9:34:25 PM (Eastern Standard Time, UTC-05:00)
 Tuesday, July 15, 2008

A while back, I was on Scott Hanslemanns blog, and was seeing some URL's that looked odd - and realized that these short URL's were special types of redirectors - to longer URL's. Scott was using shrinkster.com - however when I went back to his site to get that URL, the podcast that I had found it on, had been rewritten to have the URL's in the source. I searched the http://Hanselminutes.com site for refrences to Shrinkster and saw a mention that shrinkster had "been taken down due to spam" temporarily. If you are relying on links to be up - going directly might be the best way to go.

An older site that does the URL shrinking is http://tinyURL.com which has been used in some newspaper articles.

Twitter (http://twitter.com)  users, at least one I know of, use another similar site http://is.gd which can shrink a url small enough to fit in a "tweet" -140 chars. So this idea for phone users of twitter or one of the other "microblog" sites could be handy.

Hansleman's purpose in using shrinkster was that he could reference a URL with a very short code that could be stated in his audio podcast. Which is still a valid concept but he seems to have used the codes to his own page to contain the links now.

I am still not convinced of the value of a "tweet" site, and am working for a company that blocks such sites from any access within the company.

I still prefer human interaction over keyboard interactions - old fashioned, but batteries are not required ;)

Update 8/16/08: Another site for this : www.snurl.com

Update 9/19/08: Another: http://bit.ly

 

 

Tuesday, July 15, 2008 9:54:28 PM (Eastern Standard Time, UTC-05:00)