Avtex Blog: News and tips on technology solutions

Tag Archives: HTML

Customize a WordPress RSS feed

Several versions of WordPress ago, the platform had an annoying problem. While it was great at producing RSS feeds, it was lousy at parsing them. Developers had to rely on third-party RSS feed software or roll their own. Now, though, WordPress has a built in feed-grabbing function that makes it...
Read more

CSS: Weird inline-block behavior

In CSS, inline-block is an odd animal — neither inline, nor block. Further, it comes with its own set of rendering rules that can sometimes lead to unexpected results. Take the following example: http://jsfiddle.net/aSzaE/ We have three nearly identical rows. Each consists of two inline-block divs sitting next to each...
Read more

jQuery teaser animation

Today we’ll explore a jQuery-powered animation effect that you sometimes see: An object that moves across the screen, morphing into a fixed button when it reaches the opposite side of the browser window. Here’s an example. It’s certainly not a best practice from a UX point of view — most...
Read more