18 Aug, 2007
Posted by: Jennifer In: Bookmarks
Whenever someone asks me for tutorials on one thing or another, I think the first link I send them is w3schools. Recently, one of my clients was asking if I could do XSLT to format their XML document. I've heard about XSLT, I even get the basics of XML, and or course I understand HTML […]
14 Jun, 2007
Posted by: Jennifer In: Bookmarks
If you're designing a page for a mobile web browser, and you want to make the phone number "clickable" so that a mobile web browser can click and dial the number, just add the code below: <a href="wtai://wp/mc;8015551212">801-555-1212</a> update: Sadly I really should check out THIS site on a mobile browser, so I have no […]
I've been hunting around the last few days, looking for a good tutorial on how to make those glossy/glass-like buttons in photoshop. There are A LOT of tutorials out there. Some of them are just hard to follow. Others only seem to work best with one particular shape. But I did find this one that […]
16 May, 2007
Posted by: Jennifer In: Bookmarks
Hit an interesting CSS thing today. A simple "float: left." A simple clear: both." Firefox understands it. Even IE 6 understands it. But what the heck is IE 7 doing??? See below. Here is my example page. Here is how Firefox and IE 6 render that page: Here is how IE 7 renders it: What's […]
This is a great article/tutorial on how margins work in css (why/when then collapse, and why/when they don't).
Comments Off on How margins work in CSS
07 May, 2007
Posted by: Jennifer In: Bookmarks
If you're looking for inspiration, here is a nice long list of web design galleries.
Comments Off on Inspiration
Just found this really incredible list of color utilities via Digg.com: colorschemes.org: Color Schemes, Color Palettes, Color Theory WOW! I have a lot playing to do!!
Comments Off on Everything color
03 May, 2007
Posted by: Jennifer In: Bookmarks
Learn something new everday! I just added the following to the css for this site: a { outline: none; } Which will remove that little dotted line you get when you click on a linked image. I just learned that from Deziner Folio. I got to that site because I recently installed the Sphere plugin […]
02 May, 2007
Posted by: Jennifer In: Bookmarks
I'm in the process of putting up a new design for this site. If you're hitting the site right now – things may look a little funny while I get all everything worked out. Sorry for any inconvenience. Everything should be fine in the next hour or so. So I think it's all set up […]
I know there was some install you could do so you could do "live" css editing of a webpage within IE (much like the web developer extension for Firefox) I've since lost the link (feel free to post it in the comments if you have any idea what I'm talking about! LOL) but for some […]