Part of the Create a Facebook application like "Friend Interview" series
Here we go with the 3rd step. In this tutorial you will learn how to publish a full featured feed post to your friends’ wall, and to handle “umlauts” characters like “äöü” for the pleasure of our German readers, and for every user who has friends whose names contain special characters. This is the kind [...]
Part of the Full screen centered background image with CSS and jQuery series
There are a couple of improvements to do to Full screen centered background image with CSS and jQuery to add some functionality such as window resizing management and make it compatible with Opera. First, you should change the CSS to <style type="text/css"> #triquiback{ left: 0; top: 0; position:fixed; overflow:hidden; zIndex: -9999 } #triquibackimg{ position:relative } [...]
Part of the Full screen centered background image with CSS and jQuery series
Recently a lot of sites feature a full screen background image. Full screen background images can be used to give some sort of liquid effect to fixed layouts, or just to show full screen images in some special occurrences, such as Christmas or the launch of a new service. This is what you’ll get: demo. [...]