HTML tags with src attribute
Monday, 29 Apr 2013Couldn't easily find such a list, so compiled it myself.
HTML <= 4.01
<img>
<script>
<iframe>
<frame>
<input> (when type='image')
<embed>
HTML 5
<video>
... » read this
- 0 comments
- posted in: html html5
Sublime Text 2 - keybindings overview
Friday, 21 Sep 2012- 1 comment
- posted in: editors ide php javascript
Apache Subdomains per user
Thursday, 23 Aug 2012- 1 comment
- posted in: apache subdomains
Facebook side sliding like box
Wednesday, 28 Dec 2011- 24 comments
- posted in: javascript facebook
Decoding byte-escaped \xFF strings in PHP
Friday, 30 Jul 2010I came across a multi-byte (UTF-8) string this week, that was encoded by the single-byte escaping \x, for example:
His nickname was \xE2\x80\x98the Angel\xE2\x80\x99,
which is kind of a clich\xC3\xA9 in my opinion.
Which represents... » read this
- 4 comments
- posted in: php encodings


