CSS: provide a unit for zero lengths

8 July 2013 | Category: Browsers, CSS, Tools | Comments (0)

Zero lengths do not need unit. However, there is some significant benefits of using unit with zero lengths while developing code.

See real unit and[……]

Read more

Expires header for fonts do not working

2 July 2013 | Category: Browsers, Optimizing, Server Side | Comments (0)

If you specify Expires header with future date then you may expect that specified fonts (I use woff, ttf, otf and eot) will be cached in browser local[……]

Read more

To cache or not to cache “length” property

26 June 2013 | Category: Browsers, Optimizing | Comments (0)

I asked Thomas Lahn on comp.lang.javascript newsgroup about caching “length” property:

According to discussion here http://stackoverflow.com/questi[……]

Read more

Accessibility Tip: ARIA role button

18 June 2013 | Category: Accessibility, Browsers | Comments (2)

If you do your element clickable then add attribute role="button" to tell screen reader that the element is a button. This is useful especially for el[……]

Read more

Don’t forget about “Expires” header

20 April 2013 | Category: Browsers, Optimizing | Comments (0)

Why use Expires header?

Expires header tell the browser whether a resource needs to be requested from the source (server), or if it can be fetched[……]

Read more

Thunderbird and change UI language

19 April 2013 | Category: Browsers, Tools | Comments (0)

I wanted to changed my UI language of Thunderbird and looked for some solution. I got it. However, there is a nice extension to Thunderbird named “Qui[……]

Read more

font-face and aborted request(s)

10 March 2013 | Category: Browsers | Comments (0)

By default at least IE up to 9 8 (not tested on IE10 IE 9 and 10 doesn’t block loading content and they use local fonts, if available) blocks loading[……]

Read more

Detect browser cookie third party support using feature detection

10 March 2013 | Category: Browsers, JavaScript, PHP | Comments (4)

So, you want to detect browser cookie third party support.

What is third-party cookies

Basically, third-party cookies are cookies that are set[……]

Read more

Loading optimization tips

12 February 2013 | Category: Browsers, Optimizing | Comments (0)

Your web page / application loading very slowly? There is several reasons why your data is loading slowly. However, some tricks can be done to make lo[……]

Read more

What font is rendered on my page?

14 July 2012 | Category: Browsers | Comments (0)

Have you ever tried to check what font is rendered on page? Probably yes. I found nice addon to Firefox Firebug named “FireFontFamily“. Cite from addo[……]

Read more

« go backkeep looking »