Category: Root

বাংলায় এজাইল পদ্ধতি টিউটোরিয়াল (Agile Methodology Tutorial in Bangla)

Naim Mustafa Ali BSc. in Soil, Water and Environment, MS in Water Science from University of Dhaka Agile একটি সফিওয়্যার ডেভেলপমেন্ট পদ্ধতি যাতে ক্রমানুসাতে 1 থেতে 4 সপ্তাতেে সংক্ষিপ্ত পুনোরাবৃত্তি ব্যবহার করে একটি সফটওয়্যার নির্মাণ করা হয় যেন তা পরিবর্তিত ব্যবসাইক চাহিদার সঙ্গে সংযুক্ত করা যায়। এই সহজ টিউটোরিয়ালে উপযুক্ত উদাহরণ ব্যবহারের মাধ্যমে Agile development …

Continue reading

ডায়াবেটিস । Diabetes সম্পর্কে জানুন

[embedyt]http://www.youtube.com/embed?listType=playlist&list=PLpCT93YoG92Az_V4X6KjzHUGoowQu01a-[/embedyt]

Some Questions and Answers on Scrum in Bengali

  The answers will be based on what ScrumMaster tells. What kind of software development projects can be executed by Scrum Project Management Framework? ScrumMaster Tells: All Kinds of software projects. However, the opinion might vary. What does NOT belong to cornerstones of the agile manifesto? Processes over people What is defined by the Scrum …

Continue reading

Balsamic/বালসামিক – ওয়েব সাইট মকআপ টুল এর উপর ধারণা । Balsamic Wire Framing Tool Overview

Balsamic/বালসামিক – ওয়েব সাইট মকআপ টুল এর উপর ধারণা । Balsamic Wire Framing Tool Overview

মুডল এর Backend বৈশিষ্ট্য । Moodle backend features and options for site administration

Moodle backend features and options for site administration

JavaScript Code

                var browser=navigator.appName;                 var b_version=navigator.appVersion; <a href=”http://www.justetc.net” target=”_blank”> <img border=”0″ alt=”hello” src=”b_pink.gif” id=”b1″ width=”26″ height=”26″ onmouseover=”mouseOver()” onmouseout=”mouseOut()” /> Place the following code under script tag/in a javascript file function mouseOver() {    document.getElementById(“b1″).src =”b_blue.gif”; } function mouseOut() {    document.getElementById(“b1″).src =”b_pink.gif”; } <map name=”planetmap”> <area shape =”rect” coords =”0,0,82,126″ onMouseOver=”writeText(‘You are over the target …

Continue reading

JavaScript Form Validation: Validate a Form Collecting Credit Card Information

    function validateCollectPaymentInformationForm()     {         var method, name, number, expiry, errMsg                  errMsg = “”;                  method = document.getElementById(‘paymentMethod’);         name =   document.getElementById(‘txtCCName’);         number = document.getElementById(‘txtCCNumber’);                  if (method.value == “” || method.value == “0” || method.value == null){ …

Continue reading

Print three-dimensional valarray line-by-line

/* The following code example is taken from the book  * “The C++ Standard Library – A Tutorial and Reference”  * by Nicolai M. Josuttis, Addison-Wesley, 1999  *  * (C) Copyright Nicolai M. Josuttis 1999.  * Permission to copy, use, modify, sell and distribute this software  * is granted provided this copyright notice appears in …

Continue reading

C++ Template Example

/* The following code example is taken from the book  * “The C++ Standard Library – A Tutorial and Reference”  * by Nicolai M. Josuttis, Addison-Wesley, 1999  *  * (C) Copyright Nicolai M. Josuttis 1999.  * Permission to copy, use, modify, sell and distribute this software  * is granted provided this copyright notice appears in …

Continue reading

Javascript : Miscellaneous Code

                var browser=navigator.appName;                 var b_version=navigator.appVersion; <a href=”http://www.justetc.net” target=”_blank”> <img border=”0″ alt=”hello” src=”b_pink.gif” id=”b1″ width=”26″ height=”26″ onmouseover=”mouseOver()” onmouseout=”mouseOut()” /> Place the following code under script tag/in a javascript file function mouseOver() {    document.getElementById(“b1″).src =”b_blue.gif”; } function mouseOut() {    document.getElementById(“b1″).src =”b_pink.gif”; } <map name=”planetmap”> <area shape =”rect” coords =”0,0,82,126″ onMouseOver=”writeText(‘You are over the target …

Continue reading