What is the status of TTF support in Internet Explorer?

So as I mentioned in my question above, Internet Explorer has some ttf support starting with version 9, but “only working when [fonts are] set to be installable”. Some background: …TrueType fonts have embedding “bits” which allow the creator of the font to decide the level of embedding that will be permitted. There are four … Read more

How to disable elements selection and resizing in contenteditable div?

I spent on this a lot of time myself, when trying to completely hide control selections (this is how they are called) in CKEditor’s widgets. Unfortunately I don’t have a good news. Solution 1 First of all, there’s a mscontrolselect event. When I found it (and the fact that its name has an ms prefix) … Read more

Access is denied error on XDomainRequest

I found the reason of this problem. As stated in Point 7: Requests must be targeted to the same scheme as the hosting page This restriction means that if your AJAX page is at http://example.com, then your target URL must also begin with HTTP. Similarly, if your AJAX page is at https://example.com, then your target … Read more

how to set Http header X-XSS-Protection

I doubt it’d work as just a meta tag. You may have to tell your web server to send it as a real header. In PHP, you’d do it like header(“X-XSS-Protection: 0”); In ASP.net: Response.AppendHeader(“X-XSS-Protection”,”0″) In Apache’s config: Header set X-XSS-Protection 0 In IIS, there’s a section in the properties for extra headers. It often … Read more

Hata!: SQLSTATE[HY000] [1045] Access denied for user 'divattrend_liink'@'localhost' (using password: YES)