Archive for Code

Java

// June 27th, 2008 // No Comments » // Code

“Science is Organised Knowledge.Wisdom is Organised

Life” -Immanuel Kant(German Philosopher:1724 – 1804)

Java Basics & Web Related Components

Core Java, HTML, JavaScript, HTTP

Presentation & Controller Layer

Servlets, Struts, JSP, AJAX, JSF

Business Transaction Layer

EJB, Hibernate, Spring

RPC, Directory Services & Messaging

RMI, CORBA, JMS, JNDI

Service Oriented Enterprise Technologies

XML, WSDL, UDDI, SOAP, WebServices, SOA

Composite Applications – Java CAPS (New)

Patterns, Modeling

Design Patterns, UML

Personalized desktop pages

// February 25th, 2008 // 1 Comment » // Code, IT

Uuriin durtaigaarai start up page uusgedeg site-uud neleen delergch bgaa daa suuliin ued. jishee My Yahoo and iGoogle. Ta uuriin webdee iimerhuu songolt oruulj ugmuur baival unegui ni end unetei ni end bdag um bna

PHP Shell and AjaxTerm, for secure remote access when SSH isn’t available

// February 20th, 2008 // No Comments » // Code, IT, Linux (Don't fear the penguins)

SSH erhgui ued yaj server hosting hiisen server deeree command ajilluulah ve, 2 arga lav bna,
1 deh ni:

PHP Shell LAMP server deer zarim neg commandiig SSH erhgui-geer ajilluulah bolomj ugnu.
Ta zuvhun PHP-iin proc_open() functiontai baihad l PHP Shell-g ajilluulj chadna gene. Suulgah ni amarhan gene, gehdee bi turshij uzeegui bna yet.

Secure taldaa bol busad php file-uudaas iluu ch garahgui dutuu ch garahgui. Tegeheer ta uuruu l hariutsana uuriinhuu nuutslaliin asuudaliig.

2 dehi ni:

Ajaxterm ni web based terminal um bna. Python bolon zarim neg AJAX javascript deer bichigdsen..
python2.3 ajillaj bgaa buh turliin Unix bolon Linux, MacOS X, FreeBSD, Solaris zereg deer ajillana.

PS: neeh oilgomjgui um bichchihlee, za yamar ch bsan iim 2 arga arga yadsan ued bdag l um bna

JavaScript: A function is an object too

// February 19th, 2008 // No Comments » // Code

This might be unusual to developers that never thought about that, but in JS a function is also an object. You can pass a function around as an argument to another function just like you can pass a string, for example. This is extensively used and very handy.

Take a look at this example. We will pass functions to another function that will use them.

(more…)