Showing posts with label Programing. Show all posts
Showing posts with label Programing. Show all posts

Wednesday, 7 September 2011

Java ေလ့လာမယ္ (ebook)

Java ေလ့လာမယ္ (ebook)

Java How to Program, 7th edition

Java How to Program (7th Edition)

Deitel | 2007 | ISBN : 0132222205 | 1705 Pages | PDF | 17.73 MB
 
Java ေလ့လာျခင္သူမ်ားအတြက္ ရွယ္ေလးေပါ့..

This new edition includes all of the core pedagogic material from Java How to Program, 6/e updated to the forthcoming Java Standard Edition 6 (Java SE 6; code named "Mustang"). Check out the complete Table of Contents. Here's some of the book's key features:

* Updated the entire book to the new Java Standard Edition 6 ("Mustang").
* Attention to key software engineering community concepts, such as Web 2.0, SOA, web services, open source software, design patterns, mashups, refactoring and many more.
* Carefully coordinated with our new Java, Web 2.0, Ajax, and Programming Projects Resource Centers.
* New Ajax-enabled, event-driven web applications development with JavaServer Faces
* The servlets and JSP chapters have been dropped in favor of the new JavaServer Faces (JSF) treatment.
* New tools-based approach for web applications development.
* New web services chapter.
* New SwingWorker class for multithreaded user interfaces.
* New Java desktop integration (JDIC) features, such as splash screens and interactions with the system tray.
* New GroupLayout layout manager.
* New JDBC chapter introduces JDBC 4 and uses the MySQL and Java DB databases.
* New JTable sorting and filtering capabilities.
* New Java2D gradient capabilities.
* Strong treatment of generics and generic collections.
* New application using Google Maps web services.
* Java Blueprints technology.
* New StringBuilder class.
* New Resource Centers for Eclipse, NetBeans, Java Studio Creator 2, JBuilder and other popular environments.
* New coverage of annotations, and much more.

Download Link: 17.73 MB
http://www.ziddu.com/download/11502415/java-how-to-program.rar.html

Saturday, 3 September 2011

HTML အေၾကာင္းေလ့လာျခင္း(၃)


HTML အေၾကာင္းေလ့လာျခင္း(၃)


HTML စတင္ေရးသားျခင္း

HTML ကိုစတင္ေရးသားေတာ့မယ္ဆိုရင္ အရင္ဆံုး အပိုင္းသံုးပိုင္းကို မွတ္ထားရပါမယ္။
ေအာက္မွာ ကၽြန္ေတာ္ ပံုစံေလးျပထားပါတယ္။

<html>
<head>
<title></title>
</head>
<body>
</body>
</html>

အဲဒီပံုစံအတိုင္း ေရးရမွာျဖစ္ပါတယ္။
HTML document ျဖစ္တဲ့အတြက္ေၾကာင့္ <html> နဲ႔စရပါတယ္။ <head> နဲ႔ </head> ၾကားမွာ title ဆိုတာေလးရွိပါတယ္။ အဲဒါက ဘယ္လိုလဲဆိုရင္ ကိုယ္ေဖာ္ျပခ်င္တဲ့ webpage ရဲ႕ေခါင္းစဥ္ပါ။ဥပမာတစ္ခုၾကည့္
ပါ။

<html>
<head>
<title>MyanmarNetwork</title>
</head>
<body>
</body>
</html>

အေပၚကကုတ္ေလးကို Notepad မွာေရးၿပီး save လုပ္လိုက္ပါ။
save တဲ့အခါမွာ သတိျပဳရမွာက extension မွာ .htm (သို႔) .html ျဖင့္ save ရမွာျဖစ္ပါတယ္။ အဲဒါဘယ္လိုကြာသြားလည္းဆိုေတာ့ တခ်ိဳ႕ေသာ browser ေတြဟာ extension သံုးလံုးကို effect ျဖစ္တာရွိသလို တခ်ိဳ႕ကလည္း ေလးလံုးလံုး effect ျဖစ္ပါတယ္။ .htm ျဖစ္ျဖစ္ .html ျဖစ္ျဖစ္ အတူတူပါပဲ။
filename ေနရာေတာ့ ကိုယ္ေပးခ်င္တာေပးလိုက္ပါ။
အဲဒီ .htm (သို႔) .html နဲ႔ဆံုးထားတဲ့ file ေလးကိုသြားဖြင့္ၾကည့္လိုက္ပါ။


အဲလိုေလး ေပၚေနပါတယ္။
အဲဒါက <title> နဲ႔ </title> ၾကားထည့္တာပါ။
<head> နဲ႔ </head> ၾကားမွာ <title> တင္မကဘဲ တျခားဟာေတြလည္း ထည့္ႏိုင္ပါေသးတယ္။
အဲဒါေတာ့ ေနာက္မွေျပာပါမယ္။
<body> ထဲမွာေတာ့ webpage မွာေပၚခ်င္တဲ့ အေၾကာင္းအရာေတြ(content) ေဖာ္ျပရမွာျဖစ္ပါတယ္။
ေအာက္မွာ ဥပမာၾကည့္ပါ။

<html>
<head>
<title>MyanmarNetwork</title>
</head>
<body>
Welcome to MyanmarNetwork
</body>
</html>

အဲဒါေလးကို save ၾကည့္လိုက္ပါ။


ဒါက body မွာေဖာ္ျပတာပါ။
ေနာက္ဆံုးမွာေတာ့ </html> နဲ႔ပိတ္ရမွာျဖစ္ပါတယ္။
HTML အေျခခံေရးပံုေလးပါ။ ဒါေပမယ့္ ဒီအပိုင္းမွာ DOCTYPE ေဖာ္ျပတာကို ခ်န္ထားခဲ့ပါတယ္ ေနာက္ပိုင္းမွေျပာျပပါ့မယ္။
အဲဒီ <body> ထဲမွာ tag ေတြအမ်ားႀကီးေဖာ္ျပမွာျဖစ္ပါတယ္

ဒီေန႔ေတာ့ ဒီေလာက္ပါပဲ

Friday, 2 September 2011

C++ for Everyone






 

__,_._,___

         
--
More info : http://groups.google.com/group/myanmar-daily-info-n-general-knowledge


With Best Regards,

HTML, XHTML & CSS For Dummies



HTML, XHTML & CSS For Dummies

HTML, XHTML & CSS For Dummies

HTML, XHTML & CSS For Dummies, 6 edition (May 27, 2008)
PDF | English | 403 Pages | 8,6 Mb | HF
HTML စာအုပ္သက္သက္၊ XHTML စာအုပ္သက္သက္ CSS စာအုပ္သက္သက္ လိုက္ဖတ္ေနစရာမလို
ဘဲဒီစာအုပ္ေလးထဲမွာ တစုတစည္းတဲ႔ ေလ့လာဆည္းပႈးလို႔ရပါတယ္...
ေဒါင္းလိုက္ၾကေအာင္..
http://hotfile.com/dl/44786951/9079af1/HTML_XHTML__CSS_For_Dummies.rar.html