octoberland - Tips and Tricks
My Agnostic Future
Written by craig coffman
{EAV_BLOG_VER:e8885966e72d730e}I've been hearing the same, sad tune coming over the airwaves as of late. Though this is not a dirge, it is the unfortunate beat of a war march. The battleground this time is the battlefield of devices. We all know them. We all use them. We even champion a few. Wouldn't it be nice if we could all just get along?
Add a commentSocial Equity is You
Written by craig coffman
Since posting this idea last week as part of the Web ME.0 concept, I have been asked a few times about the term Social Equity. It seemed to be coming up often enough that I wanted to start working through a full description. Now, this idea in a state of evolution, so I cannot give you a concrete definition. I will provide a sense of the term.
Add a commentSocial Equity and Web ME.0
Written by craig coffman
What if everything we thought about how the web worked was wrong? Suppose we had been duped into believing things are intended to work one way, when it really should have been another? That might very well be the situation. This space is still so new, how could the rules be clearly defined? Particularly when change happen so frequently and new terms come around daily to keep us spinning and confused. I think the time has come to reassess what we've experienced to date. I think the time has come to take the internet in directions it needs to go.
Add a commentProperly Saved Web Graphics With Photoshop
Written by craig coffman
OxideDesign, is here in Omaha, recently posted a very brief and useful article about how to save graphics properly for the web using Photoshop. I must confess that I was not aware of this method, but have tried it and agree that what you get is much closer to what you see. Granted, there will be some loss in image quality if you start optimizing below 100%. However, the colors hold much better than not doing these steps. The best thing is you do not need to buy Fireworks, which does make very nice images. In fact, there is a commment talking about this point. Four easy steps. Learn and enjoy.
Add a commentCSS Table Styles
Written by craig coffman
Ever find yourself in the situation where you need to use a table? You ought to, because there really is a time and a place for them in modern html. However, if you (like me) have all but tossed the cursed memory of tables out of your memory and are fully embracing the css / xhtml paradigm, some style guidance is appreciated. That’s right, I just said style.
Add a commentComputer Backgrounds at any DPI!
Written by craig coffman
Perhaps I am the only one not knowing this, but I was amazed to learn that you can set a graphic to whatever DPI you want and it still displays sharp on your monitor. That is, you can make an image 1600X1200 with a DPI of 2 (yes, 2!) and set it to your desktop background. It displays beautifully. This, in my opinion, is a huge deal to anyone wishing to make images for other people, or even yourself. Apparently it does not decrease the file size (for whatever reason), but you can make images massive without having a giant 300DPI image as your source.
Add a commentThe Beez-Knees of Joomla 1.5
Written by craig coffman
If you develop in Joomla, you no doubt are aware of how important and relatively easy it is to create a template. However, once you have pain-stakeingly crafted a glorious xhtml/css layout, you get it trampled on be the code from the beloved CMS. Or at least you used to.
Add a commentHow to Remove the Yellow Background From Forms in IE
Written by craig coffman
Are you tired of having your forms appear with colored background when you know you did not code it? Wonder why it is only in IE? Well, as many of you already know, the Google bar in the IE browser has an option to auto complete form fields. While this is definitely a handy thing, it is probably not how you pain-stakingly designed the page. As well, it does not even do it to all of the fields so the style is not even consistent. Good news, there is a fix!
Since it is not always a reality that your visitors will know to go up and disable the functionality of the Google toolbar, CSS will have to save the day. Here is all you need to add to your style sheet:
input { background-color: white ! important}
Viola! Now your page appears as desired. Thanks to this article from html dog. In particular to Chris Weber who chimed in on comment numbers 32 and 33.
Add a commentMultiple Versions of IE on your PC
Written by craig coffman
If you are a developer, then you know the pain associated with testing your pages within Internet Explorer. To make things worse, the IE Team’s 'fixing' existing problems removes the workarounds implimented on thousands of sites (sorry for the old link). For example, the * hack (which has a new workaround). Well, now you can easily test all of your pages in multiple versions of IE. Your code can now be simply tested in versions from 3 - 7. All with a free application.
Add a commentCSS: A New Star-HTML hack
Written by craig coffman
Perhaps you already know of this article: #IEroot — Targeting IE Using Conditional Comments and Just One Stylesheet. If so, you should have told more people. I have been using the Star-HTML hack for some time as it was an easy way to serve my CSS to IE or non-IE browsers. Well, IE 7 fixed their code and killed the use of it to serve specific styles. This new fix, apparently posted by Hiroki Chalfant uses IE’s Conditional Comments to serve a bit of additional mark-up to the page. While this does add unnecessary mark-up, you would still need to do something to serve different styles. The main advantage to this is you can still write everything in a single style sheet. Very cool.
Add a commentPage 1 of 2