Archive for posts categorized as “Websites”
SEO Internal Link Shortcode for WordPress
0 commentsAuthor: Steven Vachon
This plugin allows you to create internal <a>
links within your content that will not break when things get renamed or moved. While there are similar plugins available, they do not offer important SEO options.
You can add any HTML attribute to your link as long as it’s prefixed with “attr_”. And because it supports attributes that may not currently exist, it is future proof. Read more
wRECkeR: Responsive Equal-Height Columns and Rows
0 commentsAuthor: Steven Vachon
Wrecker is a dynamic layout plugin for jQuery that achieves equal-height rows in a grid layout. Similar to a float
layout in that excess “cells” are moved to the following “row”. However, unlike, in that columns line up vertically and the cells of each row are equal in height based on their contents, just like a <table>
. No static heights required. Read more
Inside-Only CSS Table border-spacing
0 commentsAuthor: Steven Vachon
When working with a <table>
or display:table
layout, getting some nice space between each cell can be a real pain. Resorting to hacks like padding
or a transparent border
sometimes work, but not if you need a visible border or box-shadow
. Read more
Pretty Query String Booleans
0 commentsAuthor: Steven Vachon
Beautifying parts of your work is never a bad idea. I just wish that I could remember where I got this idea because it really is a neat one. Read more
Single-File Facebook OAuth 2.0 Example
0 commentsAuthor: Steven Vachon
I couldn’t find a simple, straight-forward example of this stuff. Facebook’s documentation isn’t wasn’t extremely clear either. Read more
Shuffle and Randomize Arrays in ActionScript and JavaScript
0 commentsAuthor: Steven Vachon
I’d been looking around for the best solution for this and most of what I had found either performed poorly or wasn’t quite random enough. Not so strangely in the end, the best solution was the most basic. Read more
MX 2004: Garbage (A Big “Booo” for Macromedia)
0 commentsAuthor: Steven Vachon
I was one of the many individuals really excited about the upcoming Flash version. I kept hearing about a few key features that I thought would be very useful. However, I expected more to be included in this version than just those few features. Damn, was I wrong. Thankfully, I didn’t pre-order the upgrade or I’d be in the hole $300. Read more
_global Across Remote ActionScript Timelines
0 commentsAuthor: Steven Vachon
Like many Flash developers, I like writing classes and optimizing bandwidth with remote libraries. ActionScript 1 uses prototypes to extend methods to a function object, and to be able to access that class globally, one would use _global
. Unfortunately, global do not work as well as they’re explained to. This bug is resident in all minor versions of Flash Player 6, and still exists in Flash Player 7. Read more
Components… Ugh!
0 commentsAuthor: Steven Vachon
Components can be useful when writing code that’s to be used by designers with little or no programming experience. The visual elements created when building a component make customizing them as effortless as using Flash MX’s user interface. But what does this end up costing the developer? Read more
Flash vs. HTML
0 commentsAuthor: Steven Vachon
Let’s get one thing out of the way, Flash is very cool. If used properly, there’s definitely a lot you can do with it. However, Flash has its place. Despite popular belief in the Flash community, it’s not meant to replace HTML. Read more