Moving on from IE 6 in 2010. Google no longer supporting IE 6
Posted by Gary Hepting | Posted in Advertising & Marketing, Google, Internet Technology, Search Engine Marketing, Technology Advice, Website Design | Posted on 01-02-2010-05-2008
I got another awesome letter from Google today I thought I should share with the world, because it means thing will be changing for the good in 2010.
Google has officially announced it will not be support IE 6 browsers on a few of their major services, such as Google Apps (letter below), YouTube and Gmail.
Dear Google Apps admin,
In order to continue to improve our products and deliver more sophisticated features and performance, we are harnessing some of the latest improvements in web browser technology. This includes faster JavaScript processing and new standards like HTML5. As a result, over the course of 2010, we will be phasing out support for Microsoft Internet Explorer 6.0 as well as other older browsers that are not supported by their own manufacturers.
We plan to begin phasing out support of these older browsers on the Google Docs suite and the Google Sites editor on March 1, 2010. After that point, certain functionality within these applications may have higher latency and may not work correctly in these older browsers. Later in 2010, we will start to phase out support for these browsers for Google Mail and Google Calendar.
Google Apps will continue to support Internet Explorer 7.0 and above, Firefox 3.0 and above, Google Chrome 4.0 and above, and Safari 3.0 and above.
Starting this week, users on these older browsers will see a message in Google Docs and the Google Sites editor explaining this change and asking them to upgrade their browser. We will also alert you again closer to March 1 to remind you of this change.
In 2009, the Google Apps team delivered more than 100 improvements to enhance your product experience. We are aiming to beat that in 2010 and continue to deliver the best and most innovative collaboration products for businesses.
Thank you for your continued support!
Sincerely,
The Google Apps team
Email preferences: You have received this mandatory email service announcement to update you about important changes to your Google Apps product or account.
Google Inc.
1600 Amphitheatre Parkway
Mountain View, CA 94043
I feel like this movement has been long awaiting the support of a giant such as Google to back it. Microsoft has not supported or even accepted any responsibility for the IE 6 browser quite some time and it is non-sense to continue to apply hacks and work-arounds to perfectly legitimate website code to support it.
However, as website developers and owners, I also believe we should make the initiative to instruct our visitors using IE 6 that they need to change their software before we just cut them off completely. Implementing User Agent detection and displaying messages to these users on every page they view might be a good start. Offering them their choice of downloading IE 8, Firefox 3.6, Safari 4 or Google Chrome 2 would also be a great way to encourage them to upgrade.
Hyperlink Protocols: Create Hyperlinks to Email, Instant Messengers, VOIP programs & Phone Numbers
Posted by ghepting | Posted in Google, HTML, xHTML & CSS, Internet Technology, Website Design | Posted on 25-08-2009-05-2008
Google Talk Chat Hyperlinks
It’s occurred to me that [Hyperlinks|A hyperlink is a reference in a document to an external or internal piece of information. The most common usage is in the Internet to browse through web pages: some text in the current document is highlighted so that when clicked, the browser automatically displays another page or changes the current page to show the referenced content.] are a part of every day life for pretty much everyone these days. Whether you use them in basic internet browsing, copying and pasting YouTube and Facebook links to your friends, or making websites, knowing how to create [hyperlinks|A hyperlink is a reference in a document to an external or internal piece of information. The most common usage is in the Internet to browse through web pages: some text in the current document is highlighted so that when clicked, the browser automatically displays another page or changes the current page to show the referenced content.] is an important thing to know!
Some people don’t realize there are a lot more kinds of [hyperlinks|A hyperlink is a reference in a document to an external or internal piece of information. The most common usage is in the Internet to browse through web pages: some text in the current document is highlighted so that when clicked, the browser automatically displays another page or changes the current page to show the referenced content.] than just ones that use the [HTTP|Hypertext Transfer Protocol (HTTP) is an application-level protocol for distributed, collaborative, hypermedia information systems. Its use for retrieving inter-linked resources led to the establishment of the World Wide Web.] or [HTTPS|Hypertext Transfer Protocol Secure (HTTPS) is a combination of the Hypertext Transfer Protocol and a cryptographic protocol. HTTPS connections are often used for payment transactions on the World Wide Web and for sensitive transactions in corporate information systems.] (HTTP with SSL encryption) [protocols|In computing, a protocol is a set of rules which is used by computers to communicate with each other across a network. A protocol is a convention or standard that controls or enables the connection, communication, and data transfer between computing endpoints. In its simplest form, a protocol can be defined as the rules governing the syntax, semantics, and synchronization of communication. Protocols may be implemented by hardware, software, or a combination of the two. At the lowest level, a protocol defines the behavior of a hardware connection.]. Many of which are very useful to today’s [socially-networked|A social network is a social structure made of individuals (or organizations) called nodes, which are tied (connected) by one or more specific types of interdependency, such as friendship, kinship, financial exchange, dislike, sexual relationships, or relationships of beliefs, knowledge or prestige.] [webmasters|A webmaster (portmanteau of web and postmaster), also called a web architect, web developer, site author, website administrator, or (informally) webmeister, is a person responsible for maintaining a website(s). The duties of the webmaster may include ensuring that the web servers, hardware and software are operating accurately, designing the website, generating and revising web pages, replying to user comment, and examining traffic through the site.] and internet gurus.
Here are some useful examples:
Email HyperLink:
Example Email Link
<a href="mailto:youremail@yourdomain.com?subject=Email+Subject">Example Email Link</a>
Phone Number HyperLink:
Example Phone Link
<a title="Call 503-555-1212" href="callto:5035551212">Example Phone Link</a>
Skype Call HyperLink:
Example Skype Call Hyperlink
<a title="Call YourScreenName on Skype" href="skype:yourscreenname?call">Example Skype Call Hyperlink</a>
Skype Chat HyperLink:
Example Skype Chat Hyperlink
<a title="Chat with YourScreenName on Skype" href="skype:yourscreenname?chat">Example Skype Chat Hyperlink</a>
Google Talk Instant Message HyperLink:
Example Google Talk IM Hyperlink
<a title="Instant Message YourScreenName" href="gtalk:chat?jid=yourscreenname">Example Google Talk IM Hyperlink</a>
Google Talk Call Hyperlink:
Example Google Talk Call Hyperlink
<a title="Call YourScreenName on Google Talk" href="gtalk:call?jid=yourscreenname">Example Google Talk Call Hyperlink</a>
MSN/Windows Live HyperLink:
Example MSN/Windows Live IM Hyperlink
<a title="Instant Message YourScreenName on MSN/Windows Live Messenger" href="msnim:chat?contact=yourscreenname">Example MSN/Windows Live IM Hyperlink</a>
Yahoo! Instant Messanger HyperLink:
Example Yahoo! Instant Messenger IM Hyperlink
<a title="Chat with YourScreenName on Yahoo! Instant Messenger" href="ymsgr:sendim?yourscreenname">Example Yahoo! Instant Messenger IM Hyperlink</a>
AOL Instant Messenger HyperLink:
Example AOL Instant Messenger IM Hyperlink
<a title="Chat with YourScreenName on AOL Instant Messenger" href="aim:goim?screenname=yourscreenname">Example AOL Instant Messenger IM Hyperlink</a>
I’ll update this post and add more useful examples as I think of them.
jQuery UI
Posted by ghepting | Posted in HTML, xHTML & CSS, Open Source Software, Web Development Tools, Website Design | Posted on 15-08-2009-05-2008
jQuery UI provides abstractions for low-level interaction and animation, advanced effects and high-level, themeable widgets, built on top of the jQuery JavaScript Library, that you can use to build highly interactive web applications.
jQuery UI is an [open-source|Open source is an approach to the design, development, and distribution of software, offering practical accessibility to software source code. Some consider open source as one of various possible design approaches, while others consider it a critical strategic element of their operations. Before open source became widely adopted, developers and producers used a variety of phrases to describe the concept; the term open source gained popularity with the rise of the Internet, which provided access to diverse production models, communication paths, and interactive communities.] library of interface components – interactions, full-featured widgets, and animation effects — based on the stellar jQuery javascript library . Each component is built according to jQuery’s event-driven architecture (find something, manipulate it) and is themeable, making it easy for developers of any skill level to integrate and extend into their own code.
jQuery: The Write Less, Do More, Javascript Library
Posted by ghepting | Posted in HTML, xHTML & CSS, Open Source Software, Web Development Tools, Web Scripting, Website Design | Posted on 15-08-2009-05-2008
jQuery is a fast and concise JavaScript Library that simplifies HTML document traversing, event handling, animating, and Ajax interactions for rapid web development. jQuery is designed to change the way that you write JavaScript.
jQuery supports these browsers:
- Firefox 2.0+
- Internet Explorer 6+
- Safari 3+
- Opera 9+
- Chrome 1+
Any problem with them should be considered and reported as a bug in jQuery.
There are known problems with:
- Firefox 1.0.x
- Internet Explorer 1.0-5.x
- Safari 1.0-2.0.1
- Opera 1.0-8.x
- Konqueror
jQuery generally works with Konqueror and Firefox 1.0.x, but there may be some unexpected bugs since we do not test them as regularly as Firefox 2.0+, IE6+, Opera 9+ and Safari 3+.
A good compatibility test is available in the form of the jQuery Test Suite.














