Image base64 uri strings

Dec28
  • Share

Difficulty: ★★☆☆☆

By using the Data URI scheme you can embed images directly into your HTML and CSS. It works by encoding an image into a base64 string and[......]

继续阅读

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...


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...


Social Security Number generator

Nov26
  • Share

Difficulty: ★★☆☆☆

Some computer software contain social security number (sofi nummer) checks for making sure that the user fills in the correct social secu[......]

继续阅读

Read more...