Archive | Mjukvara RSS feed for this section

Glidecam HD-2000 + FCP Color + Nikon

http://www.vimeo.com/9006159

Glidecam HD-2000 + FCP Color + Nikon

Read full storyComments { 0 }

Google’s ”Near Me Now” Knows Where You Are, Searches Without Typing

Say you’re standing outside a restaurant and want to quickly look up information about it before committing to it. You could google it by name (and do all that tedious typing), or you could just hit the new ”Near me now” link.

YouTube Preview Image
Read full storyComments { 0 }
Facebook for E71/E72

Facebook for E71/E72

Facebook is now available for the Nokia E71 and E72! The very long awaited Facebook client for the Nokia E71 and E72 is finally available to download for free. Nokia touchscreen devices have had a Facebook app for now a long time, but 3rd Ed handsets had to use the useless and horrible looking Facebook mobile site. The new Facebook client for the E71 is really cool, you can do most of the things you would do in your PC: Update your status and read stats, add friends, send messages, browse pictures and upload pictures, plus, much more. The free Facebook client for the E71 enables easy access to Facebook services.

Facebook has become a must have for smartphones, every smartphone must have a native Facebook client. Nokia, again, is lagging behind releasing Facebook apps for all of their current smartphones. Although the E71 and E72 are now supported, other important Nokia smartphones should already support Facebook: the N95, N73, N85, N86, E75 and so on… In the meanwhile, try Facebook on your E71 or E72 and tell us if it is what you expected on the comments! Get Free Facebook for Nokia E71 and E72: GET!

Facebook ® for Nokia E71/E72 lets you keep up with your friends right at your fingertips. Update your status, see what your friends are up to, upload photos, check messages and lookup phone numbers when you need them anytime and anywhere. Facebook allows you to comment on your friend’s statuses, RSVP to e vent invites and confirm or deny friend requests. The Facebook for Nokia E71/E72 brings Facebook directly to your phone. If Facebook is not available for your device, please check Ovi Store.

Read full storyComments { 0 }

It Came From The Future: The Gorgeous First Else Smartphone [Video]

Could First Else, the upcoming smartphone from Israeli company Emblaze Mobile, be vaporware? Very little is known of the actual final product (carriers, price and exact specifications are all unknowns), which means that what we see now could be very different from what we’ll eventually see in stores (if it ever makes it that far).

YouTube Preview Image

[Mashable]

Read full storyComments { 0 }
chromium-os-app-page

How To Run Google Chrome OS From A USB Drive

500x_chromium-os

Just a few days ago, Google announced the release of the Chrome OS source code. Within less than 24 hours, the web was littered with disk images for running the new OS on virtual machines such as VMWare and VirtualBox. I even managed to put together my own Google Chrome OS download in the form of a complete VirtualBox appliance. I’m pleased to announce that I’ve taken it a step further, and now you can easily try it on your own computer from a USB thumb drive.

chromium-os-app-page

[MakeUseOf] How To Run Google Chrome OS From A USB Drive

Read full storyComments { 0 }
Fedora 12 Available for Download

Fedora 12 Available for Download

All platforms: The final release of Fedora’s 12th edition, code-named Constantine, is available for download. Want much better Bluetooth, the latest network and chat apps, and CPU and graphics efficiencies? Grab a live CD or USB image and give it a go.

Fedora 12 (release notes) [Fedora Project]

Read full storyComments { 0 }

Adobe Releases AIR 2.0 Beta

Today, Adobe announced the beta release of AIR 2.0, the next iteration of the AIR platform.

AIR 2.0 beta offers a lot of new features, most of them ones that users won’t notice such as improved IPv6 support and global error handling. However, it does boast some new functionality for users, most notably multi-touch and gesture support, which could make it useful for use on something like the fabled Apple Tablet or a touchscreen PC.

You can find more info about it here

Read full storyComments { 0 }

How to add a search function to NextGen gallery wordpress plugin with Wordpress 2.7 and Nextgen gallery 1.x

I found this page, but didnt work,. i have made some changes on the code. I hope this will fix your problem.

Add this on your search.php

$search = $wp_query->get('s');
	$keywords = preg_replace('/\+/',' ',$search);
	if (function_exists ('ngg_get_search_pictures')) {  // function from functions.php
		$nggpictures = ngg_get_search_pictures($keywords, ''); // put the number of pictures by row you want, if you don't want "4"
 
		if ($nggpictures) {
			echo "<h2>Bilder</h2>";
			echo $nggpictures;
		}
	}

Add this to your functions.php

/** 
** Function to do searchs on gallery pics from NextGen Gallery plugin
**
** @keywords		keywords, usually gave by the standard search query from wordpress
** @numberPicCol	number of pic by row. If null, it takes 4 by default
*/
function ngg_get_search_pictures ($keywords, $numberPicRow = NULL) {
	global $wpdb;
	$count=1; 
	if (!$numberPicRow) { $numberPicRow = "4"; }
 
	$nngquery = $wpdb->prepare( "
				SELECT pid,description,alttext
				FROM " .$wpdb->prefix. "ngg_pictures
				WHERE MATCH (description, filename, alttext) AGAINST (%s IN BOOLEAN MODE)
				AND exclude != 1
				","*".$keywords."*");
 
	$pictures = $wpdb->get_results($nngquery, ARRAY_A);
 
	if ($pictures) foreach($pictures as $pic) { 
 
		$out .= '<p><a href="'.nggGallery::get_image_url($pic[pid]).'" title="'.stripslashes($pic[description]).'" class="thickbox" rel="singlepic'.$pic[pid].'">';
		$out .=  '<img src="'.nggGallery::get_thumbnail_url($pic[pid]).'" alt="'.stripslashes($pic[alttext]).'" title="'.stripslashes($pic[alttext]).'" border="0" /></p>';
		$out .=  "</a>\n"; 
 
		if ($count == 0) {
			$out .= "<br />";
		}
 
		++$count;
		$count%=$numberPicRow;
	}
	return $out;
};
Read full storyComments { 0 }

Safari 4 Beta ute nu!

Safari 4 ser väldigt snygg ut. Hoppas den blir ännu snabbare än den som finns nu. Ser framemot att testa den.

Apple – Safari – Download Safari – Download the world’s fastest and most innovative browser for Mac and PC.

Read full storyComments { 0 }
Elisa är en enkel, Streamlined Media Center

Elisa är en enkel, Streamlined Media Center

Elisa Media Center inte går in för swooshing ljudeffekter eller sociala nätverk. Detta öppen källkod Media Center placerar din musik, bilder och videor på din skärm, period. Se den live i skärmdumpar nedan.

Ladda ner Elisa här.

Read full storyComments { 0 }