Author Archives: Brett Bittke
Ajax Instant Messaging for your Website
Ajax IM is a great browser-based instant messaging client. It uses AJAX to create a near real-time IM environment. No refreshing of the page is ever needed for this “web application” to work, as everything is updated in real-time via JavaScript. This is a great tool and is probably one of the best Instant Message Scripts around.
Pure CSS Footer
We’ve all had problems with getting the Footer to always stay on the bottom of the page. Now that problem is gone with Sicky-Footer written by Ryan Fait. This is very easy to implement and with minimum coding for both the CSS and HTML. It works in all browsers IE 5 and up, Firefox, Safari and Opera.
CSS3 Opacity Property
If you haven’t heard, you can create an opacity for an image in CSS3 without using JavaScript or any hack. To see the whole image use opacity:1.0 and to see nothing use opacity:0.0;. In order for the opacity to work in IE you must use filter:alpha(opacity=100). For CSS opacity to work in the browser it must have some placement specified, like float:left and that works for Internet Explorer, Mozilla Firefox and Opera. The code is… Read more »