Archive | web standards

14 January 2012 ~ 1 Comment

Stop SOPA

Congress is about to pass internet censorship, even though the vast majority of Americans are opposed. We need to kill the bill – PIPA in the Senate and SOPA in the House – to protect our rights to free speech, privacy, and prosperity.

Continue Reading

17 June 2011 ~ Comments Off

Font face in CSS

Use @font-face in your CSS Computers have been capable of displaying multiple fonts for several decades now, so it might seem odd that fonts are only just now becoming standardised on the web. However, disagreement on file formats along with complex font licensing issues have turned this into quite a difficult challenge to overcome. Fortunately, [...]

Continue Reading

Tags:

29 November 2010 ~ 1 Comment

Google’s CDN links

Most of the websites I see, still host their JavaScript Library on their own server (Most, not all). Actually never have I ever seen any Web Development Blog hosting the library on their own server. They always use Google CDN, which is great because it has a number of advantages.

Continue Reading

19 August 2010 ~ Comments Off

Investment in Open Source is up!

This year could be of critical importance to the open source software industry, with a recent survey showing a majority of businesses and organizations in the U.S. and United Kingdom expecting to increase investment in it this year.

Continue Reading

Tags:

02 June 2010 ~ 3 Comments

Rackspace Cloud Files CDN

Most web applications today use a CDN (Content Delivery Network) to take the load off the web server.

Continue Reading

Tags: ,

13 May 2010 ~ Comments Off

Jumping page content

You are likely aware of the page-centering technique of adding auto left and right margins to an outer div: 1 2 3 #some_div { margin: 0 auto; } One of the issues of this is that when used on websites with multiple pages, the layout can appear to “jump” a little bit when going back [...]

Continue Reading

Tags:

23 September 2009 ~ Comments Off

Welcome to the future

A thorn in the side of many web developers is Internet Explorer 6. It’s an old browser that has many annoyances that cause those creating websites to have to add additional code just to have things render as they should. Google, being a company that develops a web browser, has taken it upon themselves to [...]

Continue Reading

Tags: , ,

10 December 2008 ~ Comments Off

Phasing out support for IE 6

37Signals is dropping all support for ie6! This will be a good move, as most company’s are still stuck on supporting ie6 costing millions in time and effort. On August 15th, 2008 October 1, 2008 we will begin phasing out support for Internet Explorer 6 across all 37signals products. In order to continue using the [...]

Continue Reading

10 November 2008 ~ Comments Off

CSS 3 talk – Rounded corners

So the last few years have brought amazing things, with the standards movement and getting companies to pay attention to the importance of following standards. In that time, I have seen over five big changes in PHP, three great changes in rails and only one in CSS. Why are we not seeing css3? Why does [...]

Continue Reading

Tags:

28 October 2008 ~ Comments Off

The OO way of JavaScript

This is something I picked up in making my own functions and trying not to effect my other js libraries. I first start by creating a base function like so: function Wrapper() {   } Then inside that function I create my “methods” if you will… function Wrapper() { this.MyMethod = function(var) { return var; [...]

Continue Reading

Tags:

07 October 2008 ~ Comments Off

Mail Goggles from Google!

No More drunk emails! When you enable Mail Goggles, it will check that you’re really sure you want to send that late night Friday email. And what better way to check than by making you solve a few simple math problems after you click send to verify you’re in the right state of mind? Google [...]

Continue Reading

Tags:

13 January 2008 ~ Comments Off

Public beta for a public product

Why not? Some developers call public beta “Bullshit”, they say that you are afraid to release a full version and put the blame out of your hands. They go on to also say that this is a “if it does not work don’t blame us” type of attitude. I feel public beta for a public [...]

Continue Reading

11 January 2008 ~ 1 Comment

Educating your client

Something we as a designer or developer will come across many times, educate your client but don’t insult them! Now I am lucky I have a teacher for a wife so I have seen a few things that she does when talking to students or parents. First we must understand our client, most don’t know [...]

Continue Reading

Tags:

22 December 2007 ~ Comments Off

What’s your address?

The address tag defines the start of an address. You should use it to define addresses, signatures, or authorships of documents. The address usually renders in italic. Most browsers will add a line break before and after the address element, but line breaks inside the text you have to insert yourself. This is a great [...]

Continue Reading

Tags:

19 December 2007 ~ Comments Off

How often do you cite?

What is “cite”? Cite indicates a reference to work, such as a book, report or web site. This is something I don’t see a whole lot of, the tag is very underused! Think about it, we talk about other peoples work websites, reports and more all the time! I can’t say I have used it [...]

Continue Reading