I've become a FireFox fan here of late and have found myself ignoring other browsers. I'm just wondering what everyone else uses these days.. Are people using: Opera FireFox Internet Explorer or Something else? If you've got a second to waiste... take a minute and complete this two question survey. The Famous Browser Survey... Well maybe it's not famous.. yet.:) … [Read more...]
Cool Javascript Effect
I saw this the other day and thought I'd share... I'm trying to figure out the practicle use for this script.. other than if you're really bored. Just go to any website that has pictures and paste the code below into the address bar of your browser. javascript:R=0; x1=.1; y1=.05; x2=.25; y2=.24; x3=1.6; y3=.24; x4=300; y4=200; x5=300; y5=200; DI=document.getElementsByTagName("img"); DIL=DI.length; function A(){for(i=0; i-DIL; i++){DIS=DI[ i ].style; … [Read more...]
Firefox Blogging Extension
I just found a new Extension for FireFox. It is...Performancing for Firefox Performancing for Firefox is a full featured blog editor that sits right within Firefox Works with all major blog softwareEasy WYSIWYG EditingTrackback, Technorati and Del.icio.us support Once installed, just hit F8 or click the little pencil icon at the bottom right of your browser window to bring up the blog editor and easily post to your Wordpress, MovableType or … [Read more...]
Making a DIV Clickable
Ever had a need to make a div clickable? I have. I was searching for a way to do this very thing and came across a couple of different methods to acomplish it. We can use javascript or apply the a - /a tags. … [Read more...]
Internet Explorer: IE7
IE 7 has been officially released. Here are a few of the reported enhancements to the browser: Simplified User Experience: The Internet Explorer 7 frame is reorganized to make it noticeably simpler, more streamlined, and less cluttered with unnecessary items. This maximizes the area of the screen devoted to the webpages that you want to see and makes performing the most common browsing tasks easy. RSS Feeds: Automatically detects RSS feeds on sites by illuminating an icon on the toolbar. A … [Read more...]
Javascript Countdown
Not long ago I Blogged about a Coldfusion method for counting down to a specific date. Well, if you don't have access to a coldfusion server for your site, it's pretty easy to add the same function with Javascript. I found this script at: JavaScriptKit It's really simple to modify. Just modify the "var before " and "var current" text to your own text. Then modify the date in the "countdown(yyyy,mm,dd)" statement. Then Place this bit of code in the body where you would like … [Read more...]
Not Coldfusion….
I'm trying my best to keep things relevant... Well, maybe I'm not. Anyway, as you can tell.. or maybe you can't I don't know, this is yet another Non-Coldfusion, non-Techincal, non-helpful Post.. Hey this blog is "Random" isn't it?!? Well, I've decided to try and improve my picture taking skills. When building websites, you always find yourself in need of some picture or image you don't have. I've never been a good photographer and... well.. these images aren't necessarily good. But The bug … [Read more...]