Weekend Links – FancyZoom, Icon Design, PHP Desktop Applications, PHP Geocoding Using Google Maps API, LinkedIn, TextboxList AutoCompletion

By  on  

FancyZoom 1.1

FancyZoom is a unique light-box like script that gracefully appears when you click on a thumbnail. Doesn't go "black-screen-in-the-background" but simply hovers the image over everything else.

http://www.cabel.name/2008/02/fancyzoom-10.html

10 Mistakes in Icon Design

I'm not a graphic designer but I did find this post extremely insightful. If you create icons or other small graphics, take look at this post..and don't make these mistakes.

http://turbomilk.com/truestories/cookbook/criticism/10-mistakes-in-icon-design/

Building Desktop Applications in PHP

PHP isn't frequently mentioned as a viable desktop application language. This article discusses how you can build a desktop application using your favorite language -- PHP!

http://www.developertutorials.com/tutorials/php/building-desktop-applications-in-php-8-02-01/page4.html

Geocoding with PHP and the Google Maps API

If you'd like to sprinkle so geological information into your website, this article guides you through it using the Google Maps API.

http://www.phpriot.com/articles/google-maps-geocoding/1

Top 10 Reasons You Should Be Using LinkedIn

This article persuaded me to join LinkedIn. Will it do the same for you?

http://dustinbrewer.com/top-10-reasons-you-should-be-using-linkedin/

TextboxList Meets Autocompletion

Devthought shows you how to create a Facebook-like autocompletion control. Really slick!

http://devthought.com/textboxlist-meets-autocompletion/

Recent Features

  • By
    JavaScript Promise API

    While synchronous code is easier to follow and debug, async is generally better for performance and flexibility. Why "hold up the show" when you can trigger numerous requests at once and then handle them when each is ready?  Promises are becoming a big part of the JavaScript world...

  • By
    Creating Scrolling Parallax Effects with CSS

    Introduction For quite a long time now websites with the so called "parallax" effect have been really popular. In case you have not heard of this effect, it basically includes different layers of images that are moving in different directions or with different speed. This leads to a...

Incredible Demos

  • By
    Create a Spinning, Zooming Effect with CSS3

    In case you weren't aware, CSS animations are awesome.  They're smooth, less taxing than JavaScript, and are the future of node animation within browsers.  Dojo's mobile solution, dojox.mobile, uses CSS animations instead of JavaScript to lighten the application's JavaScript footprint.  One of my favorite effects...

  • By
    Create Twitter-Style Dropdowns Using MooTools

    Twitter does some great stuff with JavaScript. What I really appreciate about what they do is that there aren't any epic JS functionalities -- they're all simple touches. One of those simple touches is the "Login" dropdown on their homepage. I've taken...

Discussion

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