Weekend Links – Best CSS Hacks, Apache Speed Optimization, AJAX File Upload, Image Theft

By  on  

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

Recent Features

  • By
    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...

  • By
    Create a CSS Flipping Animation

    CSS animations are a lot of fun; the beauty of them is that through many simple properties, you can create anything from an elegant fade in to a WTF-Pixar-would-be-proud effect. One CSS effect somewhere in between is the CSS flip effect, whereby there's...

Incredible Demos

  • By
    Basic AJAX Requests Using MooTools 1.2

    AJAX has become a huge part of the modern web and that wont change in the foreseeable future. MooTools has made AJAX so simple that a rookie developer can get their dynamic pages working in no time. Step 1: The XHTML Here we define two links...

  • By
    jQuery Link Nudging

    A few weeks back I wrote an article about MooTools Link Nudging, which is essentially a classy, subtle link animation achieved by adding left padding on mouseover and removing it on mouseout. Here's how to do it using jQuery: The jQuery JavaScript It's important to keep...

Discussion

  1. thanks for mentioning me

  2. These are definitely some solid articles ;). Thanks for making me one of them!

  3. René Monroy

    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!

Wrap your code in <pre class="{language}"></pre> tags, link to a GitHub gist, JSFiddle fiddle, or CodePen pen to embed!