May 10
14
Rachmaninov had big Hands
Share This
|
8% | Start a Discussion
Great little music show. Make sure you watch all – have a great weekend
This page is brought to you by Blogvaria (http://blog.evaria.com).
To obtain more information, ask questions and interact please visit our website.
May 10
14
Share This
|
8% | Start a Discussion
Great little music show. Make sure you watch all – have a great weekend
May 10
03
Share This
|
8% | Start a Discussion
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.
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.
Apr 10
29
Share This
|
8% | Start a Discussion
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
Apr 10
26
Share This
|
8% | Start a Discussion
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…
Apr 10
01
Share This
|
11% | Start a Discussion
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?
P.S. Best april fools joke I’ve seen today anyway
Feel free to share other april fool links below.
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
Evaria.com care about accessiblity and content quality. Contact us to share your comments and concerns. The Blogvaria theme conforms to W3C.org-validated XHTML 1.1 and CSS 2.0 standards. We also recommend updating your Web browser to the very latest version available (We strongly recommends the free, open-source Mozilla Firefox). Please report any technical problems you encounter. Site design & programming by Evaria.com Web Development.