connect

Jordan Monson

Call: 614-560-3393

contact@monsonmedia.com


new favorites


twitter activity

Please wait while my tweets load.

If the tweets don't load, visit twitter.com!

Code Examples

10 Killer CSS tips

Posted September 2nd, 2008 in Code Examples, Design Examples | No Comments »

For those of you looking to spice up your CSS here’s a few techniques to get you going.  Tips include things like focusing and bluring menu items, advanced typography tweaks, dynamically highlighting table elements and dynamic variables in CSS. Follow this link for the full article!

continue reading »


Preview CSS styles for text

Posted August 29th, 2008 in Code Examples, Design Examples, Web Tools | No Comments »

You know when you’re working on a HTML/CSS layout and every time you tweak your CSS you have to save the file, then switch to the browser window, then refresh to see if it looks right?  Well, with Typetester, hopefully you can eliminate a few of those steps.
This site allows you to adjust text style [...]

continue reading »


Creating a Facebook app

Posted August 27th, 2008 in Code Examples | No Comments »

I never would have guessed it was this simple to set up an app, but why should it be any more complex? I’ve just gotten into Facebook recently and I’m discovering it’s a very nice web app. With this new found knowlege of how to develop for it, I may have to start brainstorming some [...]

continue reading »


Make IE 6 standards compliant!

Posted August 25th, 2008 in Code Examples | No Comments »

Every so ofter you stumble upon a piece of code that is a work of art, that can save you tons of time everyday. Well I’ve got one of those scripts for you. With this script from Dean Edwards you can add 32 bit PNG support, as well as some other great features [...]

continue reading »


HTML/CSS for the iPhone

Posted August 20th, 2008 in Code Examples, Current Trends, Design Examples | No Comments »

This is a great article about optimizing an alternate CSS style sheet for iPhone browsing.  With the iPhone taking more and more of the mobile web browsing market, it wouldn’t hurt to keep these tips in mind… Follow the link!

continue reading »


Create a tabbed interface using jQuery

Posted August 18th, 2008 in Code Examples, Design Examples | No Comments »

Creating tabbed interfaces suddenly becomes a piece-of-cake when using the Tabs function in the jQuery UI library. It can be utilized to create completely unique interfaces without having to be a coding God - using only one line of code! Follow this link.

continue reading »