The Design Coaltion is owned and operated by Travis Dahl. Travis Dahl is a hard working designer born and raised in San Diego County whose drive and work ethic shows in his work. Services include web design, graphic design, logo design, page layout, illustration, photoshop, photo restoration, and much, much more!
This entry was posted
on Friday, February 9th, 2007 at 2:12 am and is filed under Portfolio.
You can follow any responses to this entry through the RSS 2.0 feed.
You can leave a response, or trackback from your own site.
JQuery is officially my javascript framework of choice. Since I discovered several months back, I have been trying to use it exclusively. most of the cool effects you see on my recent web work uses the JQuery framework
jQuery is a fast, concise, JavaScript Library that simplifies how you traverse HTML documents, handle events, perform animations, and add Ajax interactions to your web pages. jQuery is designed to change the way that you write JavaScript.
This could be the most powerful link I have posted to date. Enjoy!
The coolest part about Google Calendar is that you can embed it in your web page using an iframe which Google provides a handy-dandy configurator to generate the HTML. The worst part about Google Calendar is that you embed it in your web page using an iframe.
An iframe is truly a page within a page from the start html tag down to the end html tag. Therefore it has it’s own separate scope which means you can’t inherit styles from the parent page. If my company’s web site had a cerulean blue theme, then I wouldn’t really care. Unfortunately, the web site is colored various shades of green. Clash-o-matic.
What’s the solution? Use an intermediary script to request the calendar document and then replace the stylesheet link with a link to my own stylesheet. Voila!