Yeahhhh we have our Facebook ONLINE! Go there and vote for your Country and diss another country’s!

Check this out => http://www.thecrowdteamplay.com/

I’ve get today ny desire and its amazing!

That’s what i can only say! It’s fucking fast and awesome display!

The OLED display has a very high resolution and very amazing colours! The feeling from multitouch is in some situation better as in iPhone!

In the next day I will create some screenshots, so look in the next day at my blog!

After FDT Evangelist i’m know FDT Trainer!

Check this out => http://www.academy.powerflasher.de/academy/schulungen/trainer/

Do you need training with FDT or workflow optimizing? Write me a eMail or Twitter DM !!!

Hi dudes,

check this link:

http://www.newtriks.com/?p=889&cpage=1

You can change your color set of your source code! I hate the default color of flash builder it’s sooooo UGLY! :D

Hey ladies and gentleman the now following screenshots are directly from my iPhone and shows some nice features :)
The new eMail View
New Photo features like aperture or iPhoto:
- Events
- Faces
- Places
Folding of apps
Multiple Select of photos for sharing or copying
Creating a a playlist :)

And here the mp3!!!!!! Awesom music!!!

Download Seems so slow mp3

This HowTo will show how to use eGit with FDT…

- Create Git Repository
- Add files/folder to .gitignore
- Add files/folder to version controle
- Commit
- Push Project to GitHub
- Import projects from GitHub

Read more…

So many user have a problem to use git with the command line :) … So we are so happy that eGit comes out… But nobody know hot to use it :D

Check ths tutorial know what are you doing…

Requirements:
IMPORTANT: ADMINISTRATOR PRIVILEGES REQUIRED

Read -> http://varga-multimedia.com/wp-content/uploads/2011/01/2010-03-30-19h40_151.png2010/03/30/generate-ssh-key-for-github/
I think you have allready FDT if not -> http://www.fdt.powerflasher.com


Help -> Install New Software


Add New Software URL

Check this Site: http://www.eclipse.org/egit/

I use the nightly build if  you to use the stable use the stable URL

Paste this URL:

Nightly Build: http://download.eclipse.org/egit/updates-nightly

Stable Build: http://download.eclipse.org/egit/updates

FDT (eclipse) use a annother ssh folder as normaly…

Normal: C:UsersFrancis Varga.ssh
Eclipse: C:UsersFrancis Vargassh

So Git will not work if you want to pushed remote…

Window -> Preferences

General -> Network Connections -> SSH2

Change: C:UsersFrancis Varga.ssh || To || C:UsersFrancis Vargassh

If you have annother key names so add the annother public keys -> Add Private Key

So know you communicate with GitHub :)

If you want use GitHub you need a SSH… So let me show how to generate a SSH Key on Windows 7…


Open Command Prompt

[WINDOWS] + R + CMD


Go to your SSH Key folder

cd  .ssh



Create a SSH Key

ssh-keygen -t rsa -C “youreMail@yourHost.yourDomain”

Generating public/private rsa key pair.
Enter file in which to save the key (/c/Users/Francis Varga/.ssh/id_rsa)
/c/Users/Francis Varga/.ssh/id_rsa already exists.
Overwrite (y/n)? y
Enter passphrase (empty for no passphrase):
Enter same passphrase again:
Your identification has been saved in /c/Users/Francis Varga/.ssh/id_rsa
Your public key has been saved in /c/Users/Francis Varga/.ssh/id_rsa.pub
The key fingerprint is:
4b:7e:75:73:7d:1e:c7:78:b1:11:a1:59:e8:66:1c:36 github@varga-net.com

Generating public/private rsa key pair.Enter file in which to save the key (/c/Users/Francis Varga/.ssh/id_rsa)/c/Users/Francis Varga/.ssh/id_rsa already exists.Overwrite (y/n)? yEnter passphrase (empty for no passphrase):Enter same passphrase again:Your identification has been saved in /c/Users/Francis Varga/.ssh/id_rsaYour public key has been saved in /c/Users/Francis Varga/.ssh/id_rsa.pubThe key fingerprint is:4b:7e:75:73:7d:1e:c7:78:b1:11:a1:59:e8:66:1c:36 github@varga-net.com


Go to your .ssh Folder and open id_rsa.pub file with Notepad, copy the content and add it to GitHub
Click Add Key


Test if your key work:
ssh git@github.com

ERROR: Hi FrancisVarga! You’ve successfully authenticated, but GitHub does not provide shell access
Connection to github.com closed.