Weekend Links – Best CSS Hacks, Apache Speed Optimization, AJAX File Upload, Image Theft
10 Best CSS Hacks
CSS hacks are, unfortunately, a necessary evil on the web. Here are some of the best.
http://stylizedweb.com/2008/02/14/10-best-css-hacks/
Speed Up Apache - How I Went From F to A in YSlow
This article details ways you can speed up your website using PHP and .htaccess.
http://www.jaisenmathai.com/blog/2008/02/27/speed-up-apache-how-i-went-from-f-to-a-in-yslow/
AJAX File Upload Tutorial
If you've wanted to know how to build a great AJAX uploading script, check out this article.
http://www.ajaxf1.com/tutorial/ajax-file-upload-tutorial.html
How to Highlight Search Results with JavaScript and CSS
Eric Wendelin details how to highlight words from a Google search. Awesome job, Eric!
http://eriwen.com/javascript/highlight-search-results-with-js/
Techniques for Fighting Image Theft
Image theft can be a huge problem -- here are some possible solutions.
http://css-tricks.com/techniques-for-fighting-image-theft
![Camera and Video Control with HTML5]()
Client-side APIs on mobile and desktop devices are quickly providing the same APIs. Of course our mobile devices got access to some of these APIs first, but those APIs are slowly making their way to the desktop. One of those APIs is the getUserMedia API...
![How to Create a Twitter Card]()
One of my favorite social APIs was the Open Graph API adopted by Facebook. Adding just a few META tags to each page allowed links to my article to be styled and presented the way I wanted them to, giving me a bit of control...
![Create a Simple Dojo Accordion]()
Let's be honest: even though we all giggle about how cheap of a thrill JavaScript accordions have become on the web, they remain an effective, useful widget. Lots of content, small amount of space. Dojo's Dijit library provides an incredibly simply method by which you can...
![CSS pointer-events]()
The responsibilities taken on by CSS seems to be increasingly blurring with JavaScript. Consider the -webkit-touch-callout
CSS property, which prevents iOS's link dialog menu when you tap and hold a clickable element. The pointer-events
property is even more JavaScript-like, preventing:
click actions from doing...
thanks for mentioning me
These are definitely some solid articles ;). Thanks for making me one of them!
I prefer to use FancyUpload 2 for uploading files, but that just me, besides, now it uses mootools 1.2 so you probably like it.
Wow, It would be nice combining FancyUpload 2 with your Facebook sliders tutorial. Regards!