ZogamNuam

Archive for the ‘ICT’ Category

History of Internet

without comments

It’s funny but Excellent and very informative!

http://en.wikipedia.org/wiki/History_of_the_Internet

Written by admin

December 15th, 2009 at 10:24 pm

Posted in ICT

Tagged with ,

OLPC – XO Sugar OS on any computer now.!

without comments

Software of the MIT-launched One Laptop Per Child can be tried out on any computer. There are instructions for Fedora and Ubuntu GNU/Linux packages, for Live CDs and for running Sugar in emulation on other operating systems.
http://wiki.laptop.org/go/Software_components
http://wiki.laptop.org/go/Live_CD

related topics in mmgeeks : “OLPC” http://www.mmgeeks.org/forum/viewtopic.php?f=88&t=704&p=3536&hilit=olpc#p3536

update : Sugar on a Stick (SoaS) – Sugar OS on USB Stick http://sugarlabs.org/go/Sugar_on_a_Stick

Way to participate this wondeful project : http://wiki.laptop.org/go/Participate

OLPC project and Myanmar ?
http://wiki.laptop.org/go/OLPC_Myanmar

Zodictionary.com zak na.

Application Start Page.

Free encyclopedia Start Page.

Written by admin

February 18th, 2009 at 2:35 am

Posted in ICT

Tagged with , , ,

JavaRa: update Java and remove old versions

without comments

JavaRa is a simple tool that does a simple job: it removes old and redundant versions of the Java Runtime Environment (JRE). Simply select “Check for Updates” or “Remove Older Version” to begin. JavaRa is free under the GNU GPL version two.

It can optionally remove all older versions that may exist on your machine, as well as a host of related temporary files that may be taking up space on your hard drive.

to download : http://raproducts.org/

Written by admin

December 20th, 2008 at 5:25 pm

Posted in ICT, Uncategorized

Tagged with

zodictionary.com – Random word/word of the day – feature.!!

without comments

I just want to announce that we have built one simple new feature on www.zodictionary.com
On the landing page you can see random word from zodic database.

And you can use this random zodic word from your website or application, where you want the results of Zodic Random word to appear.

< ?php include("http://www.zodictionary.com/zodic-random.php"); ?>

Can we say this “SAAS – Software as a service” (link-1) ??

sample usage of this: http://zodictionary.com/zodic-random.php

Note that PHP includes only work on web pages that have a php extension.
link -1: http://en.wikipedia.org/wiki/Software_as_a_service

Keep on giving us your feedback on our development.

Written by admin

September 13th, 2008 at 4:42 pm

Posted in ICT, project

Tagged with ,

Burma unterbindet die Nutzung von Proxy-Servern

with 3 comments

No More Proxies: Myanmar Teleport

Der birmesische Telekommunikationsdienstleister Myanmar Teleport hat seine Technik aufgerüstet, so dass künftig für die Webnutzung keine Proxy-Server mehr zugelassen sind.

Die Kunden des Unternehmens seien gebeten worden, die Einstellungen ihres Webbrowsers zu ändern. Nach Rückfrage mit einem Techniker von Myanmar Teleport habe dieser die Auskunft erteilt, es sei beabsichtigt, die Kontrolle über die Internetnutzung zu verstärken, heißt es in der Meldung.

Mit Proxy-Servern kann es möglich sein, in Ländern mit Internet-Zensur dennoch von der Regierung unerwünschte Webseiten aufzurufen, beispielsweise mit speziellen Diensten. Myanmar Teleport ist neben Myanmar Posts and Telecommunications der einzige Internet-Provider des Landes. Während der wochenlangen Proteste gegen das Militärregime im vergangenen Jahr hatte die Regierung die Internet-Verbindungen gekappt und fälschlicherweise behauptet, der Internet-Ausfall sei auf ein defektes Unterseekabel zurückzuführen.

Source : http://www.irrawaddy.org/article.php?art_id=12370

http://www.heise.de/newsticker/Birma-unterbindet-die-Nutzung-von-Proxy-Servern–/meldung/108726

http://www.myanmarisp.com/ICT/ictnews0044/

Manche einfache Internet user denke , das wäre eine Bessere Service von Burma Diktator ISP.
Es ist gegenteil… wenn man nicht die Proxy Einstellung ändert, wird automatic auf www2.myantel.net.mm einfach weiter geleitet. Und damit keine Verbindung nach Außen.

Also.. Bei dieser “Bitte” handelt es sich
also um das berühmte “Angebot, das man nicht ablehnen kann.

In einige Myanmar ICT community wird diskutiert, wie man troz Annoymous Internet surfen kann.
zum glück funtioniert noch einige meine web Proxy service angebote.

Written by admin

June 1st, 2008 at 9:28 pm

Posted in ICT, Myanmar

Tagged with ,

International Bloggers’ Day for Burma on the 4th of October

without comments


Free Burma!

More Blogger protest @ http://www.free-burma.org

Written by admin

October 3rd, 2007 at 11:18 pm

Posted in ICT, Myanmar

Tagged with , ,

Get Pisca Photo Software & Secure FireFox browser.

with 8 comments

Get Google Piscasa Photo Software.



—————————————————
Get Secure Firefox Browser



——————-

Written by admin

May 5th, 2006 at 5:30 pm

Posted in ICT, Uncategorized

Tagged with ,

Simple Algebaric Program.

with one comment

Visual C++ MFC (Microsoft Foundation Class)Radio Buttons

// m_wert1 und m_wert2 sind als CString definiert.
void CRadioButton_AlgebraicDlg::OnAddition()
{
// TODO: Code für die Behandlungsroutine der Steuerelement-Benachrichtigung hier einfügen
UpdateData();
double Number1, Number2, Result;

// Evaluate the content of each operand edit box
if( m_Wert1.IsEmpty() )
Number1 = 0;
else
Number1 = atof(m_Wert1);

if( m_Wert2.IsEmpty() )
Number2 = 0;
else
Number2 = atof(m_Wert2);

Result = Number1 + Number2;
m_Ergebnis.Format("%.3f", Result);

UpdateData(FALSE);
}

Written by admin

April 22nd, 2006 at 7:21 pm

Posted in ICT

Tagged with ,

Die Innovatives Web 2.0 Liste in 2005

without comments

Written by admin

January 8th, 2006 at 10:22 pm

Posted in ICT

Tagged with

MindStrom Robotics Project

without comments

My MindStrom Robotics Project ducumentation will be online soon…

Written by admin

December 12th, 2005 at 2:02 pm

Posted in ICT, project

Tagged with