Posts Tagged ‘Javascript’

 

Hooked On Chrome

Wednesday, June 9th, 2010

This blog is written mostly for my own enjoyment. That sentence prefaces this entry in an attempt to give myself permission to write about geeky, nerdy stuff. Specifically web browsers.

Are you still here?

In the enlightened 2010s most web surfers still use Microsoft’s Internet Explorer. IE has been a horrendous browser. Sorry Microsoft, it has.

Users don’t notice, but developers will quickly let you know IE has been a non-standards compliant nightmare and about as secure as a pup tent! It’s gotten better in its latest iterations, but it’s still s-l-o-w.

Oh yeah–browsers vary in speed. Noticeably. That’s mostly because of how they handle javascript, a language vital to the web and executed on the user’s machine with nearly every webpage–often more than once.

Are you really sure you want to read this?

I moved away from Internet Explorer a few years ago. My browser love was committed to Firefox the open source browser from the Mozilla Foundation.

Firefox had everything a good dweeb needed. It was reasonably fast, had fewer security holes and was produced by hippies who’d attended Woodstock and still lived on a commune. OK. Maybe that’s a slight exaggeration.

Firefox, is created by an international movement of thousands, only a small percentage of whom are actual employees.

Cue the unicorns!

About six months ago I began to use Google’s Chrome browser. It was stark. Almost immediately I realized I didn’t like it.

Sure, it was faster than Firefox–noticeably faster. It just didn’t have Firefox’s huge collection of add-ons. That was the deal breaker. Yet somehow I kept getting drawn back to Chrome.

Today 90% of my web time is spent using Chrome. It’s the speed. There’s that much difference. It feels like I’ve got a new PC.

Unfortunately some sites insist I use something other than Chrome. I can’t always be sure why. Firefox and IE have to remain on standby.

Google doesn’t need my proselytizing. Chrome will catch on without me. I just wanted to give you a heads up. It’s worth checking out.

  • Share/Bookmark

Loose Ends

Tuesday, September 4th, 2007

I’m off to Florida this afternoon. First, another trip to get my glasses problem fixed, then a haircut.

I plan on checking no bags. Much of Helaine and my discussions last night centered on what can and cannot be brought on an airplane. My deodorant is 3¼ oz. Anything over 3 oz is considered a lethal weapon by TSA¹.

I’m taking it anyway. What a rebel.

The trip to Florida will take about five hours. That includes a 1:35 stopover in Baltimore. As I remember, they have pretty good WiFi coverage in the terminal.

Air travel may be cheaper than ever, but it’s not any faster. Even Southwest, who claims to not be a hub and spoke airline, shuttles a lot of people through Baltimore and Las Vegas, which sure seem like hub airports.

I have some tutorials for Javascript and PHP, two computer languages, I’m taking along. I plan on spending my travel time learning to better program. Last night my mom asked why I was doing that? Is it OK to say, I don’t know?

¹ – Though written for effect, that statement is literally true. They don’t want me to bring any liquid or gel over 3oz because it might be used as a weapon of some sort!

  • Share/Bookmark

Something New On This Site

Sunday, January 4th, 2004

I remember the battle cry of the Internet entrepreneurs of the late 90’s: “Content is King!” I’m not sure whether that’s true, but I do enjoy adding fresh content to the website, especially if it is ‘live’ data.

That’s what I did today in adding weather advisories from Connecticut, where I live, and the rest of the United States. Of course, it’s not quite that simple. It was important to me that the data fit in with the look and feel of this site and that it be as fresh as possible.

The Weather Service has just started producing RSS feeds of this data. All I needed to do was find a way to convert it to a web readable format and I’d be on my way. I found a Perl program called JSMFeed.pl and installed it on the server. It produces a javascript file which can then be converted and inserted into my pages.

All I had to do was write the few short lines of code to do it. Considering I can’t explain any of what I wrote in the previous paragraph, this was going to be tough.

Javascript is a language I don’t know and have never written in. Luckily, once you know one programming language, you have an idea how to write in all of them, and the web is loaded with resources to help show you the proper usage.

Unlike high school, spelling and proper syntax do count. Misspell anything, or misplace anything in the program, and it won’t work… or worse, it will work but will subject your computer to an endless stream of gibberish.

My friend Kevin, who speaks a little javascript, was my mentor this afternoon. He’ll tell you he didn’t show me what to do. But having him on the phone allowed me to bounce ideas and move the process forward. Without Kevin, this wouldn’t have worked.

I also have to thank the folks (or person – who knows) at Creativyst, who donated this program for others to use for free.

If you’d like to try this new addition out, it’s on the right hand side of the screen. Just click a link and have fun.

  • Share/Bookmark