This is just a test

September 15th, 2016 by Frederick J Richart

heic0416aIf this had been an actual emergency, you would have been instructed where to tune in your area for news and official information.

Lorem ipsum dolor sit amet, consectetur adipiscing elit. In eget dolor magna. In rutrum, nibh sit amet efficitur porta, nibh elit vulputate ligula, ut tempus magna magna in leo. Etiam tincidunt ornare pellentesque. Pellentesque nec ligula hendrerit, imperdiet nisi et, tincidunt sem. Suspendisse dictum hendrerit purus, ut tincidunt arcu egestas porttitor. Cras maximus nulla quis placerat sodales. Donec sit amet euismod lorem, at condimentum mauris. Morbi id massa metus. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. In orci libero, volutpat a dolor vitae, mattis rutrum leo.

Curabitur lectus augue, varius sit amet quam id, malesuada varius tellus. Quisque eu risus ultricies, tempus est quis, tempus nibh. Morbi quis auctor mi. Nulla vitae leo tincidunt, porttitor nisi ut, rhoncus odio. Quisque vel elementum dolor. Vestibulum quis metus in nibh dapibus viverra eu eget urna. Praesent dictum sagittis diam efficitur ullamcorper. Praesent et purus ante. Vestibulum vitae mi sed nulla tempor accumsan vel et nunc. Vivamus nec rhoncus nisi. Praesent rutrum, elit vel scelerisque accumsan, odio sem vestibulum urna, vitae luctus ante odio vel nisl.

Duis in turpis odio. Phasellus in erat enim. Aenean sapien quam, scelerisque in sagittis id, aliquam in dolor. Quisque id leo porta, laoreet purus nec, pellentesque urna. Donec varius vel ipsum ut feugiat. Nunc semper erat neque, nec posuere urna blandit eu. Donec vel est enim. Duis sapien urna, porta id vestibulum et, facilisis vel lectus. Curabitur ut massa varius, iaculis felis quis, eleifend mauris. Aenean vitae dui at est lobortis gravida. Fusce rhoncus et risus vitae bibendum. Pellentesque laoreet, ex sit amet mattis iaculis, tellus nibh dictum mi, at dignissim neque velit id mauris. Proin rutrum facilisis diam, eu mollis massa convallis sit amet.

Thanksgiving

February 3rd, 2012 by Frederick J Richart

Thanksgiving is a time for family and food.

See what Maryjo has to say.

 

Forgetting to write

February 20th, 2011 by Frederick J Richart

Wow, September 2008 is the last time I wrote anything for this blog.  I never did plan to blog often but this is about two and a half years!

I wrote about the new browser from Google called Chrome.  Nobody knew back then how this thing would evolve, but it has certainly impacted the whole industry in terms of a focus on performance.  Browsers have all (I say all when you include Internet Explorer 9) have now put emphasis on performance and we are light years ahead of where we were in September of 2008!  I doubt there would have been this impact had it not been for Chrome.

Me, I still use Firefox as my primary browser.  It is definitely my favorite browser to use for debugging purposes.

Google's new Chrome Browser

September 2nd, 2008 by Frederick J Richart

Yesterday I heard rumors that Google was planning to announce a new web browser.  Evidence of this new browser called "Chrome" was leaked (some will say) when Google accidently sent out a 'comic book' style media release about it.

Being a web designer, new browsers always get my attention because I have to be sure our websites work well with them.  I had just finished a harrowing experience with the new Internet Explorer 8 Beta (both 1 & 2) and was not looking forward to the kinds of problems I might have to work-around!

My main focus was not the new features but rather "Does it display my websites properly".  Our websites are more complicated than simple HTML pages.  We utilize javascript extensively to animate things, produce dropdown links, checking forms with AJAX, and as the engine of the TinyMCE editor that we use for editing your web pages.  I was very pleasantly surprised by how well this first beta worked!!  

Installation:

Installation was a breeze!  I didn't actually time it, but it couldn't have been more than about 2 or 3 minutes tops.  I had to shut down Firefox (my primary browser) so that Chrome could import settings from Firefox but that was it.  All my Firefox settings including history and even stored passwords were available when Chrome started.  It was up just as if I had been using it all along.

Our Websites:

I looked for issues where I most frequently have had them in the past.  A few days ago with Internet Explorer 8 Beta I discovered that a couple of sites where I used MenuMachine an add-on product for Adobe's GoLive to produce dropdown menus didn't work at all  so I started there.  I'm happy to say that the menus on these sites worked just fine -- as well as everything else I tried on them.

Next I moved on to our own implementation of link menus and drop down links.  We've moved to this in all our new sites because we can dynamically generate them on the server permitting you to change your links yourself from your web browser.  Again with IE 8 Beta 1 this didn't work very well -- the dropdown menus were oddly separated from the main links, appearing down in the page.  This wes fixed in IE 8 Beta 2.  With Chrome, our links worked just fine.

Next I tested our Photo Album implementation.  We use javascript and AJAX extensively with this to implement drag/drop reordering, dynamic image uploads that allow multiple uploads to be started simultaneously, and a flash slide show that can dynamically be resized.  Again everything looked great.

From here I did a quick look at every site we host.  I have a web page that allows me to load all of our sites individually in a small iframe.  From this one page I can see that the home page is properly displayed for each site and I can easily navigate specific sites I choose.  From this, I'd say that anyone using the new Chrome Beta will have a good browsing experience with Fred's Used Websites!  I like the simplicity and open light look of the browser as well.  

Using the Editor:

Our website content editor, TinyMCE, came up immediately and at first appeared to work as well as Firefox.  I did find one issue, and by chance also had the same issue with IE 8 Beta.  When the edited page is saved, the image links were mangled causing the images not to display.  TinyMCE was appending the page URL to the image URL (i.e. /page/about.php/images/photo.jpg).  I suspect that TinyMCE is mishandling something here because it doesn't recognize the browser yet. 

I'm using TinyMCE running on Chrome to edit this blog page and for this, the combination works quite well.

Tools for the Webmaster:

Firefox has long been a popular browser for website developers.  The ability to use plugins such as FireBug are invaluable in debugging website problems.  This ability to explore the inner data structures of the browser, debug javascript, and modify CSS style and page content on the fly save hours of time.  Chrome has some of this already built in.  I could right click on an element inside a web page, click "Inspect Element", and bring up a popup window much like FireBug.  Unfortunately this doesn't allow me to change values as I can with FireBug.  Hopefully this will be fixed in a later beta or in the final version.

Another feature of Chrome is that every tab runs in a separate process.  When you look with the task manager, you see multiple child processes.  The current browsers today don't do this but rather run all tabs in a single multi-threaded process.  Google's goal is to provide protection from one web page loaded in a tab from locking up or crashing the whole browser.  With Chrome such a web page will cause the tab to crash but the other tabs shouldn't be affected.  Chrome provides a mini task manager that allows you to view all the processes, see how much memory and processor resourses are being used by each tab,  and possibly end one(s) that are hung up.  I haven'tcrashed a page yet and didn't take time to simulate one - but I expect this will become a valuable feature.

Conclusion:

As a webmaster I am totally impressed with Chrome!  At this point, Chrome isn't available for Linux or Mac OS X.  Once these are available I believe Chrome will definitely give Microsoft's Internet Explorer a run for the money!

Frederick J Richart