Jul 10
21
Introducing Teamviewer
Share This
|
1% | Join the Discussion
TeamViewer is a simple and fast solution for remote control, desktop sharing and file transfer that works behind any firewall and NAT proxy.
This page is brought to you by Blogvaria (http://blog.evaria.com).
To obtain more information, ask questions and interact please visit our website.
Jul 10
21
Share This
|
1% | Join the Discussion
TeamViewer is a simple and fast solution for remote control, desktop sharing and file transfer that works behind any firewall and NAT proxy.
Jul 10
20
Share This
|
1% | Start a Discussion
Billy Connolly describing the prep for a colonoscopy…. funniest thing ever.
Jun 10
23
Share This
|
3% | Start a Discussion
Ever wanted to pull just the first sentence of a text and print it? If yes, this is for you.
Simply add the following code (in PHP) to your page/system before the actual HTML stuff begins:
< ?php
function getFirstSentence($string)
{
// First remove unwanted spaces - not needed really
$string = str_replace(" .",".",$string);
$string = str_replace(" ?","?",$string);
$string = str_replace(" !","!",$string);
// Find periods, exclamation- or questionmarks with a word before but not after.
// Perfect if you only need/want to return the first sentence of a paragraph.
preg_match('/^.*[^\s](\.|\?|\!)/U', $string, $match);
return $match[0];
}
?>
Then call the function somewhere on the page where you want the text to appear:
< ?php
// The $string below could/should be a text string pulled from your database or similar
$string = "Lentence oneasdasd asd asd asdasd, ?. Sentence two? Sentence three! Sentence four.";
echo getFirstSentence($string);
?>
Comes in handy for search result pages, page titles and similar listings.
Jun 10
16
Share This
|
4% | Join the Discussion
Keep yourself up-to-date with this nifty calendar showing all games and results from this years World Cup in football. Simply click the image below to open it:
May the best team win – I’m betting on Spain
Jun 10
07
Share This
|
4% | Start a Discussion
Dodge Tomahawk is a bike which was produced by Dodge manufacturers and it was unveiled in “North American International Auto Show” in 2003. It has a very unusual design that inspire every bike admirer and especially the “speed bike lovers”. It has a 8.3 L V10 engine which can produce 500hp. It has a maximum speed of 370 miles per hour which produces torque of 712 Nm. Its front brake has 16 piston disk and back brake has 8 piston disk. The weight of bike is approximately 1500 pounds (680 kg) and has price about $ 555,000. I also like to mention its fuel capacity which is 12.3 liters.
More info and photos here.
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.