Create a Firefox Extension

Sep5
  • Share

Difficulty: ★★☆☆☆

Create the startup files and folders via:
https://addons.mozilla.org/en-US/developers/tools/builder/9b0cddaa3fc073e50a0e7e284ef64438

Pref[......]

继续阅读

Read more...


Create Chome Extension

Sep2
  • Share

Difficulty: ★☆☆☆☆

It’s really easy to create your own Chrome Extension.
This simple extension just opens your personal website in a new tab.

1. Creat[......]

继续阅读

Read more...


Create subdomain in .htaccess file

Sep2
  • Share

Difficulty: ★☆☆☆☆
Let’s say you have a website with a forum. For example:
http://www.mydomain.com/forum/?option=com_kunena&Itemid=0
you want to [......]

继续阅读

Read more...


Protect from deeplinking

Aug18
  • Share

Difficulty: ★☆☆☆☆
A good example of deeplinking is that an other website is embedding your content (for example images or video’s) into his/her websi[......]

继续阅读

Read more...


Get rid of many page requests; use CSS sprites

Aug9
  • Share

Difficulty: ★☆☆☆☆
This trick is so easy but unfortunately not much used on the web.
There are 2 pro-reason, why you should start using sprites (a technique[......]

继续阅读

Read more...


4 Ways to redirect your websites

Jul15
  • Share

Difficulty: ★☆☆☆☆

4 Ways to redirect your website to another page or path.
For this example I will use the website: http://www.domain.com
Let’s say t[......]

继续阅读

Read more...


Embedding exotic fonts to your page

Jun26
  • Share

Difficulty: ★★☆☆☆

We can wait for full browser support of the CSS property: @font-face to finally embed your exotic/unique fonts in your webpage. Or you ca[......]

继续阅读

Read more...


Go home IE6, you always break rules.

Jun21
  • Share

Go home IE6!

Love it? Why don’t you use it as a wallpaper?

Read more...


IE8 why so sad? It ain’t that bad.

Apr6
  • Share

Difficulty: ★☆☆☆☆

Blame it on Microsoft

People like to blame it on Microsoft and it’s browsers. Everywhere on the internet you can read these kind of[......]

继续阅读

Read more...


Detecting IE8 modes / emulate as IE7

Mar25
  • Share

Difficulty: ★☆☆☆☆

Now when IE8 is finally official released, (and I hope lots of people will drop IE6), there is the possibility (specially when you don[......]

继续阅读

Read more...