Blogvaria

This page is brought to you by Blogvaria (http://blog.evaria.com).

To obtain more information, ask questions and interact please visit our website.

Back to Blogvaria landing page
Feedback
Subscribe
   
Blogvaria

 

The personal pages

Rachmaninov had big Hands

Great little music show. Make sure you watch all – have a great weekend :)

Filed under Entertainment, Music & Hi-Fi | No Comments

How to remove the active/focus borders

I’m sure you have noticed that when you click a hyper link, and especially a linked image, a dotted border appears around it. Have a look at CSSplay for more examples and proper CSS code fix related to this.

A few quick solutions

For those of us using the jQuery Java framework the “solution” is incredibly simple. Just call the following function in your header and all dotted borders are gone:

jQuery("a").focus(function(){this.blur()});

Using CSS it’s almost as simple (at least for all browsers except IE):

a:focus {outline-style: none;} 

Using basic JavaScript the following should do the trick:

for(var i=0;elm=document.links[i];i++)
{
elm.onfocus=function(){elm.blur();};
}

Some would probably say that this shouldn’t be done because the active/focus dotted border is there to show visitors who are using tabbed link selection which link is selected. But when we are using CSS we can style our own active/focus state and in this case the dotted border is not so necessary. I’ll appreciate your take on this as I’ve debated this “issue” with some of my clients on several occasions.

Filed under CSS & Design, Programming | No Comments

The new Apple iPhone 4G

Gizmodo has released the following video showing the forthcoming Apple iPhone 4G after a series of events

I think it’s time I also get one now :)

Filed under Gadgets, Tech news | No Comments

WordCamp San Francisco 2010

It’s just been announced that a week from today, on May 1st, hundreds of WordPress users, developers, designers and general enthusiasts will descend upon San Francisco for the 4th annual WordCamp SF. Since that first WordCamp in 2006, back when WordPress was on version 2.0 (Duke), the number of people using WordPress to power their web publishing — from personal blogs to large-scale commercial sites — has grown by millions. It’s no wonder this year’s event is going to be so great.

Those who can make it to San Francisco may also get a testdrive of the forthcoming WordPress 3.0 which should be nothing less than amazing after all bugs are eliminated…

Filed under Software, WordPress | No Comments

Pad-Dock iPhone to Tablet Converter

Fancy an iPad but can’t stretch the budget quite that far? Well why not get yourself a Pad-Dock? It’s a portable dock for your iPhone that magically turns it into an iPad! Well, maybe not magically, but it certainly is clever.

Using a touch-screen magnifier, your iPhone screen is enlarged to the exact dimensions of an iPad. Most of the features that the iPad boasts about are on the iPhone anyway, so it only makes good sense to simply enlarge it. And, unlike the iPad, you can actually answer and make calls. Technology, eh?

For just £89.99 – buy now!

P.S. Best april fools joke I’ve seen today anyway ;) Feel free to share other april fool links below.

Filed under Entertainment, Humour | No Comments


Page 2 of 138«12345678»...Last »

Quick links - Blogvaria time links [ sitemap ]

2010 | Jan | Feb | Mar | Apr | May | Jun | Jul | Aug | Sep | Oct | Nov | Dec

2009 | Jan | Feb | Mar | Apr | May | Jun | Jul | Aug | Sep | Oct | Nov | Dec

2008 | Jan | Feb | Mar | Apr | May | Jun | Jul | Aug | Sep | Oct | Nov | Dec

2007 | Jan | Feb | Mar | Apr | May | Jun | Jul | Aug | Sep | Oct | Nov | Dec

2006 | Jan | Feb | Mar | Apr | May | Jun | Jul | Aug | Sep | Oct | Nov | Dec

Akismet has protected Blogvaria from 115,802 spam comments. Design by Evaria.com. Powered by WordPress.
Our beloved and trusted server has rendered 460 pages so far today, an amazing 3.326 pages yesterday
and even more astonishingly 285.600 pages since 09 Jun 2010 alone without dropping a byte nor a pixel.

Close
E-mail It