Showing posts with label Java. Show all posts
Showing posts with label Java. Show all posts

Wednesday, July 27, 2011

Six Basic Web Design Reminders

Here's a summary of some web design reminders that all webmasters should know, yet sometimes get overlooked in all the haste and details of building a website.

1) Design sites so they look and work properly on all browsers.

2) Design sites so they look and work properly at any resolution.

3) Be sure your sites still function and look right if a css call fails.

4) Be sure your sites still work when security-conscious users disable Java, Flash, scripting, etc. in their browsers.

5) Be sure your sites still look and work right if embedded objects fail (or are blocked per point #4 above). Don’t rely too heavily on plug-ins and widgets. Use trinkets sparingly for highlights, not the majority of basic content.

6) Keep your clients focused on their customers, not themselves. Gently remind them that the website isn't being built for their own amusement or to impress their buddies or competitors, but for their customers, future prospects, the public, or whatever the case really is.

Thursday, August 26, 2010

Stats: Javascript Enabled or Disabled

Another stat about the visitors to our highest traffic domains.


Javascript is generally enabled by default, but can be disabled within your browser settings. It is often used to determine which ads to show on a web page, set formatting and layout styles, and gather information about user activity.

So why would it be enabled or disabled?

Disabling it can considerably speed up web page load times, prevent piles of third-party advertisers from tracking things, and eliminate spyware & trojan risks.

Java is a two-way street, it sends data back to the server about the settings and usage of the browser and computer being used. Simply by looking at a web page without clicking on anything, Javascript is running.

"Java exploits" are currently being used quite often to piggyback trojans into computers. (Cell phones and PDAs are at risk too, because they are powered by Java and it can't be turned off. Blackberry/iPhone/cell hacking has become a new goldmine of identity theft because everyone stores all their phone numbers, contacts, emails, account logins, photos, and other personal info on them.)

We've also made the interesting observation that sites offering higher-ticket specialty products and services have noticably higher rates of Javascript disabled (upwards of 30%). Should we assume these people are more security-aware in general, and/or more tech-savvy?

Are the above stats surprising? Higher or lower disabling than you'd expect?