dinsdag, april 27, 2010

nuvifone™ M10 - Overzicht ~ Garmin-Asus

nuvifone™ M10 - Overzicht ~ Garmin-Asus

De nüvifone M10 biedt alle functies van een smartphone en werkt even hard als u. Met een combinatie van het bedrijfsvriendelijke Windows® Mobile-platform en de beproefde Garmin-navigatie brengt de nüvifone M10 u daar waar u naartoe wilt. U hebt ook toegang tot Windows Marketplace, waar honderden toepassingen binnen handbereik liggen.

Lijkt een mooi toestel, waarbij de impliciete GPS functie een extra en interessant gegeven is.
Prijstechnisch niet zo slecht: de aanbevolen AKP bedraagt €379. Versie Windows® Mobile™ 6.5.3 Professional.
Gebruikers die meer ophebben met Androïd kunnen uitwijken naar het ander Garmin toestel, de A50. De Linux adepten kunnen het type G60 gebruiken!
Volgens de NL_BE site in België verkrijgbaar!

Labels: , , ,

maandag, augustus 10, 2009

Troubles in Blogger paradise

I tried a few blog postings with the mail settings but unfortenately I used HTML and Outlook. A lot of overhead in the code of those post as a result: not to say a lot of sh**!
Now I can't publish anymore on a correct way: I always get a time out error despite the content is published to my own domain name!

I looked into the template code and removed a lot of old scripts referring to other sites. The mean problem was that this blog was visisble with Firefox but NOT with Internet Exlorer!?

Now it seems working again. Strange. Can't find a good explanation, however...

Labels: , ,

vrijdag, juli 11, 2008

KB951748 M$ Update - No networking afterwords

Yesterday I allowed a Microsoft update! Yeah since then i had problems to use internet.
  1. I could ping to some websites

  2. I found adpaters when doing ipconfig /all

  3. I tried to start with a fresh recovery point in Windows XP, no results

  4. I searched where those damned updates are described

  5. Yeah, i found a folder in the windows folder from a recent date (9 July) with some notices of "tcpip"

  6. each such folder has en spuinst folder with an executable to remove this KB update, which I deed

  7. IT WORKED


Now I found an article regarding Zone alarm and this KB update: i didn't use it but to be complete here is the link

Hope this can help others!

Labels: , , ,

maandag, juli 07, 2008

Microsoft Popfly

In het tijdschrift NetOpus stond een artikel over DevDays 2008 in de RAI. Een interessant onderdeel van dit artikel gaat over Popfly, een MS tool die niet programmeurs toelaat applicaties te ontwikkelen gebaseerd op beschikbaree "mashups" of black boxen.

Zo kan je deze bijvoorbeeld bekijken die ik zelf op een wip heb klaargemaakt.
De code achter zo een "mashup" blocks is blijkbaar Javascript.
Zo is de user input blok code aangepast om de input vraag in het nederlands te bekomen.

userInput.__reserved.pendingCalls = 1;environment.finish(); // Indicate
that loading is done before the async calluserInput.getText("Geef hier je tekst
in:

", "weblogs", "Start",

function(result)
{
try
{
data["User Input"] =
result;

checkForCallingDepth1();
} catch
(ex)
{
environment.reportError(ex);
checkForCallingDepth1();
} });



Meteen is dit een ideaal platform om Javascript (opnieuw) te leren gebruiken. Bovendien is popfly geïntegreerd in Visual Web Developer 2008.

Gelijk heb ik ook eens een webpagina aangemaakt met deze tool.



Een niet onbelangrijke opmerking is dat Popfly best in IE gebruikt wordt. Bij het maken van een webpagina in Firefox werkte een groot deel van de buttons niet!

Labels: , , , ,

zondag, maart 18, 2007

Started to developping with MS tools

Cool new content for beginning developers
mrt 2, 2007

MSDN just launched a content site for beginning and amateur developers.
If you're learning to program, or just want to make sure your foundational knowledge is up to scratch, it's certainly worth checking out.
Beginner Developer Learning Centre
You can choose between Windows or Web development. It sure looks alike as the pages from Visual Studio Express. In fact its the same but within another lay out.

Labels: , ,