Blogs1 - 10 of 55 recent posts for tag:"basic programming"
28
Oct
2009
Summer Camp Activities For Computer Freaks!

12 days ago by WebAuthor

In today’s world everybody wants to be at the top!! Everybody is thinking all day long as to how he or she can reach at the top or how can she be more superior to her friends. So, children this summer get ready for some of the best computer applications, which may help you all reach new heights and ...

StonerPal - stonerpal.com · Rank: 129,514

23
Oct
2009
Dish Networks Programming Packages are so Easy to Understand

17 days ago by Installer

One thing that is for sure, regardless of what TV programming service provider you choose, is that you must decide on a programming package. This is not as easy as you think, because so many of the programming packages that are out there can be more than a little confusing in their content and prici ...

Dish TV Com - dish-tv-com.com · Rank: 71,733

22
Oct
2009
Basic c# data types

18 days ago by Patrick Cremin

All programming languages contain data types. You can think of data types in their simplest level as place holders for pieces of information that your program uses to perform calculations, store data etc. For example , say your program has a needs to perform, addition, subtraction, multiplication an ...

Software Apprentice - softwareapprentice.com

19
Oct
2009
Fooling Around with PHP

21 days ago by Bart

Although some people may not know it, you can fool around with PHP programming and come up with surprisingly unique yet attractive sites. This includes placing images along with some new scripts which may turn out to be to your advantage in the end as far as presentation is concerned. So as far as P ...

Easy PHP Programming - easyphpprogramming.net · 2 references

11
Oct
2009
BASIC and Space Flight!

29 days ago by Carl Gundel

The same fellow who created an OpenGL flight simulator in Liberty BASIC has taken it a step further by creating a spaceflight simulator with a map editor. Very neat! Check it out

BASIC Programming - basicprogramming.blogspot.com · 13 references

08
Oct
2009
...

32 days ago by Gorn SmallRoom

มีหลายคนบอกผมว่าทั้งที่เรียนสาย IT หรือ Computer Science แต่กลับเขียนโปรแกรมไม่เป็นหรือเขียนได้นิดหน่อยเอง แล้วจะทำงานทางด้านนี้ได้ยังไง แต่ก็อยากเป็นโปรแกรมเมอร์เหมือนกันนะ อยากเขียนโปรแกรมโน่นนี่ มีความอยาก แต่ไม่รู้ทำไง ผมหวังว่าบทความนี้คงมีประโยชน์กันคนที่ยังสับสน หาทางเดินไม่เจอหรือกำลังอยากทำ ...

devjet.us - devjet.us

07
Oct
2009
why is visual basic a good programming language to use?

33 days ago by best-programming-language

I need to know why Visual basic is a good programming language for the programmer and end user

Best Programming Language - best-programming-language.wujekhanso.us

01
Oct
2009
Pascal Script : Swapping the Values inside Two Arrays

40 days ago by kickandri

This program will show us how to swap the values between two arrays. The values of array A will be swapped to the values of array B and vice versa. Pascal source code : (arrayswap.pas) Program arrayswap; Uses Crt; Type ArrayiN = Array [1..100] of Integer; Var A,B : ArrayiN; [...]

kickandri.com - kickandri.com

Pascal Script : Swap the Value of Two Variables

40 days ago by kickandri

This simple basic Pascal programming will show us how to swap values from A to B and vice versa. Source Code : program swapping; uses crt; var a,b,c : integer; begin writeln('Program to swap the value of A and B'); writeln('================================='); writeln; write('Enter the Value of A: ' ...

kickandri.com - kickandri.com

29
Sep
2009
Creating IM Bot using PHP

41 days ago by WEBNESBAY

This quick tutorial will show you how to develop your own functional IM bot that works with Google Talk, Yahoo! Messenger, Windows Live and all other popular instant messaging clients. To get started, all you need to know are some very basic programming skills (any language would do) and web space t ...

WEBNESBAY - webnesbay.com · 2 references

Previous123456