16
Oct/10
0

Hilarious talking Carl

Carl.
Carl is one of the guys who’s really famous.

Carl is not very beautiful. Carl is not very rich. Carl is not really nice. Carl doesn’t really do anything than distracting you, what you actually wanted to do, like writing this post about him.

But Carl has one thing, which other app’s doesn’t have: He is talking.

Besides that he is funny and cute. And his reddish body color – it may remind you of a parrots bill, because he is constantly mimicking what you are saying.

If you are gentle, you can tickle him. If you are hard you can hit him. If you use 2 fingers – you can open his mouth like a dentist.

And if you have 2 carls – you will hear a really, really funny conversation…

12
Oct/10
0

Protected: Interview about work orientation

This post is password protected. To view it please enter your password below:


Filed under: News
29
Sep/10
0

Marketing concepts explained in 2 minutes

Filed under: News
18
Sep/10
0

The perfect travelers, tripping or couchsurfing buddy

As you know that netbooks are handy tool, a cheap long-lasting small power machine not about to get dusty, just because it is always traveling.

I mean laptop’s and notebook’s are made to travel – but was your laptop already at the himalaya or the eiffel tower?

No? – Okay, but would you also really take it there? – That’s the other question we might ask ourselves. I mean the battery is running of until be get there…

Yeah, of course the eiffel tower is not sooo high, but one some days you can wait hours and hours in the queue…

Besides that normal netbooks have an optimized Intel Atom processor inside – but for some people that’s not enough. They just build in an ARM processor. The funny thing arm in German mean – poor, indigent – but this processor – just poor in consuming power, but high performant in processing data!

That’s makes some innovators to invent a netbook build in with THE ARM processor. – No it’s not a new movie, but a short clip might show, how the ARM processor plus a build in touchscreen might come into action.

All in all you have:

  • a less powerful and at the same time minimal power consuming ARM-processor
  • the machine is fanless
  • it has a touchscreen
  • 10-15h hours runnning time should really be enough
  • and optionally – you have a plug and play (oh I guess that work is kinda dusty) keyboard

The vendor address is Always Innovating: Introducing the Smart Book and you can straight a start to order a book :)

17
Sep/10
0

WordPress Plugin Development :: Getting the current plugin header information

You are developing a plugin and you wonder actually how you can access in the plugin itself the variables, which are shown in the plugin manager?

And why should we always redefine the information in the plugin itself?

We can easily use the WordPress function:

$plugin_data = get_file_data( __FILE__, $headers, 'plugin');

So here is an example how it works:


* Plugin Name: Pluginformation
* Version: 1.0.0
* Plugin URI: http://ieservices.de/
* Description: Simple plugin to display the plugins information
* Author: Martin Andreas Woerz
* Author URI: mailto:martin[at]ieservices[dot]de?subject=ieServices%20Plugin%20Pluginformation
* Text Domain: pluginformation
* Domain Path: plugins
* Network: ieservices.de
*/
// define which header we want to retrieve from the plugin declaration
$headers = array
(
'Name' => 'Plugin Name',
'PluginURI' => 'Plugin URI',
'Version' => 'Version',
'Description' => 'Description',
'Author' => 'Author',
'AuthorURI' => 'Author URI',
'TextDomain' => 'Text Domain',
'DomainPath' => 'Domain Path',
'Network' => 'Network',
// Site Wide Only is deprecated in favor of Network.
'_sitewide' => 'Site Wide Only',
);
// get the current file with __FILE__ and query the data from the WordPress function get_file_data()
$plugin_data = get_file_data( __FILE__, $headers, 'plugin');
echo '<pre>';
print_r($plugin_data);
echo '</pre>';


The result will be:

Array
(
[Name] => Pluginformation
[PluginURI] => http://ieservices.de/
[Version] => 1.0.0
[Description] => Simple plugin to display the plugins information
[Author] => Martin Andreas Woerz
[AuthorURI] => mailto:martin[at]ieservices[dot]de?subject=ieServices%20Plugin%20Pluginformation
[TextDomain] => pluginformation
[DomainPath] => plugins
[Network] => ieservices.de
)


Surely you can alter the headers, but those are the standards.
For example you can add an Author E-Mail address or a Authors Website

30
Aug/10
0

Innovative technology

Filed under: Innovation, News
9
Jul/10
0

Free screen casts with Snow Leopard (Mac OSX)

It was once again amazed.

Through my search on the internet for a screen cast tool to record the actions on my screen. I quickly found out that I already have a really powerful tool already preinstalled on my Snow Leopard OS: “You can also catch the action on your screen with screen recording” Source (QuickTime X)

Just open up the Quick Time, go to the File menu and click on “New Screen Recording”.

And here we go, just start the record.

Filed under: News
25
Jun/10
0

Synchronize your Apple Address book with Facebook! :)

Today I thought about – why do I have two different address books. One somewhere on the internet – and the other somehwere on my computer. So I thought about – hey let’s put it together – and here we go:

After the search for apple address book and facebook I found this nice tool here:

Source: http://www.apple.com/downloads/macosx/internet_utilities/addressbooksync.html

AddressBookSync 1.4

22
Jun/10
0

Set up wordbook in 5 minutes :: WordPress is just so easy

WordPress ist just so amazing…

connect your WordPress and your  facebook within 5 minutes.

You need just Wordbook and generate a key and then you are able to get started:

http://wordpress.org/extend/plugins/wordbook/

Filed under: News
5
Oct/09
0

Neues Logo von ieservices.de

Die Software DrawBerry ist für ein kostenloses MAC OSX Programm ein wirklich ausgezeichnetes und flexibles Grafikwerkzeug:

ieservices_logo_20091006_1413.png

Filed under: News