Tag: Programming
CSS-Tricks – Functional CSS Tabs Revisited
The idea of "CSS Tabs" has been around for a long time. If you Google it, a lot of what you get is styled CSS tabs, but less stuff on the building an actually functional tabbed area. At least, functional in the sense as we think of tabbed areas today: click a tab, see a […]
Neal Poole – Cross-Site Scripting via Error Reporting Notices in PHP
Though to be fair you probably shouldn’t be using display_errors in a production site.
Programmers Stack Exchange – Should UTF-16 be considered harmful?
The short answer is yes, the long answer is well go read the long answer.
phpied.com – Location, location
Because Javascript can, because it can.
Jakob Nielsen’s Alertbox – Defer Secondary Content When Writing for Mobile Users
Wikipedia’s mobile version while typically not known for it’s usability is used as a good example of hiding information until needed.
codahale.com – A Lesson In Timing Attacks (or, Don’t use MessageDigest.isEquals)
Nice intro to timing attacks along the way.
GitHub – slang
Neat set of tools for string manipulation.
Fabien Potencier – The PHP Ternary Operator: Fast or not?
Huge speed hits using the ternary operator on larger variables.
Hacker News – Self Extracting PNG
Wow that is some impressive work.
Mark Story – My thoughts on the built-in php server
I think he reached into my brain and said exactly what I was thinking.