A jQuery snippet to hide unnecessary support |
||
|
We had a list of links that wouldn’t sit still. The client would occasionally change the links, including some to PDF files. To accommodate users, we added a link to Adobe Reader. But when the list had no PDFs, the Reader link became superfluous. Conventional wisdom would have left the Reader link on the page [...] |
10 minutes to read. |
|
How to disable WordPress comments with MySQL |
||
|
Comments on blog posts are a common part of online conversations. But they don’t apply to every page on a site, and can cause unnecessary page (and inbox) clutter. How do you quickly turn off people’s ability to comment on pages? |
5 minutes to read. |
|
Browsers read resources as Asian characters |
||
|
What would cause a browser to misread CSS and JavaScript? When a file says UTF-8, but means UTF-16, unexpected problems occur. |
5 minutes to read. |
|
Validate email with regex in PHP |
||
|
Did a user enter a valid email address, or just a bunch of letters and numbers? Learn how to check emails in PHP with this handy function. |
10 minutes to read. |
|
Cunning changes to Titanium iOS keyboards |
||
|
How do you access different preset keyboard layouts for iPhones and iPads with Titanium? Refer to this visual properties list. |
2 minutes to read. |
|
MAMP directory access |
||
|
What would cause WordPress to fail on Mac OS X 10.7? A problem with httpd.conf. |
2 minutes to read. |
|