Profile
Achievement
Moridin's Recent Snippets
- All /
« Prev 1 Next »
Uses jQuery to give links with rel=\"external\" the ability to open in a new window, while keeping the document XHTML or HTML Strict. Works by assigning a \"_blank\" value to the \"target\" attribute of all such links after the page has already loade...
0
879
posted 14 years ago by Moridin
Allows you to still view PHP parse errors, even if you don't have write access to your php.ini file. Since PHP pages are parsed before being executed, parse errors won't show up even if you turn on display_errors in the page you are checking.
2
722
posted 14 years ago by Moridin
This code allows you to retrieve the 11-character ID string from a YouTube video URL.
7
2637
posted 15 years ago by Moridin