Difference between revisions of "Articles that need to be (re)written"

From Hashphp.org
Jump to: navigation, search
 
Line 6: Line 6:
 
* [[ UnicodePrimer | Unicode, UTF-8, and You(r PHP Code)?]]; or "Why do I get ö in my HTML?!"
 
* [[ UnicodePrimer | Unicode, UTF-8, and You(r PHP Code)?]]; or "Why do I get ö in my HTML?!"
 
* [[ DomBasics | DOM and XPath]] - Don't parse HTML with regex, there's a better way!
 
* [[ DomBasics | DOM and XPath]] - Don't parse HTML with regex, there's a better way!
* [[ NoEval | "If eval() is your answer, WTF was the question?!"]] - a primer on closures, variable variables, and other features that can prevent people from falling back on eval()
+
* [[ NoEval | "If eval() is your answer, let's change the question!"]] - a primer on closures, variable variables, and other features that can prevent people from falling back on eval()

Latest revision as of 18:28, 11 August 2011

Don't be afraid to put a rough draft out there - getting SOMETHING down allows people to collaboratively edit it to make it stronger, but someone has to take that first step!