Tuesday, July 26, 2011

Code Generator Site For All

True to say, everytime i get tensed when i am in problem with programming.It seems very difficult for me to solve .But some sites make me feel free!!!!!!!!!!!
then i get a hope(an idea!!!) in me to complete the task properly.
Using code generator site you do not need to do row coding.It is all about time consuming.In fact experts are creating their code using code generator site to deal with their client needs within short time.

Source Code Site For C#

At the beginning stage of programming need to understand row code for each language.So, here i have included some of c# source code site lists .
1)http://csharp4newbies.com/csharp_programming.html
2)http://cplus.about.com/od/codelibraryfo2

Monday, July 25, 2011

SourceCode

SourceCode Of play with programming post
Find Addition Number:
{
var frm=document.forms["math"];
var A=Number(frm.a.value);
var B=Number(frm.b.value);

var C=A+B;

document.math.c.value=C;

}

Find Factorial Number:
{
var n= document.fact.nVal.value;
var r=1;
for(var i=n; i>0; i--)
{
r = r*i;
}

alert("The "+n+" factorial="+r);
}

Mark Caculation:
{
if(document.mark.bangla.value>=40&&document.mark.english.value>=50&&document.mark.mathematics.value>=45)
alert("You have passed.")
else
alert("You have failed.")
}

Word Counting:
{
var frm=document.forms["count1"];
var A=frm.a.value;
var B=A.split(" ");
document.count1.c.value=B.length;
}

Finding x to the power n:
{
var x= document.power.xVal.value;
var n= document.power.nVal.value;
var r=1;
for(var i=1; i<=n; i++) { r = r*x; } alert("The "+x+" to the power "+n+"="+r); }

Tutorials

Dear all,there are many sites to learn how to make a website.In fact many search engines are still giving us information to find out exact web page from tons of websites.But today i am going to tell you about a website which really makes me feel happy and heartfelt love for it.In addition, it is not only a website for me but also a teacher.Please don't think that my words are an advertisement for the website.I am still a novice in this area.That is why, i am very grateful to this site.Anyways, i should disclose the website name because you may await to hear website name.Ohhooo!!! i have totally forgotten one thing,this site has covered almost many programming languages.In my opinion,this is a well visited learning site .Besides, many websites belong very well content to provide computer programming knowledge. such as:        
http://www.codeproject.com/
http://www.hscripts.com/        

Friday, July 22, 2011

Useful Tools To create Website


Necessary informations are given bellow:

Code Editor Software:
Hapedit - It is a free editor software .anyone can download it from http://hapedit.free.fr/hapedit.php .It works with  apache server . php ,asp ,sql ,js ,html,xhtml ,css and so on .

Web Page Maker -  web page maker is now in graphical interface . You can make your static website simply draging and droping  . http://download.cnet.com/3001-10247_4-10213459.html?spi=466d7ed6f6eff07d451b86f7c9fb86e4

Notpad++ - It is a powerful editor which can work on the basis of FTP and support almost every programming language .

Dream waver - Dream waver is another powerful tool to develop web page with graphical screen . http://www.adobe.com/cfusion/tdrc/index.cfm?product=dreamweaver.

Server And File Transfer Software:
Xampp - This is an intregated executable program . it contains apache server ,ftp ,email server ,mysql . all thing in one program .Donwload Link:http://xampp.en.softonic.com/

Filezilla - This is a File Transfer Programme and use for uploading and downlading .Download Link is http://filezilla-project.org/download.php
 
Designing Software:

Photoshop cs5 -It is used to get your logo,menu,header more  profession look.
Flash - It can make your website dynamic and animated appearance.

CMS Software:


Joomla-Anyone can make his own website without knowing programming language.Does it true??!!! Yes It is true.Because, joomla has fabulous features for that.Besides joomla there are many open source cms software such as Zencart,Wordpress,Magento,Drupal and so on.

To sum up,read more about tools from my tutorial post........and have fun with programming.......

Thursday, July 21, 2011

Project Work-2 


কেবল-ই ছুটে চলা.........
Project Work-3 


Project Work-4


  
                                 

Popular Posts