Web Development Archive

What browser(s) do you use?

Posted in Web Development, Website Design by Ray Schauer on February 19th, 2010

browser securityMore sites are lining up in their support of Google’s first move to drop Internet Explorer 6 from the internet. This past week saw notices from Salesforce.com, Atlassian, and even Facebook. Whether we credit Microsoft’s Internet Explorer 8 Campaign, or more savvy users, IE8 is currently the market share leader within the IE family. That being said, IE6 still equates to about 15% of global browser use (average of sources @ Wikipedia).

(more…)

The Future of Flash Content

Posted in User Experience, Web Development, Website Design by Matt Moore on February 11th, 2010
Continued lack of Flash support on the iPhone OS means it's time to adjust.

Continued lack of Flash support on the iPhone OS means it's time for web creators to adjust.

The recent unveiling of the iPad brought one glaring truth to the attention to the web community: Apple does not like Adobe. That might be a bit simplistic, but the fact of the matter is that the iPhone OS has never supported Flash and in the public unveiling of their new “magical” uber internet device, still no Flash support. Of course, Apple is the leader in controlled computing experiences, so it makes sense they would avoid Adobe’s technology, especially since it compromises the security and stability of their devices.

(more…)

When not true does not equal false; be very clear what you ask for

Posted in .NET Development, Web Development, eCommerce by Ray Schauer on December 9th, 2009

About two months ago I was sitting in a hotel conference room being trained on a new piece of software here at Bridgeline when an interesting philosophical question was raised. When something is not true, is it necessarily false? I suppose I should provide a little more background information for this question before getting into why this question is important.

(more…)

Reducing IT reliance in WCM implementations

Posted in Content Management, Web Development by Tony Pietrocola on December 1st, 2009

In just about every web content management implementation one of the overarching goals is to reduce dependence on corporate I.T. Of course everyone loves I.T.,but we all know they are very busy and sometimes place the web as a lower priority item.

The onus is on marketing (generally the owner of website redesign and content management initiatives) to ensure an on time and on budget WCM implementation. So the key is how much support from IT is needed to ensure success. Here are a few recommendations:

(more…)

Content Re-use…Why Not?

Posted in Content Management, Web Development by Tony Pietrocola on October 7th, 2009
Content Re-use through CMS

Content Re-use through CMS

In a world that has gone mad with overused terms such as re-use, green and recycle (not that those are bad things) I will attempt to make a case for content re-use that seems to be alluding companies both large and small.

For the past 12 years I have worked with numerous companies to help them develop more effective web strategies utilizing technologies like content management, portals and ecommerce. And to this day I find it both fascinating and somewhat sad to continue to see more and more companies siloed in their website and intranet approaches.

(more…)

Improving Page Load Time

Posted in Web Development by Mike Minton on October 5th, 2009

Web Application Weight GraphWeb Application Performance has always been one of my favorite topics due to its challenging and complex nature.  Most developers would probably describe web application performance as the length of time and amount of resources that are required for the software to concurrently read the request, process the request, and generate an HTML response.  Typically, this performance is analyzed through the use of load testing to simulate multiple users while measuring CPU, Memory Utilization, Response Time, and Database Connections.  This effort is often conducted in parallel with development efforts and outside the scope of this post.

Site visitors would probably describe web application performance as the amount of time required for the entire page to be loaded into the browser and become usable.  Rich Interactive Web Applications often include the download and execution of several Javascript, CSS, and image files in order for User Interface to function.  Additionally, there are often Javascript and image files for ad serving, analytics, and behaviorial targeting.  Perceived loading time versus actual loading time can be debated and by loading the page components in the proper order, perceived loading time can be improved without actually improving the overall load time.  Despite the subtle difference between perceived and actual load time, the amount of time required to download the entire page and all of its components often dwarfs the time required for the underlying software to actually generate the response.  Improving the overall page load time involves identifying and optimizing all of the page components.

(more…)

« Older Entries